Form_Home.Designer.cs 45 KB

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