UserControl1.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760
  1. 
  2. namespace IMCS.UControl
  3. {
  4. partial class UserControl1
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.label38 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.label9 = new System.Windows.Forms.Label();
  40. this.label10 = new System.Windows.Forms.Label();
  41. this.label11 = new System.Windows.Forms.Label();
  42. this.label12 = new System.Windows.Forms.Label();
  43. this.label13 = new System.Windows.Forms.Label();
  44. this.label14 = new System.Windows.Forms.Label();
  45. this.label15 = new System.Windows.Forms.Label();
  46. this.label16 = new System.Windows.Forms.Label();
  47. this.label17 = new System.Windows.Forms.Label();
  48. this.label18 = new System.Windows.Forms.Label();
  49. this.label19 = new System.Windows.Forms.Label();
  50. this.label20 = new System.Windows.Forms.Label();
  51. this.label21 = new System.Windows.Forms.Label();
  52. this.label22 = new System.Windows.Forms.Label();
  53. this.label23 = new System.Windows.Forms.Label();
  54. this.label24 = new System.Windows.Forms.Label();
  55. this.label25 = new System.Windows.Forms.Label();
  56. this.label26 = new System.Windows.Forms.Label();
  57. this.label27 = new System.Windows.Forms.Label();
  58. this.label28 = new System.Windows.Forms.Label();
  59. this.label29 = new System.Windows.Forms.Label();
  60. this.label30 = new System.Windows.Forms.Label();
  61. this.label31 = new System.Windows.Forms.Label();
  62. this.label32 = new System.Windows.Forms.Label();
  63. this.label33 = new System.Windows.Forms.Label();
  64. this.label34 = new System.Windows.Forms.Label();
  65. this.label35 = new System.Windows.Forms.Label();
  66. this.label36 = new System.Windows.Forms.Label();
  67. this.label41 = new System.Windows.Forms.Label();
  68. this.label40 = new System.Windows.Forms.Label();
  69. this.label39 = new System.Windows.Forms.Label();
  70. this.label37 = new System.Windows.Forms.Label();
  71. this.label43 = new System.Windows.Forms.Label();
  72. this.label42 = new System.Windows.Forms.Label();
  73. this.lb_TaskId = new System.Windows.Forms.Label();
  74. this.lb_StartPoint = new System.Windows.Forms.Label();
  75. this.lb_EndPoint = new System.Windows.Forms.Label();
  76. this.lb_ = new System.Windows.Forms.Label();
  77. this.lb_RunState = new System.Windows.Forms.Label();
  78. this.tableLayoutPanel1.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // tableLayoutPanel1
  82. //
  83. this.tableLayoutPanel1.AllowDrop = true;
  84. this.tableLayoutPanel1.ColumnCount = 24;
  85. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  86. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  87. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 104F));
  88. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 109F));
  89. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  90. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  91. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  92. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  93. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  94. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  95. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  96. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  97. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  98. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  99. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  100. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  101. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  102. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  103. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  104. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  105. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  106. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  107. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  108. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  109. this.tableLayoutPanel1.Controls.Add(this.label38, 0, 0);
  110. this.tableLayoutPanel1.Controls.Add(this.label1, 2, 0);
  111. this.tableLayoutPanel1.Controls.Add(this.label2, 3, 0);
  112. this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
  113. this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
  114. this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
  115. this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5);
  116. this.tableLayoutPanel1.Controls.Add(this.label7, 22, 8);
  117. this.tableLayoutPanel1.Controls.Add(this.label8, 22, 7);
  118. this.tableLayoutPanel1.Controls.Add(this.label9, 21, 7);
  119. this.tableLayoutPanel1.Controls.Add(this.label10, 21, 8);
  120. this.tableLayoutPanel1.Controls.Add(this.label11, 20, 7);
  121. this.tableLayoutPanel1.Controls.Add(this.label12, 20, 8);
  122. this.tableLayoutPanel1.Controls.Add(this.label13, 19, 7);
  123. this.tableLayoutPanel1.Controls.Add(this.label14, 18, 8);
  124. this.tableLayoutPanel1.Controls.Add(this.label15, 19, 8);
  125. this.tableLayoutPanel1.Controls.Add(this.label16, 18, 7);
  126. this.tableLayoutPanel1.Controls.Add(this.label17, 17, 7);
  127. this.tableLayoutPanel1.Controls.Add(this.label18, 17, 8);
  128. this.tableLayoutPanel1.Controls.Add(this.label19, 16, 7);
  129. this.tableLayoutPanel1.Controls.Add(this.label20, 16, 8);
  130. this.tableLayoutPanel1.Controls.Add(this.label21, 15, 7);
  131. this.tableLayoutPanel1.Controls.Add(this.label22, 15, 8);
  132. this.tableLayoutPanel1.Controls.Add(this.label23, 14, 7);
  133. this.tableLayoutPanel1.Controls.Add(this.label24, 14, 8);
  134. this.tableLayoutPanel1.Controls.Add(this.label25, 13, 7);
  135. this.tableLayoutPanel1.Controls.Add(this.label26, 13, 8);
  136. this.tableLayoutPanel1.Controls.Add(this.label27, 12, 7);
  137. this.tableLayoutPanel1.Controls.Add(this.label28, 12, 8);
  138. this.tableLayoutPanel1.Controls.Add(this.label29, 11, 7);
  139. this.tableLayoutPanel1.Controls.Add(this.label30, 11, 8);
  140. this.tableLayoutPanel1.Controls.Add(this.label31, 10, 7);
  141. this.tableLayoutPanel1.Controls.Add(this.label32, 10, 8);
  142. this.tableLayoutPanel1.Controls.Add(this.label33, 9, 7);
  143. this.tableLayoutPanel1.Controls.Add(this.label34, 9, 8);
  144. this.tableLayoutPanel1.Controls.Add(this.label35, 8, 7);
  145. this.tableLayoutPanel1.Controls.Add(this.label36, 8, 8);
  146. this.tableLayoutPanel1.Controls.Add(this.label41, 8, 0);
  147. this.tableLayoutPanel1.Controls.Add(this.label40, 12, 0);
  148. this.tableLayoutPanel1.Controls.Add(this.label39, 16, 0);
  149. this.tableLayoutPanel1.Controls.Add(this.label37, 20, 0);
  150. this.tableLayoutPanel1.Controls.Add(this.label43, 9, 4);
  151. this.tableLayoutPanel1.Controls.Add(this.label42, 9, 2);
  152. this.tableLayoutPanel1.Controls.Add(this.lb_TaskId, 13, 2);
  153. this.tableLayoutPanel1.Controls.Add(this.lb_StartPoint, 15, 2);
  154. this.tableLayoutPanel1.Controls.Add(this.lb_EndPoint, 17, 2);
  155. this.tableLayoutPanel1.Controls.Add(this.lb_, 15, 4);
  156. this.tableLayoutPanel1.Controls.Add(this.lb_RunState, 13, 4);
  157. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  158. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  159. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  160. this.tableLayoutPanel1.RowCount = 9;
  161. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  162. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  163. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  164. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  165. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  166. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  167. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  168. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  169. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  170. this.tableLayoutPanel1.Size = new System.Drawing.Size(1742, 681);
  171. this.tableLayoutPanel1.TabIndex = 0;
  172. //
  173. // label38
  174. //
  175. this.label38.Anchor = System.Windows.Forms.AnchorStyles.None;
  176. this.label38.AutoSize = true;
  177. this.label38.Location = new System.Drawing.Point(16, 32);
  178. this.label38.Name = "label38";
  179. this.label38.Size = new System.Drawing.Size(67, 15);
  180. this.label38.TabIndex = 36;
  181. this.label38.Text = "控制机柜";
  182. //
  183. // label1
  184. //
  185. this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
  186. this.label1.AutoSize = true;
  187. this.label1.Location = new System.Drawing.Point(-65, 32);
  188. this.label1.Name = "label1";
  189. this.label1.Size = new System.Drawing.Size(52, 15);
  190. this.label1.TabIndex = 0;
  191. this.label1.Tag = "130";
  192. this.label1.Text = "打标机";
  193. //
  194. // label2
  195. //
  196. this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
  197. this.label2.AutoSize = true;
  198. this.label2.Location = new System.Drawing.Point(41, 32);
  199. this.label2.Name = "label2";
  200. this.label2.Size = new System.Drawing.Size(52, 15);
  201. this.label2.TabIndex = 0;
  202. this.label2.Tag = "131";
  203. this.label2.Text = "清洗机";
  204. //
  205. // label3
  206. //
  207. this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
  208. this.label3.AutoSize = true;
  209. this.label3.Location = new System.Drawing.Point(15, 202);
  210. this.label3.Name = "label3";
  211. this.label3.Size = new System.Drawing.Size(69, 15);
  212. this.label3.TabIndex = 1;
  213. this.label3.Tag = "122";
  214. this.label3.Text = "AGV库位4";
  215. //
  216. // label4
  217. //
  218. this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
  219. this.label4.AutoSize = true;
  220. this.label4.Location = new System.Drawing.Point(15, 262);
  221. this.label4.Name = "label4";
  222. this.label4.Size = new System.Drawing.Size(69, 15);
  223. this.label4.TabIndex = 2;
  224. this.label4.Tag = "121";
  225. this.label4.Text = "AGV库位3";
  226. //
  227. // label5
  228. //
  229. this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
  230. this.label5.AutoSize = true;
  231. this.label5.Location = new System.Drawing.Point(15, 322);
  232. this.label5.Name = "label5";
  233. this.label5.Size = new System.Drawing.Size(69, 15);
  234. this.label5.TabIndex = 3;
  235. this.label5.Tag = "120";
  236. this.label5.Text = "AGV库位2";
  237. //
  238. // label6
  239. //
  240. this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
  241. this.label6.AutoSize = true;
  242. this.label6.Location = new System.Drawing.Point(15, 382);
  243. this.label6.Name = "label6";
  244. this.label6.Size = new System.Drawing.Size(69, 15);
  245. this.label6.TabIndex = 4;
  246. this.label6.Tag = "119";
  247. this.label6.Text = "AGV库位1";
  248. //
  249. // label7
  250. //
  251. this.label7.Anchor = System.Windows.Forms.AnchorStyles.None;
  252. this.label7.AutoSize = true;
  253. this.label7.Location = new System.Drawing.Point(1575, 633);
  254. this.label7.Name = "label7";
  255. this.label7.Size = new System.Drawing.Size(53, 15);
  256. this.label7.TabIndex = 5;
  257. this.label7.Tag = "30";
  258. this.label7.Text = "库位30";
  259. //
  260. // label8
  261. //
  262. this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
  263. this.label8.AutoSize = true;
  264. this.label8.Location = new System.Drawing.Point(1575, 552);
  265. this.label8.Name = "label8";
  266. this.label8.Size = new System.Drawing.Size(53, 15);
  267. this.label8.TabIndex = 6;
  268. this.label8.Tag = "29";
  269. this.label8.Text = "库位29";
  270. //
  271. // label9
  272. //
  273. this.label9.Anchor = System.Windows.Forms.AnchorStyles.None;
  274. this.label9.AutoSize = true;
  275. this.label9.Location = new System.Drawing.Point(1495, 552);
  276. this.label9.Name = "label9";
  277. this.label9.Size = new System.Drawing.Size(53, 15);
  278. this.label9.TabIndex = 7;
  279. this.label9.Tag = "27";
  280. this.label9.Text = "库位27";
  281. //
  282. // label10
  283. //
  284. this.label10.Anchor = System.Windows.Forms.AnchorStyles.None;
  285. this.label10.AutoSize = true;
  286. this.label10.Location = new System.Drawing.Point(1495, 633);
  287. this.label10.Name = "label10";
  288. this.label10.Size = new System.Drawing.Size(53, 15);
  289. this.label10.TabIndex = 8;
  290. this.label10.Tag = "28";
  291. this.label10.Text = "库位28";
  292. //
  293. // label11
  294. //
  295. this.label11.Anchor = System.Windows.Forms.AnchorStyles.None;
  296. this.label11.AutoSize = true;
  297. this.label11.Location = new System.Drawing.Point(1415, 552);
  298. this.label11.Name = "label11";
  299. this.label11.Size = new System.Drawing.Size(53, 15);
  300. this.label11.TabIndex = 9;
  301. this.label11.Tag = "25";
  302. this.label11.Text = "库位25";
  303. //
  304. // label12
  305. //
  306. this.label12.Anchor = System.Windows.Forms.AnchorStyles.None;
  307. this.label12.AutoSize = true;
  308. this.label12.Location = new System.Drawing.Point(1415, 633);
  309. this.label12.Name = "label12";
  310. this.label12.Size = new System.Drawing.Size(53, 15);
  311. this.label12.TabIndex = 10;
  312. this.label12.Tag = "26";
  313. this.label12.Text = "库位26";
  314. //
  315. // label13
  316. //
  317. this.label13.Anchor = System.Windows.Forms.AnchorStyles.None;
  318. this.label13.AutoSize = true;
  319. this.label13.Location = new System.Drawing.Point(1335, 552);
  320. this.label13.Name = "label13";
  321. this.label13.Size = new System.Drawing.Size(53, 15);
  322. this.label13.TabIndex = 11;
  323. this.label13.Tag = "23";
  324. this.label13.Text = "库位23";
  325. //
  326. // label14
  327. //
  328. this.label14.Anchor = System.Windows.Forms.AnchorStyles.None;
  329. this.label14.AutoSize = true;
  330. this.label14.Location = new System.Drawing.Point(1255, 633);
  331. this.label14.Name = "label14";
  332. this.label14.Size = new System.Drawing.Size(53, 15);
  333. this.label14.TabIndex = 12;
  334. this.label14.Tag = "22";
  335. this.label14.Text = "库位22";
  336. //
  337. // label15
  338. //
  339. this.label15.Anchor = System.Windows.Forms.AnchorStyles.None;
  340. this.label15.AutoSize = true;
  341. this.label15.Location = new System.Drawing.Point(1335, 633);
  342. this.label15.Name = "label15";
  343. this.label15.Size = new System.Drawing.Size(53, 15);
  344. this.label15.TabIndex = 13;
  345. this.label15.Tag = "24";
  346. this.label15.Text = "库位24";
  347. //
  348. // label16
  349. //
  350. this.label16.Anchor = System.Windows.Forms.AnchorStyles.None;
  351. this.label16.AutoSize = true;
  352. this.label16.Location = new System.Drawing.Point(1255, 552);
  353. this.label16.Name = "label16";
  354. this.label16.Size = new System.Drawing.Size(53, 15);
  355. this.label16.TabIndex = 14;
  356. this.label16.Tag = "21";
  357. this.label16.Text = "库位21";
  358. //
  359. // label17
  360. //
  361. this.label17.Anchor = System.Windows.Forms.AnchorStyles.None;
  362. this.label17.AutoSize = true;
  363. this.label17.Location = new System.Drawing.Point(1175, 552);
  364. this.label17.Name = "label17";
  365. this.label17.Size = new System.Drawing.Size(53, 15);
  366. this.label17.TabIndex = 15;
  367. this.label17.Tag = "19";
  368. this.label17.Text = "库位19";
  369. //
  370. // label18
  371. //
  372. this.label18.Anchor = System.Windows.Forms.AnchorStyles.None;
  373. this.label18.AutoSize = true;
  374. this.label18.Location = new System.Drawing.Point(1175, 633);
  375. this.label18.Name = "label18";
  376. this.label18.Size = new System.Drawing.Size(53, 15);
  377. this.label18.TabIndex = 16;
  378. this.label18.Tag = "20";
  379. this.label18.Text = "库位20";
  380. //
  381. // label19
  382. //
  383. this.label19.Anchor = System.Windows.Forms.AnchorStyles.None;
  384. this.label19.AutoSize = true;
  385. this.label19.Location = new System.Drawing.Point(1095, 552);
  386. this.label19.Name = "label19";
  387. this.label19.Size = new System.Drawing.Size(53, 15);
  388. this.label19.TabIndex = 17;
  389. this.label19.Tag = "17";
  390. this.label19.Text = "库位17";
  391. //
  392. // label20
  393. //
  394. this.label20.Anchor = System.Windows.Forms.AnchorStyles.None;
  395. this.label20.AutoSize = true;
  396. this.label20.Location = new System.Drawing.Point(1095, 633);
  397. this.label20.Name = "label20";
  398. this.label20.Size = new System.Drawing.Size(53, 15);
  399. this.label20.TabIndex = 18;
  400. this.label20.Tag = "18";
  401. this.label20.Text = "库位18";
  402. //
  403. // label21
  404. //
  405. this.label21.Anchor = System.Windows.Forms.AnchorStyles.None;
  406. this.label21.AutoSize = true;
  407. this.label21.Location = new System.Drawing.Point(1015, 552);
  408. this.label21.Name = "label21";
  409. this.label21.Size = new System.Drawing.Size(53, 15);
  410. this.label21.TabIndex = 19;
  411. this.label21.Tag = "15";
  412. this.label21.Text = "库位15";
  413. //
  414. // label22
  415. //
  416. this.label22.Anchor = System.Windows.Forms.AnchorStyles.None;
  417. this.label22.AutoSize = true;
  418. this.label22.Location = new System.Drawing.Point(1015, 633);
  419. this.label22.Name = "label22";
  420. this.label22.Size = new System.Drawing.Size(53, 15);
  421. this.label22.TabIndex = 20;
  422. this.label22.Tag = "16";
  423. this.label22.Text = "库位16";
  424. //
  425. // label23
  426. //
  427. this.label23.Anchor = System.Windows.Forms.AnchorStyles.None;
  428. this.label23.AutoSize = true;
  429. this.label23.Location = new System.Drawing.Point(935, 552);
  430. this.label23.Name = "label23";
  431. this.label23.Size = new System.Drawing.Size(53, 15);
  432. this.label23.TabIndex = 21;
  433. this.label23.Tag = "13";
  434. this.label23.Text = "库位13";
  435. //
  436. // label24
  437. //
  438. this.label24.Anchor = System.Windows.Forms.AnchorStyles.None;
  439. this.label24.AutoSize = true;
  440. this.label24.Location = new System.Drawing.Point(935, 633);
  441. this.label24.Name = "label24";
  442. this.label24.Size = new System.Drawing.Size(53, 15);
  443. this.label24.TabIndex = 22;
  444. this.label24.Tag = "14";
  445. this.label24.Text = "库位14";
  446. //
  447. // label25
  448. //
  449. this.label25.Anchor = System.Windows.Forms.AnchorStyles.None;
  450. this.label25.AutoSize = true;
  451. this.label25.Location = new System.Drawing.Point(855, 552);
  452. this.label25.Name = "label25";
  453. this.label25.Size = new System.Drawing.Size(53, 15);
  454. this.label25.TabIndex = 23;
  455. this.label25.Tag = "11";
  456. this.label25.Text = "库位11";
  457. //
  458. // label26
  459. //
  460. this.label26.Anchor = System.Windows.Forms.AnchorStyles.None;
  461. this.label26.AutoSize = true;
  462. this.label26.Location = new System.Drawing.Point(855, 633);
  463. this.label26.Name = "label26";
  464. this.label26.Size = new System.Drawing.Size(53, 15);
  465. this.label26.TabIndex = 24;
  466. this.label26.Tag = "12";
  467. this.label26.Text = "库位12";
  468. //
  469. // label27
  470. //
  471. this.label27.Anchor = System.Windows.Forms.AnchorStyles.None;
  472. this.label27.AutoSize = true;
  473. this.label27.Location = new System.Drawing.Point(779, 552);
  474. this.label27.Name = "label27";
  475. this.label27.Size = new System.Drawing.Size(45, 15);
  476. this.label27.TabIndex = 25;
  477. this.label27.Tag = "9";
  478. this.label27.Text = "库位9";
  479. //
  480. // label28
  481. //
  482. this.label28.Anchor = System.Windows.Forms.AnchorStyles.None;
  483. this.label28.AutoSize = true;
  484. this.label28.Location = new System.Drawing.Point(775, 633);
  485. this.label28.Name = "label28";
  486. this.label28.Size = new System.Drawing.Size(53, 15);
  487. this.label28.TabIndex = 26;
  488. this.label28.Tag = "10";
  489. this.label28.Text = "库位10";
  490. //
  491. // label29
  492. //
  493. this.label29.Anchor = System.Windows.Forms.AnchorStyles.None;
  494. this.label29.AutoSize = true;
  495. this.label29.Location = new System.Drawing.Point(699, 552);
  496. this.label29.Name = "label29";
  497. this.label29.Size = new System.Drawing.Size(45, 15);
  498. this.label29.TabIndex = 27;
  499. this.label29.Tag = "7";
  500. this.label29.Text = "库位7";
  501. //
  502. // label30
  503. //
  504. this.label30.Anchor = System.Windows.Forms.AnchorStyles.None;
  505. this.label30.AutoSize = true;
  506. this.label30.Location = new System.Drawing.Point(699, 633);
  507. this.label30.Name = "label30";
  508. this.label30.Size = new System.Drawing.Size(45, 15);
  509. this.label30.TabIndex = 28;
  510. this.label30.Tag = "8";
  511. this.label30.Text = "库位8";
  512. //
  513. // label31
  514. //
  515. this.label31.Anchor = System.Windows.Forms.AnchorStyles.None;
  516. this.label31.AutoSize = true;
  517. this.label31.Location = new System.Drawing.Point(619, 552);
  518. this.label31.Name = "label31";
  519. this.label31.Size = new System.Drawing.Size(45, 15);
  520. this.label31.TabIndex = 29;
  521. this.label31.Tag = "5";
  522. this.label31.Text = "库位5";
  523. this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  524. //
  525. // label32
  526. //
  527. this.label32.Anchor = System.Windows.Forms.AnchorStyles.None;
  528. this.label32.AutoSize = true;
  529. this.label32.Location = new System.Drawing.Point(619, 633);
  530. this.label32.Name = "label32";
  531. this.label32.Size = new System.Drawing.Size(45, 15);
  532. this.label32.TabIndex = 30;
  533. this.label32.Tag = "6";
  534. this.label32.Text = "库位6";
  535. //
  536. // label33
  537. //
  538. this.label33.Anchor = System.Windows.Forms.AnchorStyles.None;
  539. this.label33.AutoSize = true;
  540. this.label33.Location = new System.Drawing.Point(539, 552);
  541. this.label33.Name = "label33";
  542. this.label33.Size = new System.Drawing.Size(45, 15);
  543. this.label33.TabIndex = 31;
  544. this.label33.Tag = "3";
  545. this.label33.Text = "库位3";
  546. //
  547. // label34
  548. //
  549. this.label34.Anchor = System.Windows.Forms.AnchorStyles.None;
  550. this.label34.AutoSize = true;
  551. this.label34.Location = new System.Drawing.Point(539, 633);
  552. this.label34.Name = "label34";
  553. this.label34.Size = new System.Drawing.Size(45, 15);
  554. this.label34.TabIndex = 32;
  555. this.label34.Tag = "4";
  556. this.label34.Text = "库位4";
  557. //
  558. // label35
  559. //
  560. this.label35.Anchor = System.Windows.Forms.AnchorStyles.None;
  561. this.label35.AutoSize = true;
  562. this.label35.Location = new System.Drawing.Point(459, 552);
  563. this.label35.Name = "label35";
  564. this.label35.Size = new System.Drawing.Size(45, 15);
  565. this.label35.TabIndex = 33;
  566. this.label35.Tag = "1";
  567. this.label35.Text = "库位1";
  568. //
  569. // label36
  570. //
  571. this.label36.Anchor = System.Windows.Forms.AnchorStyles.None;
  572. this.label36.AutoSize = true;
  573. this.label36.Location = new System.Drawing.Point(459, 633);
  574. this.label36.Name = "label36";
  575. this.label36.Size = new System.Drawing.Size(45, 15);
  576. this.label36.TabIndex = 34;
  577. this.label36.Tag = "2";
  578. this.label36.Text = "库位2";
  579. //
  580. // label41
  581. //
  582. this.label41.Anchor = System.Windows.Forms.AnchorStyles.None;
  583. this.label41.AutoSize = true;
  584. this.label41.Location = new System.Drawing.Point(459, 32);
  585. this.label41.Name = "label41";
  586. this.label41.Size = new System.Drawing.Size(45, 15);
  587. this.label41.TabIndex = 35;
  588. this.label41.Tag = "126";
  589. this.label41.Text = "机床1";
  590. //
  591. // label40
  592. //
  593. this.label40.Anchor = System.Windows.Forms.AnchorStyles.None;
  594. this.label40.AutoSize = true;
  595. this.label40.Location = new System.Drawing.Point(779, 32);
  596. this.label40.Name = "label40";
  597. this.label40.Size = new System.Drawing.Size(45, 15);
  598. this.label40.TabIndex = 35;
  599. this.label40.Tag = "127";
  600. this.label40.Text = "机床2";
  601. //
  602. // label39
  603. //
  604. this.label39.Anchor = System.Windows.Forms.AnchorStyles.None;
  605. this.label39.AutoSize = true;
  606. this.label39.Location = new System.Drawing.Point(1099, 32);
  607. this.label39.Name = "label39";
  608. this.label39.Size = new System.Drawing.Size(45, 15);
  609. this.label39.TabIndex = 35;
  610. this.label39.Tag = "128";
  611. this.label39.Text = "机床3";
  612. //
  613. // label37
  614. //
  615. this.label37.Anchor = System.Windows.Forms.AnchorStyles.None;
  616. this.label37.AutoSize = true;
  617. this.label37.Location = new System.Drawing.Point(1419, 32);
  618. this.label37.Name = "label37";
  619. this.label37.Size = new System.Drawing.Size(45, 15);
  620. this.label37.TabIndex = 35;
  621. this.label37.Tag = "129";
  622. this.label37.Text = "机床4";
  623. //
  624. // label43
  625. //
  626. this.label43.Anchor = System.Windows.Forms.AnchorStyles.None;
  627. this.label43.AutoSize = true;
  628. this.label43.Location = new System.Drawing.Point(532, 322);
  629. this.label43.Name = "label43";
  630. this.label43.Size = new System.Drawing.Size(60, 15);
  631. this.label43.TabIndex = 35;
  632. this.label43.Tag = "124";
  633. this.label43.Text = "缓存区1";
  634. //
  635. // label42
  636. //
  637. this.label42.Anchor = System.Windows.Forms.AnchorStyles.None;
  638. this.label42.AutoSize = true;
  639. this.label42.Location = new System.Drawing.Point(532, 202);
  640. this.label42.Name = "label42";
  641. this.label42.Size = new System.Drawing.Size(60, 15);
  642. this.label42.TabIndex = 35;
  643. this.label42.Tag = "125";
  644. this.label42.Text = "缓存区2";
  645. //
  646. // lb_TaskId
  647. //
  648. this.lb_TaskId.AutoSize = true;
  649. this.lb_TaskId.Location = new System.Drawing.Point(845, 180);
  650. this.lb_TaskId.Name = "lb_TaskId";
  651. this.lb_TaskId.Size = new System.Drawing.Size(63, 15);
  652. this.lb_TaskId.TabIndex = 37;
  653. this.lb_TaskId.Text = "label44";
  654. //
  655. // lb_StartPoint
  656. //
  657. this.lb_StartPoint.AutoSize = true;
  658. this.lb_StartPoint.Location = new System.Drawing.Point(1005, 180);
  659. this.lb_StartPoint.Name = "lb_StartPoint";
  660. this.lb_StartPoint.Size = new System.Drawing.Size(63, 15);
  661. this.lb_StartPoint.TabIndex = 38;
  662. this.lb_StartPoint.Text = "label45";
  663. //
  664. // lb_EndPoint
  665. //
  666. this.lb_EndPoint.AutoSize = true;
  667. this.lb_EndPoint.Location = new System.Drawing.Point(1165, 180);
  668. this.lb_EndPoint.Name = "lb_EndPoint";
  669. this.lb_EndPoint.Size = new System.Drawing.Size(63, 15);
  670. this.lb_EndPoint.TabIndex = 38;
  671. this.lb_EndPoint.Text = "label45";
  672. //
  673. // lb_
  674. //
  675. this.lb_.AutoSize = true;
  676. this.lb_.Location = new System.Drawing.Point(1005, 300);
  677. this.lb_.Name = "lb_";
  678. this.lb_.Size = new System.Drawing.Size(63, 15);
  679. this.lb_.TabIndex = 38;
  680. this.lb_.Text = "label45";
  681. //
  682. // lb_RunState
  683. //
  684. this.lb_RunState.AutoSize = true;
  685. this.lb_RunState.Location = new System.Drawing.Point(845, 300);
  686. this.lb_RunState.Name = "lb_RunState";
  687. this.lb_RunState.Size = new System.Drawing.Size(63, 15);
  688. this.lb_RunState.TabIndex = 37;
  689. this.lb_RunState.Text = "label44";
  690. //
  691. // UserControl1
  692. //
  693. this.AllowDrop = true;
  694. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  695. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  696. this.Controls.Add(this.tableLayoutPanel1);
  697. this.Name = "UserControl1";
  698. this.Size = new System.Drawing.Size(1742, 681);
  699. this.tableLayoutPanel1.ResumeLayout(false);
  700. this.tableLayoutPanel1.PerformLayout();
  701. this.ResumeLayout(false);
  702. }
  703. #endregion
  704. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  705. private System.Windows.Forms.Label label38;
  706. private System.Windows.Forms.Label label1;
  707. private System.Windows.Forms.Label label2;
  708. private System.Windows.Forms.Label label3;
  709. private System.Windows.Forms.Label label4;
  710. private System.Windows.Forms.Label label5;
  711. private System.Windows.Forms.Label label6;
  712. private System.Windows.Forms.Label label7;
  713. private System.Windows.Forms.Label label8;
  714. private System.Windows.Forms.Label label9;
  715. private System.Windows.Forms.Label label10;
  716. private System.Windows.Forms.Label label11;
  717. private System.Windows.Forms.Label label12;
  718. private System.Windows.Forms.Label label13;
  719. private System.Windows.Forms.Label label14;
  720. private System.Windows.Forms.Label label15;
  721. private System.Windows.Forms.Label label16;
  722. private System.Windows.Forms.Label label17;
  723. private System.Windows.Forms.Label label18;
  724. private System.Windows.Forms.Label label19;
  725. private System.Windows.Forms.Label label20;
  726. private System.Windows.Forms.Label label21;
  727. private System.Windows.Forms.Label label22;
  728. private System.Windows.Forms.Label label23;
  729. private System.Windows.Forms.Label label24;
  730. private System.Windows.Forms.Label label25;
  731. private System.Windows.Forms.Label label26;
  732. private System.Windows.Forms.Label label27;
  733. private System.Windows.Forms.Label label28;
  734. private System.Windows.Forms.Label label29;
  735. private System.Windows.Forms.Label label30;
  736. private System.Windows.Forms.Label label31;
  737. private System.Windows.Forms.Label label32;
  738. private System.Windows.Forms.Label label33;
  739. private System.Windows.Forms.Label label34;
  740. private System.Windows.Forms.Label label35;
  741. private System.Windows.Forms.Label label36;
  742. private System.Windows.Forms.Label label37;
  743. private System.Windows.Forms.Label label41;
  744. private System.Windows.Forms.Label label40;
  745. private System.Windows.Forms.Label label39;
  746. private System.Windows.Forms.Label label42;
  747. private System.Windows.Forms.Label label43;
  748. private System.Windows.Forms.Label lb_TaskId;
  749. private System.Windows.Forms.Label lb_StartPoint;
  750. private System.Windows.Forms.Label lb_EndPoint;
  751. private System.Windows.Forms.Label lb_;
  752. private System.Windows.Forms.Label lb_RunState;
  753. }
  754. }