Make_QueryMac.Designer.cs 29 KB

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