Form_SystemSet.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  1. namespace WCS_Client.From
  2. {
  3. partial class Form_SystemSet
  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.groupBox2 = new System.Windows.Forms.GroupBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.rdoBtnEnable_01 = new System.Windows.Forms.RadioButton();
  32. this.rdoBtnDisable_01 = new System.Windows.Forms.RadioButton();
  33. this.btnCancel = new System.Windows.Forms.Button();
  34. this.btnSave = new System.Windows.Forms.Button();
  35. this.groupBox3 = new System.Windows.Forms.GroupBox();
  36. this.groupBox4 = new System.Windows.Forms.GroupBox();
  37. this.rdoBtnDisable_02 = new System.Windows.Forms.RadioButton();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.rdoBtnEnable_02 = new System.Windows.Forms.RadioButton();
  40. this.groupBox5 = new System.Windows.Forms.GroupBox();
  41. this.rdoBtnDisable_03 = new System.Windows.Forms.RadioButton();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.rdoBtnEnable_03 = new System.Windows.Forms.RadioButton();
  44. this.rdoBtnDisable_04 = new System.Windows.Forms.RadioButton();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.rdoBtnEnable_04 = new System.Windows.Forms.RadioButton();
  47. this.groupBox6 = new System.Windows.Forms.GroupBox();
  48. this.rdoBtnDisable_05 = new System.Windows.Forms.RadioButton();
  49. this.label5 = new System.Windows.Forms.Label();
  50. this.rdoBtnEnable_05 = new System.Windows.Forms.RadioButton();
  51. this.groupBox7 = new System.Windows.Forms.GroupBox();
  52. this.rdoBtnDisable_06 = new System.Windows.Forms.RadioButton();
  53. this.label6 = new System.Windows.Forms.Label();
  54. this.rdoBtnEnable_06 = new System.Windows.Forms.RadioButton();
  55. this.groupBox8 = new System.Windows.Forms.GroupBox();
  56. this.rdoBtnDisable_07 = new System.Windows.Forms.RadioButton();
  57. this.label7 = new System.Windows.Forms.Label();
  58. this.rdoBtnEnable_07 = new System.Windows.Forms.RadioButton();
  59. this.groupBox9 = new System.Windows.Forms.GroupBox();
  60. this.rdoBtnDisable_08 = new System.Windows.Forms.RadioButton();
  61. this.label8 = new System.Windows.Forms.Label();
  62. this.rdoBtnEnable_08 = new System.Windows.Forms.RadioButton();
  63. this.groupBox10 = new System.Windows.Forms.GroupBox();
  64. this.groupBox11 = new System.Windows.Forms.GroupBox();
  65. this.rdoBtnRGV2Mode_03 = new System.Windows.Forms.RadioButton();
  66. this.label9 = new System.Windows.Forms.Label();
  67. this.rdoBtnRGV2Mode_04 = new System.Windows.Forms.RadioButton();
  68. this.groupBox12 = new System.Windows.Forms.GroupBox();
  69. this.groupBox13 = new System.Windows.Forms.GroupBox();
  70. this.groupBox14 = new System.Windows.Forms.GroupBox();
  71. this.rdoBtnDisableAGV_01 = new System.Windows.Forms.RadioButton();
  72. this.label10 = new System.Windows.Forms.Label();
  73. this.rdoBtnEnableAGV_01 = new System.Windows.Forms.RadioButton();
  74. this.rdoBtnDisableAGV_02 = new System.Windows.Forms.RadioButton();
  75. this.label11 = new System.Windows.Forms.Label();
  76. this.rdoBtnEnableAGV_02 = new System.Windows.Forms.RadioButton();
  77. this.groupBox15 = new System.Windows.Forms.GroupBox();
  78. this.groupBox1.SuspendLayout();
  79. this.groupBox2.SuspendLayout();
  80. this.groupBox3.SuspendLayout();
  81. this.groupBox4.SuspendLayout();
  82. this.groupBox5.SuspendLayout();
  83. this.groupBox6.SuspendLayout();
  84. this.groupBox7.SuspendLayout();
  85. this.groupBox8.SuspendLayout();
  86. this.groupBox9.SuspendLayout();
  87. this.groupBox10.SuspendLayout();
  88. this.groupBox11.SuspendLayout();
  89. this.groupBox12.SuspendLayout();
  90. this.groupBox13.SuspendLayout();
  91. this.groupBox14.SuspendLayout();
  92. this.groupBox15.SuspendLayout();
  93. this.SuspendLayout();
  94. //
  95. // groupBox1
  96. //
  97. this.groupBox1.Controls.Add(this.groupBox5);
  98. this.groupBox1.Controls.Add(this.groupBox4);
  99. this.groupBox1.Controls.Add(this.groupBox3);
  100. this.groupBox1.Location = new System.Drawing.Point(30, 12);
  101. this.groupBox1.Name = "groupBox1";
  102. this.groupBox1.Size = new System.Drawing.Size(345, 188);
  103. this.groupBox1.TabIndex = 0;
  104. this.groupBox1.TabStop = false;
  105. this.groupBox1.Text = "托盘堆垛机";
  106. //
  107. // groupBox2
  108. //
  109. this.groupBox2.Controls.Add(this.groupBox10);
  110. this.groupBox2.Controls.Add(this.groupBox9);
  111. this.groupBox2.Controls.Add(this.groupBox8);
  112. this.groupBox2.Controls.Add(this.groupBox7);
  113. this.groupBox2.Controls.Add(this.groupBox6);
  114. this.groupBox2.Location = new System.Drawing.Point(397, 12);
  115. this.groupBox2.Name = "groupBox2";
  116. this.groupBox2.Size = new System.Drawing.Size(371, 306);
  117. this.groupBox2.TabIndex = 1;
  118. this.groupBox2.TabStop = false;
  119. this.groupBox2.Text = "料箱堆垛机";
  120. //
  121. // label1
  122. //
  123. this.label1.AutoSize = true;
  124. this.label1.Location = new System.Drawing.Point(29, 20);
  125. this.label1.Name = "label1";
  126. this.label1.Size = new System.Drawing.Size(71, 12);
  127. this.label1.TabIndex = 0;
  128. this.label1.Text = "1号堆垛机:";
  129. //
  130. // rdoBtnEnable_01
  131. //
  132. this.rdoBtnEnable_01.AutoSize = true;
  133. this.rdoBtnEnable_01.Location = new System.Drawing.Point(141, 18);
  134. this.rdoBtnEnable_01.Name = "rdoBtnEnable_01";
  135. this.rdoBtnEnable_01.Size = new System.Drawing.Size(47, 16);
  136. this.rdoBtnEnable_01.TabIndex = 3;
  137. this.rdoBtnEnable_01.TabStop = true;
  138. this.rdoBtnEnable_01.Text = "启用";
  139. this.rdoBtnEnable_01.UseVisualStyleBackColor = true;
  140. //
  141. // rdoBtnDisable_01
  142. //
  143. this.rdoBtnDisable_01.AutoSize = true;
  144. this.rdoBtnDisable_01.Location = new System.Drawing.Point(239, 18);
  145. this.rdoBtnDisable_01.Name = "rdoBtnDisable_01";
  146. this.rdoBtnDisable_01.Size = new System.Drawing.Size(47, 16);
  147. this.rdoBtnDisable_01.TabIndex = 4;
  148. this.rdoBtnDisable_01.TabStop = true;
  149. this.rdoBtnDisable_01.Text = "禁用";
  150. this.rdoBtnDisable_01.UseVisualStyleBackColor = true;
  151. //
  152. // btnCancel
  153. //
  154. this.btnCancel.Location = new System.Drawing.Point(678, 462);
  155. this.btnCancel.Name = "btnCancel";
  156. this.btnCancel.Size = new System.Drawing.Size(90, 24);
  157. this.btnCancel.TabIndex = 2;
  158. this.btnCancel.Text = "取消";
  159. this.btnCancel.UseVisualStyleBackColor = true;
  160. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  161. //
  162. // btnSave
  163. //
  164. this.btnSave.Location = new System.Drawing.Point(547, 462);
  165. this.btnSave.Name = "btnSave";
  166. this.btnSave.Size = new System.Drawing.Size(90, 24);
  167. this.btnSave.TabIndex = 3;
  168. this.btnSave.Text = "保存设置";
  169. this.btnSave.UseVisualStyleBackColor = true;
  170. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  171. //
  172. // groupBox3
  173. //
  174. this.groupBox3.Controls.Add(this.rdoBtnDisable_01);
  175. this.groupBox3.Controls.Add(this.label1);
  176. this.groupBox3.Controls.Add(this.rdoBtnEnable_01);
  177. this.groupBox3.Location = new System.Drawing.Point(6, 20);
  178. this.groupBox3.Name = "groupBox3";
  179. this.groupBox3.Size = new System.Drawing.Size(318, 44);
  180. this.groupBox3.TabIndex = 4;
  181. this.groupBox3.TabStop = false;
  182. //
  183. // groupBox4
  184. //
  185. this.groupBox4.Controls.Add(this.rdoBtnDisable_02);
  186. this.groupBox4.Controls.Add(this.label2);
  187. this.groupBox4.Controls.Add(this.rdoBtnEnable_02);
  188. this.groupBox4.Location = new System.Drawing.Point(6, 70);
  189. this.groupBox4.Name = "groupBox4";
  190. this.groupBox4.Size = new System.Drawing.Size(318, 44);
  191. this.groupBox4.TabIndex = 5;
  192. this.groupBox4.TabStop = false;
  193. //
  194. // rdoBtnDisable_02
  195. //
  196. this.rdoBtnDisable_02.AutoSize = true;
  197. this.rdoBtnDisable_02.Location = new System.Drawing.Point(239, 18);
  198. this.rdoBtnDisable_02.Name = "rdoBtnDisable_02";
  199. this.rdoBtnDisable_02.Size = new System.Drawing.Size(47, 16);
  200. this.rdoBtnDisable_02.TabIndex = 4;
  201. this.rdoBtnDisable_02.TabStop = true;
  202. this.rdoBtnDisable_02.Text = "禁用";
  203. this.rdoBtnDisable_02.UseVisualStyleBackColor = true;
  204. //
  205. // label2
  206. //
  207. this.label2.AutoSize = true;
  208. this.label2.Location = new System.Drawing.Point(29, 20);
  209. this.label2.Name = "label2";
  210. this.label2.Size = new System.Drawing.Size(71, 12);
  211. this.label2.TabIndex = 0;
  212. this.label2.Text = "2号堆垛机:";
  213. //
  214. // rdoBtnEnable_02
  215. //
  216. this.rdoBtnEnable_02.AutoSize = true;
  217. this.rdoBtnEnable_02.Location = new System.Drawing.Point(141, 18);
  218. this.rdoBtnEnable_02.Name = "rdoBtnEnable_02";
  219. this.rdoBtnEnable_02.Size = new System.Drawing.Size(47, 16);
  220. this.rdoBtnEnable_02.TabIndex = 3;
  221. this.rdoBtnEnable_02.TabStop = true;
  222. this.rdoBtnEnable_02.Text = "启用";
  223. this.rdoBtnEnable_02.UseVisualStyleBackColor = true;
  224. //
  225. // groupBox5
  226. //
  227. this.groupBox5.Controls.Add(this.rdoBtnDisable_03);
  228. this.groupBox5.Controls.Add(this.label3);
  229. this.groupBox5.Controls.Add(this.rdoBtnEnable_03);
  230. this.groupBox5.Location = new System.Drawing.Point(6, 125);
  231. this.groupBox5.Name = "groupBox5";
  232. this.groupBox5.Size = new System.Drawing.Size(318, 44);
  233. this.groupBox5.TabIndex = 6;
  234. this.groupBox5.TabStop = false;
  235. //
  236. // rdoBtnDisable_03
  237. //
  238. this.rdoBtnDisable_03.AutoSize = true;
  239. this.rdoBtnDisable_03.Location = new System.Drawing.Point(239, 18);
  240. this.rdoBtnDisable_03.Name = "rdoBtnDisable_03";
  241. this.rdoBtnDisable_03.Size = new System.Drawing.Size(47, 16);
  242. this.rdoBtnDisable_03.TabIndex = 4;
  243. this.rdoBtnDisable_03.TabStop = true;
  244. this.rdoBtnDisable_03.Text = "禁用";
  245. this.rdoBtnDisable_03.UseVisualStyleBackColor = true;
  246. //
  247. // label3
  248. //
  249. this.label3.AutoSize = true;
  250. this.label3.Location = new System.Drawing.Point(29, 20);
  251. this.label3.Name = "label3";
  252. this.label3.Size = new System.Drawing.Size(71, 12);
  253. this.label3.TabIndex = 0;
  254. this.label3.Text = "3号堆垛机:";
  255. //
  256. // rdoBtnEnable_03
  257. //
  258. this.rdoBtnEnable_03.AutoSize = true;
  259. this.rdoBtnEnable_03.Location = new System.Drawing.Point(141, 18);
  260. this.rdoBtnEnable_03.Name = "rdoBtnEnable_03";
  261. this.rdoBtnEnable_03.Size = new System.Drawing.Size(47, 16);
  262. this.rdoBtnEnable_03.TabIndex = 3;
  263. this.rdoBtnEnable_03.TabStop = true;
  264. this.rdoBtnEnable_03.Text = "启用";
  265. this.rdoBtnEnable_03.UseVisualStyleBackColor = true;
  266. //
  267. // rdoBtnDisable_04
  268. //
  269. this.rdoBtnDisable_04.AutoSize = true;
  270. this.rdoBtnDisable_04.Location = new System.Drawing.Point(239, 18);
  271. this.rdoBtnDisable_04.Name = "rdoBtnDisable_04";
  272. this.rdoBtnDisable_04.Size = new System.Drawing.Size(47, 16);
  273. this.rdoBtnDisable_04.TabIndex = 4;
  274. this.rdoBtnDisable_04.TabStop = true;
  275. this.rdoBtnDisable_04.Text = "禁用";
  276. this.rdoBtnDisable_04.UseVisualStyleBackColor = true;
  277. //
  278. // label4
  279. //
  280. this.label4.AutoSize = true;
  281. this.label4.Location = new System.Drawing.Point(29, 20);
  282. this.label4.Name = "label4";
  283. this.label4.Size = new System.Drawing.Size(71, 12);
  284. this.label4.TabIndex = 0;
  285. this.label4.Text = "4号堆垛机:";
  286. //
  287. // rdoBtnEnable_04
  288. //
  289. this.rdoBtnEnable_04.AutoSize = true;
  290. this.rdoBtnEnable_04.Location = new System.Drawing.Point(141, 18);
  291. this.rdoBtnEnable_04.Name = "rdoBtnEnable_04";
  292. this.rdoBtnEnable_04.Size = new System.Drawing.Size(47, 16);
  293. this.rdoBtnEnable_04.TabIndex = 3;
  294. this.rdoBtnEnable_04.TabStop = true;
  295. this.rdoBtnEnable_04.Text = "启用";
  296. this.rdoBtnEnable_04.UseVisualStyleBackColor = true;
  297. //
  298. // groupBox6
  299. //
  300. this.groupBox6.Controls.Add(this.rdoBtnDisable_04);
  301. this.groupBox6.Controls.Add(this.label4);
  302. this.groupBox6.Controls.Add(this.rdoBtnEnable_04);
  303. this.groupBox6.Location = new System.Drawing.Point(18, 20);
  304. this.groupBox6.Name = "groupBox6";
  305. this.groupBox6.Size = new System.Drawing.Size(318, 44);
  306. this.groupBox6.TabIndex = 5;
  307. this.groupBox6.TabStop = false;
  308. //
  309. // rdoBtnDisable_05
  310. //
  311. this.rdoBtnDisable_05.AutoSize = true;
  312. this.rdoBtnDisable_05.Location = new System.Drawing.Point(239, 18);
  313. this.rdoBtnDisable_05.Name = "rdoBtnDisable_05";
  314. this.rdoBtnDisable_05.Size = new System.Drawing.Size(47, 16);
  315. this.rdoBtnDisable_05.TabIndex = 4;
  316. this.rdoBtnDisable_05.TabStop = true;
  317. this.rdoBtnDisable_05.Text = "禁用";
  318. this.rdoBtnDisable_05.UseVisualStyleBackColor = true;
  319. //
  320. // label5
  321. //
  322. this.label5.AutoSize = true;
  323. this.label5.Location = new System.Drawing.Point(29, 20);
  324. this.label5.Name = "label5";
  325. this.label5.Size = new System.Drawing.Size(71, 12);
  326. this.label5.TabIndex = 0;
  327. this.label5.Text = "5号堆垛机:";
  328. //
  329. // rdoBtnEnable_05
  330. //
  331. this.rdoBtnEnable_05.AutoSize = true;
  332. this.rdoBtnEnable_05.Location = new System.Drawing.Point(141, 18);
  333. this.rdoBtnEnable_05.Name = "rdoBtnEnable_05";
  334. this.rdoBtnEnable_05.Size = new System.Drawing.Size(47, 16);
  335. this.rdoBtnEnable_05.TabIndex = 3;
  336. this.rdoBtnEnable_05.TabStop = true;
  337. this.rdoBtnEnable_05.Text = "启用";
  338. this.rdoBtnEnable_05.UseVisualStyleBackColor = true;
  339. //
  340. // groupBox7
  341. //
  342. this.groupBox7.Controls.Add(this.rdoBtnDisable_05);
  343. this.groupBox7.Controls.Add(this.label5);
  344. this.groupBox7.Controls.Add(this.rdoBtnEnable_05);
  345. this.groupBox7.Location = new System.Drawing.Point(18, 70);
  346. this.groupBox7.Name = "groupBox7";
  347. this.groupBox7.Size = new System.Drawing.Size(318, 44);
  348. this.groupBox7.TabIndex = 6;
  349. this.groupBox7.TabStop = false;
  350. //
  351. // rdoBtnDisable_06
  352. //
  353. this.rdoBtnDisable_06.AutoSize = true;
  354. this.rdoBtnDisable_06.Location = new System.Drawing.Point(239, 18);
  355. this.rdoBtnDisable_06.Name = "rdoBtnDisable_06";
  356. this.rdoBtnDisable_06.Size = new System.Drawing.Size(47, 16);
  357. this.rdoBtnDisable_06.TabIndex = 4;
  358. this.rdoBtnDisable_06.TabStop = true;
  359. this.rdoBtnDisable_06.Text = "禁用";
  360. this.rdoBtnDisable_06.UseVisualStyleBackColor = true;
  361. //
  362. // label6
  363. //
  364. this.label6.AutoSize = true;
  365. this.label6.Location = new System.Drawing.Point(29, 20);
  366. this.label6.Name = "label6";
  367. this.label6.Size = new System.Drawing.Size(71, 12);
  368. this.label6.TabIndex = 0;
  369. this.label6.Text = "6号堆垛机:";
  370. //
  371. // rdoBtnEnable_06
  372. //
  373. this.rdoBtnEnable_06.AutoSize = true;
  374. this.rdoBtnEnable_06.Location = new System.Drawing.Point(141, 18);
  375. this.rdoBtnEnable_06.Name = "rdoBtnEnable_06";
  376. this.rdoBtnEnable_06.Size = new System.Drawing.Size(47, 16);
  377. this.rdoBtnEnable_06.TabIndex = 3;
  378. this.rdoBtnEnable_06.TabStop = true;
  379. this.rdoBtnEnable_06.Text = "启用";
  380. this.rdoBtnEnable_06.UseVisualStyleBackColor = true;
  381. //
  382. // groupBox8
  383. //
  384. this.groupBox8.Controls.Add(this.rdoBtnDisable_06);
  385. this.groupBox8.Controls.Add(this.label6);
  386. this.groupBox8.Controls.Add(this.rdoBtnEnable_06);
  387. this.groupBox8.Location = new System.Drawing.Point(18, 125);
  388. this.groupBox8.Name = "groupBox8";
  389. this.groupBox8.Size = new System.Drawing.Size(318, 44);
  390. this.groupBox8.TabIndex = 7;
  391. this.groupBox8.TabStop = false;
  392. //
  393. // rdoBtnDisable_07
  394. //
  395. this.rdoBtnDisable_07.AutoSize = true;
  396. this.rdoBtnDisable_07.Location = new System.Drawing.Point(239, 16);
  397. this.rdoBtnDisable_07.Name = "rdoBtnDisable_07";
  398. this.rdoBtnDisable_07.Size = new System.Drawing.Size(47, 16);
  399. this.rdoBtnDisable_07.TabIndex = 4;
  400. this.rdoBtnDisable_07.TabStop = true;
  401. this.rdoBtnDisable_07.Text = "禁用";
  402. this.rdoBtnDisable_07.UseVisualStyleBackColor = true;
  403. //
  404. // label7
  405. //
  406. this.label7.AutoSize = true;
  407. this.label7.Location = new System.Drawing.Point(29, 18);
  408. this.label7.Name = "label7";
  409. this.label7.Size = new System.Drawing.Size(71, 12);
  410. this.label7.TabIndex = 0;
  411. this.label7.Text = "7号堆垛机:";
  412. //
  413. // rdoBtnEnable_07
  414. //
  415. this.rdoBtnEnable_07.AutoSize = true;
  416. this.rdoBtnEnable_07.Location = new System.Drawing.Point(141, 16);
  417. this.rdoBtnEnable_07.Name = "rdoBtnEnable_07";
  418. this.rdoBtnEnable_07.Size = new System.Drawing.Size(47, 16);
  419. this.rdoBtnEnable_07.TabIndex = 3;
  420. this.rdoBtnEnable_07.TabStop = true;
  421. this.rdoBtnEnable_07.Text = "启用";
  422. this.rdoBtnEnable_07.UseVisualStyleBackColor = true;
  423. //
  424. // groupBox9
  425. //
  426. this.groupBox9.Controls.Add(this.rdoBtnDisable_07);
  427. this.groupBox9.Controls.Add(this.label7);
  428. this.groupBox9.Controls.Add(this.rdoBtnEnable_07);
  429. this.groupBox9.Location = new System.Drawing.Point(18, 183);
  430. this.groupBox9.Name = "groupBox9";
  431. this.groupBox9.Size = new System.Drawing.Size(318, 44);
  432. this.groupBox9.TabIndex = 8;
  433. this.groupBox9.TabStop = false;
  434. //
  435. // rdoBtnDisable_08
  436. //
  437. this.rdoBtnDisable_08.AutoSize = true;
  438. this.rdoBtnDisable_08.Location = new System.Drawing.Point(239, 15);
  439. this.rdoBtnDisable_08.Name = "rdoBtnDisable_08";
  440. this.rdoBtnDisable_08.Size = new System.Drawing.Size(47, 16);
  441. this.rdoBtnDisable_08.TabIndex = 4;
  442. this.rdoBtnDisable_08.TabStop = true;
  443. this.rdoBtnDisable_08.Text = "禁用";
  444. this.rdoBtnDisable_08.UseVisualStyleBackColor = true;
  445. //
  446. // label8
  447. //
  448. this.label8.AutoSize = true;
  449. this.label8.Location = new System.Drawing.Point(29, 17);
  450. this.label8.Name = "label8";
  451. this.label8.Size = new System.Drawing.Size(71, 12);
  452. this.label8.TabIndex = 0;
  453. this.label8.Text = "8号堆垛机:";
  454. //
  455. // rdoBtnEnable_08
  456. //
  457. this.rdoBtnEnable_08.AutoSize = true;
  458. this.rdoBtnEnable_08.Location = new System.Drawing.Point(141, 15);
  459. this.rdoBtnEnable_08.Name = "rdoBtnEnable_08";
  460. this.rdoBtnEnable_08.Size = new System.Drawing.Size(47, 16);
  461. this.rdoBtnEnable_08.TabIndex = 3;
  462. this.rdoBtnEnable_08.TabStop = true;
  463. this.rdoBtnEnable_08.Text = "启用";
  464. this.rdoBtnEnable_08.UseVisualStyleBackColor = true;
  465. //
  466. // groupBox10
  467. //
  468. this.groupBox10.Controls.Add(this.rdoBtnDisable_08);
  469. this.groupBox10.Controls.Add(this.label8);
  470. this.groupBox10.Controls.Add(this.rdoBtnEnable_08);
  471. this.groupBox10.Location = new System.Drawing.Point(18, 240);
  472. this.groupBox10.Name = "groupBox10";
  473. this.groupBox10.Size = new System.Drawing.Size(318, 44);
  474. this.groupBox10.TabIndex = 9;
  475. this.groupBox10.TabStop = false;
  476. //
  477. // groupBox11
  478. //
  479. this.groupBox11.Controls.Add(this.groupBox12);
  480. this.groupBox11.Location = new System.Drawing.Point(30, 218);
  481. this.groupBox11.Name = "groupBox11";
  482. this.groupBox11.Size = new System.Drawing.Size(345, 100);
  483. this.groupBox11.TabIndex = 4;
  484. this.groupBox11.TabStop = false;
  485. this.groupBox11.Text = "RGV设置";
  486. //
  487. // rdoBtnRGV2Mode_03
  488. //
  489. this.rdoBtnRGV2Mode_03.AutoSize = true;
  490. this.rdoBtnRGV2Mode_03.Location = new System.Drawing.Point(213, 18);
  491. this.rdoBtnRGV2Mode_03.Name = "rdoBtnRGV2Mode_03";
  492. this.rdoBtnRGV2Mode_03.Size = new System.Drawing.Size(71, 16);
  493. this.rdoBtnRGV2Mode_03.TabIndex = 4;
  494. this.rdoBtnRGV2Mode_03.TabStop = true;
  495. this.rdoBtnRGV2Mode_03.Text = "盘点模式";
  496. this.rdoBtnRGV2Mode_03.UseVisualStyleBackColor = true;
  497. //
  498. // label9
  499. //
  500. this.label9.AutoSize = true;
  501. this.label9.Location = new System.Drawing.Point(29, 20);
  502. this.label9.Name = "label9";
  503. this.label9.Size = new System.Drawing.Size(53, 12);
  504. this.label9.TabIndex = 0;
  505. this.label9.Text = "2号RGV:";
  506. //
  507. // rdoBtnRGV2Mode_04
  508. //
  509. this.rdoBtnRGV2Mode_04.AutoSize = true;
  510. this.rdoBtnRGV2Mode_04.Location = new System.Drawing.Point(113, 18);
  511. this.rdoBtnRGV2Mode_04.Name = "rdoBtnRGV2Mode_04";
  512. this.rdoBtnRGV2Mode_04.Size = new System.Drawing.Size(71, 16);
  513. this.rdoBtnRGV2Mode_04.TabIndex = 3;
  514. this.rdoBtnRGV2Mode_04.TabStop = true;
  515. this.rdoBtnRGV2Mode_04.Text = "正常模式";
  516. this.rdoBtnRGV2Mode_04.UseVisualStyleBackColor = true;
  517. //
  518. // groupBox12
  519. //
  520. this.groupBox12.Controls.Add(this.rdoBtnRGV2Mode_03);
  521. this.groupBox12.Controls.Add(this.label9);
  522. this.groupBox12.Controls.Add(this.rdoBtnRGV2Mode_04);
  523. this.groupBox12.Location = new System.Drawing.Point(13, 28);
  524. this.groupBox12.Name = "groupBox12";
  525. this.groupBox12.Size = new System.Drawing.Size(318, 44);
  526. this.groupBox12.TabIndex = 5;
  527. this.groupBox12.TabStop = false;
  528. //
  529. // groupBox13
  530. //
  531. this.groupBox13.Controls.Add(this.groupBox15);
  532. this.groupBox13.Controls.Add(this.groupBox14);
  533. this.groupBox13.Location = new System.Drawing.Point(32, 336);
  534. this.groupBox13.Name = "groupBox13";
  535. this.groupBox13.Size = new System.Drawing.Size(736, 100);
  536. this.groupBox13.TabIndex = 5;
  537. this.groupBox13.TabStop = false;
  538. this.groupBox13.Text = "输送线对接AGV设置";
  539. //
  540. // groupBox14
  541. //
  542. this.groupBox14.Controls.Add(this.rdoBtnDisableAGV_01);
  543. this.groupBox14.Controls.Add(this.label10);
  544. this.groupBox14.Controls.Add(this.rdoBtnEnableAGV_01);
  545. this.groupBox14.Location = new System.Drawing.Point(13, 28);
  546. this.groupBox14.Name = "groupBox14";
  547. this.groupBox14.Size = new System.Drawing.Size(318, 44);
  548. this.groupBox14.TabIndex = 5;
  549. this.groupBox14.TabStop = false;
  550. //
  551. // rdoBtnDisableAGV_01
  552. //
  553. this.rdoBtnDisableAGV_01.AutoSize = true;
  554. this.rdoBtnDisableAGV_01.Location = new System.Drawing.Point(213, 18);
  555. this.rdoBtnDisableAGV_01.Name = "rdoBtnDisableAGV_01";
  556. this.rdoBtnDisableAGV_01.Size = new System.Drawing.Size(47, 16);
  557. this.rdoBtnDisableAGV_01.TabIndex = 4;
  558. this.rdoBtnDisableAGV_01.TabStop = true;
  559. this.rdoBtnDisableAGV_01.Text = "禁用";
  560. this.rdoBtnDisableAGV_01.UseVisualStyleBackColor = true;
  561. //
  562. // label10
  563. //
  564. this.label10.AutoSize = true;
  565. this.label10.Location = new System.Drawing.Point(29, 20);
  566. this.label10.Name = "label10";
  567. this.label10.Size = new System.Drawing.Size(53, 12);
  568. this.label10.TabIndex = 0;
  569. this.label10.Text = "1楼AGV:";
  570. //
  571. // rdoBtnEnableAGV_01
  572. //
  573. this.rdoBtnEnableAGV_01.AutoSize = true;
  574. this.rdoBtnEnableAGV_01.Location = new System.Drawing.Point(113, 18);
  575. this.rdoBtnEnableAGV_01.Name = "rdoBtnEnableAGV_01";
  576. this.rdoBtnEnableAGV_01.Size = new System.Drawing.Size(47, 16);
  577. this.rdoBtnEnableAGV_01.TabIndex = 3;
  578. this.rdoBtnEnableAGV_01.TabStop = true;
  579. this.rdoBtnEnableAGV_01.Text = "启用";
  580. this.rdoBtnEnableAGV_01.UseVisualStyleBackColor = true;
  581. //
  582. // rdoBtnDisableAGV_02
  583. //
  584. this.rdoBtnDisableAGV_02.AutoSize = true;
  585. this.rdoBtnDisableAGV_02.Location = new System.Drawing.Point(213, 18);
  586. this.rdoBtnDisableAGV_02.Name = "rdoBtnDisableAGV_02";
  587. this.rdoBtnDisableAGV_02.Size = new System.Drawing.Size(47, 16);
  588. this.rdoBtnDisableAGV_02.TabIndex = 4;
  589. this.rdoBtnDisableAGV_02.TabStop = true;
  590. this.rdoBtnDisableAGV_02.Text = "禁用";
  591. this.rdoBtnDisableAGV_02.UseVisualStyleBackColor = true;
  592. //
  593. // label11
  594. //
  595. this.label11.AutoSize = true;
  596. this.label11.Location = new System.Drawing.Point(29, 20);
  597. this.label11.Name = "label11";
  598. this.label11.Size = new System.Drawing.Size(53, 12);
  599. this.label11.TabIndex = 0;
  600. this.label11.Text = "2楼AGV:";
  601. //
  602. // rdoBtnEnableAGV_02
  603. //
  604. this.rdoBtnEnableAGV_02.AutoSize = true;
  605. this.rdoBtnEnableAGV_02.Location = new System.Drawing.Point(113, 18);
  606. this.rdoBtnEnableAGV_02.Name = "rdoBtnEnableAGV_02";
  607. this.rdoBtnEnableAGV_02.Size = new System.Drawing.Size(47, 16);
  608. this.rdoBtnEnableAGV_02.TabIndex = 3;
  609. this.rdoBtnEnableAGV_02.TabStop = true;
  610. this.rdoBtnEnableAGV_02.Text = "启用";
  611. this.rdoBtnEnableAGV_02.UseVisualStyleBackColor = true;
  612. //
  613. // groupBox15
  614. //
  615. this.groupBox15.Controls.Add(this.rdoBtnDisableAGV_02);
  616. this.groupBox15.Controls.Add(this.label11);
  617. this.groupBox15.Controls.Add(this.rdoBtnEnableAGV_02);
  618. this.groupBox15.Location = new System.Drawing.Point(383, 28);
  619. this.groupBox15.Name = "groupBox15";
  620. this.groupBox15.Size = new System.Drawing.Size(318, 44);
  621. this.groupBox15.TabIndex = 6;
  622. this.groupBox15.TabStop = false;
  623. //
  624. // Form_SystemSet
  625. //
  626. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  627. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  628. this.ClientSize = new System.Drawing.Size(807, 524);
  629. this.Controls.Add(this.groupBox13);
  630. this.Controls.Add(this.groupBox11);
  631. this.Controls.Add(this.btnSave);
  632. this.Controls.Add(this.btnCancel);
  633. this.Controls.Add(this.groupBox2);
  634. this.Controls.Add(this.groupBox1);
  635. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  636. this.MaximizeBox = false;
  637. this.Name = "Form_SystemSet";
  638. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  639. this.Text = "系统设置";
  640. this.groupBox1.ResumeLayout(false);
  641. this.groupBox2.ResumeLayout(false);
  642. this.groupBox3.ResumeLayout(false);
  643. this.groupBox3.PerformLayout();
  644. this.groupBox4.ResumeLayout(false);
  645. this.groupBox4.PerformLayout();
  646. this.groupBox5.ResumeLayout(false);
  647. this.groupBox5.PerformLayout();
  648. this.groupBox6.ResumeLayout(false);
  649. this.groupBox6.PerformLayout();
  650. this.groupBox7.ResumeLayout(false);
  651. this.groupBox7.PerformLayout();
  652. this.groupBox8.ResumeLayout(false);
  653. this.groupBox8.PerformLayout();
  654. this.groupBox9.ResumeLayout(false);
  655. this.groupBox9.PerformLayout();
  656. this.groupBox10.ResumeLayout(false);
  657. this.groupBox10.PerformLayout();
  658. this.groupBox11.ResumeLayout(false);
  659. this.groupBox12.ResumeLayout(false);
  660. this.groupBox12.PerformLayout();
  661. this.groupBox13.ResumeLayout(false);
  662. this.groupBox14.ResumeLayout(false);
  663. this.groupBox14.PerformLayout();
  664. this.groupBox15.ResumeLayout(false);
  665. this.groupBox15.PerformLayout();
  666. this.ResumeLayout(false);
  667. }
  668. #endregion
  669. private System.Windows.Forms.GroupBox groupBox1;
  670. private System.Windows.Forms.RadioButton rdoBtnDisable_01;
  671. private System.Windows.Forms.RadioButton rdoBtnEnable_01;
  672. private System.Windows.Forms.Label label1;
  673. private System.Windows.Forms.GroupBox groupBox2;
  674. private System.Windows.Forms.Button btnCancel;
  675. private System.Windows.Forms.Button btnSave;
  676. private System.Windows.Forms.GroupBox groupBox5;
  677. private System.Windows.Forms.RadioButton rdoBtnDisable_03;
  678. private System.Windows.Forms.Label label3;
  679. private System.Windows.Forms.RadioButton rdoBtnEnable_03;
  680. private System.Windows.Forms.GroupBox groupBox4;
  681. private System.Windows.Forms.RadioButton rdoBtnDisable_02;
  682. private System.Windows.Forms.Label label2;
  683. private System.Windows.Forms.RadioButton rdoBtnEnable_02;
  684. private System.Windows.Forms.GroupBox groupBox3;
  685. private System.Windows.Forms.GroupBox groupBox10;
  686. private System.Windows.Forms.RadioButton rdoBtnDisable_08;
  687. private System.Windows.Forms.Label label8;
  688. private System.Windows.Forms.RadioButton rdoBtnEnable_08;
  689. private System.Windows.Forms.GroupBox groupBox9;
  690. private System.Windows.Forms.RadioButton rdoBtnDisable_07;
  691. private System.Windows.Forms.Label label7;
  692. private System.Windows.Forms.RadioButton rdoBtnEnable_07;
  693. private System.Windows.Forms.GroupBox groupBox8;
  694. private System.Windows.Forms.RadioButton rdoBtnDisable_06;
  695. private System.Windows.Forms.Label label6;
  696. private System.Windows.Forms.RadioButton rdoBtnEnable_06;
  697. private System.Windows.Forms.GroupBox groupBox7;
  698. private System.Windows.Forms.RadioButton rdoBtnDisable_05;
  699. private System.Windows.Forms.Label label5;
  700. private System.Windows.Forms.RadioButton rdoBtnEnable_05;
  701. private System.Windows.Forms.GroupBox groupBox6;
  702. private System.Windows.Forms.RadioButton rdoBtnDisable_04;
  703. private System.Windows.Forms.Label label4;
  704. private System.Windows.Forms.RadioButton rdoBtnEnable_04;
  705. private System.Windows.Forms.GroupBox groupBox11;
  706. private System.Windows.Forms.GroupBox groupBox12;
  707. private System.Windows.Forms.RadioButton rdoBtnRGV2Mode_03;
  708. private System.Windows.Forms.Label label9;
  709. private System.Windows.Forms.RadioButton rdoBtnRGV2Mode_04;
  710. private System.Windows.Forms.GroupBox groupBox13;
  711. private System.Windows.Forms.GroupBox groupBox15;
  712. private System.Windows.Forms.RadioButton rdoBtnDisableAGV_02;
  713. private System.Windows.Forms.Label label11;
  714. private System.Windows.Forms.RadioButton rdoBtnEnableAGV_02;
  715. private System.Windows.Forms.GroupBox groupBox14;
  716. private System.Windows.Forms.RadioButton rdoBtnDisableAGV_01;
  717. private System.Windows.Forms.Label label10;
  718. private System.Windows.Forms.RadioButton rdoBtnEnableAGV_01;
  719. }
  720. }