Form_Home.Designer.cs 41 KB

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