ContorlPlanStatus.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. namespace Core.StlMes.Client.SaleOrder.Control
  2. {
  3. partial class ContorlPlanStatus
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel1 = new System.Windows.Forms.Panel();
  29. this.chcStatus1 = new Core.StlMes.Client.SaleOrder.Control.ControlRadioButton();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.chcStatus2 = new Core.StlMes.Client.SaleOrder.Control.ControlRadioButton();
  32. this.panel3 = new System.Windows.Forms.Panel();
  33. this.chcStatus3 = new Core.StlMes.Client.SaleOrder.Control.ControlRadioButton();
  34. this.panel4 = new System.Windows.Forms.Panel();
  35. this.chcStatus4 = new Core.StlMes.Client.SaleOrder.Control.ControlRadioButton();
  36. this.panel1.SuspendLayout();
  37. this.panel2.SuspendLayout();
  38. this.panel3.SuspendLayout();
  39. this.panel4.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // panel1
  43. //
  44. this.panel1.Controls.Add(this.chcStatus1);
  45. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  46. this.panel1.Location = new System.Drawing.Point(0, 0);
  47. this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  48. this.panel1.Name = "panel1";
  49. this.panel1.Size = new System.Drawing.Size(56, 19);
  50. this.panel1.TabIndex = 0;
  51. //
  52. // chcStatus1
  53. //
  54. this.chcStatus1.AutoSize = true;
  55. this.chcStatus1.Checked = true;
  56. this.chcStatus1.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.chcStatus1.Location = new System.Drawing.Point(0, 0);
  58. this.chcStatus1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  59. this.chcStatus1.Name = "chcStatus1";
  60. this.chcStatus1.Size = new System.Drawing.Size(56, 19);
  61. this.chcStatus1.TabIndex = 17;
  62. this.chcStatus1.TabStop = true;
  63. this.chcStatus1.Text = "计划";
  64. this.chcStatus1.UseVisualStyleBackColor = true;
  65. this.chcStatus1.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
  66. //
  67. // panel2
  68. //
  69. this.panel2.Controls.Add(this.chcStatus2);
  70. this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
  71. this.panel2.Location = new System.Drawing.Point(56, 0);
  72. this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  73. this.panel2.Name = "panel2";
  74. this.panel2.Size = new System.Drawing.Size(60, 19);
  75. this.panel2.TabIndex = 1;
  76. //
  77. // chcStatus2
  78. //
  79. this.chcStatus2.AutoSize = true;
  80. this.chcStatus2.Checked = true;
  81. this.chcStatus2.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.chcStatus2.Location = new System.Drawing.Point(0, 0);
  83. this.chcStatus2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  84. this.chcStatus2.Name = "chcStatus2";
  85. this.chcStatus2.Size = new System.Drawing.Size(60, 19);
  86. this.chcStatus2.TabIndex = 18;
  87. this.chcStatus2.TabStop = true;
  88. this.chcStatus2.Text = "生产中";
  89. this.chcStatus2.UseVisualStyleBackColor = true;
  90. this.chcStatus2.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
  91. //
  92. // panel3
  93. //
  94. this.panel3.Controls.Add(this.chcStatus3);
  95. this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
  96. this.panel3.Location = new System.Drawing.Point(116, 0);
  97. this.panel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  98. this.panel3.Name = "panel3";
  99. this.panel3.Size = new System.Drawing.Size(60, 19);
  100. this.panel3.TabIndex = 2;
  101. //
  102. // chcStatus3
  103. //
  104. this.chcStatus3.AutoSize = true;
  105. this.chcStatus3.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.chcStatus3.Location = new System.Drawing.Point(0, 0);
  107. this.chcStatus3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  108. this.chcStatus3.Name = "chcStatus3";
  109. this.chcStatus3.Size = new System.Drawing.Size(60, 19);
  110. this.chcStatus3.TabIndex = 19;
  111. this.chcStatus3.Text = "已生产";
  112. this.chcStatus3.UseVisualStyleBackColor = true;
  113. this.chcStatus3.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
  114. //
  115. // panel4
  116. //
  117. this.panel4.Controls.Add(this.chcStatus4);
  118. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.panel4.Location = new System.Drawing.Point(176, 0);
  120. this.panel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  121. this.panel4.Name = "panel4";
  122. this.panel4.Size = new System.Drawing.Size(60, 19);
  123. this.panel4.TabIndex = 3;
  124. //
  125. // chcStatus4
  126. //
  127. this.chcStatus4.AutoSize = true;
  128. this.chcStatus4.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.chcStatus4.Location = new System.Drawing.Point(0, 0);
  130. this.chcStatus4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  131. this.chcStatus4.Name = "chcStatus4";
  132. this.chcStatus4.Size = new System.Drawing.Size(60, 19);
  133. this.chcStatus4.TabIndex = 20;
  134. this.chcStatus4.Text = "关闭A";
  135. this.chcStatus4.UseVisualStyleBackColor = true;
  136. this.chcStatus4.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
  137. //
  138. // ContorlPlanStatus
  139. //
  140. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  141. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  142. this.BackColor = System.Drawing.Color.Transparent;
  143. this.Controls.Add(this.panel4);
  144. this.Controls.Add(this.panel3);
  145. this.Controls.Add(this.panel2);
  146. this.Controls.Add(this.panel1);
  147. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  148. this.Name = "ContorlPlanStatus";
  149. this.Size = new System.Drawing.Size(236, 19);
  150. this.panel1.ResumeLayout(false);
  151. this.panel1.PerformLayout();
  152. this.panel2.ResumeLayout(false);
  153. this.panel2.PerformLayout();
  154. this.panel3.ResumeLayout(false);
  155. this.panel3.PerformLayout();
  156. this.panel4.ResumeLayout(false);
  157. this.panel4.PerformLayout();
  158. this.ResumeLayout(false);
  159. }
  160. #endregion
  161. private System.Windows.Forms.Panel panel1;
  162. private System.Windows.Forms.Panel panel2;
  163. private System.Windows.Forms.Panel panel3;
  164. private System.Windows.Forms.Panel panel4;
  165. private ControlRadioButton chcStatus1;
  166. private ControlRadioButton chcStatus2;
  167. private ControlRadioButton chcStatus3;
  168. private ControlRadioButton chcStatus4;
  169. }
  170. }