Make_ProductTest.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_ProductTest
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_ProductTest));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.snDetail = new System.Windows.Forms.GroupBox();
  31. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32. this.prodNameVal = new System.Windows.Forms.Label();
  33. this.prodVal = new System.Windows.Forms.Label();
  34. this.snVal = new System.Windows.Forms.Label();
  35. this.prodName_lab = new System.Windows.Forms.Label();
  36. this.prod_lab = new System.Windows.Forms.Label();
  37. this.sn_lab = new System.Windows.Forms.Label();
  38. this.wo_lab = new System.Windows.Forms.Label();
  39. this.woVal = new System.Windows.Forms.Label();
  40. this.panel3 = new System.Windows.Forms.Panel();
  41. this.dgv = new System.Windows.Forms.DataGridView();
  42. this.GetSNCode_Label = new System.Windows.Forms.Label();
  43. this.panel4 = new System.Windows.Forms.Panel();
  44. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Query = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  50. this.GetSNCode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  51. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  52. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  53. this.MacDetail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.testNameChinese = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.isCheck = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.testName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.result = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.panel1.SuspendLayout();
  59. this.snDetail.SuspendLayout();
  60. this.tableLayoutPanel1.SuspendLayout();
  61. this.panel3.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  63. this.panel4.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // panel1
  67. //
  68. this.panel1.Controls.Add(this.snDetail);
  69. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  70. this.panel1.Location = new System.Drawing.Point(0, 0);
  71. this.panel1.Name = "panel1";
  72. this.panel1.Size = new System.Drawing.Size(1578, 218);
  73. this.panel1.TabIndex = 132;
  74. //
  75. // snDetail
  76. //
  77. this.snDetail.Controls.Add(this.tableLayoutPanel1);
  78. this.snDetail.Font = new System.Drawing.Font("微软雅黑", 12F);
  79. this.snDetail.Location = new System.Drawing.Point(12, 22);
  80. this.snDetail.Name = "snDetail";
  81. this.snDetail.Size = new System.Drawing.Size(1872, 158);
  82. this.snDetail.TabIndex = 0;
  83. this.snDetail.TabStop = false;
  84. this.snDetail.Text = "工单信息";
  85. //
  86. // tableLayoutPanel1
  87. //
  88. this.tableLayoutPanel1.ColumnCount = 8;
  89. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
  90. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14F));
  91. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
  92. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18F));
  93. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
  94. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18F));
  95. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
  96. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
  97. this.tableLayoutPanel1.Controls.Add(this.prodNameVal, 7, 0);
  98. this.tableLayoutPanel1.Controls.Add(this.prodVal, 5, 0);
  99. this.tableLayoutPanel1.Controls.Add(this.snVal, 3, 0);
  100. this.tableLayoutPanel1.Controls.Add(this.prodName_lab, 6, 0);
  101. this.tableLayoutPanel1.Controls.Add(this.prod_lab, 4, 0);
  102. this.tableLayoutPanel1.Controls.Add(this.sn_lab, 2, 0);
  103. this.tableLayoutPanel1.Controls.Add(this.wo_lab, 0, 0);
  104. this.tableLayoutPanel1.Controls.Add(this.woVal, 1, 0);
  105. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 35);
  107. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  108. this.tableLayoutPanel1.RowCount = 1;
  109. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  110. this.tableLayoutPanel1.Size = new System.Drawing.Size(1866, 120);
  111. this.tableLayoutPanel1.TabIndex = 0;
  112. //
  113. // prodNameVal
  114. //
  115. this.prodNameVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  116. this.prodNameVal.AutoSize = true;
  117. this.prodNameVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.prodNameVal.Location = new System.Drawing.Point(1455, 44);
  119. this.prodNameVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  120. this.prodNameVal.Name = "prodNameVal";
  121. this.prodNameVal.Size = new System.Drawing.Size(0, 31);
  122. this.prodNameVal.TabIndex = 66;
  123. //
  124. // prodVal
  125. //
  126. this.prodVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  127. this.prodVal.AutoSize = true;
  128. this.prodVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.prodVal.Location = new System.Drawing.Point(990, 44);
  130. this.prodVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  131. this.prodVal.Name = "prodVal";
  132. this.prodVal.Size = new System.Drawing.Size(0, 31);
  133. this.prodVal.TabIndex = 65;
  134. //
  135. // snVal
  136. //
  137. this.snVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  138. this.snVal.AutoSize = true;
  139. this.snVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.snVal.Location = new System.Drawing.Point(525, 44);
  141. this.snVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  142. this.snVal.Name = "snVal";
  143. this.snVal.Size = new System.Drawing.Size(0, 31);
  144. this.snVal.TabIndex = 64;
  145. //
  146. // prodName_lab
  147. //
  148. this.prodName_lab.Anchor = System.Windows.Forms.AnchorStyles.None;
  149. this.prodName_lab.AutoSize = true;
  150. this.prodName_lab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.prodName_lab.Location = new System.Drawing.Point(1327, 29);
  152. this.prodName_lab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  153. this.prodName_lab.Name = "prodName_lab";
  154. this.prodName_lab.Size = new System.Drawing.Size(117, 62);
  155. this.prodName_lab.TabIndex = 61;
  156. this.prodName_lab.Text = "产品名称 :";
  157. //
  158. // prod_lab
  159. //
  160. this.prod_lab.Anchor = System.Windows.Forms.AnchorStyles.None;
  161. this.prod_lab.AutoSize = true;
  162. this.prod_lab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.prod_lab.Location = new System.Drawing.Point(862, 29);
  164. this.prod_lab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  165. this.prod_lab.Name = "prod_lab";
  166. this.prod_lab.Size = new System.Drawing.Size(117, 62);
  167. this.prod_lab.TabIndex = 62;
  168. this.prod_lab.Text = "产品编号 :";
  169. //
  170. // sn_lab
  171. //
  172. this.sn_lab.Anchor = System.Windows.Forms.AnchorStyles.None;
  173. this.sn_lab.AutoSize = true;
  174. this.sn_lab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.sn_lab.Location = new System.Drawing.Point(406, 44);
  176. this.sn_lab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  177. this.sn_lab.Name = "sn_lab";
  178. this.sn_lab.Size = new System.Drawing.Size(99, 31);
  179. this.sn_lab.TabIndex = 38;
  180. this.sn_lab.Text = "序列号 :";
  181. //
  182. // wo_lab
  183. //
  184. this.wo_lab.Anchor = System.Windows.Forms.AnchorStyles.None;
  185. this.wo_lab.AutoSize = true;
  186. this.wo_lab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.wo_lab.Location = new System.Drawing.Point(15, 44);
  188. this.wo_lab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  189. this.wo_lab.Name = "wo_lab";
  190. this.wo_lab.Size = new System.Drawing.Size(99, 31);
  191. this.wo_lab.TabIndex = 37;
  192. this.wo_lab.Text = "工单号 :";
  193. //
  194. // woVal
  195. //
  196. this.woVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  197. this.woVal.AutoSize = true;
  198. this.woVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.woVal.Location = new System.Drawing.Point(134, 44);
  200. this.woVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  201. this.woVal.Name = "woVal";
  202. this.woVal.Size = new System.Drawing.Size(0, 31);
  203. this.woVal.TabIndex = 63;
  204. //
  205. // panel3
  206. //
  207. this.panel3.Controls.Add(this.Query);
  208. this.panel3.Controls.Add(this.dgv);
  209. this.panel3.Controls.Add(this.GetSNCode);
  210. this.panel3.Controls.Add(this.GetSNCode_Label);
  211. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.panel3.Location = new System.Drawing.Point(0, 218);
  213. this.panel3.Name = "panel3";
  214. this.panel3.Size = new System.Drawing.Size(979, 650);
  215. this.panel3.TabIndex = 134;
  216. //
  217. // dgv
  218. //
  219. this.dgv.AllowUserToAddRows = false;
  220. this.dgv.AllowUserToDeleteRows = false;
  221. this.dgv.BackgroundColor = System.Drawing.SystemColors.Control;
  222. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  223. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  224. this.MacDetail,
  225. this.testNameChinese,
  226. this.isCheck,
  227. this.testName,
  228. this.result});
  229. this.dgv.Dock = System.Windows.Forms.DockStyle.Top;
  230. this.dgv.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  231. this.dgv.Location = new System.Drawing.Point(0, 0);
  232. this.dgv.Name = "dgv";
  233. this.dgv.ReadOnly = true;
  234. this.dgv.RowHeadersWidth = 62;
  235. this.dgv.RowTemplate.Height = 30;
  236. this.dgv.Size = new System.Drawing.Size(979, 567);
  237. this.dgv.TabIndex = 136;
  238. //
  239. // GetSNCode_Label
  240. //
  241. this.GetSNCode_Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  242. | System.Windows.Forms.AnchorStyles.Left)));
  243. this.GetSNCode_Label.AutoSize = true;
  244. this.GetSNCode_Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.GetSNCode_Label.Location = new System.Drawing.Point(20, 587);
  246. this.GetSNCode_Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  247. this.GetSNCode_Label.Name = "GetSNCode_Label";
  248. this.GetSNCode_Label.Size = new System.Drawing.Size(86, 31);
  249. this.GetSNCode_Label.TabIndex = 134;
  250. this.GetSNCode_Label.Text = "序列号";
  251. //
  252. // panel4
  253. //
  254. this.panel4.Controls.Add(this.OperatResult);
  255. this.panel4.Controls.Add(this.Clean);
  256. this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
  257. this.panel4.Location = new System.Drawing.Point(979, 218);
  258. this.panel4.Name = "panel4";
  259. this.panel4.Size = new System.Drawing.Size(599, 650);
  260. this.panel4.TabIndex = 138;
  261. //
  262. // dataGridViewTextBoxColumn1
  263. //
  264. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  265. this.dataGridViewTextBoxColumn1.HeaderText = "MAC";
  266. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  267. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  268. this.dataGridViewTextBoxColumn1.Width = 150;
  269. //
  270. // dataGridViewTextBoxColumn2
  271. //
  272. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  273. this.dataGridViewTextBoxColumn2.HeaderText = "测试项目";
  274. this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
  275. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  276. this.dataGridViewTextBoxColumn2.Width = 150;
  277. //
  278. // dataGridViewTextBoxColumn3
  279. //
  280. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  281. this.dataGridViewTextBoxColumn3.HeaderText = "测试结果";
  282. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  283. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  284. this.dataGridViewTextBoxColumn3.Width = 116;
  285. //
  286. // dataGridViewTextBoxColumn4
  287. //
  288. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  289. this.dataGridViewTextBoxColumn4.HeaderText = "测试结果";
  290. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  291. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  292. this.dataGridViewTextBoxColumn4.Width = 116;
  293. //
  294. // dataGridViewTextBoxColumn5
  295. //
  296. this.dataGridViewTextBoxColumn5.HeaderText = "是否检测";
  297. this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
  298. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  299. this.dataGridViewTextBoxColumn5.Width = 150;
  300. //
  301. // Query
  302. //
  303. this.Query.AllPower = null;
  304. this.Query.BackColor = System.Drawing.Color.Transparent;
  305. this.Query.Cursor = System.Windows.Forms.Cursors.Hand;
  306. this.Query.DownImage = ((System.Drawing.Image)(resources.GetObject("Query.DownImage")));
  307. this.Query.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.Query.Image = null;
  309. this.Query.IsShowBorder = true;
  310. this.Query.Location = new System.Drawing.Point(607, 584);
  311. this.Query.Margin = new System.Windows.Forms.Padding(4);
  312. this.Query.MoveImage = ((System.Drawing.Image)(resources.GetObject("Query.MoveImage")));
  313. this.Query.Name = "Query";
  314. this.Query.NormalImage = ((System.Drawing.Image)(resources.GetObject("Query.NormalImage")));
  315. this.Query.Power = null;
  316. this.Query.Size = new System.Drawing.Size(155, 37);
  317. this.Query.TabIndex = 137;
  318. this.Query.Tag = "IfRead";
  319. this.Query.Text = "获取测试结果";
  320. this.Query.UseVisualStyleBackColor = true;
  321. this.Query.Click += new System.EventHandler(this.Query_Click);
  322. //
  323. // GetSNCode
  324. //
  325. this.GetSNCode.AllPower = null;
  326. this.GetSNCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  327. | System.Windows.Forms.AnchorStyles.Left)));
  328. this.GetSNCode.BackColor = System.Drawing.Color.White;
  329. this.GetSNCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.GetSNCode.ID = null;
  331. this.GetSNCode.Location = new System.Drawing.Point(131, 585);
  332. this.GetSNCode.Margin = new System.Windows.Forms.Padding(4);
  333. this.GetSNCode.Name = "GetSNCode";
  334. this.GetSNCode.Power = null;
  335. this.GetSNCode.Size = new System.Drawing.Size(412, 35);
  336. this.GetSNCode.Str = null;
  337. this.GetSNCode.Str1 = null;
  338. this.GetSNCode.Str2 = null;
  339. this.GetSNCode.TabIndex = 135;
  340. this.GetSNCode.Tag = "Read";
  341. this.GetSNCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GetSNCode_KeyDown);
  342. //
  343. // OperatResult
  344. //
  345. this.OperatResult.AcceptsTab = true;
  346. this.OperatResult.Dock = System.Windows.Forms.DockStyle.Top;
  347. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.OperatResult.Location = new System.Drawing.Point(0, 0);
  349. this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
  350. this.OperatResult.Name = "OperatResult";
  351. this.OperatResult.Size = new System.Drawing.Size(599, 567);
  352. this.OperatResult.TabIndex = 133;
  353. this.OperatResult.Text = "";
  354. //
  355. // Clean
  356. //
  357. this.Clean.AllPower = null;
  358. this.Clean.BackColor = System.Drawing.Color.Transparent;
  359. this.Clean.Cursor = System.Windows.Forms.Cursors.Hand;
  360. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  361. this.Clean.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.Clean.Image = null;
  363. this.Clean.IsShowBorder = true;
  364. this.Clean.Location = new System.Drawing.Point(252, 582);
  365. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  366. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  367. this.Clean.Name = "Clean";
  368. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  369. this.Clean.Power = null;
  370. this.Clean.Size = new System.Drawing.Size(104, 38);
  371. this.Clean.TabIndex = 132;
  372. this.Clean.Tag = "IfRead";
  373. this.Clean.Text = "清除";
  374. this.Clean.UseVisualStyleBackColor = true;
  375. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  376. //
  377. // MacDetail
  378. //
  379. this.MacDetail.HeaderText = "MAC信息";
  380. this.MacDetail.MinimumWidth = 8;
  381. this.MacDetail.Name = "MacDetail";
  382. this.MacDetail.ReadOnly = true;
  383. this.MacDetail.Width = 150;
  384. //
  385. // testNameChinese
  386. //
  387. this.testNameChinese.HeaderText = "测试项目名称";
  388. this.testNameChinese.MinimumWidth = 8;
  389. this.testNameChinese.Name = "testNameChinese";
  390. this.testNameChinese.ReadOnly = true;
  391. this.testNameChinese.Width = 150;
  392. //
  393. // isCheck
  394. //
  395. this.isCheck.HeaderText = "是否检测";
  396. this.isCheck.MinimumWidth = 8;
  397. this.isCheck.Name = "isCheck";
  398. this.isCheck.ReadOnly = true;
  399. this.isCheck.Width = 150;
  400. //
  401. // testName
  402. //
  403. this.testName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  404. this.testName.HeaderText = "测试项目";
  405. this.testName.MinimumWidth = 8;
  406. this.testName.Name = "testName";
  407. this.testName.ReadOnly = true;
  408. this.testName.Width = 116;
  409. //
  410. // result
  411. //
  412. this.result.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  413. this.result.HeaderText = "测试结果";
  414. this.result.MinimumWidth = 8;
  415. this.result.Name = "result";
  416. this.result.ReadOnly = true;
  417. this.result.Width = 116;
  418. //
  419. // Make_ProductTest
  420. //
  421. this.AllowDrop = true;
  422. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  423. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  424. this.ClientSize = new System.Drawing.Size(1578, 868);
  425. this.Controls.Add(this.panel3);
  426. this.Controls.Add(this.panel4);
  427. this.Controls.Add(this.panel1);
  428. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  429. this.Name = "Make_ProductTest";
  430. this.Text = "Make_WirelessTest";
  431. this.Load += new System.EventHandler(this.Make_WirelessTest_Load);
  432. this.panel1.ResumeLayout(true);
  433. this.snDetail.ResumeLayout(true);
  434. this.tableLayoutPanel1.ResumeLayout(true);
  435. this.tableLayoutPanel1.PerformLayout();
  436. this.panel3.ResumeLayout(true);
  437. this.panel3.PerformLayout();
  438. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  439. this.panel4.ResumeLayout(true);
  440. this.ResumeLayout(true);
  441. }
  442. #endregion
  443. private System.Windows.Forms.Label wo_lab;
  444. private System.Windows.Forms.Label sn_lab;
  445. private System.Windows.Forms.Label prodName_lab;
  446. private System.Windows.Forms.Label prod_lab;
  447. private System.Windows.Forms.Panel panel1;
  448. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  449. private System.Windows.Forms.Panel panel3;
  450. private CustomControl.TextBoxWithIcon.SnCollectionBox GetSNCode;
  451. private System.Windows.Forms.Label GetSNCode_Label;
  452. private System.Windows.Forms.DataGridView dgv;
  453. private CustomControl.ButtonUtil.NormalButton Query;
  454. private System.Windows.Forms.Panel panel4;
  455. private CustomControl.ButtonUtil.NormalButton Clean;
  456. private System.Windows.Forms.GroupBox snDetail;
  457. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  458. private System.Windows.Forms.Label woVal;
  459. private System.Windows.Forms.Label snVal;
  460. private System.Windows.Forms.Label prodVal;
  461. private System.Windows.Forms.Label prodNameVal;
  462. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  463. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn MacDetail;
  468. private System.Windows.Forms.DataGridViewTextBoxColumn testNameChinese;
  469. private System.Windows.Forms.DataGridViewTextBoxColumn isCheck;
  470. private System.Windows.Forms.DataGridViewTextBoxColumn testName;
  471. private System.Windows.Forms.DataGridViewTextBoxColumn result;
  472. }
  473. }