Form_Home.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796
  1. namespace MainForm
  2. {
  3. partial class Form_Home
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Home));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.groupBox3 = new System.Windows.Forms.GroupBox();
  36. this.txt_CurSupplierCode = new System.Windows.Forms.TextBox();
  37. this.label20 = new System.Windows.Forms.Label();
  38. this.currentMtltmrk = new System.Windows.Forms.TextBox();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.currentBN = new System.Windows.Forms.TextBox();
  41. this.currentWC = new System.Windows.Forms.TextBox();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.panel2 = new System.Windows.Forms.Panel();
  45. this.groupBox2 = new System.Windows.Forms.GroupBox();
  46. this.groupBox15 = new System.Windows.Forms.GroupBox();
  47. this.picAgvMqtt = new System.Windows.Forms.PictureBox();
  48. this.groupBox14 = new System.Windows.Forms.GroupBox();
  49. this.picAgvHttp = new System.Windows.Forms.PictureBox();
  50. this.groupBox1 = new System.Windows.Forms.GroupBox();
  51. this.picIot = new System.Windows.Forms.PictureBox();
  52. this.groupBox5 = new System.Windows.Forms.GroupBox();
  53. this.picMESStatus = new System.Windows.Forms.PictureBox();
  54. this.groupBox7 = new System.Windows.Forms.GroupBox();
  55. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  56. this.groupBox12 = new System.Windows.Forms.GroupBox();
  57. this.pictureBox8 = new System.Windows.Forms.PictureBox();
  58. this.groupBox9 = new System.Windows.Forms.GroupBox();
  59. this.pictureBox7 = new System.Windows.Forms.PictureBox();
  60. this.groupBox8 = new System.Windows.Forms.GroupBox();
  61. this.picPLC = new System.Windows.Forms.PictureBox();
  62. this.groupBox6 = new System.Windows.Forms.GroupBox();
  63. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  64. this.groupBox10 = new System.Windows.Forms.GroupBox();
  65. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  66. this.groupBox13 = new System.Windows.Forms.GroupBox();
  67. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  68. this.groupBox11 = new System.Windows.Forms.GroupBox();
  69. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  70. this.panel3 = new System.Windows.Forms.Panel();
  71. this.groupBox4 = new System.Windows.Forms.GroupBox();
  72. this.systemLog = new System.Windows.Forms.DataGridView();
  73. this.colDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.colTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.colMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.imageListState = new System.Windows.Forms.ImageList(this.components);
  77. this.panel1.SuspendLayout();
  78. this.groupBox3.SuspendLayout();
  79. this.panel2.SuspendLayout();
  80. this.groupBox2.SuspendLayout();
  81. this.groupBox15.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.picAgvMqtt)).BeginInit();
  83. this.groupBox14.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.picAgvHttp)).BeginInit();
  85. this.groupBox1.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.picIot)).BeginInit();
  87. this.groupBox5.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.picMESStatus)).BeginInit();
  89. this.groupBox7.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  91. this.groupBox12.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
  93. this.groupBox9.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
  95. this.groupBox8.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.picPLC)).BeginInit();
  97. this.groupBox6.SuspendLayout();
  98. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  99. this.groupBox10.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  101. this.groupBox13.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  103. this.groupBox11.SuspendLayout();
  104. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  105. this.panel3.SuspendLayout();
  106. this.groupBox4.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.systemLog)).BeginInit();
  108. this.SuspendLayout();
  109. //
  110. // panel1
  111. //
  112. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  113. | System.Windows.Forms.AnchorStyles.Right)));
  114. this.panel1.Controls.Add(this.groupBox3);
  115. this.panel1.Location = new System.Drawing.Point(9, 10);
  116. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  117. this.panel1.Name = "panel1";
  118. this.panel1.Size = new System.Drawing.Size(1026, 122);
  119. this.panel1.TabIndex = 0;
  120. //
  121. // groupBox3
  122. //
  123. this.groupBox3.Controls.Add(this.txt_CurSupplierCode);
  124. this.groupBox3.Controls.Add(this.label20);
  125. this.groupBox3.Controls.Add(this.currentMtltmrk);
  126. this.groupBox3.Controls.Add(this.label3);
  127. this.groupBox3.Controls.Add(this.currentBN);
  128. this.groupBox3.Controls.Add(this.currentWC);
  129. this.groupBox3.Controls.Add(this.label2);
  130. this.groupBox3.Controls.Add(this.label1);
  131. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.groupBox3.Location = new System.Drawing.Point(0, 0);
  134. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  135. this.groupBox3.Name = "groupBox3";
  136. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  137. this.groupBox3.Size = new System.Drawing.Size(1026, 122);
  138. this.groupBox3.TabIndex = 2;
  139. this.groupBox3.TabStop = false;
  140. this.groupBox3.Text = "当前加工订单信息";
  141. //
  142. // txt_CurSupplierCode
  143. //
  144. this.txt_CurSupplierCode.Enabled = false;
  145. this.txt_CurSupplierCode.Location = new System.Drawing.Point(433, 80);
  146. this.txt_CurSupplierCode.Margin = new System.Windows.Forms.Padding(2);
  147. this.txt_CurSupplierCode.Name = "txt_CurSupplierCode";
  148. this.txt_CurSupplierCode.Size = new System.Drawing.Size(176, 27);
  149. this.txt_CurSupplierCode.TabIndex = 95;
  150. this.txt_CurSupplierCode.Visible = false;
  151. //
  152. // label20
  153. //
  154. this.label20.AutoSize = true;
  155. this.label20.Location = new System.Drawing.Point(338, 83);
  156. this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  157. this.label20.Name = "label20";
  158. this.label20.Size = new System.Drawing.Size(88, 20);
  159. this.label20.TabIndex = 94;
  160. this.label20.Text = "供应商代码:";
  161. this.label20.Visible = false;
  162. //
  163. // currentMtltmrk
  164. //
  165. this.currentMtltmrk.Enabled = false;
  166. this.currentMtltmrk.Location = new System.Drawing.Point(433, 39);
  167. this.currentMtltmrk.Margin = new System.Windows.Forms.Padding(2);
  168. this.currentMtltmrk.Name = "currentMtltmrk";
  169. this.currentMtltmrk.Size = new System.Drawing.Size(176, 27);
  170. this.currentMtltmrk.TabIndex = 10;
  171. //
  172. // label3
  173. //
  174. this.label3.AutoSize = true;
  175. this.label3.Location = new System.Drawing.Point(353, 42);
  176. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  177. this.label3.Name = "label3";
  178. this.label3.Size = new System.Drawing.Size(73, 20);
  179. this.label3.TabIndex = 7;
  180. this.label3.Text = "产品型号:";
  181. //
  182. // currentBN
  183. //
  184. this.currentBN.Enabled = false;
  185. this.currentBN.Location = new System.Drawing.Point(119, 80);
  186. this.currentBN.Margin = new System.Windows.Forms.Padding(2);
  187. this.currentBN.Name = "currentBN";
  188. this.currentBN.Size = new System.Drawing.Size(176, 27);
  189. this.currentBN.TabIndex = 3;
  190. this.currentBN.Visible = false;
  191. //
  192. // currentWC
  193. //
  194. this.currentWC.Enabled = false;
  195. this.currentWC.Location = new System.Drawing.Point(119, 39);
  196. this.currentWC.Margin = new System.Windows.Forms.Padding(2);
  197. this.currentWC.Name = "currentWC";
  198. this.currentWC.Size = new System.Drawing.Size(176, 27);
  199. this.currentWC.TabIndex = 2;
  200. //
  201. // label2
  202. //
  203. this.label2.AutoSize = true;
  204. this.label2.Location = new System.Drawing.Point(46, 83);
  205. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  206. this.label2.Name = "label2";
  207. this.label2.Size = new System.Drawing.Size(69, 20);
  208. this.label2.TabIndex = 1;
  209. this.label2.Text = "批次号:";
  210. this.label2.Visible = false;
  211. //
  212. // label1
  213. //
  214. this.label1.AutoSize = true;
  215. this.label1.Location = new System.Drawing.Point(19, 42);
  216. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  217. this.label1.Name = "label1";
  218. this.label1.Size = new System.Drawing.Size(88, 20);
  219. this.label1.TabIndex = 0;
  220. this.label1.Text = "车间订单号:";
  221. //
  222. // panel2
  223. //
  224. this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  225. | System.Windows.Forms.AnchorStyles.Right)));
  226. this.panel2.Controls.Add(this.groupBox2);
  227. this.panel2.Location = new System.Drawing.Point(9, 455);
  228. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  229. this.panel2.Name = "panel2";
  230. this.panel2.Size = new System.Drawing.Size(1026, 100);
  231. this.panel2.TabIndex = 1;
  232. //
  233. // groupBox2
  234. //
  235. this.groupBox2.Controls.Add(this.groupBox15);
  236. this.groupBox2.Controls.Add(this.groupBox14);
  237. this.groupBox2.Controls.Add(this.groupBox1);
  238. this.groupBox2.Controls.Add(this.groupBox5);
  239. this.groupBox2.Controls.Add(this.groupBox7);
  240. this.groupBox2.Controls.Add(this.groupBox12);
  241. this.groupBox2.Controls.Add(this.groupBox9);
  242. this.groupBox2.Controls.Add(this.groupBox8);
  243. this.groupBox2.Controls.Add(this.groupBox6);
  244. this.groupBox2.Controls.Add(this.groupBox10);
  245. this.groupBox2.Controls.Add(this.groupBox13);
  246. this.groupBox2.Controls.Add(this.groupBox11);
  247. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.groupBox2.Location = new System.Drawing.Point(2, 2);
  249. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  250. this.groupBox2.Name = "groupBox2";
  251. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  252. this.groupBox2.Size = new System.Drawing.Size(902, 94);
  253. this.groupBox2.TabIndex = 1;
  254. this.groupBox2.TabStop = false;
  255. this.groupBox2.Text = "设备状态";
  256. //
  257. // groupBox15
  258. //
  259. this.groupBox15.Controls.Add(this.picAgvMqtt);
  260. this.groupBox15.Font = new System.Drawing.Font("微软雅黑", 9.6F);
  261. this.groupBox15.Location = new System.Drawing.Point(245, 24);
  262. this.groupBox15.Margin = new System.Windows.Forms.Padding(2);
  263. this.groupBox15.Name = "groupBox15";
  264. this.groupBox15.Padding = new System.Windows.Forms.Padding(2);
  265. this.groupBox15.RightToLeft = System.Windows.Forms.RightToLeft.No;
  266. this.groupBox15.Size = new System.Drawing.Size(90, 60);
  267. this.groupBox15.TabIndex = 14;
  268. this.groupBox15.TabStop = false;
  269. this.groupBox15.Text = "AGV Mqtt";
  270. //
  271. // picAgvMqtt
  272. //
  273. this.picAgvMqtt.ErrorImage = ((System.Drawing.Image)(resources.GetObject("picAgvMqtt.ErrorImage")));
  274. this.picAgvMqtt.Image = ((System.Drawing.Image)(resources.GetObject("picAgvMqtt.Image")));
  275. this.picAgvMqtt.InitialImage = ((System.Drawing.Image)(resources.GetObject("picAgvMqtt.InitialImage")));
  276. this.picAgvMqtt.Location = new System.Drawing.Point(32, 24);
  277. this.picAgvMqtt.Margin = new System.Windows.Forms.Padding(2);
  278. this.picAgvMqtt.Name = "picAgvMqtt";
  279. this.picAgvMqtt.Size = new System.Drawing.Size(26, 28);
  280. this.picAgvMqtt.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  281. this.picAgvMqtt.TabIndex = 10;
  282. this.picAgvMqtt.TabStop = false;
  283. //
  284. // groupBox14
  285. //
  286. this.groupBox14.Controls.Add(this.picAgvHttp);
  287. this.groupBox14.Font = new System.Drawing.Font("微软雅黑", 9.6F);
  288. this.groupBox14.Location = new System.Drawing.Point(156, 24);
  289. this.groupBox14.Margin = new System.Windows.Forms.Padding(2);
  290. this.groupBox14.Name = "groupBox14";
  291. this.groupBox14.Padding = new System.Windows.Forms.Padding(2);
  292. this.groupBox14.RightToLeft = System.Windows.Forms.RightToLeft.No;
  293. this.groupBox14.Size = new System.Drawing.Size(85, 60);
  294. this.groupBox14.TabIndex = 13;
  295. this.groupBox14.TabStop = false;
  296. this.groupBox14.Text = "AGV Http";
  297. //
  298. // picAgvHttp
  299. //
  300. this.picAgvHttp.ErrorImage = ((System.Drawing.Image)(resources.GetObject("picAgvHttp.ErrorImage")));
  301. this.picAgvHttp.Image = ((System.Drawing.Image)(resources.GetObject("picAgvHttp.Image")));
  302. this.picAgvHttp.InitialImage = ((System.Drawing.Image)(resources.GetObject("picAgvHttp.InitialImage")));
  303. this.picAgvHttp.Location = new System.Drawing.Point(28, 24);
  304. this.picAgvHttp.Margin = new System.Windows.Forms.Padding(2);
  305. this.picAgvHttp.Name = "picAgvHttp";
  306. this.picAgvHttp.Size = new System.Drawing.Size(26, 28);
  307. this.picAgvHttp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  308. this.picAgvHttp.TabIndex = 10;
  309. this.picAgvHttp.TabStop = false;
  310. //
  311. // groupBox1
  312. //
  313. this.groupBox1.Controls.Add(this.picIot);
  314. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9.6F);
  315. this.groupBox1.Location = new System.Drawing.Point(88, 24);
  316. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  317. this.groupBox1.Name = "groupBox1";
  318. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  319. this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  320. this.groupBox1.Size = new System.Drawing.Size(64, 60);
  321. this.groupBox1.TabIndex = 12;
  322. this.groupBox1.TabStop = false;
  323. this.groupBox1.Text = "IOT";
  324. //
  325. // picIot
  326. //
  327. this.picIot.ErrorImage = ((System.Drawing.Image)(resources.GetObject("picIot.ErrorImage")));
  328. this.picIot.Image = ((System.Drawing.Image)(resources.GetObject("picIot.Image")));
  329. this.picIot.InitialImage = ((System.Drawing.Image)(resources.GetObject("picIot.InitialImage")));
  330. this.picIot.Location = new System.Drawing.Point(18, 24);
  331. this.picIot.Margin = new System.Windows.Forms.Padding(2);
  332. this.picIot.Name = "picIot";
  333. this.picIot.Size = new System.Drawing.Size(26, 28);
  334. this.picIot.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  335. this.picIot.TabIndex = 10;
  336. this.picIot.TabStop = false;
  337. //
  338. // groupBox5
  339. //
  340. this.groupBox5.Controls.Add(this.picMESStatus);
  341. this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 9.6F);
  342. this.groupBox5.Location = new System.Drawing.Point(20, 24);
  343. this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
  344. this.groupBox5.Name = "groupBox5";
  345. this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
  346. this.groupBox5.RightToLeft = System.Windows.Forms.RightToLeft.No;
  347. this.groupBox5.Size = new System.Drawing.Size(64, 60);
  348. this.groupBox5.TabIndex = 0;
  349. this.groupBox5.TabStop = false;
  350. this.groupBox5.Text = "MES";
  351. //
  352. // picMESStatus
  353. //
  354. this.picMESStatus.ErrorImage = ((System.Drawing.Image)(resources.GetObject("picMESStatus.ErrorImage")));
  355. this.picMESStatus.Image = ((System.Drawing.Image)(resources.GetObject("picMESStatus.Image")));
  356. this.picMESStatus.InitialImage = ((System.Drawing.Image)(resources.GetObject("picMESStatus.InitialImage")));
  357. this.picMESStatus.Location = new System.Drawing.Point(18, 24);
  358. this.picMESStatus.Margin = new System.Windows.Forms.Padding(2);
  359. this.picMESStatus.Name = "picMESStatus";
  360. this.picMESStatus.Size = new System.Drawing.Size(26, 28);
  361. this.picMESStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  362. this.picMESStatus.TabIndex = 10;
  363. this.picMESStatus.TabStop = false;
  364. //
  365. // groupBox7
  366. //
  367. this.groupBox7.Controls.Add(this.pictureBox6);
  368. this.groupBox7.Font = new System.Drawing.Font("微软雅黑", 9.6F);
  369. this.groupBox7.Location = new System.Drawing.Point(680, 24);
  370. this.groupBox7.Margin = new System.Windows.Forms.Padding(2);
  371. this.groupBox7.Name = "groupBox7";
  372. this.groupBox7.Padding = new System.Windows.Forms.Padding(2);
  373. this.groupBox7.RightToLeft = System.Windows.Forms.RightToLeft.No;
  374. this.groupBox7.Size = new System.Drawing.Size(64, 60);
  375. this.groupBox7.TabIndex = 1;
  376. this.groupBox7.TabStop = false;
  377. this.groupBox7.Text = "PLC6";
  378. this.groupBox7.Visible = false;
  379. //
  380. // pictureBox6
  381. //
  382. this.pictureBox6.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox6.ErrorImage")));
  383. this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
  384. this.pictureBox6.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox6.InitialImage")));
  385. this.pictureBox6.Location = new System.Drawing.Point(18, 24);
  386. this.pictureBox6.Margin = new System.Windows.Forms.Padding(2);
  387. this.pictureBox6.Name = "pictureBox6";
  388. this.pictureBox6.Size = new System.Drawing.Size(26, 28);
  389. this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  390. this.pictureBox6.TabIndex = 16;
  391. this.pictureBox6.TabStop = false;
  392. //
  393. // groupBox12
  394. //
  395. this.groupBox12.Controls.Add(this.pictureBox8);
  396. this.groupBox12.Font = new System.Drawing.Font("微软雅黑", 9.6F);
  397. this.groupBox12.Location = new System.Drawing.Point(816, 24);
  398. this.groupBox12.Margin = new System.Windows.Forms.Padding(2);
  399. this.groupBox12.Name = "groupBox12";
  400. this.groupBox12.Padding = new System.Windows.Forms.Padding(2);
  401. this.groupBox12.RightToLeft = System.Windows.Forms.RightToLeft.No;
  402. this.groupBox12.Size = new System.Drawing.Size(64, 60);
  403. this.groupBox12.TabIndex = 1;
  404. this.groupBox12.TabStop = false;
  405. this.groupBox12.Text = "PLC8";
  406. this.groupBox12.Visible = false;
  407. //
  408. // pictureBox8
  409. //
  410. this.pictureBox8.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox8.ErrorImage")));
  411. this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
  412. this.pictureBox8.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox8.InitialImage")));
  413. this.pictureBox8.Location = new System.Drawing.Point(19, 24);
  414. this.pictureBox8.Margin = new System.Windows.Forms.Padding(2);
  415. this.pictureBox8.Name = "pictureBox8";
  416. this.pictureBox8.Size = new System.Drawing.Size(26, 28);
  417. this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  418. this.pictureBox8.TabIndex = 18;
  419. this.pictureBox8.TabStop = false;
  420. //
  421. // groupBox9
  422. //
  423. this.groupBox9.Controls.Add(this.pictureBox7);
  424. this.groupBox9.Font = new System.Drawing.Font("微软雅黑", 9.6F);
  425. this.groupBox9.Location = new System.Drawing.Point(748, 24);
  426. this.groupBox9.Margin = new System.Windows.Forms.Padding(2);
  427. this.groupBox9.Name = "groupBox9";
  428. this.groupBox9.Padding = new System.Windows.Forms.Padding(2);
  429. this.groupBox9.RightToLeft = System.Windows.Forms.RightToLeft.No;
  430. this.groupBox9.Size = new System.Drawing.Size(64, 60);
  431. this.groupBox9.TabIndex = 1;
  432. this.groupBox9.TabStop = false;
  433. this.groupBox9.Text = "PLC7";
  434. this.groupBox9.Visible = false;
  435. //
  436. // pictureBox7
  437. //
  438. this.pictureBox7.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox7.ErrorImage")));
  439. this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
  440. this.pictureBox7.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox7.InitialImage")));
  441. this.pictureBox7.Location = new System.Drawing.Point(20, 24);
  442. this.pictureBox7.Margin = new System.Windows.Forms.Padding(2);
  443. this.pictureBox7.Name = "pictureBox7";
  444. this.pictureBox7.Size = new System.Drawing.Size(26, 28);
  445. this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  446. this.pictureBox7.TabIndex = 17;
  447. this.pictureBox7.TabStop = false;
  448. //
  449. // groupBox8
  450. //
  451. this.groupBox8.Controls.Add(this.picPLC);
  452. this.groupBox8.Font = new System.Drawing.Font("微软雅黑", 9.6F);
  453. this.groupBox8.Location = new System.Drawing.Point(339, 24);
  454. this.groupBox8.Margin = new System.Windows.Forms.Padding(2);
  455. this.groupBox8.Name = "groupBox8";
  456. this.groupBox8.Padding = new System.Windows.Forms.Padding(2);
  457. this.groupBox8.RightToLeft = System.Windows.Forms.RightToLeft.No;
  458. this.groupBox8.Size = new System.Drawing.Size(64, 60);
  459. this.groupBox8.TabIndex = 1;
  460. this.groupBox8.TabStop = false;
  461. this.groupBox8.Text = "PLC";
  462. //
  463. // picPLC
  464. //
  465. this.picPLC.ErrorImage = ((System.Drawing.Image)(resources.GetObject("picPLC.ErrorImage")));
  466. this.picPLC.Image = ((System.Drawing.Image)(resources.GetObject("picPLC.Image")));
  467. this.picPLC.InitialImage = ((System.Drawing.Image)(resources.GetObject("picPLC.InitialImage")));
  468. this.picPLC.Location = new System.Drawing.Point(20, 24);
  469. this.picPLC.Margin = new System.Windows.Forms.Padding(2);
  470. this.picPLC.Name = "picPLC";
  471. this.picPLC.Size = new System.Drawing.Size(26, 28);
  472. this.picPLC.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  473. this.picPLC.TabIndex = 0;
  474. this.picPLC.TabStop = false;
  475. //
  476. // groupBox6
  477. //
  478. this.groupBox6.Controls.Add(this.pictureBox2);
  479. this.groupBox6.Font = new System.Drawing.Font("微软雅黑", 9.6F);
  480. this.groupBox6.Location = new System.Drawing.Point(407, 24);
  481. this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
  482. this.groupBox6.Name = "groupBox6";
  483. this.groupBox6.Padding = new System.Windows.Forms.Padding(2);
  484. this.groupBox6.RightToLeft = System.Windows.Forms.RightToLeft.No;
  485. this.groupBox6.Size = new System.Drawing.Size(64, 60);
  486. this.groupBox6.TabIndex = 11;
  487. this.groupBox6.TabStop = false;
  488. this.groupBox6.Text = "PLC2";
  489. this.groupBox6.Visible = false;
  490. //
  491. // pictureBox2
  492. //
  493. this.pictureBox2.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.ErrorImage")));
  494. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  495. this.pictureBox2.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.InitialImage")));
  496. this.pictureBox2.Location = new System.Drawing.Point(20, 24);
  497. this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
  498. this.pictureBox2.Name = "pictureBox2";
  499. this.pictureBox2.Size = new System.Drawing.Size(26, 28);
  500. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  501. this.pictureBox2.TabIndex = 12;
  502. this.pictureBox2.TabStop = false;
  503. //
  504. // groupBox10
  505. //
  506. this.groupBox10.Controls.Add(this.pictureBox3);
  507. this.groupBox10.Font = new System.Drawing.Font("微软雅黑", 9.6F);
  508. this.groupBox10.Location = new System.Drawing.Point(475, 24);
  509. this.groupBox10.Margin = new System.Windows.Forms.Padding(2);
  510. this.groupBox10.Name = "groupBox10";
  511. this.groupBox10.Padding = new System.Windows.Forms.Padding(2);
  512. this.groupBox10.RightToLeft = System.Windows.Forms.RightToLeft.No;
  513. this.groupBox10.Size = new System.Drawing.Size(64, 60);
  514. this.groupBox10.TabIndex = 1;
  515. this.groupBox10.TabStop = false;
  516. this.groupBox10.Text = "PLC3";
  517. this.groupBox10.Visible = false;
  518. //
  519. // pictureBox3
  520. //
  521. this.pictureBox3.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.ErrorImage")));
  522. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  523. this.pictureBox3.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.InitialImage")));
  524. this.pictureBox3.Location = new System.Drawing.Point(18, 24);
  525. this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);
  526. this.pictureBox3.Name = "pictureBox3";
  527. this.pictureBox3.Size = new System.Drawing.Size(26, 28);
  528. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  529. this.pictureBox3.TabIndex = 13;
  530. this.pictureBox3.TabStop = false;
  531. //
  532. // groupBox13
  533. //
  534. this.groupBox13.Controls.Add(this.pictureBox5);
  535. this.groupBox13.Font = new System.Drawing.Font("微软雅黑", 9.6F);
  536. this.groupBox13.Location = new System.Drawing.Point(611, 24);
  537. this.groupBox13.Margin = new System.Windows.Forms.Padding(2);
  538. this.groupBox13.Name = "groupBox13";
  539. this.groupBox13.Padding = new System.Windows.Forms.Padding(2);
  540. this.groupBox13.RightToLeft = System.Windows.Forms.RightToLeft.No;
  541. this.groupBox13.Size = new System.Drawing.Size(64, 60);
  542. this.groupBox13.TabIndex = 1;
  543. this.groupBox13.TabStop = false;
  544. this.groupBox13.Text = "PLC5";
  545. this.groupBox13.Visible = false;
  546. //
  547. // pictureBox5
  548. //
  549. this.pictureBox5.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox5.ErrorImage")));
  550. this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
  551. this.pictureBox5.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox5.InitialImage")));
  552. this.pictureBox5.Location = new System.Drawing.Point(20, 24);
  553. this.pictureBox5.Margin = new System.Windows.Forms.Padding(2);
  554. this.pictureBox5.Name = "pictureBox5";
  555. this.pictureBox5.Size = new System.Drawing.Size(26, 28);
  556. this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  557. this.pictureBox5.TabIndex = 15;
  558. this.pictureBox5.TabStop = false;
  559. //
  560. // groupBox11
  561. //
  562. this.groupBox11.Controls.Add(this.pictureBox4);
  563. this.groupBox11.Font = new System.Drawing.Font("微软雅黑", 9.6F);
  564. this.groupBox11.Location = new System.Drawing.Point(543, 24);
  565. this.groupBox11.Margin = new System.Windows.Forms.Padding(2);
  566. this.groupBox11.Name = "groupBox11";
  567. this.groupBox11.Padding = new System.Windows.Forms.Padding(2);
  568. this.groupBox11.RightToLeft = System.Windows.Forms.RightToLeft.No;
  569. this.groupBox11.Size = new System.Drawing.Size(64, 60);
  570. this.groupBox11.TabIndex = 1;
  571. this.groupBox11.TabStop = false;
  572. this.groupBox11.Text = "PLC4";
  573. this.groupBox11.Visible = false;
  574. //
  575. // pictureBox4
  576. //
  577. this.pictureBox4.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox4.ErrorImage")));
  578. this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
  579. this.pictureBox4.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox4.InitialImage")));
  580. this.pictureBox4.Location = new System.Drawing.Point(20, 24);
  581. this.pictureBox4.Margin = new System.Windows.Forms.Padding(2);
  582. this.pictureBox4.Name = "pictureBox4";
  583. this.pictureBox4.Size = new System.Drawing.Size(26, 28);
  584. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  585. this.pictureBox4.TabIndex = 14;
  586. this.pictureBox4.TabStop = false;
  587. //
  588. // panel3
  589. //
  590. this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  591. | System.Windows.Forms.AnchorStyles.Left)
  592. | System.Windows.Forms.AnchorStyles.Right)));
  593. this.panel3.Controls.Add(this.groupBox4);
  594. this.panel3.Location = new System.Drawing.Point(9, 137);
  595. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  596. this.panel3.Name = "panel3";
  597. this.panel3.Size = new System.Drawing.Size(1026, 313);
  598. this.panel3.TabIndex = 2;
  599. //
  600. // groupBox4
  601. //
  602. this.groupBox4.Controls.Add(this.systemLog);
  603. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  604. this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  605. this.groupBox4.Location = new System.Drawing.Point(0, 0);
  606. this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
  607. this.groupBox4.Name = "groupBox4";
  608. this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
  609. this.groupBox4.Size = new System.Drawing.Size(1026, 313);
  610. this.groupBox4.TabIndex = 1;
  611. this.groupBox4.TabStop = false;
  612. this.groupBox4.Text = "数据采集";
  613. //
  614. // systemLog
  615. //
  616. this.systemLog.AllowUserToAddRows = false;
  617. this.systemLog.AllowUserToDeleteRows = false;
  618. this.systemLog.AllowUserToResizeColumns = false;
  619. this.systemLog.AllowUserToResizeRows = false;
  620. this.systemLog.BackgroundColor = System.Drawing.Color.White;
  621. this.systemLog.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  622. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  623. dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
  624. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  625. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  626. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  627. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  628. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  629. this.systemLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  630. this.systemLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  631. this.systemLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  632. this.colDate,
  633. this.colTime,
  634. this.colMessage});
  635. this.systemLog.Dock = System.Windows.Forms.DockStyle.Fill;
  636. this.systemLog.EnableHeadersVisualStyles = false;
  637. this.systemLog.GridColor = System.Drawing.Color.Gainsboro;
  638. this.systemLog.Location = new System.Drawing.Point(2, 22);
  639. this.systemLog.Margin = new System.Windows.Forms.Padding(2);
  640. this.systemLog.Name = "systemLog";
  641. this.systemLog.ReadOnly = true;
  642. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  643. dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
  644. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  645. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  646. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  647. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  648. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  649. this.systemLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  650. this.systemLog.RowHeadersVisible = false;
  651. this.systemLog.RowHeadersWidth = 51;
  652. this.systemLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  653. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  654. this.systemLog.RowsDefaultCellStyle = dataGridViewCellStyle4;
  655. this.systemLog.RowTemplate.Height = 27;
  656. this.systemLog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  657. this.systemLog.Size = new System.Drawing.Size(1022, 289);
  658. this.systemLog.TabIndex = 0;
  659. //
  660. // colDate
  661. //
  662. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  663. this.colDate.DefaultCellStyle = dataGridViewCellStyle2;
  664. this.colDate.HeaderText = "日期";
  665. this.colDate.MinimumWidth = 6;
  666. this.colDate.Name = "colDate";
  667. this.colDate.ReadOnly = true;
  668. this.colDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  669. this.colDate.Width = 125;
  670. //
  671. // colTime
  672. //
  673. this.colTime.HeaderText = "时间";
  674. this.colTime.MinimumWidth = 6;
  675. this.colTime.Name = "colTime";
  676. this.colTime.ReadOnly = true;
  677. this.colTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  678. this.colTime.Width = 125;
  679. //
  680. // colMessage
  681. //
  682. this.colMessage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  683. this.colMessage.HeaderText = "消息";
  684. this.colMessage.MinimumWidth = 6;
  685. this.colMessage.Name = "colMessage";
  686. this.colMessage.ReadOnly = true;
  687. this.colMessage.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  688. //
  689. // imageListState
  690. //
  691. this.imageListState.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListState.ImageStream")));
  692. this.imageListState.TransparentColor = System.Drawing.Color.White;
  693. this.imageListState.Images.SetKeyName(0, "light_gray.png");
  694. this.imageListState.Images.SetKeyName(1, "light_green.png");
  695. this.imageListState.Images.SetKeyName(2, "light_red.png");
  696. //
  697. // Form_Home
  698. //
  699. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  700. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  701. this.BackColor = System.Drawing.Color.White;
  702. this.ClientSize = new System.Drawing.Size(1044, 561);
  703. this.Controls.Add(this.panel3);
  704. this.Controls.Add(this.panel2);
  705. this.Controls.Add(this.panel1);
  706. this.Margin = new System.Windows.Forms.Padding(2);
  707. this.Name = "Form_Home";
  708. this.Text = "Form_Home";
  709. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_Home_FormClosed);
  710. this.Load += new System.EventHandler(this.Form_Home_Load);
  711. this.panel1.ResumeLayout(false);
  712. this.groupBox3.ResumeLayout(false);
  713. this.groupBox3.PerformLayout();
  714. this.panel2.ResumeLayout(false);
  715. this.groupBox2.ResumeLayout(false);
  716. this.groupBox15.ResumeLayout(false);
  717. ((System.ComponentModel.ISupportInitialize)(this.picAgvMqtt)).EndInit();
  718. this.groupBox14.ResumeLayout(false);
  719. ((System.ComponentModel.ISupportInitialize)(this.picAgvHttp)).EndInit();
  720. this.groupBox1.ResumeLayout(false);
  721. ((System.ComponentModel.ISupportInitialize)(this.picIot)).EndInit();
  722. this.groupBox5.ResumeLayout(false);
  723. ((System.ComponentModel.ISupportInitialize)(this.picMESStatus)).EndInit();
  724. this.groupBox7.ResumeLayout(false);
  725. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  726. this.groupBox12.ResumeLayout(false);
  727. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
  728. this.groupBox9.ResumeLayout(false);
  729. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
  730. this.groupBox8.ResumeLayout(false);
  731. ((System.ComponentModel.ISupportInitialize)(this.picPLC)).EndInit();
  732. this.groupBox6.ResumeLayout(false);
  733. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  734. this.groupBox10.ResumeLayout(false);
  735. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  736. this.groupBox13.ResumeLayout(false);
  737. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  738. this.groupBox11.ResumeLayout(false);
  739. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  740. this.panel3.ResumeLayout(false);
  741. this.groupBox4.ResumeLayout(false);
  742. ((System.ComponentModel.ISupportInitialize)(this.systemLog)).EndInit();
  743. this.ResumeLayout(false);
  744. }
  745. #endregion
  746. private System.Windows.Forms.Panel panel1;
  747. private System.Windows.Forms.Panel panel2;
  748. private System.Windows.Forms.Panel panel3;
  749. private System.Windows.Forms.GroupBox groupBox4;
  750. private System.Windows.Forms.DataGridView systemLog;
  751. private System.Windows.Forms.DataGridViewTextBoxColumn colDate;
  752. private System.Windows.Forms.DataGridViewTextBoxColumn colTime;
  753. private System.Windows.Forms.DataGridViewTextBoxColumn colMessage;
  754. private System.Windows.Forms.GroupBox groupBox2;
  755. private System.Windows.Forms.GroupBox groupBox5;
  756. private System.Windows.Forms.PictureBox picMESStatus;
  757. private System.Windows.Forms.GroupBox groupBox7;
  758. private System.Windows.Forms.PictureBox pictureBox6;
  759. private System.Windows.Forms.GroupBox groupBox12;
  760. private System.Windows.Forms.PictureBox pictureBox8;
  761. private System.Windows.Forms.GroupBox groupBox9;
  762. private System.Windows.Forms.PictureBox pictureBox7;
  763. private System.Windows.Forms.GroupBox groupBox8;
  764. private System.Windows.Forms.PictureBox picPLC;
  765. private System.Windows.Forms.GroupBox groupBox6;
  766. private System.Windows.Forms.PictureBox pictureBox2;
  767. private System.Windows.Forms.GroupBox groupBox10;
  768. private System.Windows.Forms.PictureBox pictureBox3;
  769. private System.Windows.Forms.GroupBox groupBox13;
  770. private System.Windows.Forms.PictureBox pictureBox5;
  771. private System.Windows.Forms.GroupBox groupBox11;
  772. private System.Windows.Forms.PictureBox pictureBox4;
  773. private System.Windows.Forms.GroupBox groupBox3;
  774. private System.Windows.Forms.TextBox currentBN;
  775. private System.Windows.Forms.TextBox currentWC;
  776. private System.Windows.Forms.Label label2;
  777. private System.Windows.Forms.Label label1;
  778. private System.Windows.Forms.ImageList imageListState;
  779. private System.Windows.Forms.Label label3;
  780. private System.Windows.Forms.TextBox currentMtltmrk;
  781. private System.Windows.Forms.GroupBox groupBox1;
  782. private System.Windows.Forms.PictureBox picIot;
  783. private System.Windows.Forms.Label label20;
  784. private System.Windows.Forms.TextBox txt_CurSupplierCode;
  785. private System.Windows.Forms.GroupBox groupBox14;
  786. private System.Windows.Forms.PictureBox picAgvHttp;
  787. private System.Windows.Forms.GroupBox groupBox15;
  788. private System.Windows.Forms.PictureBox picAgvMqtt;
  789. }
  790. }