Form_Home.Designer.cs 39 KB

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