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

C#编程

开发平台:

C#

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