frmCcmOperate.Designer.cs.svn-base 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class frmCcmOperate
  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.btnNo = new System.Windows.Forms.Button();
  29. this.btnOk = new System.Windows.Forms.Button();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.rbTJ = new System.Windows.Forms.RadioButton();
  32. this.rbXDGX = new System.Windows.Forms.RadioButton();
  33. this.rbKJ = new System.Windows.Forms.RadioButton();
  34. this.rbST = new System.Windows.Forms.RadioButton();
  35. this.groupBox2 = new System.Windows.Forms.GroupBox();
  36. this.radioButton1 = new System.Windows.Forms.RadioButton();
  37. this.rdIsRs = new System.Windows.Forms.RadioButton();
  38. this.rbRH1 = new System.Windows.Forms.RadioButton();
  39. this.rdbtnCcm3 = new System.Windows.Forms.RadioButton();
  40. this.rdbtnCcm2 = new System.Windows.Forms.RadioButton();
  41. this.rdbtnCcm1 = new System.Windows.Forms.RadioButton();
  42. this.rdbtnCas3 = new System.Windows.Forms.RadioButton();
  43. this.rdbtnCas2 = new System.Windows.Forms.RadioButton();
  44. this.rdbtnCas1 = new System.Windows.Forms.RadioButton();
  45. this.rdbtnCvt3 = new System.Windows.Forms.RadioButton();
  46. this.rdbtnCvt2 = new System.Windows.Forms.RadioButton();
  47. this.rdbtnCvt1 = new System.Windows.Forms.RadioButton();
  48. this.rbHB = new System.Windows.Forms.RadioButton();
  49. this.rbGBL2 = new System.Windows.Forms.RadioButton();
  50. this.rbQZJS = new System.Windows.Forms.RadioButton();
  51. this.rbGBL1 = new System.Windows.Forms.RadioButton();
  52. this.rdbtnCcm4 = new System.Windows.Forms.RadioButton();
  53. this.groupBox1.SuspendLayout();
  54. this.groupBox2.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // btnNo
  58. //
  59. this.btnNo.Location = new System.Drawing.Point(201, 228);
  60. this.btnNo.Name = "btnNo";
  61. this.btnNo.Size = new System.Drawing.Size(75, 25);
  62. this.btnNo.TabIndex = 10;
  63. this.btnNo.Text = "取消";
  64. this.btnNo.UseVisualStyleBackColor = false;
  65. this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
  66. //
  67. // btnOk
  68. //
  69. this.btnOk.Location = new System.Drawing.Point(201, 190);
  70. this.btnOk.Name = "btnOk";
  71. this.btnOk.Size = new System.Drawing.Size(75, 25);
  72. this.btnOk.TabIndex = 9;
  73. this.btnOk.Text = "确定";
  74. this.btnOk.UseVisualStyleBackColor = false;
  75. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  76. //
  77. // groupBox1
  78. //
  79. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  80. this.groupBox1.Controls.Add(this.rbTJ);
  81. this.groupBox1.Controls.Add(this.rbXDGX);
  82. this.groupBox1.Controls.Add(this.rbKJ);
  83. this.groupBox1.Controls.Add(this.rbST);
  84. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  85. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  86. this.groupBox1.Name = "groupBox1";
  87. this.groupBox1.Size = new System.Drawing.Size(282, 53);
  88. this.groupBox1.TabIndex = 11;
  89. this.groupBox1.TabStop = false;
  90. this.groupBox1.Text = "正常执行操作";
  91. //
  92. // rbTJ
  93. //
  94. this.rbTJ.AutoSize = true;
  95. this.rbTJ.Location = new System.Drawing.Point(116, 22);
  96. this.rbTJ.Name = "rbTJ";
  97. this.rbTJ.Size = new System.Drawing.Size(47, 16);
  98. this.rbTJ.TabIndex = 7;
  99. this.rbTJ.TabStop = true;
  100. this.rbTJ.Tag = "";
  101. this.rbTJ.Text = "停浇";
  102. this.rbTJ.UseVisualStyleBackColor = true;
  103. this.rbTJ.Click += new System.EventHandler(this.rbTJ_Click);
  104. //
  105. // rbXDGX
  106. //
  107. this.rbXDGX.AutoSize = true;
  108. this.rbXDGX.Location = new System.Drawing.Point(165, 22);
  109. this.rbXDGX.Name = "rbXDGX";
  110. this.rbXDGX.Size = new System.Drawing.Size(83, 16);
  111. this.rbXDGX.TabIndex = 6;
  112. this.rbXDGX.TabStop = true;
  113. this.rbXDGX.Tag = "GONEXT";
  114. this.rbXDGX.Text = "去下道工序";
  115. this.rbXDGX.UseVisualStyleBackColor = true;
  116. this.rbXDGX.Click += new System.EventHandler(this.rbXDGX_Click);
  117. //
  118. // rbKJ
  119. //
  120. this.rbKJ.AutoSize = true;
  121. this.rbKJ.Location = new System.Drawing.Point(64, 22);
  122. this.rbKJ.Name = "rbKJ";
  123. this.rbKJ.Size = new System.Drawing.Size(47, 16);
  124. this.rbKJ.TabIndex = 5;
  125. this.rbKJ.TabStop = true;
  126. this.rbKJ.Tag = "OUT";
  127. this.rbKJ.Text = "开浇";
  128. this.rbKJ.UseVisualStyleBackColor = true;
  129. this.rbKJ.Click += new System.EventHandler(this.rbKJ_Click);
  130. //
  131. // rbST
  132. //
  133. this.rbST.AutoSize = true;
  134. this.rbST.Location = new System.Drawing.Point(12, 22);
  135. this.rbST.Name = "rbST";
  136. this.rbST.Size = new System.Drawing.Size(47, 16);
  137. this.rbST.TabIndex = 4;
  138. this.rbST.TabStop = true;
  139. this.rbST.Tag = "";
  140. this.rbST.Text = "上台";
  141. this.rbST.UseVisualStyleBackColor = true;
  142. this.rbST.Click += new System.EventHandler(this.rbST_Click);
  143. //
  144. // groupBox2
  145. //
  146. this.groupBox2.Controls.Add(this.radioButton1);
  147. this.groupBox2.Controls.Add(this.rdIsRs);
  148. this.groupBox2.Controls.Add(this.rbRH1);
  149. this.groupBox2.Controls.Add(this.rdbtnCcm3);
  150. this.groupBox2.Controls.Add(this.rdbtnCcm2);
  151. this.groupBox2.Controls.Add(this.rdbtnCcm1);
  152. this.groupBox2.Controls.Add(this.rdbtnCas3);
  153. this.groupBox2.Controls.Add(this.rdbtnCas2);
  154. this.groupBox2.Controls.Add(this.rdbtnCas1);
  155. this.groupBox2.Controls.Add(this.rdbtnCvt3);
  156. this.groupBox2.Controls.Add(this.rdbtnCvt2);
  157. this.groupBox2.Controls.Add(this.rdbtnCvt1);
  158. this.groupBox2.Controls.Add(this.rbHB);
  159. this.groupBox2.Controls.Add(this.rbGBL2);
  160. this.groupBox2.Controls.Add(this.rbQZJS);
  161. this.groupBox2.Controls.Add(this.rbGBL1);
  162. this.groupBox2.Location = new System.Drawing.Point(0, 59);
  163. this.groupBox2.Name = "groupBox2";
  164. this.groupBox2.Size = new System.Drawing.Size(197, 234);
  165. this.groupBox2.TabIndex = 12;
  166. this.groupBox2.TabStop = false;
  167. this.groupBox2.Text = "异常执行操作";
  168. //
  169. // radioButton1
  170. //
  171. this.radioButton1.AutoSize = true;
  172. this.radioButton1.Location = new System.Drawing.Point(114, 128);
  173. this.radioButton1.Name = "radioButton1";
  174. this.radioButton1.Size = new System.Drawing.Size(71, 16);
  175. this.radioButton1.TabIndex = 25;
  176. this.radioButton1.TabStop = true;
  177. this.radioButton1.Tag = "";
  178. this.radioButton1.Text = "去1#VD炉";
  179. this.radioButton1.UseVisualStyleBackColor = true;
  180. //
  181. // rdIsRs
  182. //
  183. this.rdIsRs.AutoSize = true;
  184. this.rdIsRs.Location = new System.Drawing.Point(11, 206);
  185. this.rdIsRs.Name = "rdIsRs";
  186. this.rdIsRs.Size = new System.Drawing.Size(71, 16);
  187. this.rdIsRs.TabIndex = 24;
  188. this.rdIsRs.TabStop = true;
  189. this.rdIsRs.Tag = "STEELRS";
  190. this.rdIsRs.Text = "钢水回炉";
  191. this.rdIsRs.UseVisualStyleBackColor = true;
  192. this.rdIsRs.Click += new System.EventHandler(this.rdIsRs_Click);
  193. //
  194. // rbRH1
  195. //
  196. this.rbRH1.AutoSize = true;
  197. this.rbRH1.Location = new System.Drawing.Point(114, 102);
  198. this.rbRH1.Name = "rbRH1";
  199. this.rbRH1.Size = new System.Drawing.Size(71, 16);
  200. this.rbRH1.TabIndex = 23;
  201. this.rbRH1.TabStop = true;
  202. this.rbRH1.Tag = "";
  203. this.rbRH1.Text = "去1#RH炉";
  204. this.rbRH1.UseVisualStyleBackColor = true;
  205. this.rbRH1.CheckedChanged += new System.EventHandler(this.rbRH1_CheckedChanged);
  206. //
  207. // rdbtnCcm3
  208. //
  209. this.rdbtnCcm3.AutoSize = true;
  210. this.rdbtnCcm3.Location = new System.Drawing.Point(114, 208);
  211. this.rdbtnCcm3.Name = "rdbtnCcm3";
  212. this.rdbtnCcm3.Size = new System.Drawing.Size(71, 16);
  213. this.rdbtnCcm3.TabIndex = 21;
  214. this.rdbtnCcm3.TabStop = true;
  215. this.rdbtnCcm3.Tag = "";
  216. this.rdbtnCcm3.Text = "去3#连铸";
  217. this.rdbtnCcm3.UseVisualStyleBackColor = true;
  218. this.rdbtnCcm3.CheckedChanged += new System.EventHandler(this.rdbtnCcm3_CheckedChanged);
  219. //
  220. // rdbtnCcm2
  221. //
  222. this.rdbtnCcm2.AutoSize = true;
  223. this.rdbtnCcm2.Location = new System.Drawing.Point(114, 182);
  224. this.rdbtnCcm2.Name = "rdbtnCcm2";
  225. this.rdbtnCcm2.Size = new System.Drawing.Size(71, 16);
  226. this.rdbtnCcm2.TabIndex = 20;
  227. this.rdbtnCcm2.TabStop = true;
  228. this.rdbtnCcm2.Tag = "";
  229. this.rdbtnCcm2.Text = "去2#连铸";
  230. this.rdbtnCcm2.UseVisualStyleBackColor = true;
  231. this.rdbtnCcm2.CheckedChanged += new System.EventHandler(this.rdbtnCcm2_CheckedChanged);
  232. //
  233. // rdbtnCcm1
  234. //
  235. this.rdbtnCcm1.AutoSize = true;
  236. this.rdbtnCcm1.Location = new System.Drawing.Point(114, 156);
  237. this.rdbtnCcm1.Name = "rdbtnCcm1";
  238. this.rdbtnCcm1.Size = new System.Drawing.Size(71, 16);
  239. this.rdbtnCcm1.TabIndex = 19;
  240. this.rdbtnCcm1.TabStop = true;
  241. this.rdbtnCcm1.Tag = "";
  242. this.rdbtnCcm1.Text = "去1#连铸";
  243. this.rdbtnCcm1.UseVisualStyleBackColor = true;
  244. this.rdbtnCcm1.CheckedChanged += new System.EventHandler(this.rdbtnCcm1_CheckedChanged);
  245. //
  246. // rdbtnCas3
  247. //
  248. this.rdbtnCas3.AutoSize = true;
  249. this.rdbtnCas3.Location = new System.Drawing.Point(114, 76);
  250. this.rdbtnCas3.Name = "rdbtnCas3";
  251. this.rdbtnCas3.Size = new System.Drawing.Size(71, 16);
  252. this.rdbtnCas3.TabIndex = 18;
  253. this.rdbtnCas3.TabStop = true;
  254. this.rdbtnCas3.Tag = "";
  255. this.rdbtnCas3.Text = "去3#吹氩";
  256. this.rdbtnCas3.UseVisualStyleBackColor = true;
  257. this.rdbtnCas3.CheckedChanged += new System.EventHandler(this.rdbtnCas3_CheckedChanged);
  258. //
  259. // rdbtnCas2
  260. //
  261. this.rdbtnCas2.AutoSize = true;
  262. this.rdbtnCas2.Location = new System.Drawing.Point(114, 50);
  263. this.rdbtnCas2.Name = "rdbtnCas2";
  264. this.rdbtnCas2.Size = new System.Drawing.Size(71, 16);
  265. this.rdbtnCas2.TabIndex = 17;
  266. this.rdbtnCas2.TabStop = true;
  267. this.rdbtnCas2.Tag = "";
  268. this.rdbtnCas2.Text = "去2#吹氩";
  269. this.rdbtnCas2.UseVisualStyleBackColor = true;
  270. this.rdbtnCas2.CheckedChanged += new System.EventHandler(this.rdbtnCas2_CheckedChanged);
  271. //
  272. // rdbtnCas1
  273. //
  274. this.rdbtnCas1.AutoSize = true;
  275. this.rdbtnCas1.Location = new System.Drawing.Point(114, 24);
  276. this.rdbtnCas1.Name = "rdbtnCas1";
  277. this.rdbtnCas1.Size = new System.Drawing.Size(71, 16);
  278. this.rdbtnCas1.TabIndex = 16;
  279. this.rdbtnCas1.TabStop = true;
  280. this.rdbtnCas1.Tag = "";
  281. this.rdbtnCas1.Text = "去1#吹氩";
  282. this.rdbtnCas1.UseVisualStyleBackColor = true;
  283. this.rdbtnCas1.CheckedChanged += new System.EventHandler(this.rdbtnCas1_CheckedChanged);
  284. //
  285. // rdbtnCvt3
  286. //
  287. this.rdbtnCvt3.AutoSize = true;
  288. this.rdbtnCvt3.Location = new System.Drawing.Point(11, 76);
  289. this.rdbtnCvt3.Name = "rdbtnCvt3";
  290. this.rdbtnCvt3.Size = new System.Drawing.Size(71, 16);
  291. this.rdbtnCvt3.TabIndex = 15;
  292. this.rdbtnCvt3.TabStop = true;
  293. this.rdbtnCvt3.Tag = "";
  294. this.rdbtnCvt3.Text = "去3#转炉";
  295. this.rdbtnCvt3.UseVisualStyleBackColor = true;
  296. this.rdbtnCvt3.Click += new System.EventHandler(this.rdbtnCvt3_Click);
  297. //
  298. // rdbtnCvt2
  299. //
  300. this.rdbtnCvt2.AutoSize = true;
  301. this.rdbtnCvt2.Location = new System.Drawing.Point(11, 50);
  302. this.rdbtnCvt2.Name = "rdbtnCvt2";
  303. this.rdbtnCvt2.Size = new System.Drawing.Size(71, 16);
  304. this.rdbtnCvt2.TabIndex = 14;
  305. this.rdbtnCvt2.TabStop = true;
  306. this.rdbtnCvt2.Tag = "";
  307. this.rdbtnCvt2.Text = "去2#转炉";
  308. this.rdbtnCvt2.UseVisualStyleBackColor = true;
  309. this.rdbtnCvt2.Click += new System.EventHandler(this.rdbtnCvt2_Click);
  310. //
  311. // rdbtnCvt1
  312. //
  313. this.rdbtnCvt1.AutoSize = true;
  314. this.rdbtnCvt1.Location = new System.Drawing.Point(11, 24);
  315. this.rdbtnCvt1.Name = "rdbtnCvt1";
  316. this.rdbtnCvt1.Size = new System.Drawing.Size(71, 16);
  317. this.rdbtnCvt1.TabIndex = 13;
  318. this.rdbtnCvt1.TabStop = true;
  319. this.rdbtnCvt1.Tag = "";
  320. this.rdbtnCvt1.Text = "去1#转炉";
  321. this.rdbtnCvt1.UseVisualStyleBackColor = true;
  322. this.rdbtnCvt1.Click += new System.EventHandler(this.rdbtnCvt1_Click);
  323. //
  324. // rbHB
  325. //
  326. this.rbHB.AutoSize = true;
  327. this.rbHB.Location = new System.Drawing.Point(11, 154);
  328. this.rbHB.Name = "rbHB";
  329. this.rbHB.Size = new System.Drawing.Size(71, 16);
  330. this.rbHB.TabIndex = 12;
  331. this.rbHB.TabStop = true;
  332. this.rbHB.Tag = "";
  333. this.rbHB.Text = "大包换包";
  334. this.rbHB.UseVisualStyleBackColor = true;
  335. this.rbHB.Click += new System.EventHandler(this.rbHB_Click);
  336. //
  337. // rbGBL2
  338. //
  339. this.rbGBL2.AutoSize = true;
  340. this.rbGBL2.Location = new System.Drawing.Point(11, 128);
  341. this.rbGBL2.Name = "rbGBL2";
  342. this.rbGBL2.Size = new System.Drawing.Size(83, 16);
  343. this.rbGBL2.TabIndex = 11;
  344. this.rbGBL2.TabStop = true;
  345. this.rbGBL2.Tag = "";
  346. this.rbGBL2.Text = "去2#精炼炉";
  347. this.rbGBL2.UseVisualStyleBackColor = true;
  348. this.rbGBL2.Click += new System.EventHandler(this.rbGBL2_Click);
  349. //
  350. // rbQZJS
  351. //
  352. this.rbQZJS.AutoSize = true;
  353. this.rbQZJS.Location = new System.Drawing.Point(11, 180);
  354. this.rbQZJS.Name = "rbQZJS";
  355. this.rbQZJS.Size = new System.Drawing.Size(95, 16);
  356. this.rbQZJS.TabIndex = 10;
  357. this.rbQZJS.TabStop = true;
  358. this.rbQZJS.Tag = "OVER";
  359. this.rbQZJS.Text = "任务强制结束";
  360. this.rbQZJS.UseVisualStyleBackColor = true;
  361. this.rbQZJS.Click += new System.EventHandler(this.rbQZJS_Click);
  362. //
  363. // rbGBL1
  364. //
  365. this.rbGBL1.AutoSize = true;
  366. this.rbGBL1.Location = new System.Drawing.Point(11, 102);
  367. this.rbGBL1.Name = "rbGBL1";
  368. this.rbGBL1.Size = new System.Drawing.Size(83, 16);
  369. this.rbGBL1.TabIndex = 9;
  370. this.rbGBL1.TabStop = true;
  371. this.rbGBL1.Tag = "";
  372. this.rbGBL1.Text = "去1#精炼炉";
  373. this.rbGBL1.UseVisualStyleBackColor = true;
  374. this.rbGBL1.Click += new System.EventHandler(this.rbGBL1_Click);
  375. //
  376. // rdbtnCcm4
  377. //
  378. this.rdbtnCcm4.AutoSize = true;
  379. this.rdbtnCcm4.Location = new System.Drawing.Point(114, 287);
  380. this.rdbtnCcm4.Name = "rdbtnCcm4";
  381. this.rdbtnCcm4.Size = new System.Drawing.Size(71, 16);
  382. this.rdbtnCcm4.TabIndex = 22;
  383. this.rdbtnCcm4.TabStop = true;
  384. this.rdbtnCcm4.Tag = "";
  385. this.rdbtnCcm4.Text = "去0#连铸";
  386. this.rdbtnCcm4.UseVisualStyleBackColor = true;
  387. this.rdbtnCcm4.Visible = false;
  388. this.rdbtnCcm4.CheckedChanged += new System.EventHandler(this.rdbtnCcm4_CheckedChanged);
  389. //
  390. // frmCcmOperate
  391. //
  392. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  393. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  394. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  395. this.ClientSize = new System.Drawing.Size(282, 298);
  396. this.Controls.Add(this.groupBox2);
  397. this.Controls.Add(this.groupBox1);
  398. this.Controls.Add(this.rdbtnCcm4);
  399. this.Controls.Add(this.btnNo);
  400. this.Controls.Add(this.btnOk);
  401. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  402. this.MaximizeBox = false;
  403. this.MinimizeBox = false;
  404. this.Name = "frmCcmOperate";
  405. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  406. this.Text = "连铸工序操作";
  407. this.Load += new System.EventHandler(this.frmCcmOperate_Load);
  408. this.groupBox1.ResumeLayout(false);
  409. this.groupBox1.PerformLayout();
  410. this.groupBox2.ResumeLayout(false);
  411. this.groupBox2.PerformLayout();
  412. this.ResumeLayout(false);
  413. this.PerformLayout();
  414. }
  415. #endregion
  416. private System.Windows.Forms.Button btnNo;
  417. private System.Windows.Forms.Button btnOk;
  418. private System.Windows.Forms.GroupBox groupBox1;
  419. private System.Windows.Forms.RadioButton rbTJ;
  420. private System.Windows.Forms.RadioButton rbXDGX;
  421. private System.Windows.Forms.RadioButton rbKJ;
  422. private System.Windows.Forms.RadioButton rbST;
  423. private System.Windows.Forms.GroupBox groupBox2;
  424. private System.Windows.Forms.RadioButton rbHB;
  425. private System.Windows.Forms.RadioButton rbGBL2;
  426. private System.Windows.Forms.RadioButton rbQZJS;
  427. private System.Windows.Forms.RadioButton rbGBL1;
  428. private System.Windows.Forms.RadioButton rdbtnCvt3;
  429. private System.Windows.Forms.RadioButton rdbtnCvt2;
  430. private System.Windows.Forms.RadioButton rdbtnCvt1;
  431. private System.Windows.Forms.RadioButton rdbtnCcm2;
  432. private System.Windows.Forms.RadioButton rdbtnCcm1;
  433. private System.Windows.Forms.RadioButton rdbtnCas3;
  434. private System.Windows.Forms.RadioButton rdbtnCas2;
  435. private System.Windows.Forms.RadioButton rdbtnCas1;
  436. private System.Windows.Forms.RadioButton rbRH1;
  437. private System.Windows.Forms.RadioButton rdbtnCcm4;
  438. private System.Windows.Forms.RadioButton rdbtnCcm3;
  439. private System.Windows.Forms.RadioButton rdIsRs;
  440. private System.Windows.Forms.RadioButton radioButton1;
  441. }
  442. }