FormSet.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. namespace WCS_Client.Frm.MBtn_Sys
  2. {
  3. partial class FormSet
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.rdoBtn4RoomDisable = new System.Windows.Forms.RadioButton();
  30. this.rdoBtn4RoomEnable = new System.Windows.Forms.RadioButton();
  31. this.rdoBtn5RoomDisable = new System.Windows.Forms.RadioButton();
  32. this.rdoBtn5RoomEnable = new System.Windows.Forms.RadioButton();
  33. this.groupBox2 = new System.Windows.Forms.GroupBox();
  34. this.rdoBtn6RoomDisable = new System.Windows.Forms.RadioButton();
  35. this.rdoBtn6RoomEnable = new System.Windows.Forms.RadioButton();
  36. this.groupBox3 = new System.Windows.Forms.GroupBox();
  37. this.rdoBtn7RoomDisable = new System.Windows.Forms.RadioButton();
  38. this.rdoBtn7RoomEnable = new System.Windows.Forms.RadioButton();
  39. this.groupBox4 = new System.Windows.Forms.GroupBox();
  40. this.rdoBtn18RoomDisable = new System.Windows.Forms.RadioButton();
  41. this.rdoBtn18RoomEnable = new System.Windows.Forms.RadioButton();
  42. this.groupBox5 = new System.Windows.Forms.GroupBox();
  43. this.btnSave = new System.Windows.Forms.Button();
  44. this.groupBox6 = new System.Windows.Forms.GroupBox();
  45. this.rdoBtnMRADisable = new System.Windows.Forms.RadioButton();
  46. this.rdoBtnMatureRAEnable = new System.Windows.Forms.RadioButton();
  47. this.groupBox7 = new System.Windows.Forms.GroupBox();
  48. this.rdoBtnMRBDisable = new System.Windows.Forms.RadioButton();
  49. this.rdoBtnMatureRBEnable = new System.Windows.Forms.RadioButton();
  50. this.groupBox1.SuspendLayout();
  51. this.groupBox2.SuspendLayout();
  52. this.groupBox3.SuspendLayout();
  53. this.groupBox4.SuspendLayout();
  54. this.groupBox5.SuspendLayout();
  55. this.groupBox6.SuspendLayout();
  56. this.groupBox7.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // groupBox1
  60. //
  61. this.groupBox1.Controls.Add(this.rdoBtn4RoomDisable);
  62. this.groupBox1.Controls.Add(this.rdoBtn4RoomEnable);
  63. this.groupBox1.Location = new System.Drawing.Point(34, 32);
  64. this.groupBox1.Name = "groupBox1";
  65. this.groupBox1.Size = new System.Drawing.Size(383, 81);
  66. this.groupBox1.TabIndex = 0;
  67. this.groupBox1.TabStop = false;
  68. this.groupBox1.Text = "4号涂布车间";
  69. //
  70. // rdoBtn4RoomDisable
  71. //
  72. this.rdoBtn4RoomDisable.AutoSize = true;
  73. this.rdoBtn4RoomDisable.Location = new System.Drawing.Point(233, 33);
  74. this.rdoBtn4RoomDisable.Name = "rdoBtn4RoomDisable";
  75. this.rdoBtn4RoomDisable.Size = new System.Drawing.Size(65, 16);
  76. this.rdoBtn4RoomDisable.TabIndex = 1;
  77. this.rdoBtn4RoomDisable.TabStop = true;
  78. this.rdoBtn4RoomDisable.Text = "禁用AGV";
  79. this.rdoBtn4RoomDisable.UseVisualStyleBackColor = true;
  80. //
  81. // rdoBtn4RoomEnable
  82. //
  83. this.rdoBtn4RoomEnable.AutoSize = true;
  84. this.rdoBtn4RoomEnable.Location = new System.Drawing.Point(83, 33);
  85. this.rdoBtn4RoomEnable.Name = "rdoBtn4RoomEnable";
  86. this.rdoBtn4RoomEnable.Size = new System.Drawing.Size(65, 16);
  87. this.rdoBtn4RoomEnable.TabIndex = 0;
  88. this.rdoBtn4RoomEnable.TabStop = true;
  89. this.rdoBtn4RoomEnable.Text = "启用AGV";
  90. this.rdoBtn4RoomEnable.UseVisualStyleBackColor = true;
  91. //
  92. // rdoBtn5RoomDisable
  93. //
  94. this.rdoBtn5RoomDisable.AutoSize = true;
  95. this.rdoBtn5RoomDisable.Location = new System.Drawing.Point(233, 33);
  96. this.rdoBtn5RoomDisable.Name = "rdoBtn5RoomDisable";
  97. this.rdoBtn5RoomDisable.Size = new System.Drawing.Size(65, 16);
  98. this.rdoBtn5RoomDisable.TabIndex = 1;
  99. this.rdoBtn5RoomDisable.TabStop = true;
  100. this.rdoBtn5RoomDisable.Text = "禁用AGV";
  101. this.rdoBtn5RoomDisable.UseVisualStyleBackColor = true;
  102. //
  103. // rdoBtn5RoomEnable
  104. //
  105. this.rdoBtn5RoomEnable.AutoSize = true;
  106. this.rdoBtn5RoomEnable.Location = new System.Drawing.Point(83, 33);
  107. this.rdoBtn5RoomEnable.Name = "rdoBtn5RoomEnable";
  108. this.rdoBtn5RoomEnable.Size = new System.Drawing.Size(65, 16);
  109. this.rdoBtn5RoomEnable.TabIndex = 0;
  110. this.rdoBtn5RoomEnable.TabStop = true;
  111. this.rdoBtn5RoomEnable.Text = "启用AGV";
  112. this.rdoBtn5RoomEnable.UseVisualStyleBackColor = true;
  113. //
  114. // groupBox2
  115. //
  116. this.groupBox2.Controls.Add(this.rdoBtn5RoomDisable);
  117. this.groupBox2.Controls.Add(this.rdoBtn5RoomEnable);
  118. this.groupBox2.Location = new System.Drawing.Point(500, 32);
  119. this.groupBox2.Name = "groupBox2";
  120. this.groupBox2.Size = new System.Drawing.Size(383, 81);
  121. this.groupBox2.TabIndex = 1;
  122. this.groupBox2.TabStop = false;
  123. this.groupBox2.Text = "5号涂布车间";
  124. //
  125. // rdoBtn6RoomDisable
  126. //
  127. this.rdoBtn6RoomDisable.AutoSize = true;
  128. this.rdoBtn6RoomDisable.Location = new System.Drawing.Point(233, 33);
  129. this.rdoBtn6RoomDisable.Name = "rdoBtn6RoomDisable";
  130. this.rdoBtn6RoomDisable.Size = new System.Drawing.Size(65, 16);
  131. this.rdoBtn6RoomDisable.TabIndex = 1;
  132. this.rdoBtn6RoomDisable.TabStop = true;
  133. this.rdoBtn6RoomDisable.Text = "禁用AGV";
  134. this.rdoBtn6RoomDisable.UseVisualStyleBackColor = true;
  135. //
  136. // rdoBtn6RoomEnable
  137. //
  138. this.rdoBtn6RoomEnable.AutoSize = true;
  139. this.rdoBtn6RoomEnable.Location = new System.Drawing.Point(83, 33);
  140. this.rdoBtn6RoomEnable.Name = "rdoBtn6RoomEnable";
  141. this.rdoBtn6RoomEnable.Size = new System.Drawing.Size(65, 16);
  142. this.rdoBtn6RoomEnable.TabIndex = 0;
  143. this.rdoBtn6RoomEnable.TabStop = true;
  144. this.rdoBtn6RoomEnable.Text = "启用AGV";
  145. this.rdoBtn6RoomEnable.UseVisualStyleBackColor = true;
  146. //
  147. // groupBox3
  148. //
  149. this.groupBox3.Controls.Add(this.rdoBtn6RoomDisable);
  150. this.groupBox3.Controls.Add(this.rdoBtn6RoomEnable);
  151. this.groupBox3.Location = new System.Drawing.Point(34, 142);
  152. this.groupBox3.Name = "groupBox3";
  153. this.groupBox3.Size = new System.Drawing.Size(383, 81);
  154. this.groupBox3.TabIndex = 2;
  155. this.groupBox3.TabStop = false;
  156. this.groupBox3.Text = "6号涂布车间";
  157. //
  158. // rdoBtn7RoomDisable
  159. //
  160. this.rdoBtn7RoomDisable.AutoSize = true;
  161. this.rdoBtn7RoomDisable.Location = new System.Drawing.Point(233, 33);
  162. this.rdoBtn7RoomDisable.Name = "rdoBtn7RoomDisable";
  163. this.rdoBtn7RoomDisable.Size = new System.Drawing.Size(65, 16);
  164. this.rdoBtn7RoomDisable.TabIndex = 1;
  165. this.rdoBtn7RoomDisable.TabStop = true;
  166. this.rdoBtn7RoomDisable.Text = "禁用AGV";
  167. this.rdoBtn7RoomDisable.UseVisualStyleBackColor = true;
  168. //
  169. // rdoBtn7RoomEnable
  170. //
  171. this.rdoBtn7RoomEnable.AutoSize = true;
  172. this.rdoBtn7RoomEnable.Location = new System.Drawing.Point(83, 33);
  173. this.rdoBtn7RoomEnable.Name = "rdoBtn7RoomEnable";
  174. this.rdoBtn7RoomEnable.Size = new System.Drawing.Size(65, 16);
  175. this.rdoBtn7RoomEnable.TabIndex = 0;
  176. this.rdoBtn7RoomEnable.TabStop = true;
  177. this.rdoBtn7RoomEnable.Text = "启用AGV";
  178. this.rdoBtn7RoomEnable.UseVisualStyleBackColor = true;
  179. //
  180. // groupBox4
  181. //
  182. this.groupBox4.Controls.Add(this.rdoBtn7RoomDisable);
  183. this.groupBox4.Controls.Add(this.rdoBtn7RoomEnable);
  184. this.groupBox4.Location = new System.Drawing.Point(500, 142);
  185. this.groupBox4.Name = "groupBox4";
  186. this.groupBox4.Size = new System.Drawing.Size(383, 81);
  187. this.groupBox4.TabIndex = 3;
  188. this.groupBox4.TabStop = false;
  189. this.groupBox4.Text = "7号涂布车间";
  190. //
  191. // rdoBtn18RoomDisable
  192. //
  193. this.rdoBtn18RoomDisable.AutoSize = true;
  194. this.rdoBtn18RoomDisable.Location = new System.Drawing.Point(233, 33);
  195. this.rdoBtn18RoomDisable.Name = "rdoBtn18RoomDisable";
  196. this.rdoBtn18RoomDisable.Size = new System.Drawing.Size(65, 16);
  197. this.rdoBtn18RoomDisable.TabIndex = 1;
  198. this.rdoBtn18RoomDisable.TabStop = true;
  199. this.rdoBtn18RoomDisable.Text = "禁用AGV";
  200. this.rdoBtn18RoomDisable.UseVisualStyleBackColor = true;
  201. //
  202. // rdoBtn18RoomEnable
  203. //
  204. this.rdoBtn18RoomEnable.AutoSize = true;
  205. this.rdoBtn18RoomEnable.Location = new System.Drawing.Point(83, 33);
  206. this.rdoBtn18RoomEnable.Name = "rdoBtn18RoomEnable";
  207. this.rdoBtn18RoomEnable.Size = new System.Drawing.Size(65, 16);
  208. this.rdoBtn18RoomEnable.TabIndex = 0;
  209. this.rdoBtn18RoomEnable.TabStop = true;
  210. this.rdoBtn18RoomEnable.Text = "启用AGV";
  211. this.rdoBtn18RoomEnable.UseVisualStyleBackColor = true;
  212. //
  213. // groupBox5
  214. //
  215. this.groupBox5.Controls.Add(this.rdoBtn18RoomDisable);
  216. this.groupBox5.Controls.Add(this.rdoBtn18RoomEnable);
  217. this.groupBox5.Location = new System.Drawing.Point(34, 256);
  218. this.groupBox5.Name = "groupBox5";
  219. this.groupBox5.Size = new System.Drawing.Size(383, 81);
  220. this.groupBox5.TabIndex = 4;
  221. this.groupBox5.TabStop = false;
  222. this.groupBox5.Text = "18号涂布车间";
  223. //
  224. // btnSave
  225. //
  226. this.btnSave.Location = new System.Drawing.Point(34, 484);
  227. this.btnSave.Name = "btnSave";
  228. this.btnSave.Size = new System.Drawing.Size(75, 23);
  229. this.btnSave.TabIndex = 5;
  230. this.btnSave.Text = "保存配置";
  231. this.btnSave.UseVisualStyleBackColor = true;
  232. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  233. //
  234. // groupBox6
  235. //
  236. this.groupBox6.Controls.Add(this.rdoBtnMRADisable);
  237. this.groupBox6.Controls.Add(this.rdoBtnMatureRAEnable);
  238. this.groupBox6.Location = new System.Drawing.Point(500, 256);
  239. this.groupBox6.Name = "groupBox6";
  240. this.groupBox6.Size = new System.Drawing.Size(383, 81);
  241. this.groupBox6.TabIndex = 6;
  242. this.groupBox6.TabStop = false;
  243. this.groupBox6.Text = "熟化房A";
  244. //
  245. // rdoBtnMRADisable
  246. //
  247. this.rdoBtnMRADisable.AutoSize = true;
  248. this.rdoBtnMRADisable.Location = new System.Drawing.Point(233, 33);
  249. this.rdoBtnMRADisable.Name = "rdoBtnMRADisable";
  250. this.rdoBtnMRADisable.Size = new System.Drawing.Size(65, 16);
  251. this.rdoBtnMRADisable.TabIndex = 1;
  252. this.rdoBtnMRADisable.TabStop = true;
  253. this.rdoBtnMRADisable.Text = "禁用AGV";
  254. this.rdoBtnMRADisable.UseVisualStyleBackColor = true;
  255. //
  256. // rdoBtnMatureRAEnable
  257. //
  258. this.rdoBtnMatureRAEnable.AutoSize = true;
  259. this.rdoBtnMatureRAEnable.Location = new System.Drawing.Point(83, 33);
  260. this.rdoBtnMatureRAEnable.Name = "rdoBtnMatureRAEnable";
  261. this.rdoBtnMatureRAEnable.Size = new System.Drawing.Size(65, 16);
  262. this.rdoBtnMatureRAEnable.TabIndex = 0;
  263. this.rdoBtnMatureRAEnable.TabStop = true;
  264. this.rdoBtnMatureRAEnable.Text = "启用AGV";
  265. this.rdoBtnMatureRAEnable.UseVisualStyleBackColor = true;
  266. //
  267. // groupBox7
  268. //
  269. this.groupBox7.Controls.Add(this.rdoBtnMRBDisable);
  270. this.groupBox7.Controls.Add(this.rdoBtnMatureRBEnable);
  271. this.groupBox7.Location = new System.Drawing.Point(34, 367);
  272. this.groupBox7.Name = "groupBox7";
  273. this.groupBox7.Size = new System.Drawing.Size(383, 81);
  274. this.groupBox7.TabIndex = 7;
  275. this.groupBox7.TabStop = false;
  276. this.groupBox7.Text = "熟化房B";
  277. //
  278. // rdoBtnMRBDisable
  279. //
  280. this.rdoBtnMRBDisable.AutoSize = true;
  281. this.rdoBtnMRBDisable.Location = new System.Drawing.Point(233, 33);
  282. this.rdoBtnMRBDisable.Name = "rdoBtnMRBDisable";
  283. this.rdoBtnMRBDisable.Size = new System.Drawing.Size(65, 16);
  284. this.rdoBtnMRBDisable.TabIndex = 1;
  285. this.rdoBtnMRBDisable.TabStop = true;
  286. this.rdoBtnMRBDisable.Text = "禁用AGV";
  287. this.rdoBtnMRBDisable.UseVisualStyleBackColor = true;
  288. //
  289. // rdoBtnMatureRBEnable
  290. //
  291. this.rdoBtnMatureRBEnable.AutoSize = true;
  292. this.rdoBtnMatureRBEnable.Location = new System.Drawing.Point(83, 33);
  293. this.rdoBtnMatureRBEnable.Name = "rdoBtnMatureRBEnable";
  294. this.rdoBtnMatureRBEnable.Size = new System.Drawing.Size(65, 16);
  295. this.rdoBtnMatureRBEnable.TabIndex = 0;
  296. this.rdoBtnMatureRBEnable.TabStop = true;
  297. this.rdoBtnMatureRBEnable.Text = "启用AGV";
  298. this.rdoBtnMatureRBEnable.UseVisualStyleBackColor = true;
  299. //
  300. // FormSet
  301. //
  302. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  303. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  304. this.ClientSize = new System.Drawing.Size(994, 609);
  305. this.Controls.Add(this.groupBox7);
  306. this.Controls.Add(this.groupBox6);
  307. this.Controls.Add(this.btnSave);
  308. this.Controls.Add(this.groupBox5);
  309. this.Controls.Add(this.groupBox4);
  310. this.Controls.Add(this.groupBox3);
  311. this.Controls.Add(this.groupBox2);
  312. this.Controls.Add(this.groupBox1);
  313. this.Name = "FormSet";
  314. this.Text = "FormSet";
  315. this.groupBox1.ResumeLayout(false);
  316. this.groupBox1.PerformLayout();
  317. this.groupBox2.ResumeLayout(false);
  318. this.groupBox2.PerformLayout();
  319. this.groupBox3.ResumeLayout(false);
  320. this.groupBox3.PerformLayout();
  321. this.groupBox4.ResumeLayout(false);
  322. this.groupBox4.PerformLayout();
  323. this.groupBox5.ResumeLayout(false);
  324. this.groupBox5.PerformLayout();
  325. this.groupBox6.ResumeLayout(false);
  326. this.groupBox6.PerformLayout();
  327. this.groupBox7.ResumeLayout(false);
  328. this.groupBox7.PerformLayout();
  329. this.ResumeLayout(false);
  330. }
  331. #endregion
  332. private System.Windows.Forms.GroupBox groupBox1;
  333. private System.Windows.Forms.RadioButton rdoBtn4RoomDisable;
  334. private System.Windows.Forms.RadioButton rdoBtn4RoomEnable;
  335. private System.Windows.Forms.RadioButton rdoBtn5RoomDisable;
  336. private System.Windows.Forms.RadioButton rdoBtn5RoomEnable;
  337. private System.Windows.Forms.GroupBox groupBox2;
  338. private System.Windows.Forms.RadioButton rdoBtn6RoomDisable;
  339. private System.Windows.Forms.RadioButton rdoBtn6RoomEnable;
  340. private System.Windows.Forms.GroupBox groupBox3;
  341. private System.Windows.Forms.RadioButton rdoBtn7RoomDisable;
  342. private System.Windows.Forms.RadioButton rdoBtn7RoomEnable;
  343. private System.Windows.Forms.GroupBox groupBox4;
  344. private System.Windows.Forms.RadioButton rdoBtn18RoomDisable;
  345. private System.Windows.Forms.RadioButton rdoBtn18RoomEnable;
  346. private System.Windows.Forms.GroupBox groupBox5;
  347. private System.Windows.Forms.Button btnSave;
  348. private System.Windows.Forms.GroupBox groupBox6;
  349. private System.Windows.Forms.RadioButton rdoBtnMRADisable;
  350. private System.Windows.Forms.RadioButton rdoBtnMatureRAEnable;
  351. private System.Windows.Forms.GroupBox groupBox7;
  352. private System.Windows.Forms.RadioButton rdoBtnMRBDisable;
  353. private System.Windows.Forms.RadioButton rdoBtnMatureRBEnable;
  354. }
  355. }