Form_Auto_baoya.designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. namespace MainForm
  2. {
  3. partial class Form_Auto
  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_Auto));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.imageList_state = new System.Windows.Forms.ImageList(this.components);
  35. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  36. this.PLCtimer = new System.Windows.Forms.Timer(this.components);
  37. this.groupBox1 = new System.Windows.Forms.GroupBox();
  38. this.label11 = new System.Windows.Forms.Label();
  39. this.label9 = new System.Windows.Forms.Label();
  40. this.label8 = new System.Windows.Forms.Label();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.产品一 = new System.Windows.Forms.Label();
  43. this.FixtureSN = new System.Windows.Forms.TextBox();
  44. this.SN4 = new System.Windows.Forms.TextBox();
  45. this.SN3 = new System.Windows.Forms.TextBox();
  46. this.SN2 = new System.Windows.Forms.TextBox();
  47. this.SN1 = new System.Windows.Forms.TextBox();
  48. this.Status4 = new System.Windows.Forms.Button();
  49. this.Status3 = new System.Windows.Forms.Button();
  50. this.Status2 = new System.Windows.Forms.Button();
  51. this.Status1 = new System.Windows.Forms.Button();
  52. this.button1 = new System.Windows.Forms.Button();
  53. this.groupBox7 = new System.Windows.Forms.GroupBox();
  54. this.label2 = new System.Windows.Forms.Label();
  55. this.label10 = new System.Windows.Forms.Label();
  56. this.label1 = new System.Windows.Forms.Label();
  57. this.COMstatus = new System.Windows.Forms.Label();
  58. this.MESstatus = new System.Windows.Forms.Label();
  59. this.labPLCStatus = new System.Windows.Forms.Label();
  60. this.btnClear = new System.Windows.Forms.Button();
  61. this.label5 = new System.Windows.Forms.Label();
  62. this.label4 = new System.Windows.Forms.Label();
  63. this.label3 = new System.Windows.Forms.Label();
  64. this.groupBox2 = new System.Windows.Forms.GroupBox();
  65. this.dataGridView_current = new System.Windows.Forms.DataGridView();
  66. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.test = new System.Windows.Forms.Button();
  69. this.OK = new System.Windows.Forms.TextBox();
  70. this.NG = new System.Windows.Forms.TextBox();
  71. this.Total = new System.Windows.Forms.TextBox();
  72. this.groupBox1.SuspendLayout();
  73. this.groupBox7.SuspendLayout();
  74. this.groupBox2.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_current)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // imageList_state
  79. //
  80. this.imageList_state.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_state.ImageStream")));
  81. this.imageList_state.TransparentColor = System.Drawing.Color.White;
  82. this.imageList_state.Images.SetKeyName(0, "light_gray.png");
  83. this.imageList_state.Images.SetKeyName(1, "light_green.png");
  84. this.imageList_state.Images.SetKeyName(2, "light_red.png");
  85. //
  86. // imageList1
  87. //
  88. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  89. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  90. this.imageList1.Images.SetKeyName(0, "Alarm_Off.png");
  91. this.imageList1.Images.SetKeyName(1, "Alarm_On.png");
  92. this.imageList1.Images.SetKeyName(2, "chart_line.png");
  93. this.imageList1.Images.SetKeyName(3, "Data_Information_Off.png");
  94. this.imageList1.Images.SetKeyName(4, "Data_Information_On.png");
  95. this.imageList1.Images.SetKeyName(5, "File_Excel_Off.png");
  96. this.imageList1.Images.SetKeyName(6, "File_Excel_On.png");
  97. this.imageList1.Images.SetKeyName(7, "half_pie.png");
  98. this.imageList1.Images.SetKeyName(8, "Home_Off.png");
  99. this.imageList1.Images.SetKeyName(9, "Home_on.png");
  100. this.imageList1.Images.SetKeyName(10, "ico_folder.png");
  101. this.imageList1.Images.SetKeyName(11, "ico_save.png");
  102. this.imageList1.Images.SetKeyName(12, "light_gray.png");
  103. this.imageList1.Images.SetKeyName(13, "light_green.png");
  104. this.imageList1.Images.SetKeyName(14, "light_red.png");
  105. this.imageList1.Images.SetKeyName(15, "Login_Off.png");
  106. this.imageList1.Images.SetKeyName(16, "Login_On.png");
  107. this.imageList1.Images.SetKeyName(17, "Mannual_Off.png");
  108. this.imageList1.Images.SetKeyName(18, "Mannual_On.png");
  109. this.imageList1.Images.SetKeyName(19, "menu_save.png");
  110. this.imageList1.Images.SetKeyName(20, "msdn.ico");
  111. this.imageList1.Images.SetKeyName(21, "Pause_Off.png");
  112. this.imageList1.Images.SetKeyName(22, "Pause_On.png");
  113. this.imageList1.Images.SetKeyName(23, "secote.ico");
  114. this.imageList1.Images.SetKeyName(24, "servo_back.png");
  115. this.imageList1.Images.SetKeyName(25, "servo_down.png");
  116. this.imageList1.Images.SetKeyName(26, "servo_front.png");
  117. this.imageList1.Images.SetKeyName(27, "servo_Left.png");
  118. this.imageList1.Images.SetKeyName(28, "servo_right.png");
  119. this.imageList1.Images.SetKeyName(29, "servo_Stop.png");
  120. this.imageList1.Images.SetKeyName(30, "servo_turn_left.png");
  121. this.imageList1.Images.SetKeyName(31, "servo_turn_right.png");
  122. this.imageList1.Images.SetKeyName(32, "servo_up.png");
  123. this.imageList1.Images.SetKeyName(33, "set.png");
  124. this.imageList1.Images.SetKeyName(34, "srrr.jpg");
  125. this.imageList1.Images.SetKeyName(35, "Start_Off.png");
  126. this.imageList1.Images.SetKeyName(36, "Start_On.png");
  127. this.imageList1.Images.SetKeyName(37, "Stop_Off.png");
  128. this.imageList1.Images.SetKeyName(38, "Stop_On.png");
  129. this.imageList1.Images.SetKeyName(39, "Vision_Off.png");
  130. this.imageList1.Images.SetKeyName(40, "Vision_On.png");
  131. //
  132. // PLCtimer
  133. //
  134. this.PLCtimer.Tick += new System.EventHandler(this.PLCtimer_Tick);
  135. //
  136. // groupBox1
  137. //
  138. this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
  139. this.groupBox1.Controls.Add(this.test);
  140. this.groupBox1.Controls.Add(this.label11);
  141. this.groupBox1.Controls.Add(this.label9);
  142. this.groupBox1.Controls.Add(this.label8);
  143. this.groupBox1.Controls.Add(this.label7);
  144. this.groupBox1.Controls.Add(this.产品一);
  145. this.groupBox1.Controls.Add(this.FixtureSN);
  146. this.groupBox1.Controls.Add(this.SN4);
  147. this.groupBox1.Controls.Add(this.SN3);
  148. this.groupBox1.Controls.Add(this.SN2);
  149. this.groupBox1.Controls.Add(this.SN1);
  150. this.groupBox1.Controls.Add(this.Status4);
  151. this.groupBox1.Controls.Add(this.Status3);
  152. this.groupBox1.Controls.Add(this.Status2);
  153. this.groupBox1.Controls.Add(this.Status1);
  154. this.groupBox1.Controls.Add(this.button1);
  155. this.groupBox1.Controls.Add(this.groupBox7);
  156. this.groupBox1.Controls.Add(this.groupBox2);
  157. this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  158. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  159. this.groupBox1.Name = "groupBox1";
  160. this.groupBox1.Size = new System.Drawing.Size(980, 511);
  161. this.groupBox1.TabIndex = 4;
  162. this.groupBox1.TabStop = false;
  163. this.groupBox1.Text = "自动界面";
  164. //
  165. // label11
  166. //
  167. this.label11.AutoSize = true;
  168. this.label11.Location = new System.Drawing.Point(374, 281);
  169. this.label11.Name = "label11";
  170. this.label11.Size = new System.Drawing.Size(41, 12);
  171. this.label11.TabIndex = 28;
  172. this.label11.Text = "载具SN";
  173. //
  174. // label9
  175. //
  176. this.label9.AutoSize = true;
  177. this.label9.Location = new System.Drawing.Point(374, 220);
  178. this.label9.Name = "label9";
  179. this.label9.Size = new System.Drawing.Size(23, 12);
  180. this.label9.TabIndex = 28;
  181. this.label9.Text = "SN4";
  182. //
  183. // label8
  184. //
  185. this.label8.AutoSize = true;
  186. this.label8.Location = new System.Drawing.Point(374, 157);
  187. this.label8.Name = "label8";
  188. this.label8.Size = new System.Drawing.Size(23, 12);
  189. this.label8.TabIndex = 28;
  190. this.label8.Text = "SN3";
  191. //
  192. // label7
  193. //
  194. this.label7.AutoSize = true;
  195. this.label7.Location = new System.Drawing.Point(374, 92);
  196. this.label7.Name = "label7";
  197. this.label7.Size = new System.Drawing.Size(23, 12);
  198. this.label7.TabIndex = 28;
  199. this.label7.Text = "SN2";
  200. //
  201. // 产品一
  202. //
  203. this.产品一.AutoSize = true;
  204. this.产品一.Location = new System.Drawing.Point(374, 40);
  205. this.产品一.Name = "产品一";
  206. this.产品一.Size = new System.Drawing.Size(23, 12);
  207. this.产品一.TabIndex = 28;
  208. this.产品一.Text = "SN1";
  209. //
  210. // FixtureSN
  211. //
  212. this.FixtureSN.Location = new System.Drawing.Point(370, 298);
  213. this.FixtureSN.Name = "FixtureSN";
  214. this.FixtureSN.Size = new System.Drawing.Size(246, 21);
  215. this.FixtureSN.TabIndex = 27;
  216. //
  217. // SN4
  218. //
  219. this.SN4.Location = new System.Drawing.Point(370, 237);
  220. this.SN4.Name = "SN4";
  221. this.SN4.Size = new System.Drawing.Size(246, 21);
  222. this.SN4.TabIndex = 27;
  223. //
  224. // SN3
  225. //
  226. this.SN3.Location = new System.Drawing.Point(370, 176);
  227. this.SN3.Name = "SN3";
  228. this.SN3.Size = new System.Drawing.Size(246, 21);
  229. this.SN3.TabIndex = 27;
  230. //
  231. // SN2
  232. //
  233. this.SN2.Location = new System.Drawing.Point(370, 115);
  234. this.SN2.Name = "SN2";
  235. this.SN2.Size = new System.Drawing.Size(246, 21);
  236. this.SN2.TabIndex = 27;
  237. //
  238. // SN1
  239. //
  240. this.SN1.Location = new System.Drawing.Point(370, 62);
  241. this.SN1.Name = "SN1";
  242. this.SN1.Size = new System.Drawing.Size(246, 21);
  243. this.SN1.TabIndex = 27;
  244. //
  245. // Status4
  246. //
  247. this.Status4.Location = new System.Drawing.Point(189, 267);
  248. this.Status4.Name = "Status4";
  249. this.Status4.Size = new System.Drawing.Size(69, 51);
  250. this.Status4.TabIndex = 26;
  251. this.Status4.Text = "4";
  252. this.Status4.UseVisualStyleBackColor = true;
  253. //
  254. // Status3
  255. //
  256. this.Status3.Location = new System.Drawing.Point(78, 267);
  257. this.Status3.Name = "Status3";
  258. this.Status3.Size = new System.Drawing.Size(69, 51);
  259. this.Status3.TabIndex = 26;
  260. this.Status3.Text = "3";
  261. this.Status3.UseVisualStyleBackColor = true;
  262. //
  263. // Status2
  264. //
  265. this.Status2.Location = new System.Drawing.Point(189, 120);
  266. this.Status2.Name = "Status2";
  267. this.Status2.Size = new System.Drawing.Size(69, 51);
  268. this.Status2.TabIndex = 26;
  269. this.Status2.Text = "2";
  270. this.Status2.UseVisualStyleBackColor = true;
  271. //
  272. // Status1
  273. //
  274. this.Status1.Location = new System.Drawing.Point(78, 120);
  275. this.Status1.Name = "Status1";
  276. this.Status1.Size = new System.Drawing.Size(69, 51);
  277. this.Status1.TabIndex = 26;
  278. this.Status1.Text = "1";
  279. this.Status1.UseVisualStyleBackColor = true;
  280. //
  281. // button1
  282. //
  283. this.button1.Image = global::MainForm.Properties.Resources.载具图2;
  284. this.button1.Location = new System.Drawing.Point(32, 36);
  285. this.button1.Name = "button1";
  286. this.button1.Size = new System.Drawing.Size(260, 292);
  287. this.button1.TabIndex = 25;
  288. this.button1.Text = "button1";
  289. this.button1.UseVisualStyleBackColor = true;
  290. //
  291. // groupBox7
  292. //
  293. this.groupBox7.Controls.Add(this.Total);
  294. this.groupBox7.Controls.Add(this.NG);
  295. this.groupBox7.Controls.Add(this.OK);
  296. this.groupBox7.Controls.Add(this.label2);
  297. this.groupBox7.Controls.Add(this.label10);
  298. this.groupBox7.Controls.Add(this.label1);
  299. this.groupBox7.Controls.Add(this.COMstatus);
  300. this.groupBox7.Controls.Add(this.MESstatus);
  301. this.groupBox7.Controls.Add(this.labPLCStatus);
  302. this.groupBox7.Controls.Add(this.btnClear);
  303. this.groupBox7.Controls.Add(this.label5);
  304. this.groupBox7.Controls.Add(this.label4);
  305. this.groupBox7.Controls.Add(this.label3);
  306. this.groupBox7.Location = new System.Drawing.Point(716, 20);
  307. this.groupBox7.Name = "groupBox7";
  308. this.groupBox7.Size = new System.Drawing.Size(227, 324);
  309. this.groupBox7.TabIndex = 24;
  310. this.groupBox7.TabStop = false;
  311. this.groupBox7.Text = "统计信息";
  312. //
  313. // label2
  314. //
  315. this.label2.AutoSize = true;
  316. this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.label2.Location = new System.Drawing.Point(6, 27);
  318. this.label2.Name = "label2";
  319. this.label2.Size = new System.Drawing.Size(104, 16);
  320. this.label2.TabIndex = 28;
  321. this.label2.Text = "扫枪连接状态";
  322. //
  323. // label10
  324. //
  325. this.label10.AutoSize = true;
  326. this.label10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.label10.Location = new System.Drawing.Point(9, 109);
  328. this.label10.Name = "label10";
  329. this.label10.Size = new System.Drawing.Size(96, 16);
  330. this.label10.TabIndex = 28;
  331. this.label10.Text = "MES连接状态";
  332. //
  333. // label1
  334. //
  335. this.label1.AutoSize = true;
  336. this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.label1.Location = new System.Drawing.Point(9, 67);
  338. this.label1.Name = "label1";
  339. this.label1.Size = new System.Drawing.Size(96, 16);
  340. this.label1.TabIndex = 28;
  341. this.label1.Text = "PLC连接状态";
  342. //
  343. // COMstatus
  344. //
  345. this.COMstatus.BackColor = System.Drawing.Color.Red;
  346. this.COMstatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  347. this.COMstatus.Font = new System.Drawing.Font("宋体", 10.25F);
  348. this.COMstatus.Location = new System.Drawing.Point(111, 21);
  349. this.COMstatus.Name = "COMstatus";
  350. this.COMstatus.Size = new System.Drawing.Size(104, 30);
  351. this.COMstatus.TabIndex = 27;
  352. this.COMstatus.Text = "未连接";
  353. this.COMstatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  354. this.COMstatus.Click += new System.EventHandler(this.COMstatus_Click);
  355. //
  356. // MESstatus
  357. //
  358. this.MESstatus.BackColor = System.Drawing.Color.Red;
  359. this.MESstatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  360. this.MESstatus.Font = new System.Drawing.Font("宋体", 10.25F);
  361. this.MESstatus.Location = new System.Drawing.Point(111, 103);
  362. this.MESstatus.Name = "MESstatus";
  363. this.MESstatus.Size = new System.Drawing.Size(104, 30);
  364. this.MESstatus.TabIndex = 27;
  365. this.MESstatus.Text = "未连接";
  366. this.MESstatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  367. this.MESstatus.Click += new System.EventHandler(this.labPLCStatus_Click);
  368. //
  369. // labPLCStatus
  370. //
  371. this.labPLCStatus.BackColor = System.Drawing.Color.Red;
  372. this.labPLCStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  373. this.labPLCStatus.Font = new System.Drawing.Font("宋体", 10.25F);
  374. this.labPLCStatus.Location = new System.Drawing.Point(111, 61);
  375. this.labPLCStatus.Name = "labPLCStatus";
  376. this.labPLCStatus.Size = new System.Drawing.Size(104, 30);
  377. this.labPLCStatus.TabIndex = 27;
  378. this.labPLCStatus.Text = "未连接";
  379. this.labPLCStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  380. this.labPLCStatus.Click += new System.EventHandler(this.labPLCStatus_Click);
  381. //
  382. // btnClear
  383. //
  384. this.btnClear.Font = new System.Drawing.Font("新宋体", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.btnClear.ForeColor = System.Drawing.SystemColors.GrayText;
  386. this.btnClear.Image = ((System.Drawing.Image)(resources.GetObject("btnClear.Image")));
  387. this.btnClear.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  388. this.btnClear.Location = new System.Drawing.Point(71, 276);
  389. this.btnClear.Name = "btnClear";
  390. this.btnClear.Size = new System.Drawing.Size(96, 32);
  391. this.btnClear.TabIndex = 26;
  392. this.btnClear.Text = "CLEAR";
  393. this.btnClear.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  394. this.btnClear.UseVisualStyleBackColor = true;
  395. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  396. //
  397. // label5
  398. //
  399. this.label5.AutoSize = true;
  400. this.label5.Font = new System.Drawing.Font("宋体", 12.25F);
  401. this.label5.Location = new System.Drawing.Point(32, 237);
  402. this.label5.Name = "label5";
  403. this.label5.Size = new System.Drawing.Size(93, 17);
  404. this.label5.TabIndex = 17;
  405. this.label5.Text = "组装总数:";
  406. //
  407. // label4
  408. //
  409. this.label4.AutoSize = true;
  410. this.label4.Font = new System.Drawing.Font("宋体", 12.25F);
  411. this.label4.Location = new System.Drawing.Point(51, 195);
  412. this.label4.Name = "label4";
  413. this.label4.Size = new System.Drawing.Size(77, 17);
  414. this.label4.TabIndex = 18;
  415. this.label4.Text = "NG总数:";
  416. //
  417. // label3
  418. //
  419. this.label3.AutoSize = true;
  420. this.label3.Font = new System.Drawing.Font("宋体", 12.25F);
  421. this.label3.Location = new System.Drawing.Point(48, 155);
  422. this.label3.Name = "label3";
  423. this.label3.Size = new System.Drawing.Size(77, 17);
  424. this.label3.TabIndex = 19;
  425. this.label3.Text = "OK总数:";
  426. //
  427. // groupBox2
  428. //
  429. this.groupBox2.Controls.Add(this.dataGridView_current);
  430. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.groupBox2.Location = new System.Drawing.Point(0, 334);
  432. this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  433. this.groupBox2.Name = "groupBox2";
  434. this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
  435. this.groupBox2.Size = new System.Drawing.Size(975, 177);
  436. this.groupBox2.TabIndex = 14;
  437. this.groupBox2.TabStop = false;
  438. this.groupBox2.Text = "实时消息";
  439. //
  440. // dataGridView_current
  441. //
  442. this.dataGridView_current.AllowUserToAddRows = false;
  443. this.dataGridView_current.AllowUserToResizeRows = false;
  444. this.dataGridView_current.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  445. this.dataGridView_current.BackgroundColor = System.Drawing.SystemColors.Control;
  446. this.dataGridView_current.BorderStyle = System.Windows.Forms.BorderStyle.None;
  447. this.dataGridView_current.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  448. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  449. dataGridViewCellStyle1.BackColor = System.Drawing.Color.Silver;
  450. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  452. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  453. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  454. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  455. this.dataGridView_current.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  456. this.dataGridView_current.ColumnHeadersHeight = 20;
  457. this.dataGridView_current.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  458. this.dataGridView_current.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  459. this.Column3,
  460. this.Column6});
  461. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  462. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  463. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  465. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  466. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  467. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  468. this.dataGridView_current.DefaultCellStyle = dataGridViewCellStyle4;
  469. this.dataGridView_current.Dock = System.Windows.Forms.DockStyle.Fill;
  470. this.dataGridView_current.EnableHeadersVisualStyles = false;
  471. this.dataGridView_current.Location = new System.Drawing.Point(2, 22);
  472. this.dataGridView_current.MultiSelect = false;
  473. this.dataGridView_current.Name = "dataGridView_current";
  474. this.dataGridView_current.ReadOnly = true;
  475. this.dataGridView_current.RowHeadersVisible = false;
  476. this.dataGridView_current.RowHeadersWidth = 32;
  477. this.dataGridView_current.RowTemplate.Height = 30;
  478. this.dataGridView_current.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  479. this.dataGridView_current.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  480. this.dataGridView_current.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  481. this.dataGridView_current.ShowEditingIcon = false;
  482. this.dataGridView_current.Size = new System.Drawing.Size(971, 152);
  483. this.dataGridView_current.TabIndex = 4;
  484. //
  485. // Column3
  486. //
  487. this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  488. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  489. this.Column3.DefaultCellStyle = dataGridViewCellStyle2;
  490. this.Column3.HeaderText = "时间";
  491. this.Column3.Name = "Column3";
  492. this.Column3.ReadOnly = true;
  493. this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  494. this.Column3.Width = 200;
  495. //
  496. // Column6
  497. //
  498. this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  499. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  500. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  501. this.Column6.DefaultCellStyle = dataGridViewCellStyle3;
  502. this.Column6.HeaderText = "消息";
  503. this.Column6.Name = "Column6";
  504. this.Column6.ReadOnly = true;
  505. this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  506. //
  507. // test
  508. //
  509. this.test.Location = new System.Drawing.Point(651, 298);
  510. this.test.Name = "test";
  511. this.test.Size = new System.Drawing.Size(49, 23);
  512. this.test.TabIndex = 29;
  513. this.test.Text = "test";
  514. this.test.UseVisualStyleBackColor = true;
  515. this.test.Click += new System.EventHandler(this.test_Click);
  516. //
  517. // OK
  518. //
  519. this.OK.Location = new System.Drawing.Point(131, 153);
  520. this.OK.Name = "OK";
  521. this.OK.Size = new System.Drawing.Size(67, 21);
  522. this.OK.TabIndex = 29;
  523. //
  524. // NG
  525. //
  526. this.NG.Location = new System.Drawing.Point(131, 195);
  527. this.NG.Name = "NG";
  528. this.NG.Size = new System.Drawing.Size(67, 21);
  529. this.NG.TabIndex = 29;
  530. //
  531. // Total
  532. //
  533. this.Total.Location = new System.Drawing.Point(131, 237);
  534. this.Total.Name = "Total";
  535. this.Total.Size = new System.Drawing.Size(67, 21);
  536. this.Total.TabIndex = 29;
  537. //
  538. // Form_Auto
  539. //
  540. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  541. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  542. this.BackColor = System.Drawing.SystemColors.Control;
  543. this.ClientSize = new System.Drawing.Size(980, 510);
  544. this.Controls.Add(this.groupBox1);
  545. this.DoubleBuffered = true;
  546. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  547. this.Name = "Form_Auto";
  548. this.Text = "Form_Auto";
  549. this.Load += new System.EventHandler(this.Form_Auto_Load);
  550. this.groupBox1.ResumeLayout(false);
  551. this.groupBox1.PerformLayout();
  552. this.groupBox7.ResumeLayout(false);
  553. this.groupBox7.PerformLayout();
  554. this.groupBox2.ResumeLayout(false);
  555. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_current)).EndInit();
  556. this.ResumeLayout(false);
  557. }
  558. #endregion
  559. private System.Windows.Forms.ImageList imageList_state;
  560. private System.Windows.Forms.ImageList imageList1;
  561. private System.Windows.Forms.Timer PLCtimer;
  562. private System.Windows.Forms.GroupBox groupBox1;
  563. private System.Windows.Forms.GroupBox groupBox2;
  564. private System.Windows.Forms.DataGridView dataGridView_current;
  565. private System.Windows.Forms.GroupBox groupBox7;
  566. private System.Windows.Forms.Button btnClear;
  567. private System.Windows.Forms.Label label5;
  568. private System.Windows.Forms.Label label4;
  569. private System.Windows.Forms.Label label3;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  572. private System.Windows.Forms.Label label1;
  573. private System.Windows.Forms.Label labPLCStatus;
  574. private System.Windows.Forms.Label label2;
  575. private System.Windows.Forms.Label COMstatus;
  576. private System.Windows.Forms.Button button1;
  577. private System.Windows.Forms.Label label9;
  578. private System.Windows.Forms.Label label8;
  579. private System.Windows.Forms.Label label7;
  580. private System.Windows.Forms.Label 产品一;
  581. private System.Windows.Forms.TextBox SN4;
  582. private System.Windows.Forms.TextBox SN3;
  583. private System.Windows.Forms.TextBox SN2;
  584. private System.Windows.Forms.TextBox SN1;
  585. private System.Windows.Forms.Button Status4;
  586. private System.Windows.Forms.Button Status3;
  587. private System.Windows.Forms.Button Status2;
  588. private System.Windows.Forms.Button Status1;
  589. private System.Windows.Forms.Label label10;
  590. private System.Windows.Forms.Label MESstatus;
  591. private System.Windows.Forms.Label label11;
  592. private System.Windows.Forms.TextBox FixtureSN;
  593. private System.Windows.Forms.Button test;
  594. private System.Windows.Forms.TextBox Total;
  595. private System.Windows.Forms.TextBox NG;
  596. private System.Windows.Forms.TextBox OK;
  597. }
  598. }