MainForm.Designer.cs
上传用户:szlfmled
上传日期:2020-11-22
资源大小:978k
文件大小:38k
源码类别:

C#编程

开发平台:

C#

  1. namespace DockSample
  2. {
  3.     partial class MainForm
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// Clean up any resources being used.
  11.         /// </summary>
  12.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28.             this.components = new System.ComponentModel.Container();
  29.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  30.             WeifenLuo.WinFormsUI.Docking.DockPanelSkin dockPanelSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin();
  31.             WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin1 = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin();
  32.             WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
  33.             WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient1 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
  34.             WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin();
  35.             WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient();
  36.             WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient2 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
  37.             WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient2 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
  38.             WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient3 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
  39.             WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
  40.             WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient4 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
  41.             WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient5 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
  42.             WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient3 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
  43.             WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient6 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
  44.             WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient7 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
  45.             this.mainMenu = new System.Windows.Forms.MenuStrip();
  46.             this.menuItemFile = new System.Windows.Forms.ToolStripMenuItem();
  47.             this.menuItemNew = new System.Windows.Forms.ToolStripMenuItem();
  48.             this.menuItemOpen = new System.Windows.Forms.ToolStripMenuItem();
  49.             this.menuItemClose = new System.Windows.Forms.ToolStripMenuItem();
  50.             this.menuItemCloseAll = new System.Windows.Forms.ToolStripMenuItem();
  51.             this.menuItemCloseAllButThisOne = new System.Windows.Forms.ToolStripMenuItem();
  52.             this.menuItem4 = new System.Windows.Forms.ToolStripSeparator();
  53.             this.menuItemExit = new System.Windows.Forms.ToolStripMenuItem();
  54.             this.exitWithoutSavingLayout = new System.Windows.Forms.ToolStripMenuItem();
  55.             this.menuItemView = new System.Windows.Forms.ToolStripMenuItem();
  56.             this.menuItemSolutionExplorer = new System.Windows.Forms.ToolStripMenuItem();
  57.             this.menuItemPropertyWindow = new System.Windows.Forms.ToolStripMenuItem();
  58.             this.menuItemToolbox = new System.Windows.Forms.ToolStripMenuItem();
  59.             this.menuItemOutputWindow = new System.Windows.Forms.ToolStripMenuItem();
  60.             this.menuItemTaskList = new System.Windows.Forms.ToolStripMenuItem();
  61.             this.menuItem1 = new System.Windows.Forms.ToolStripSeparator();
  62.             this.menuItemToolBar = new System.Windows.Forms.ToolStripMenuItem();
  63.             this.menuItemStatusBar = new System.Windows.Forms.ToolStripMenuItem();
  64.             this.menuItem2 = new System.Windows.Forms.ToolStripSeparator();
  65.             this.menuItemLayoutByCode = new System.Windows.Forms.ToolStripMenuItem();
  66.             this.menuItemLayoutByXml = new System.Windows.Forms.ToolStripMenuItem();
  67.             this.menuItemTools = new System.Windows.Forms.ToolStripMenuItem();
  68.             this.menuItemLockLayout = new System.Windows.Forms.ToolStripMenuItem();
  69.             this.menuItemShowDocumentIcon = new System.Windows.Forms.ToolStripMenuItem();
  70.             this.menuItem3 = new System.Windows.Forms.ToolStripSeparator();
  71.             this.menuItemSchemaVS2005 = new System.Windows.Forms.ToolStripMenuItem();
  72.             this.menuItemSchemaVS2003 = new System.Windows.Forms.ToolStripMenuItem();
  73.             this.menuItem6 = new System.Windows.Forms.ToolStripSeparator();
  74.             this.menuItemDockingMdi = new System.Windows.Forms.ToolStripMenuItem();
  75.             this.menuItemDockingSdi = new System.Windows.Forms.ToolStripMenuItem();
  76.             this.menuItemDockingWindow = new System.Windows.Forms.ToolStripMenuItem();
  77.             this.menuItemSystemMdi = new System.Windows.Forms.ToolStripMenuItem();
  78.             this.menuItem5 = new System.Windows.Forms.ToolStripSeparator();
  79.             this.showRightToLeft = new System.Windows.Forms.ToolStripMenuItem();
  80.             this.menuItemWindow = new System.Windows.Forms.ToolStripMenuItem();
  81.             this.menuItemNewWindow = new System.Windows.Forms.ToolStripMenuItem();
  82.             this.menuItemHelp = new System.Windows.Forms.ToolStripMenuItem();
  83.             this.menuItemAbout = new System.Windows.Forms.ToolStripMenuItem();
  84.             this.statusBar = new System.Windows.Forms.StatusStrip();
  85.             this.toolBar = new System.Windows.Forms.ToolStrip();
  86.             this.imageList = new System.Windows.Forms.ImageList(this.components);
  87.             this.toolBarButtonNew = new System.Windows.Forms.ToolStripButton();
  88.             this.toolBarButtonOpen = new System.Windows.Forms.ToolStripButton();
  89.             this.toolBarButtonSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  90.             this.toolBarButtonSolutionExplorer = new System.Windows.Forms.ToolStripButton();
  91.             this.toolBarButtonPropertyWindow = new System.Windows.Forms.ToolStripButton();
  92.             this.toolBarButtonToolbox = new System.Windows.Forms.ToolStripButton();
  93.             this.toolBarButtonOutputWindow = new System.Windows.Forms.ToolStripButton();
  94.             this.toolBarButtonTaskList = new System.Windows.Forms.ToolStripButton();
  95.             this.toolBarButtonSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  96.             this.toolBarButtonLayoutByCode = new System.Windows.Forms.ToolStripButton();
  97.             this.toolBarButtonLayoutByXml = new System.Windows.Forms.ToolStripButton();
  98.             this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
  99.             this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  100.             this.mainMenu.SuspendLayout();
  101.             this.toolBar.SuspendLayout();
  102.             ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
  103.             this.SuspendLayout();
  104.             // 
  105.             // mainMenu
  106.             // 
  107.             this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  108.             this.menuItemFile,
  109.             this.menuItemView,
  110.             this.menuItemTools,
  111.             this.menuItemWindow,
  112.             this.menuItemHelp});
  113.             this.mainMenu.Location = new System.Drawing.Point(0, 0);
  114.             this.mainMenu.MdiWindowListItem = this.menuItemWindow;
  115.             this.mainMenu.Name = "mainMenu";
  116.             this.mainMenu.Size = new System.Drawing.Size(579, 24);
  117.             this.mainMenu.TabIndex = 7;
  118.             // 
  119.             // menuItemFile
  120.             // 
  121.             this.menuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  122.             this.menuItemNew,
  123.             this.menuItemOpen,
  124.             this.menuItemClose,
  125.             this.menuItemCloseAll,
  126.             this.menuItemCloseAllButThisOne,
  127.             this.menuItem4,
  128.             this.menuItemExit,
  129.             this.exitWithoutSavingLayout});
  130.             this.menuItemFile.Name = "menuItemFile";
  131.             this.menuItemFile.Size = new System.Drawing.Size(41, 20);
  132.             this.menuItemFile.Text = "&File";
  133.             this.menuItemFile.DropDownOpening += new System.EventHandler(this.menuItemFile_Popup);
  134.             // 
  135.             // menuItemNew
  136.             // 
  137.             this.menuItemNew.Name = "menuItemNew";
  138.             this.menuItemNew.Size = new System.Drawing.Size(226, 22);
  139.             this.menuItemNew.Text = "&New";
  140.             this.menuItemNew.Click += new System.EventHandler(this.menuItemNew_Click);
  141.             // 
  142.             // menuItemOpen
  143.             // 
  144.             this.menuItemOpen.Name = "menuItemOpen";
  145.             this.menuItemOpen.Size = new System.Drawing.Size(226, 22);
  146.             this.menuItemOpen.Text = "&Open...";
  147.             this.menuItemOpen.Click += new System.EventHandler(this.menuItemOpen_Click);
  148.             // 
  149.             // menuItemClose
  150.             // 
  151.             this.menuItemClose.Name = "menuItemClose";
  152.             this.menuItemClose.Size = new System.Drawing.Size(226, 22);
  153.             this.menuItemClose.Text = "&Close";
  154.             this.menuItemClose.Click += new System.EventHandler(this.menuItemClose_Click);
  155.             // 
  156.             // menuItemCloseAll
  157.             // 
  158.             this.menuItemCloseAll.Name = "menuItemCloseAll";
  159.             this.menuItemCloseAll.Size = new System.Drawing.Size(226, 22);
  160.             this.menuItemCloseAll.Text = "Close &All";
  161.             this.menuItemCloseAll.Click += new System.EventHandler(this.menuItemCloseAll_Click);
  162.             // 
  163.             // menuItemCloseAllButThisOne
  164.             // 
  165.             this.menuItemCloseAllButThisOne.Name = "menuItemCloseAllButThisOne";
  166.             this.menuItemCloseAllButThisOne.Size = new System.Drawing.Size(226, 22);
  167.             this.menuItemCloseAllButThisOne.Text = "Close All &But This One";
  168.             this.menuItemCloseAllButThisOne.Click += new System.EventHandler(this.menuItemCloseAllButThisOne_Click);
  169.             // 
  170.             // menuItem4
  171.             // 
  172.             this.menuItem4.Name = "menuItem4";
  173.             this.menuItem4.Size = new System.Drawing.Size(223, 6);
  174.             // 
  175.             // menuItemExit
  176.             // 
  177.             this.menuItemExit.Name = "menuItemExit";
  178.             this.menuItemExit.Size = new System.Drawing.Size(226, 22);
  179.             this.menuItemExit.Text = "&Exit";
  180.             this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
  181.             // 
  182.             // exitWithoutSavingLayout
  183.             // 
  184.             this.exitWithoutSavingLayout.Name = "exitWithoutSavingLayout";
  185.             this.exitWithoutSavingLayout.Size = new System.Drawing.Size(226, 22);
  186.             this.exitWithoutSavingLayout.Text = "Exit &Without Saving Layout";
  187.             this.exitWithoutSavingLayout.Click += new System.EventHandler(this.exitWithoutSavingLayout_Click);
  188.             // 
  189.             // menuItemView
  190.             // 
  191.             this.menuItemView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  192.             this.menuItemSolutionExplorer,
  193.             this.menuItemPropertyWindow,
  194.             this.menuItemToolbox,
  195.             this.menuItemOutputWindow,
  196.             this.menuItemTaskList,
  197.             this.menuItem1,
  198.             this.menuItemToolBar,
  199.             this.menuItemStatusBar,
  200.             this.menuItem2,
  201.             this.menuItemLayoutByCode,
  202.             this.menuItemLayoutByXml});
  203.             this.menuItemView.MergeIndex = 1;
  204.             this.menuItemView.Name = "menuItemView";
  205.             this.menuItemView.Size = new System.Drawing.Size(41, 20);
  206.             this.menuItemView.Text = "&View";
  207.             // 
  208.             // menuItemSolutionExplorer
  209.             // 
  210.             this.menuItemSolutionExplorer.Name = "menuItemSolutionExplorer";
  211.             this.menuItemSolutionExplorer.Size = new System.Drawing.Size(177, 22);
  212.             this.menuItemSolutionExplorer.Text = "&Solution Explorer";
  213.             this.menuItemSolutionExplorer.Click += new System.EventHandler(this.menuItemSolutionExplorer_Click);
  214.             // 
  215.             // menuItemPropertyWindow
  216.             // 
  217.             this.menuItemPropertyWindow.Name = "menuItemPropertyWindow";
  218.             this.menuItemPropertyWindow.ShortcutKeys = System.Windows.Forms.Keys.F4;
  219.             this.menuItemPropertyWindow.Size = new System.Drawing.Size(177, 22);
  220.             this.menuItemPropertyWindow.Text = "&Property Window";
  221.             this.menuItemPropertyWindow.Click += new System.EventHandler(this.menuItemPropertyWindow_Click);
  222.             // 
  223.             // menuItemToolbox
  224.             // 
  225.             this.menuItemToolbox.Name = "menuItemToolbox";
  226.             this.menuItemToolbox.Size = new System.Drawing.Size(177, 22);
  227.             this.menuItemToolbox.Text = "&Toolbox";
  228.             this.menuItemToolbox.Click += new System.EventHandler(this.menuItemToolbox_Click);
  229.             // 
  230.             // menuItemOutputWindow
  231.             // 
  232.             this.menuItemOutputWindow.Name = "menuItemOutputWindow";
  233.             this.menuItemOutputWindow.Size = new System.Drawing.Size(177, 22);
  234.             this.menuItemOutputWindow.Text = "&Output Window";
  235.             this.menuItemOutputWindow.Click += new System.EventHandler(this.menuItemOutputWindow_Click);
  236.             // 
  237.             // menuItemTaskList
  238.             // 
  239.             this.menuItemTaskList.Name = "menuItemTaskList";
  240.             this.menuItemTaskList.Size = new System.Drawing.Size(177, 22);
  241.             this.menuItemTaskList.Text = "Task &List";
  242.             this.menuItemTaskList.Click += new System.EventHandler(this.menuItemTaskList_Click);
  243.             // 
  244.             // menuItem1
  245.             // 
  246.             this.menuItem1.Name = "menuItem1";
  247.             this.menuItem1.Size = new System.Drawing.Size(174, 6);
  248.             // 
  249.             // menuItemToolBar
  250.             // 
  251.             this.menuItemToolBar.Checked = true;
  252.             this.menuItemToolBar.CheckState = System.Windows.Forms.CheckState.Checked;
  253.             this.menuItemToolBar.Name = "menuItemToolBar";
  254.             this.menuItemToolBar.Size = new System.Drawing.Size(177, 22);
  255.             this.menuItemToolBar.Text = "Tool &Bar";
  256.             this.menuItemToolBar.Click += new System.EventHandler(this.menuItemToolBar_Click);
  257.             // 
  258.             // menuItemStatusBar
  259.             // 
  260.             this.menuItemStatusBar.Checked = true;
  261.             this.menuItemStatusBar.CheckState = System.Windows.Forms.CheckState.Checked;
  262.             this.menuItemStatusBar.Name = "menuItemStatusBar";
  263.             this.menuItemStatusBar.Size = new System.Drawing.Size(177, 22);
  264.             this.menuItemStatusBar.Text = "Status B&ar";
  265.             this.menuItemStatusBar.Click += new System.EventHandler(this.menuItemStatusBar_Click);
  266.             // 
  267.             // menuItem2
  268.             // 
  269.             this.menuItem2.Name = "menuItem2";
  270.             this.menuItem2.Size = new System.Drawing.Size(174, 6);
  271.             // 
  272.             // menuItemLayoutByCode
  273.             // 
  274.             this.menuItemLayoutByCode.Name = "menuItemLayoutByCode";
  275.             this.menuItemLayoutByCode.Size = new System.Drawing.Size(177, 22);
  276.             this.menuItemLayoutByCode.Text = "Layout By &Code";
  277.             this.menuItemLayoutByCode.Click += new System.EventHandler(this.menuItemLayoutByCode_Click);
  278.             // 
  279.             // menuItemLayoutByXml
  280.             // 
  281.             this.menuItemLayoutByXml.Name = "menuItemLayoutByXml";
  282.             this.menuItemLayoutByXml.Size = new System.Drawing.Size(177, 22);
  283.             this.menuItemLayoutByXml.Text = "Layout By &XML";
  284.             this.menuItemLayoutByXml.Click += new System.EventHandler(this.menuItemLayoutByXml_Click);
  285.             // 
  286.             // menuItemTools
  287.             // 
  288.             this.menuItemTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  289.             this.menuItemLockLayout,
  290.             this.menuItemShowDocumentIcon,
  291.             this.menuItem3,
  292.             this.menuItemSchemaVS2005,
  293.             this.menuItemSchemaVS2003,
  294.             this.menuItem6,
  295.             this.menuItemDockingMdi,
  296.             this.menuItemDockingSdi,
  297.             this.menuItemDockingWindow,
  298.             this.menuItemSystemMdi,
  299.             this.menuItem5,
  300.             this.showRightToLeft});
  301.             this.menuItemTools.MergeIndex = 2;
  302.             this.menuItemTools.Name = "menuItemTools";
  303.             this.menuItemTools.Size = new System.Drawing.Size(47, 20);
  304.             this.menuItemTools.Text = "&Tools";
  305.             this.menuItemTools.DropDownOpening += new System.EventHandler(this.menuItemTools_Popup);
  306.             // 
  307.             // menuItemLockLayout
  308.             // 
  309.             this.menuItemLockLayout.Name = "menuItemLockLayout";
  310.             this.menuItemLockLayout.Size = new System.Drawing.Size(250, 22);
  311.             this.menuItemLockLayout.Text = "&Lock Layout";
  312.             this.menuItemLockLayout.Click += new System.EventHandler(this.menuItemLockLayout_Click);
  313.             // 
  314.             // menuItemShowDocumentIcon
  315.             // 
  316.             this.menuItemShowDocumentIcon.Name = "menuItemShowDocumentIcon";
  317.             this.menuItemShowDocumentIcon.Size = new System.Drawing.Size(250, 22);
  318.             this.menuItemShowDocumentIcon.Text = "&Show Document Icon";
  319.             this.menuItemShowDocumentIcon.Click += new System.EventHandler(this.menuItemShowDocumentIcon_Click);
  320.             // 
  321.             // menuItem3
  322.             // 
  323.             this.menuItem3.Name = "menuItem3";
  324.             this.menuItem3.Size = new System.Drawing.Size(247, 6);
  325.             // 
  326.             // menuItemSchemaVS2005
  327.             // 
  328.             this.menuItemSchemaVS2005.Checked = true;
  329.             this.menuItemSchemaVS2005.CheckState = System.Windows.Forms.CheckState.Checked;
  330.             this.menuItemSchemaVS2005.Name = "menuItemSchemaVS2005";
  331.             this.menuItemSchemaVS2005.Size = new System.Drawing.Size(250, 22);
  332.             this.menuItemSchemaVS2005.Text = "Schema: VS200&5";
  333.             this.menuItemSchemaVS2005.Click += new System.EventHandler(this.SetSchema);
  334.             // 
  335.             // menuItemSchemaVS2003
  336.             // 
  337.             this.menuItemSchemaVS2003.Name = "menuItemSchemaVS2003";
  338.             this.menuItemSchemaVS2003.Size = new System.Drawing.Size(250, 22);
  339.             this.menuItemSchemaVS2003.Text = "Schema: VS200&3";
  340.             this.menuItemSchemaVS2003.Click += new System.EventHandler(this.SetSchema);
  341.             // 
  342.             // menuItem6
  343.             // 
  344.             this.menuItem6.Name = "menuItem6";
  345.             this.menuItem6.Size = new System.Drawing.Size(247, 6);
  346.             // 
  347.             // menuItemDockingMdi
  348.             // 
  349.             this.menuItemDockingMdi.Checked = true;
  350.             this.menuItemDockingMdi.CheckState = System.Windows.Forms.CheckState.Checked;
  351.             this.menuItemDockingMdi.Name = "menuItemDockingMdi";
  352.             this.menuItemDockingMdi.Size = new System.Drawing.Size(250, 22);
  353.             this.menuItemDockingMdi.Text = "Document Style: Docking &MDI";
  354.             this.menuItemDockingMdi.Click += new System.EventHandler(this.SetDocumentStyle);
  355.             // 
  356.             // menuItemDockingSdi
  357.             // 
  358.             this.menuItemDockingSdi.Name = "menuItemDockingSdi";
  359.             this.menuItemDockingSdi.Size = new System.Drawing.Size(250, 22);
  360.             this.menuItemDockingSdi.Text = "Document Style: Docking &SDI";
  361.             this.menuItemDockingSdi.Click += new System.EventHandler(this.SetDocumentStyle);
  362.             // 
  363.             // menuItemDockingWindow
  364.             // 
  365.             this.menuItemDockingWindow.Name = "menuItemDockingWindow";
  366.             this.menuItemDockingWindow.Size = new System.Drawing.Size(250, 22);
  367.             this.menuItemDockingWindow.Text = "Document Style: Docking &Window";
  368.             this.menuItemDockingWindow.Click += new System.EventHandler(this.SetDocumentStyle);
  369.             // 
  370.             // menuItemSystemMdi
  371.             // 
  372.             this.menuItemSystemMdi.Name = "menuItemSystemMdi";
  373.             this.menuItemSystemMdi.Size = new System.Drawing.Size(250, 22);
  374.             this.menuItemSystemMdi.Text = "Document Style: S&ystem MDI";
  375.             this.menuItemSystemMdi.Click += new System.EventHandler(this.SetDocumentStyle);
  376.             // 
  377.             // menuItem5
  378.             // 
  379.             this.menuItem5.Name = "menuItem5";
  380.             this.menuItem5.Size = new System.Drawing.Size(247, 6);
  381.             // 
  382.             // showRightToLeft
  383.             // 
  384.             this.showRightToLeft.Name = "showRightToLeft";
  385.             this.showRightToLeft.Size = new System.Drawing.Size(250, 22);
  386.             this.showRightToLeft.Text = "Show &Right-To-Left";
  387.             this.showRightToLeft.Click += new System.EventHandler(this.showRightToLeft_Click);
  388.             // 
  389.             // menuItemWindow
  390.             // 
  391.             this.menuItemWindow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  392.             this.menuItemNewWindow});
  393.             this.menuItemWindow.MergeIndex = 2;
  394.             this.menuItemWindow.Name = "menuItemWindow";
  395.             this.menuItemWindow.Size = new System.Drawing.Size(53, 20);
  396.             this.menuItemWindow.Text = "&Window";
  397.             // 
  398.             // menuItemNewWindow
  399.             // 
  400.             this.menuItemNewWindow.Name = "menuItemNewWindow";
  401.             this.menuItemNewWindow.Size = new System.Drawing.Size(130, 22);
  402.             this.menuItemNewWindow.Text = "&New Window";
  403.             this.menuItemNewWindow.Click += new System.EventHandler(this.menuItemNewWindow_Click);
  404.             // 
  405.             // menuItemHelp
  406.             // 
  407.             this.menuItemHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  408.             this.menuItemAbout});
  409.             this.menuItemHelp.MergeIndex = 3;
  410.             this.menuItemHelp.Name = "menuItemHelp";
  411.             this.menuItemHelp.Size = new System.Drawing.Size(41, 20);
  412.             this.menuItemHelp.Text = "&Help";
  413.             // 
  414.             // menuItemAbout
  415.             // 
  416.             this.menuItemAbout.Name = "menuItemAbout";
  417.             this.menuItemAbout.Size = new System.Drawing.Size(184, 22);
  418.             this.menuItemAbout.Text = "&About DockSample...";
  419.             this.menuItemAbout.Click += new System.EventHandler(this.menuItemAbout_Click);
  420.             // 
  421.             // statusBar
  422.             // 
  423.             this.statusBar.Location = new System.Drawing.Point(0, 387);
  424.             this.statusBar.Name = "statusBar";
  425.             this.statusBar.Size = new System.Drawing.Size(579, 22);
  426.             this.statusBar.TabIndex = 4;
  427.             // 
  428.             // toolBar
  429.             // 
  430.             this.toolBar.ImageList = this.imageList;
  431.             this.toolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  432.             this.toolBarButtonNew,
  433.             this.toolBarButtonOpen,
  434.             this.toolBarButtonSeparator1,
  435.             this.toolBarButtonSolutionExplorer,
  436.             this.toolBarButtonPropertyWindow,
  437.             this.toolBarButtonToolbox,
  438.             this.toolBarButtonOutputWindow,
  439.             this.toolBarButtonTaskList,
  440.             this.toolBarButtonSeparator2,
  441.             this.toolBarButtonLayoutByCode,
  442.             this.toolBarButtonLayoutByXml});
  443.             this.toolBar.Location = new System.Drawing.Point(0, 24);
  444.             this.toolBar.Name = "toolBar";
  445.             this.toolBar.Size = new System.Drawing.Size(579, 25);
  446.             this.toolBar.TabIndex = 6;
  447.             this.toolBar.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolBar_ButtonClick);
  448.             // 
  449.             // imageList
  450.             // 
  451.             this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
  452.             this.imageList.TransparentColor = System.Drawing.Color.Transparent;
  453.             this.imageList.Images.SetKeyName(0, "");
  454.             this.imageList.Images.SetKeyName(1, "");
  455.             this.imageList.Images.SetKeyName(2, "");
  456.             this.imageList.Images.SetKeyName(3, "");
  457.             this.imageList.Images.SetKeyName(4, "");
  458.             this.imageList.Images.SetKeyName(5, "");
  459.             this.imageList.Images.SetKeyName(6, "");
  460.             this.imageList.Images.SetKeyName(7, "");
  461.             this.imageList.Images.SetKeyName(8, "");
  462.             // 
  463.             // toolBarButtonNew
  464.             // 
  465.             this.toolBarButtonNew.ImageIndex = 0;
  466.             this.toolBarButtonNew.Name = "toolBarButtonNew";
  467.             this.toolBarButtonNew.Size = new System.Drawing.Size(23, 22);
  468.             this.toolBarButtonNew.ToolTipText = "Show Layout From XML";
  469.             // 
  470.             // toolBarButtonOpen
  471.             // 
  472.             this.toolBarButtonOpen.ImageIndex = 1;
  473.             this.toolBarButtonOpen.Name = "toolBarButtonOpen";
  474.             this.toolBarButtonOpen.Size = new System.Drawing.Size(23, 22);
  475.             this.toolBarButtonOpen.ToolTipText = "Open";
  476.             // 
  477.             // toolBarButtonSeparator1
  478.             // 
  479.             this.toolBarButtonSeparator1.Name = "toolBarButtonSeparator1";
  480.             this.toolBarButtonSeparator1.Size = new System.Drawing.Size(6, 25);
  481.             // 
  482.             // toolBarButtonSolutionExplorer
  483.             // 
  484.             this.toolBarButtonSolutionExplorer.ImageIndex = 2;
  485.             this.toolBarButtonSolutionExplorer.Name = "toolBarButtonSolutionExplorer";
  486.             this.toolBarButtonSolutionExplorer.Size = new System.Drawing.Size(23, 22);
  487.             this.toolBarButtonSolutionExplorer.ToolTipText = "Solution Explorer";
  488.             // 
  489.             // toolBarButtonPropertyWindow
  490.             // 
  491.             this.toolBarButtonPropertyWindow.ImageIndex = 3;
  492.             this.toolBarButtonPropertyWindow.Name = "toolBarButtonPropertyWindow";
  493.             this.toolBarButtonPropertyWindow.Size = new System.Drawing.Size(23, 22);
  494.             this.toolBarButtonPropertyWindow.ToolTipText = "Property Window";
  495.             //this.toolBarButtonPropertyWindow.Click += new System.EventHandler(this.toolBarButtonPropertyWindow_Click);
  496.             // 
  497.             // toolBarButtonToolbox
  498.             // 
  499.             this.toolBarButtonToolbox.ImageIndex = 4;
  500.             this.toolBarButtonToolbox.Name = "toolBarButtonToolbox";
  501.             this.toolBarButtonToolbox.Size = new System.Drawing.Size(23, 22);
  502.             this.toolBarButtonToolbox.ToolTipText = "Tool Box";
  503.             // 
  504.             // toolBarButtonOutputWindow
  505.             // 
  506.             this.toolBarButtonOutputWindow.ImageIndex = 5;
  507.             this.toolBarButtonOutputWindow.Name = "toolBarButtonOutputWindow";
  508.             this.toolBarButtonOutputWindow.Size = new System.Drawing.Size(23, 22);
  509.             this.toolBarButtonOutputWindow.ToolTipText = "Output Window";
  510.             // 
  511.             // toolBarButtonTaskList
  512.             // 
  513.             this.toolBarButtonTaskList.ImageIndex = 6;
  514.             this.toolBarButtonTaskList.Name = "toolBarButtonTaskList";
  515.             this.toolBarButtonTaskList.Size = new System.Drawing.Size(23, 22);
  516.             this.toolBarButtonTaskList.ToolTipText = "Task List";
  517.             // 
  518.             // toolBarButtonSeparator2
  519.             // 
  520.             this.toolBarButtonSeparator2.Name = "toolBarButtonSeparator2";
  521.             this.toolBarButtonSeparator2.Size = new System.Drawing.Size(6, 25);
  522.             // 
  523.             // toolBarButtonLayoutByCode
  524.             // 
  525.             this.toolBarButtonLayoutByCode.ImageIndex = 7;
  526.             this.toolBarButtonLayoutByCode.Name = "toolBarButtonLayoutByCode";
  527.             this.toolBarButtonLayoutByCode.Size = new System.Drawing.Size(23, 22);
  528.             this.toolBarButtonLayoutByCode.ToolTipText = "Show Layout By Code";
  529.             // 
  530.             // toolBarButtonLayoutByXml
  531.             // 
  532.             this.toolBarButtonLayoutByXml.ImageIndex = 8;
  533.             this.toolBarButtonLayoutByXml.Name = "toolBarButtonLayoutByXml";
  534.             this.toolBarButtonLayoutByXml.Size = new System.Drawing.Size(23, 22);
  535.             this.toolBarButtonLayoutByXml.ToolTipText = "Show layout by predefined XML file";
  536.             // 
  537.             // dockPanel
  538.             // 
  539.             this.dockPanel.ActiveAutoHideContent = null;
  540.             this.dockPanel.Cursor = System.Windows.Forms.Cursors.Default;
  541.             this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  542.             this.dockPanel.DockBackColor = System.Drawing.SystemColors.AppWorkspace;
  543.             this.dockPanel.DockBottomPortion = 150;
  544.             this.dockPanel.DockLeftPortion = 200;
  545.             this.dockPanel.DockRightPortion = 200;
  546.             this.dockPanel.DockTopPortion = 150;
  547.             this.dockPanel.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(0)));
  548.             this.dockPanel.Location = new System.Drawing.Point(0, 49);
  549.             this.dockPanel.Name = "dockPanel";
  550.             this.dockPanel.RightToLeftLayout = true;
  551.             this.dockPanel.Size = new System.Drawing.Size(579, 338);
  552.             dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
  553.             dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
  554.             autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
  555.             tabGradient1.EndColor = System.Drawing.SystemColors.Control;
  556.             tabGradient1.StartColor = System.Drawing.SystemColors.Control;
  557.             tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  558.             autoHideStripSkin1.TabGradient = tabGradient1;
  559.             dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
  560.             tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
  561.             tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
  562.             tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
  563.             dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
  564.             dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
  565.             dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
  566.             dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
  567.             tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
  568.             tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
  569.             tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
  570.             dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
  571.             dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
  572.             tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
  573.             tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  574.             tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
  575.             tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
  576.             dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
  577.             tabGradient5.EndColor = System.Drawing.SystemColors.Control;
  578.             tabGradient5.StartColor = System.Drawing.SystemColors.Control;
  579.             tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
  580.             dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
  581.             dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
  582.             dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
  583.             dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
  584.             tabGradient6.EndColor = System.Drawing.SystemColors.GradientInactiveCaption;
  585.             tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  586.             tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
  587.             tabGradient6.TextColor = System.Drawing.SystemColors.ControlText;
  588.             dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
  589.             tabGradient7.EndColor = System.Drawing.Color.Transparent;
  590.             tabGradient7.StartColor = System.Drawing.Color.Transparent;
  591.             tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  592.             dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
  593.             dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
  594.             dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
  595.             this.dockPanel.Skin = dockPanelSkin1;
  596.             this.dockPanel.TabIndex = 0;
  597.             // 
  598.             // MainForm
  599.             // 
  600.             this.ClientSize = new System.Drawing.Size(579, 409);
  601.             this.Controls.Add(this.dockPanel);
  602.             this.Controls.Add(this.toolBar);
  603.             this.Controls.Add(this.mainMenu);
  604.             this.Controls.Add(this.statusBar);
  605.             this.IsMdiContainer = true;
  606.             this.MainMenuStrip = this.mainMenu;
  607.             this.Name = "MainForm";
  608.             this.Text = "DockSample";
  609.             this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  610.             this.Load += new System.EventHandler(this.MainForm_Load);
  611.             this.Closing += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
  612.             this.mainMenu.ResumeLayout(false);
  613.             this.mainMenu.PerformLayout();
  614.             this.toolBar.ResumeLayout(false);
  615.             this.toolBar.PerformLayout();
  616.             ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
  617.             this.ResumeLayout(false);
  618.             this.PerformLayout();
  619. }
  620. #endregion
  621.         private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel;
  622.         private System.Windows.Forms.ToolStrip toolBar;
  623.         private System.Windows.Forms.ToolStripButton toolBarButtonNew;
  624.         private System.Windows.Forms.ToolStripButton toolBarButtonOpen;
  625.         private System.Windows.Forms.ToolStripSeparator toolBarButtonSeparator1;
  626.         private System.Windows.Forms.ToolStripButton toolBarButtonSolutionExplorer;
  627.         private System.Windows.Forms.ToolStripButton toolBarButtonPropertyWindow;
  628.         private System.Windows.Forms.ToolStripButton toolBarButtonToolbox;
  629.         private System.Windows.Forms.ToolStripButton toolBarButtonOutputWindow;
  630.         private System.Windows.Forms.ToolStripButton toolBarButtonTaskList;
  631.         private System.Windows.Forms.ToolStripSeparator toolBarButtonSeparator2;
  632.         private System.Windows.Forms.ToolStripButton toolBarButtonLayoutByCode;
  633.         private System.Windows.Forms.ToolStripButton toolBarButtonLayoutByXml;
  634.         private System.Windows.Forms.MenuStrip mainMenu;
  635.         private System.Windows.Forms.ToolStripMenuItem menuItemFile;
  636.         private System.Windows.Forms.ToolStripMenuItem menuItemNew;
  637.         private System.Windows.Forms.ToolStripMenuItem menuItemOpen;
  638.         private System.Windows.Forms.ToolStripMenuItem menuItemClose;
  639.         private System.Windows.Forms.ToolStripMenuItem menuItemCloseAll;
  640.         private System.Windows.Forms.ToolStripMenuItem menuItemCloseAllButThisOne;
  641.         private System.Windows.Forms.ToolStripSeparator menuItem4;
  642.         private System.Windows.Forms.ToolStripMenuItem menuItemExit;
  643.         private System.Windows.Forms.ToolStripMenuItem menuItemView;
  644.         private System.Windows.Forms.ToolStripMenuItem menuItemSolutionExplorer;
  645.         private System.Windows.Forms.ToolStripMenuItem menuItemPropertyWindow;
  646.         private System.Windows.Forms.ToolStripMenuItem menuItemToolbox;
  647.         private System.Windows.Forms.ToolStripMenuItem menuItemOutputWindow;
  648.         private System.Windows.Forms.ToolStripMenuItem menuItemTaskList;
  649.         private System.Windows.Forms.ToolStripSeparator menuItem1;
  650.         private System.Windows.Forms.ToolStripMenuItem menuItemToolBar;
  651.         private System.Windows.Forms.ToolStripMenuItem menuItemStatusBar;
  652.         private System.Windows.Forms.ToolStripSeparator menuItem2;
  653.         private System.Windows.Forms.ToolStripMenuItem menuItemLayoutByCode;
  654.         private System.Windows.Forms.ToolStripMenuItem menuItemLayoutByXml;
  655.         private System.Windows.Forms.ToolStripMenuItem menuItemTools;
  656.         private System.Windows.Forms.ToolStripMenuItem menuItemLockLayout;
  657.         private System.Windows.Forms.ToolStripSeparator menuItem3;
  658.         private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2005;
  659.         private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2003;
  660.         private System.Windows.Forms.ToolStripSeparator menuItem6;
  661.         private System.Windows.Forms.ToolStripMenuItem menuItemDockingMdi;
  662.         private System.Windows.Forms.ToolStripMenuItem menuItemDockingSdi;
  663.         private System.Windows.Forms.ToolStripMenuItem menuItemDockingWindow;
  664.         private System.Windows.Forms.ToolStripMenuItem menuItemSystemMdi;
  665.         private System.Windows.Forms.ToolStripSeparator menuItem5;
  666.         private System.Windows.Forms.ToolStripMenuItem menuItemShowDocumentIcon;
  667.         private System.Windows.Forms.ToolStripMenuItem menuItemWindow;
  668.         private System.Windows.Forms.ToolStripMenuItem menuItemNewWindow;
  669.         private System.Windows.Forms.ToolStripMenuItem menuItemHelp;
  670.         private System.Windows.Forms.ToolStripMenuItem menuItemAbout;
  671.         private System.Windows.Forms.StatusStrip statusBar;
  672.         private System.Windows.Forms.ToolStripMenuItem showRightToLeft;
  673.         private System.Windows.Forms.ToolStripMenuItem exitWithoutSavingLayout;
  674.         private System.Windows.Forms.ImageList imageList;
  675.         private System.Windows.Forms.BindingSource bindingSource1;
  676.     }
  677. }