Main.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. namespace 优软MES
  2. {
  3. partial class Main
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.customTabControl1 = new 优软MES.CustomControl.CustomTabControl();
  29. this.tabPage1 = new System.Windows.Forms.TabPage();
  30. this.accordionMenu1 = new 优软MES.CustomControl.AccordionMenu.AccordionMenu();
  31. this.headBar1 = new 优软MES.CustomControl.HeadBar();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.customTabControl1.SuspendLayout();
  34. this.tabPage1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // customTabControl1
  38. //
  39. this.customTabControl1.Controls.Add(this.tabPage1);
  40. this.customTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.customTabControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.customTabControl1.ItemSize = new System.Drawing.Size(0, 18);
  43. this.customTabControl1.Location = new System.Drawing.Point(150, 32);
  44. this.customTabControl1.Name = "customTabControl1";
  45. this.customTabControl1.Padding = new System.Drawing.Point(9, 0);
  46. this.customTabControl1.SelectedIndex = 0;
  47. this.customTabControl1.Size = new System.Drawing.Size(1114, 668);
  48. this.customTabControl1.TabIndex = 2;
  49. //
  50. // tabPage1
  51. //
  52. this.tabPage1.Controls.Add(this.button1);
  53. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  54. this.tabPage1.Name = "tabPage1";
  55. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  56. this.tabPage1.Size = new System.Drawing.Size(1106, 642);
  57. this.tabPage1.TabIndex = 2;
  58. this.tabPage1.Text = "tabPage1";
  59. this.tabPage1.UseVisualStyleBackColor = true;
  60. //
  61. // accordionMenu1
  62. //
  63. this.accordionMenu1.Dock = System.Windows.Forms.DockStyle.Left;
  64. this.accordionMenu1.Location = new System.Drawing.Point(0, 32);
  65. this.accordionMenu1.Name = "accordionMenu1";
  66. this.accordionMenu1.Size = new System.Drawing.Size(150, 668);
  67. this.accordionMenu1.TabIndex = 1;
  68. //
  69. // headBar1
  70. //
  71. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  72. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  73. this.headBar1.Location = new System.Drawing.Point(0, 0);
  74. this.headBar1.Name = "headBar1";
  75. this.headBar1.Size = new System.Drawing.Size(1264, 32);
  76. this.headBar1.TabIndex = 0;
  77. //
  78. // button1
  79. //
  80. this.button1.Location = new System.Drawing.Point(93, 36);
  81. this.button1.Name = "button1";
  82. this.button1.Size = new System.Drawing.Size(75, 23);
  83. this.button1.TabIndex = 0;
  84. this.button1.Text = "button1";
  85. this.button1.UseVisualStyleBackColor = true;
  86. this.button1.Click += new System.EventHandler(this.button1_Click);
  87. //
  88. // Main
  89. //
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  92. this.ClientSize = new System.Drawing.Size(1264, 700);
  93. this.Controls.Add(this.customTabControl1);
  94. this.Controls.Add(this.accordionMenu1);
  95. this.Controls.Add(this.headBar1);
  96. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  97. this.Name = "Main";
  98. this.Text = "优软科技MES系统";
  99. this.Load += new System.EventHandler(this.Main_Load);
  100. this.customTabControl1.ResumeLayout(false);
  101. this.tabPage1.ResumeLayout(false);
  102. this.ResumeLayout(false);
  103. }
  104. #endregion
  105. private CustomControl.HeadBar headBar1;
  106. private CustomControl.AccordionMenu.AccordionMenu accordionMenu1;
  107. private CustomControl.CustomTabControl customTabControl1;
  108. private System.Windows.Forms.TabPage tabPage1;
  109. private System.Windows.Forms.Button button1;
  110. }
  111. }