Make_QueryMac.Designer.cs 31 KB

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