Make_QueryMac.Designer.cs 27 KB

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