Form_Home.Designer.cs 44 KB

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