frmHmpOperate.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class frmHmpOperate
  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.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  29. this.rbFront = new System.Windows.Forms.RadioButton();
  30. this.rbBack = new System.Windows.Forms.RadioButton();
  31. this.rbDevice = new System.Windows.Forms.RadioButton();
  32. this.rbDevice2 = new System.Windows.Forms.RadioButton();
  33. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  34. this.rbOver = new System.Windows.Forms.RadioButton();
  35. this.radioButton2 = new System.Windows.Forms.RadioButton();
  36. this.btnNo = new System.Windows.Forms.Button();
  37. this.btnOk = new System.Windows.Forms.Button();
  38. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  39. this.ultraGroupBox1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  41. this.ultraGroupBox2.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // ultraGroupBox1
  45. //
  46. this.ultraGroupBox1.Controls.Add(this.rbFront);
  47. this.ultraGroupBox1.Controls.Add(this.rbBack);
  48. this.ultraGroupBox1.Controls.Add(this.rbDevice);
  49. this.ultraGroupBox1.Controls.Add(this.rbDevice2);
  50. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  51. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  52. this.ultraGroupBox1.Name = "ultraGroupBox1";
  53. this.ultraGroupBox1.Size = new System.Drawing.Size(255, 79);
  54. this.ultraGroupBox1.SupportThemes = false;
  55. this.ultraGroupBox1.TabIndex = 0;
  56. this.ultraGroupBox1.Text = "正常执行操作";
  57. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
  58. //
  59. // rbFront
  60. //
  61. this.rbFront.AutoSize = true;
  62. this.rbFront.Location = new System.Drawing.Point(17, 22);
  63. this.rbFront.Name = "rbFront";
  64. this.rbFront.Size = new System.Drawing.Size(83, 16);
  65. this.rbFront.TabIndex = 5;
  66. this.rbFront.TabStop = true;
  67. this.rbFront.Tag = "FRONT";
  68. this.rbFront.Text = "去1#小车位";
  69. this.rbFront.UseVisualStyleBackColor = true;
  70. this.rbFront.Click += new System.EventHandler(this.rbFront_Click);
  71. //
  72. // rbBack
  73. //
  74. this.rbBack.AutoSize = true;
  75. this.rbBack.Location = new System.Drawing.Point(138, 22);
  76. this.rbBack.Name = "rbBack";
  77. this.rbBack.Size = new System.Drawing.Size(83, 16);
  78. this.rbBack.TabIndex = 4;
  79. this.rbBack.TabStop = true;
  80. this.rbBack.Tag = "BACK";
  81. this.rbBack.Text = "去2#小车位";
  82. this.rbBack.UseVisualStyleBackColor = true;
  83. this.rbBack.Click += new System.EventHandler(this.rbFront_Click);
  84. //
  85. // rbDevice
  86. //
  87. this.rbDevice.AutoSize = true;
  88. this.rbDevice.Location = new System.Drawing.Point(17, 50);
  89. this.rbDevice.Name = "rbDevice";
  90. this.rbDevice.Size = new System.Drawing.Size(83, 16);
  91. this.rbDevice.TabIndex = 3;
  92. this.rbDevice.TabStop = true;
  93. this.rbDevice.Tag = "DEVICE";
  94. this.rbDevice.Text = "去1#处理位";
  95. this.rbDevice.UseVisualStyleBackColor = true;
  96. this.rbDevice.Click += new System.EventHandler(this.rbFront_Click);
  97. //
  98. // rbDevice2
  99. //
  100. this.rbDevice2.AutoSize = true;
  101. this.rbDevice2.Location = new System.Drawing.Point(138, 50);
  102. this.rbDevice2.Name = "rbDevice2";
  103. this.rbDevice2.Size = new System.Drawing.Size(83, 16);
  104. this.rbDevice2.TabIndex = 0;
  105. this.rbDevice2.TabStop = true;
  106. this.rbDevice2.Tag = "DEVICE2";
  107. this.rbDevice2.Text = "去2#处理位";
  108. this.rbDevice2.UseVisualStyleBackColor = true;
  109. this.rbDevice2.Click += new System.EventHandler(this.rbFront_Click);
  110. //
  111. // ultraGroupBox2
  112. //
  113. this.ultraGroupBox2.Controls.Add(this.rbOver);
  114. this.ultraGroupBox2.Controls.Add(this.radioButton2);
  115. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 85);
  116. this.ultraGroupBox2.Name = "ultraGroupBox2";
  117. this.ultraGroupBox2.Size = new System.Drawing.Size(256, 59);
  118. this.ultraGroupBox2.SupportThemes = false;
  119. this.ultraGroupBox2.TabIndex = 1;
  120. this.ultraGroupBox2.Text = "异常执行操作";
  121. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
  122. //
  123. // rbOver
  124. //
  125. this.rbOver.AutoSize = true;
  126. this.rbOver.Location = new System.Drawing.Point(17, 25);
  127. this.rbOver.Name = "rbOver";
  128. this.rbOver.Size = new System.Drawing.Size(71, 16);
  129. this.rbOver.TabIndex = 5;
  130. this.rbOver.TabStop = true;
  131. this.rbOver.Tag = "OVER";
  132. this.rbOver.Text = "生产完成";
  133. this.rbOver.UseVisualStyleBackColor = true;
  134. this.rbOver.Click += new System.EventHandler(this.rbOver_Click);
  135. //
  136. // radioButton2
  137. //
  138. this.radioButton2.AutoSize = true;
  139. this.radioButton2.Location = new System.Drawing.Point(20, 25);
  140. this.radioButton2.Name = "radioButton2";
  141. this.radioButton2.Size = new System.Drawing.Size(71, 16);
  142. this.radioButton2.TabIndex = 9;
  143. this.radioButton2.TabStop = true;
  144. this.radioButton2.Tag = "GOHMP01";
  145. this.radioButton2.Text = "去1#脱硫";
  146. this.radioButton2.UseVisualStyleBackColor = true;
  147. this.radioButton2.Visible = false;
  148. //
  149. // btnNo
  150. //
  151. this.btnNo.Location = new System.Drawing.Point(146, 154);
  152. this.btnNo.Name = "btnNo";
  153. this.btnNo.Size = new System.Drawing.Size(75, 25);
  154. this.btnNo.TabIndex = 12;
  155. this.btnNo.Text = "取消";
  156. this.btnNo.UseVisualStyleBackColor = false;
  157. this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
  158. //
  159. // btnOk
  160. //
  161. this.btnOk.Location = new System.Drawing.Point(40, 154);
  162. this.btnOk.Name = "btnOk";
  163. this.btnOk.Size = new System.Drawing.Size(75, 25);
  164. this.btnOk.TabIndex = 11;
  165. this.btnOk.Text = "确定";
  166. this.btnOk.UseVisualStyleBackColor = false;
  167. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  168. //
  169. // frmHmpOperate
  170. //
  171. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  172. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  173. this.BackColor = System.Drawing.Color.Gainsboro;
  174. this.ClientSize = new System.Drawing.Size(255, 194);
  175. this.Controls.Add(this.btnNo);
  176. this.Controls.Add(this.btnOk);
  177. this.Controls.Add(this.ultraGroupBox2);
  178. this.Controls.Add(this.ultraGroupBox1);
  179. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  180. this.MaximizeBox = false;
  181. this.MinimizeBox = false;
  182. this.Name = "frmHmpOperate";
  183. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  184. this.Text = "脱硫工序操作";
  185. this.Load += new System.EventHandler(this.frmHmpOperate_Load);
  186. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  187. this.ultraGroupBox1.ResumeLayout(false);
  188. this.ultraGroupBox1.PerformLayout();
  189. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  190. this.ultraGroupBox2.ResumeLayout(false);
  191. this.ultraGroupBox2.PerformLayout();
  192. this.ResumeLayout(false);
  193. }
  194. #endregion
  195. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  196. private System.Windows.Forms.RadioButton rbDevice2;
  197. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  198. private System.Windows.Forms.RadioButton rbBack;
  199. private System.Windows.Forms.RadioButton rbDevice;
  200. private System.Windows.Forms.RadioButton rbOver;
  201. private System.Windows.Forms.Button btnNo;
  202. private System.Windows.Forms.Button btnOk;
  203. private System.Windows.Forms.RadioButton radioButton2;
  204. private System.Windows.Forms.RadioButton rbFront;
  205. }
  206. }