namespace IReaper{
partial class MainForm
{
/// <summary>
///
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
///
/// </summary>
/// <param name="disposing"> true false</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// -
///
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.toolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.fileViewToolStrip1 = new IReaper.CommonGui.FileViewToolStrip(this.components);
this.menuStrip = new System.Windows.Forms.MenuStrip();
this.ToolStripMenuItemTool = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemConfig = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItemView = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemShowClassic = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemShowDownload = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemShowCourse = new System.Windows.Forms.ToolStripMenuItem();
this.courseDetailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItemHelp = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemWebsites = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItemAbout = new System.Windows.Forms.ToolStripMenuItem();
this.courseViewToolStrip = new IReaper.CommonGui.CourseViewToolStrip(this.components);
this.fileOperationToolStrip1 = new IReaper.CommonGui.FileOperationToolStrip(this.components);
this.toolStripPanel2 = new System.Windows.Forms.ToolStripPanel();
this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
this.iReaperStatusStrip = new IReaper.Statues.iReaperStatusStrip(this.components);
this.toolStripPanel.SuspendLayout();
this.menuStrip.SuspendLayout();
this.SuspendLayout();
//
// toolStripPanel
//
this.toolStripPanel.Controls.Add(this.menuStrip);
this.toolStripPanel.Controls.Add(this.fileOperationToolStrip1);
this.toolStripPanel.Controls.Add(this.fileViewToolStrip1);
this.toolStripPanel.Controls.Add(this.courseViewToolStrip);
resources.ApplyResources(this.toolStripPanel, "toolStripPanel");
this.toolStripPanel.Name = "toolStripPanel";
this.toolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.toolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
//
// fileViewToolStrip1
//
resources.ApplyResources(this.fileViewToolStrip1, "fileViewToolStrip1");
this.fileViewToolStrip1.Name = "fileViewToolStrip1";
//
// menuStrip
//
resources.ApplyResources(this.menuStrip, "menuStrip");
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItemTool,
this.ToolStripMenuItemView,
this.ToolStripMenuItemHelp});
this.menuStrip.Name = "menuStrip";
//
// ToolStripMenuItemTool
//
this.ToolStripMenuItemTool.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItemConfig});
this.ToolStripMenuItemTool.Name = "ToolStripMenuItemTool";
resources.ApplyResources(this.ToolStripMenuItemTool, "ToolStripMenuItemTool");
//
// toolStripMenuItemConfig
//
this.toolStripMenuItemConfig.Name = "toolStripMenuItemConfig";
resources.ApplyResources(this.toolStripMenuItemConfig, "toolStripMenuItemConfig");
this.toolStripMenuItemConfig.Click += new System.EventHandler(this.ShowConfig);
//
// ToolStripMenuItemView
//
this.ToolStripMenuItemView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItemShowClassic,
this.toolStripMenuItemShowDownload,
this.toolStripMenuItemShowCourse,
this.courseDetailToolStripMenuItem});
this.ToolStripMenuItemView.Name = "ToolStripMenuItemView";
resources.ApplyResources(this.ToolStripMenuItemView, "ToolStripMenuItemView");
//
// toolStripMenuItemShowClassic
//
this.toolStripMenuItemShowClassic.Name = "toolStripMenuItemShowClassic";
resources.ApplyResources(this.toolStripMenuItemShowClassic, "toolStripMenuItemShowClassic");
this.toolStripMenuItemShowClassic.Click += new System.EventHandler(this.ShowClassic);
//
// toolStripMenuItemShowDownload
//
resources.ApplyResources(this.toolStripMenuItemShowDownload, "toolStripMenuItemShowDownload");
this.toolStripMenuItemShowDownload.Name = "toolStripMenuItemShowDownload";
this.toolStripMenuItemShowDownload.Click += new System.EventHandler(this.ShowDownload);
//
// toolStripMenuItemShowCourse
//
this.toolStripMenuItemShowCourse.Name = "toolStripMenuItemShowCourse";
resources.ApplyResources(this.toolStripMenuItemShowCourse, "toolStripMenuItemShowCourse");
this.toolStripMenuItemShowCourse.Click += new System.EventHandler(this.ShowCourse);
//
// courseDetailToolStripMenuItem
//
this.courseDetailToolStripMenuItem.Name = "courseDetailToolStripMenuItem";
resources.ApplyResources(this.courseDetailToolStripMenuItem, "courseDetailToolStripMenuItem");
this.courseDetailToolStripMenuItem.Click += new System.EventHandler(this.ShowCourseDetails);
//
// ToolStripMenuItemHelp
//
this.ToolStripMenuItemHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItemWebsites,
this.toolStripSeparator1,
this.toolStripMenuItemAbout});
this.ToolStripMenuItemHelp.Name = "ToolStripMenuItemHelp";
resources.ApplyResources(this.ToolStripMenuItemHelp, "ToolStripMenuItemHelp");
//
// toolStripMenuItemWebsites
//
this.toolStripMenuItemWebsites.Image = global::IReaper.Properties.Resources.logo;
this.toolStripMenuItemWebsites.Name = "toolStripMenuItemWebsites";
resources.ApplyResources(this.toolStripMenuItemWebsites, "toolStripMenuItemWebsites");
this.toolStripMenuItemWebsites.Click += new System.EventHandler(this.OpenWebsite);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
//
// toolStripMenuItemAbout
//
this.toolStripMenuItemAbout.Name = "toolStripMenuItemAbout";
resources.ApplyResources(this.toolStripMenuItemAbout, "toolStripMenuItemAbout");
this.toolStripMenuItemAbout.Click += new System.EventHandler(this.OpenAboutForm);
//
// courseViewToolStrip
//
resources.ApplyResources(this.courseViewToolStrip, "courseViewToolStrip");
this.courseViewToolStrip.Name = "courseViewToolStrip";
//
// fileOperationToolStrip1
//
resources.ApplyResources(this.fileOperationToolStrip1, "fileOperationToolStrip1");
this.fileOperationToolStrip1.Name = "fileOperationToolStrip1";
//
// toolStripPanel2
//
resources.ApplyResources(this.toolStripPanel2, "toolStripPanel2");
this.toolStripPanel2.Name = "toolStripPanel2";
this.toolStripPanel2.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.toolStripPanel2.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
//
// dockPanel
//
this.dockPanel.ActiveAutoHideContent = null;
resources.ApplyResources(this.dockPanel, "dockPanel");
this.dockPanel.DockBottomPortion = 0.45;
this.dockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
this.dockPanel.Name = "dockPanel";
this.dockPanel.ShowDocumentIcon = true;
this.dockPanel.ActiveContentChanged += new System.EventHandler(this.OnActiveContentChanged);
//
// iReaperStatusStrip
//
this.iReaperStatusStrip.IsBusy = false;
resources.ApplyResources(this.iReaperStatusStrip, "iReaperStatusStrip");
this.iReaperStatusStrip.Name = "iReaperStatusStrip";
//
// MainForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.dockPanel);
this.Controls.Add(this.iReaperStatusStrip);
this.Controls.Add(this.toolStripPanel2);
this.Controls.Add(this.toolStripPanel);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip;
this.Name = "MainForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.toolStripPanel.ResumeLayout(false);
this.toolStripPanel.PerformLayout();
this.menuStrip.ResumeLayout(false);
this.menuStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel;
private System.Windows.Forms.ToolStripPanel toolStripPanel;
private System.Windows.Forms.MenuStrip menuStrip;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemView;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemShowClassic;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemShowDownload;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemShowCourse;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemHelp;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemWebsites;
private System.Windows.Forms.ToolStripPanel toolStripPanel2;
private IReaper.Statues.iReaperStatusStrip iReaperStatusStrip;
private IReaper.CommonGui.CourseViewToolStrip courseViewToolStrip;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemTool;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemConfig;
private IReaper.CommonGui.FileViewToolStrip fileViewToolStrip1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAbout;
private System.Windows.Forms.ToolStripMenuItem courseDetailToolStripMenuItem;
private IReaper.CommonGui.FileOperationToolStrip fileOperationToolStrip1;
}
}
|