ContorlPlanStatus.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. namespace Core.StlMes.Client.Mcp.Control.Base
  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.panel5 = new System.Windows.Forms.Panel();
  29. this.panel4 = new System.Windows.Forms.Panel();
  30. this.panel3 = new System.Windows.Forms.Panel();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.chcStatus1 = new Core.StlMes.Client.Mcp.Control.Base.ControlRadioButton();
  34. this.chcStatus2 = new Core.StlMes.Client.Mcp.Control.Base.ControlRadioButton();
  35. this.chcStatus3 = new Core.StlMes.Client.Mcp.Control.Base.ControlRadioButton();
  36. this.chcStatus5 = new Core.StlMes.Client.Mcp.Control.Base.ControlRadioButton();
  37. this.chcStatus4 = new Core.StlMes.Client.Mcp.Control.Base.ControlRadioButton();
  38. this.panel5.SuspendLayout();
  39. this.panel4.SuspendLayout();
  40. this.panel3.SuspendLayout();
  41. this.panel2.SuspendLayout();
  42. this.panel1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // panel5
  46. //
  47. this.panel5.Controls.Add(this.chcStatus5);
  48. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  49. this.panel5.Location = new System.Drawing.Point(253, 0);
  50. this.panel5.Margin = new System.Windows.Forms.Padding(2);
  51. this.panel5.Name = "panel5";
  52. this.panel5.Size = new System.Drawing.Size(52, 33);
  53. this.panel5.TabIndex = 4;
  54. //
  55. // panel4
  56. //
  57. this.panel4.Controls.Add(this.chcStatus4);
  58. this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
  59. this.panel4.Location = new System.Drawing.Point(176, 0);
  60. this.panel4.Margin = new System.Windows.Forms.Padding(2);
  61. this.panel4.Name = "panel4";
  62. this.panel4.Size = new System.Drawing.Size(77, 33);
  63. this.panel4.TabIndex = 3;
  64. //
  65. // panel3
  66. //
  67. this.panel3.Controls.Add(this.chcStatus3);
  68. this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
  69. this.panel3.Location = new System.Drawing.Point(116, 0);
  70. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  71. this.panel3.Name = "panel3";
  72. this.panel3.Size = new System.Drawing.Size(60, 33);
  73. this.panel3.TabIndex = 2;
  74. //
  75. // panel2
  76. //
  77. this.panel2.Controls.Add(this.chcStatus2);
  78. this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
  79. this.panel2.Location = new System.Drawing.Point(56, 0);
  80. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  81. this.panel2.Name = "panel2";
  82. this.panel2.Size = new System.Drawing.Size(60, 33);
  83. this.panel2.TabIndex = 1;
  84. //
  85. // panel1
  86. //
  87. this.panel1.Controls.Add(this.chcStatus1);
  88. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  89. this.panel1.Location = new System.Drawing.Point(0, 0);
  90. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  91. this.panel1.Name = "panel1";
  92. this.panel1.Size = new System.Drawing.Size(56, 33);
  93. this.panel1.TabIndex = 0;
  94. //
  95. // chcStatus1
  96. //
  97. this.chcStatus1.AutoSize = true;
  98. this.chcStatus1.BackColor = System.Drawing.Color.Transparent;
  99. this.chcStatus1.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.chcStatus1.Location = new System.Drawing.Point(0, 0);
  101. this.chcStatus1.Name = "chcStatus1";
  102. this.chcStatus1.Size = new System.Drawing.Size(56, 33);
  103. this.chcStatus1.TabIndex = 0;
  104. this.chcStatus1.Text = "计划";
  105. this.chcStatus1.UseVisualStyleBackColor = false;
  106. this.chcStatus1.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
  107. //
  108. // chcStatus2
  109. //
  110. this.chcStatus2.AutoSize = true;
  111. this.chcStatus2.BackColor = System.Drawing.Color.Transparent;
  112. this.chcStatus2.Checked = true;
  113. this.chcStatus2.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.chcStatus2.Location = new System.Drawing.Point(0, 0);
  115. this.chcStatus2.Name = "chcStatus2";
  116. this.chcStatus2.Size = new System.Drawing.Size(60, 33);
  117. this.chcStatus2.TabIndex = 0;
  118. this.chcStatus2.TabStop = true;
  119. this.chcStatus2.Text = "下发";
  120. this.chcStatus2.UseVisualStyleBackColor = false;
  121. this.chcStatus2.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
  122. //
  123. // chcStatus3
  124. //
  125. this.chcStatus3.AutoSize = true;
  126. this.chcStatus3.Checked = true;
  127. this.chcStatus3.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.chcStatus3.Location = new System.Drawing.Point(0, 0);
  129. this.chcStatus3.Name = "chcStatus3";
  130. this.chcStatus3.Size = new System.Drawing.Size(60, 33);
  131. this.chcStatus3.TabIndex = 0;
  132. this.chcStatus3.TabStop = true;
  133. this.chcStatus3.Text = "生产中";
  134. this.chcStatus3.UseVisualStyleBackColor = true;
  135. this.chcStatus3.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
  136. //
  137. // chcStatus5
  138. //
  139. this.chcStatus5.AutoSize = true;
  140. this.chcStatus5.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.chcStatus5.Location = new System.Drawing.Point(0, 0);
  142. this.chcStatus5.Name = "chcStatus5";
  143. this.chcStatus5.Size = new System.Drawing.Size(52, 33);
  144. this.chcStatus5.TabIndex = 0;
  145. this.chcStatus5.TabStop = true;
  146. this.chcStatus5.Text = "关闭";
  147. this.chcStatus5.UseVisualStyleBackColor = true;
  148. this.chcStatus5.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
  149. //
  150. // chcStatus4
  151. //
  152. this.chcStatus4.AutoSize = true;
  153. this.chcStatus4.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.chcStatus4.Location = new System.Drawing.Point(0, 0);
  155. this.chcStatus4.Name = "chcStatus4";
  156. this.chcStatus4.Size = new System.Drawing.Size(77, 33);
  157. this.chcStatus4.TabIndex = 0;
  158. this.chcStatus4.TabStop = true;
  159. this.chcStatus4.Text = "生产完成";
  160. this.chcStatus4.UseVisualStyleBackColor = true;
  161. this.chcStatus4.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
  162. //
  163. // ContorlPlanStatus
  164. //
  165. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  166. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  167. this.BackColor = System.Drawing.Color.Transparent;
  168. this.Controls.Add(this.panel5);
  169. this.Controls.Add(this.panel4);
  170. this.Controls.Add(this.panel3);
  171. this.Controls.Add(this.panel2);
  172. this.Controls.Add(this.panel1);
  173. this.Margin = new System.Windows.Forms.Padding(2);
  174. this.Name = "ContorlPlanStatus";
  175. this.Size = new System.Drawing.Size(305, 33);
  176. this.panel5.ResumeLayout(false);
  177. this.panel5.PerformLayout();
  178. this.panel4.ResumeLayout(false);
  179. this.panel4.PerformLayout();
  180. this.panel3.ResumeLayout(false);
  181. this.panel3.PerformLayout();
  182. this.panel2.ResumeLayout(false);
  183. this.panel2.PerformLayout();
  184. this.panel1.ResumeLayout(false);
  185. this.panel1.PerformLayout();
  186. this.ResumeLayout(false);
  187. }
  188. #endregion
  189. private System.Windows.Forms.Panel panel5;
  190. private ControlRadioButton chcStatus5;
  191. private System.Windows.Forms.Panel panel4;
  192. private ControlRadioButton chcStatus4;
  193. private System.Windows.Forms.Panel panel3;
  194. private ControlRadioButton chcStatus3;
  195. private System.Windows.Forms.Panel panel2;
  196. private ControlRadioButton chcStatus2;
  197. private System.Windows.Forms.Panel panel1;
  198. private ControlRadioButton chcStatus1;
  199. }
  200. }