Form_Home.Designer.cs 41 KB

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