Make_WirelessTest.Designer.cs 24 KB

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