frmCvtOperate.Designer.cs.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class frmCvtOperate
  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.rbXDGX = new System.Windows.Forms.RadioButton();
  30. this.rbDG = new System.Windows.Forms.RadioButton();
  31. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  32. this.rdbtnRhs1 = new System.Windows.Forms.RadioButton();
  33. this.rdbtnCas3 = new System.Windows.Forms.RadioButton();
  34. this.rdbtnCas2 = new System.Windows.Forms.RadioButton();
  35. this.rdbtnCas1 = new System.Windows.Forms.RadioButton();
  36. this.rbGBL2 = new System.Windows.Forms.RadioButton();
  37. this.rbQZJS = new System.Windows.Forms.RadioButton();
  38. this.rbGBL1 = new System.Windows.Forms.RadioButton();
  39. this.btnNo = new System.Windows.Forms.Button();
  40. this.btnOk = new System.Windows.Forms.Button();
  41. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  42. this.ultraGroupBox1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  44. this.ultraGroupBox2.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // ultraGroupBox1
  48. //
  49. this.ultraGroupBox1.Controls.Add(this.rbXDGX);
  50. this.ultraGroupBox1.Controls.Add(this.rbDG);
  51. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  52. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  53. this.ultraGroupBox1.Name = "ultraGroupBox1";
  54. this.ultraGroupBox1.Size = new System.Drawing.Size(231, 54);
  55. this.ultraGroupBox1.TabIndex = 1;
  56. this.ultraGroupBox1.Text = "正常执行操作";
  57. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
  58. //
  59. // rbXDGX
  60. //
  61. this.rbXDGX.AutoSize = true;
  62. this.rbXDGX.Location = new System.Drawing.Point(121, 21);
  63. this.rbXDGX.Name = "rbXDGX";
  64. this.rbXDGX.Size = new System.Drawing.Size(83, 16);
  65. this.rbXDGX.TabIndex = 2;
  66. this.rbXDGX.TabStop = true;
  67. this.rbXDGX.Tag = "GONEXT";
  68. this.rbXDGX.Text = "去下道工序";
  69. this.rbXDGX.UseVisualStyleBackColor = true;
  70. this.rbXDGX.CheckedChanged += new System.EventHandler(this.rbXDGX_CheckedChanged);
  71. //
  72. // rbDG
  73. //
  74. this.rbDG.AutoSize = true;
  75. this.rbDG.Location = new System.Drawing.Point(39, 21);
  76. this.rbDG.Name = "rbDG";
  77. this.rbDG.Size = new System.Drawing.Size(47, 16);
  78. this.rbDG.TabIndex = 0;
  79. this.rbDG.TabStop = true;
  80. this.rbDG.Tag = "IN";
  81. this.rbDG.Text = "倒钢";
  82. this.rbDG.UseVisualStyleBackColor = true;
  83. this.rbDG.CheckedChanged += new System.EventHandler(this.rbDG_CheckedChanged);
  84. //
  85. // ultraGroupBox2
  86. //
  87. this.ultraGroupBox2.Controls.Add(this.rdbtnRhs1);
  88. this.ultraGroupBox2.Controls.Add(this.rdbtnCas3);
  89. this.ultraGroupBox2.Controls.Add(this.rdbtnCas2);
  90. this.ultraGroupBox2.Controls.Add(this.rdbtnCas1);
  91. this.ultraGroupBox2.Controls.Add(this.rbGBL2);
  92. this.ultraGroupBox2.Controls.Add(this.rbQZJS);
  93. this.ultraGroupBox2.Controls.Add(this.rbGBL1);
  94. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 60);
  95. this.ultraGroupBox2.Name = "ultraGroupBox2";
  96. this.ultraGroupBox2.Size = new System.Drawing.Size(138, 206);
  97. this.ultraGroupBox2.TabIndex = 2;
  98. this.ultraGroupBox2.Text = "异常执行操作";
  99. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
  100. //
  101. // rdbtnRhs1
  102. //
  103. this.rdbtnRhs1.AutoSize = true;
  104. this.rdbtnRhs1.Location = new System.Drawing.Point(25, 155);
  105. this.rdbtnRhs1.Name = "rdbtnRhs1";
  106. this.rdbtnRhs1.Size = new System.Drawing.Size(71, 16);
  107. this.rdbtnRhs1.TabIndex = 11;
  108. this.rdbtnRhs1.TabStop = true;
  109. this.rdbtnRhs1.Tag = "";
  110. this.rdbtnRhs1.Text = "去1#RH炉";
  111. this.rdbtnRhs1.UseVisualStyleBackColor = true;
  112. this.rdbtnRhs1.Visible = false;
  113. this.rdbtnRhs1.CheckedChanged += new System.EventHandler(this.rdbtnRhs1_CheckedChanged);
  114. //
  115. // rdbtnCas3
  116. //
  117. this.rdbtnCas3.AutoSize = true;
  118. this.rdbtnCas3.Location = new System.Drawing.Point(25, 81);
  119. this.rdbtnCas3.Name = "rdbtnCas3";
  120. this.rdbtnCas3.Size = new System.Drawing.Size(83, 16);
  121. this.rdbtnCas3.TabIndex = 10;
  122. this.rdbtnCas3.TabStop = true;
  123. this.rdbtnCas3.Tag = "";
  124. this.rdbtnCas3.Text = "去3#吹氩站";
  125. this.rdbtnCas3.UseVisualStyleBackColor = true;
  126. this.rdbtnCas3.Visible = false;
  127. this.rdbtnCas3.CheckedChanged += new System.EventHandler(this.rdbtnCas3_CheckedChanged);
  128. //
  129. // rdbtnCas2
  130. //
  131. this.rdbtnCas2.AutoSize = true;
  132. this.rdbtnCas2.Location = new System.Drawing.Point(25, 53);
  133. this.rdbtnCas2.Name = "rdbtnCas2";
  134. this.rdbtnCas2.Size = new System.Drawing.Size(83, 16);
  135. this.rdbtnCas2.TabIndex = 9;
  136. this.rdbtnCas2.TabStop = true;
  137. this.rdbtnCas2.Tag = "";
  138. this.rdbtnCas2.Text = "去2#吹氩站";
  139. this.rdbtnCas2.UseVisualStyleBackColor = true;
  140. this.rdbtnCas2.CheckedChanged += new System.EventHandler(this.rdbtnCas2_CheckedChanged);
  141. //
  142. // rdbtnCas1
  143. //
  144. this.rdbtnCas1.AutoSize = true;
  145. this.rdbtnCas1.Location = new System.Drawing.Point(25, 25);
  146. this.rdbtnCas1.Name = "rdbtnCas1";
  147. this.rdbtnCas1.Size = new System.Drawing.Size(83, 16);
  148. this.rdbtnCas1.TabIndex = 8;
  149. this.rdbtnCas1.TabStop = true;
  150. this.rdbtnCas1.Tag = "";
  151. this.rdbtnCas1.Text = "去1#吹氩站";
  152. this.rdbtnCas1.UseVisualStyleBackColor = true;
  153. this.rdbtnCas1.CheckedChanged += new System.EventHandler(this.rdbtnCas1_CheckedChanged);
  154. //
  155. // rbGBL2
  156. //
  157. this.rbGBL2.AutoSize = true;
  158. this.rbGBL2.Location = new System.Drawing.Point(25, 110);
  159. this.rbGBL2.Name = "rbGBL2";
  160. this.rbGBL2.Size = new System.Drawing.Size(83, 16);
  161. this.rbGBL2.TabIndex = 7;
  162. this.rbGBL2.TabStop = true;
  163. this.rbGBL2.Tag = "";
  164. this.rbGBL2.Text = "去2#精炼炉";
  165. this.rbGBL2.UseVisualStyleBackColor = true;
  166. this.rbGBL2.CheckedChanged += new System.EventHandler(this.rbGBL2_CheckedChanged);
  167. //
  168. // rbQZJS
  169. //
  170. this.rbQZJS.AutoSize = true;
  171. this.rbQZJS.Enabled = false;
  172. this.rbQZJS.Location = new System.Drawing.Point(25, 165);
  173. this.rbQZJS.Name = "rbQZJS";
  174. this.rbQZJS.Size = new System.Drawing.Size(95, 16);
  175. this.rbQZJS.TabIndex = 5;
  176. this.rbQZJS.TabStop = true;
  177. this.rbQZJS.Tag = "OVER";
  178. this.rbQZJS.Text = "任务强制结束";
  179. this.rbQZJS.UseVisualStyleBackColor = true;
  180. this.rbQZJS.Visible = false;
  181. this.rbQZJS.CheckedChanged += new System.EventHandler(this.rbQZJS_CheckedChanged);
  182. //
  183. // rbGBL1
  184. //
  185. this.rbGBL1.AutoSize = true;
  186. this.rbGBL1.Location = new System.Drawing.Point(25, 82);
  187. this.rbGBL1.Name = "rbGBL1";
  188. this.rbGBL1.Size = new System.Drawing.Size(83, 16);
  189. this.rbGBL1.TabIndex = 4;
  190. this.rbGBL1.TabStop = true;
  191. this.rbGBL1.Tag = "";
  192. this.rbGBL1.Text = "去1#精炼炉";
  193. this.rbGBL1.UseVisualStyleBackColor = true;
  194. this.rbGBL1.CheckedChanged += new System.EventHandler(this.rbGBL1_CheckedChanged);
  195. //
  196. // btnNo
  197. //
  198. this.btnNo.BackColor = System.Drawing.Color.Gainsboro;
  199. this.btnNo.Location = new System.Drawing.Point(147, 208);
  200. this.btnNo.Name = "btnNo";
  201. this.btnNo.Size = new System.Drawing.Size(75, 25);
  202. this.btnNo.TabIndex = 10;
  203. this.btnNo.Text = "取消";
  204. this.btnNo.UseVisualStyleBackColor = false;
  205. this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
  206. //
  207. // btnOk
  208. //
  209. this.btnOk.BackColor = System.Drawing.Color.Gainsboro;
  210. this.btnOk.Location = new System.Drawing.Point(147, 163);
  211. this.btnOk.Name = "btnOk";
  212. this.btnOk.Size = new System.Drawing.Size(75, 25);
  213. this.btnOk.TabIndex = 9;
  214. this.btnOk.Text = "确定";
  215. this.btnOk.UseVisualStyleBackColor = false;
  216. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  217. //
  218. // frmCvtOperate
  219. //
  220. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  221. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  222. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  223. this.ClientSize = new System.Drawing.Size(231, 268);
  224. this.Controls.Add(this.btnNo);
  225. this.Controls.Add(this.btnOk);
  226. this.Controls.Add(this.ultraGroupBox2);
  227. this.Controls.Add(this.ultraGroupBox1);
  228. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  229. this.MaximizeBox = false;
  230. this.MinimizeBox = false;
  231. this.Name = "frmCvtOperate";
  232. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  233. this.Text = "转炉工序操作";
  234. this.Load += new System.EventHandler(this.frmCvtOperate_Load);
  235. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  236. this.ultraGroupBox1.ResumeLayout(false);
  237. this.ultraGroupBox1.PerformLayout();
  238. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  239. this.ultraGroupBox2.ResumeLayout(false);
  240. this.ultraGroupBox2.PerformLayout();
  241. this.ResumeLayout(false);
  242. }
  243. #endregion
  244. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  245. private System.Windows.Forms.RadioButton rbXDGX;
  246. private System.Windows.Forms.RadioButton rbDG;
  247. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  248. private System.Windows.Forms.RadioButton rbGBL2;
  249. private System.Windows.Forms.RadioButton rbQZJS;
  250. private System.Windows.Forms.RadioButton rbGBL1;
  251. private System.Windows.Forms.Button btnNo;
  252. private System.Windows.Forms.Button btnOk;
  253. private System.Windows.Forms.RadioButton rdbtnCas3;
  254. private System.Windows.Forms.RadioButton rdbtnCas2;
  255. private System.Windows.Forms.RadioButton rdbtnCas1;
  256. private System.Windows.Forms.RadioButton rdbtnRhs1;
  257. }
  258. }