Make_GetTestFileData.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. using UAS_MES_NEW.CustomControl.CustomCheckBox;
  2. namespace UAS_MES_NEW.Make
  3. {
  4. partial class Make_GetTestFileData
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pr_detail = new System.Windows.Forms.Label();
  30. this.label10 = new System.Windows.Forms.Label();
  31. this.remain_qty = new System.Windows.Forms.Label();
  32. this.mcd_okqty = new System.Windows.Forms.Label();
  33. this.ma_prodcode = new System.Windows.Forms.Label();
  34. this.ma_code = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.CheckItemDGV = new System.Windows.Forms.DataGridView();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.WatchPath = new System.Windows.Forms.TextBox();
  43. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.ReSet = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
  51. this.std_class = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.std_testresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.std_sn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.std_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.std_bt = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.std_imei1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.std_imei2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  59. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  60. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  61. ((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // pr_detail
  65. //
  66. this.pr_detail.AutoSize = true;
  67. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  68. this.pr_detail.Location = new System.Drawing.Point(1258, 38);
  69. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  70. this.pr_detail.Name = "pr_detail";
  71. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  72. this.pr_detail.TabIndex = 31;
  73. //
  74. // label10
  75. //
  76. this.label10.AutoSize = true;
  77. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label10.Location = new System.Drawing.Point(64, 781);
  79. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  80. this.label10.Name = "label10";
  81. this.label10.Size = new System.Drawing.Size(53, 35);
  82. this.label10.TabIndex = 28;
  83. this.label10.Text = "SN";
  84. //
  85. // remain_qty
  86. //
  87. this.remain_qty.AutoSize = true;
  88. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  89. this.remain_qty.Location = new System.Drawing.Point(204, 130);
  90. this.remain_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  91. this.remain_qty.Name = "remain_qty";
  92. this.remain_qty.Size = new System.Drawing.Size(0, 41);
  93. this.remain_qty.TabIndex = 26;
  94. //
  95. // mcd_okqty
  96. //
  97. this.mcd_okqty.AutoSize = true;
  98. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F);
  99. this.mcd_okqty.Location = new System.Drawing.Point(724, 130);
  100. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  101. this.mcd_okqty.Name = "mcd_okqty";
  102. this.mcd_okqty.Size = new System.Drawing.Size(0, 41);
  103. this.mcd_okqty.TabIndex = 25;
  104. //
  105. // ma_prodcode
  106. //
  107. this.ma_prodcode.AutoSize = true;
  108. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  109. this.ma_prodcode.Location = new System.Drawing.Point(724, 38);
  110. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  111. this.ma_prodcode.Name = "ma_prodcode";
  112. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  113. this.ma_prodcode.TabIndex = 24;
  114. //
  115. // ma_code
  116. //
  117. this.ma_code.AutoSize = true;
  118. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.ma_code.Location = new System.Drawing.Point(204, 38);
  120. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.ma_code.Name = "ma_code";
  122. this.ma_code.Size = new System.Drawing.Size(0, 41);
  123. this.ma_code.TabIndex = 23;
  124. //
  125. // label5
  126. //
  127. this.label5.AutoSize = true;
  128. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  129. this.label5.Location = new System.Drawing.Point(574, 130);
  130. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  131. this.label5.Name = "label5";
  132. this.label5.Size = new System.Drawing.Size(210, 41);
  133. this.label5.TabIndex = 22;
  134. this.label5.Text = "当前工单计数";
  135. //
  136. // label4
  137. //
  138. this.label4.AutoSize = true;
  139. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  140. this.label4.Location = new System.Drawing.Point(54, 130);
  141. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  142. this.label4.Name = "label4";
  143. this.label4.Size = new System.Drawing.Size(114, 41);
  144. this.label4.TabIndex = 21;
  145. this.label4.Text = "剩余数";
  146. //
  147. // label3
  148. //
  149. this.label3.AutoSize = true;
  150. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  151. this.label3.Location = new System.Drawing.Point(1102, 38);
  152. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  153. this.label3.Name = "label3";
  154. this.label3.Size = new System.Drawing.Size(146, 41);
  155. this.label3.TabIndex = 20;
  156. this.label3.Text = "产品名称";
  157. //
  158. // label2
  159. //
  160. this.label2.AutoSize = true;
  161. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  162. this.label2.Location = new System.Drawing.Point(570, 38);
  163. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  164. this.label2.Name = "label2";
  165. this.label2.Size = new System.Drawing.Size(146, 41);
  166. this.label2.TabIndex = 19;
  167. this.label2.Text = "产品编号";
  168. //
  169. // label1
  170. //
  171. this.label1.AutoSize = true;
  172. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  173. this.label1.Location = new System.Drawing.Point(50, 38);
  174. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  175. this.label1.Name = "label1";
  176. this.label1.Size = new System.Drawing.Size(146, 41);
  177. this.label1.TabIndex = 18;
  178. this.label1.Text = "工单编号";
  179. //
  180. // CheckItemDGV
  181. //
  182. this.CheckItemDGV.AllowUserToAddRows = false;
  183. this.CheckItemDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  184. this.CheckItemDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  185. this.std_class,
  186. this.std_testresult,
  187. this.std_sn,
  188. this.std_mac,
  189. this.std_bt,
  190. this.std_imei1,
  191. this.std_imei2});
  192. this.CheckItemDGV.Location = new System.Drawing.Point(57, 199);
  193. this.CheckItemDGV.Name = "CheckItemDGV";
  194. this.CheckItemDGV.RowTemplate.Height = 37;
  195. this.CheckItemDGV.Size = new System.Drawing.Size(1128, 562);
  196. this.CheckItemDGV.TabIndex = 33;
  197. this.CheckItemDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.CheckItemDGV_CellPainting);
  198. //
  199. // label6
  200. //
  201. this.label6.AutoSize = true;
  202. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
  203. this.label6.Location = new System.Drawing.Point(1197, 781);
  204. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  205. this.label6.Name = "label6";
  206. this.label6.Size = new System.Drawing.Size(146, 41);
  207. this.label6.TabIndex = 37;
  208. this.label6.Text = "监控路径";
  209. //
  210. // WatchPath
  211. //
  212. this.WatchPath.Location = new System.Drawing.Point(1367, 785);
  213. this.WatchPath.Name = "WatchPath";
  214. this.WatchPath.Size = new System.Drawing.Size(258, 35);
  215. this.WatchPath.TabIndex = 36;
  216. this.WatchPath.Text = "/storage/emulated/0/elink/";
  217. //
  218. // dataGridViewTextBoxColumn1
  219. //
  220. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  221. this.dataGridViewTextBoxColumn1.DataPropertyName = "psr_type";
  222. this.dataGridViewTextBoxColumn1.HeaderText = "检测项";
  223. this.dataGridViewTextBoxColumn1.MinimumWidth = 150;
  224. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  225. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  226. //
  227. // dataGridViewTextBoxColumn2
  228. //
  229. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  230. this.dataGridViewTextBoxColumn2.DataPropertyName = "psr_systemvalue";
  231. this.dataGridViewTextBoxColumn2.HeaderText = "系统值";
  232. this.dataGridViewTextBoxColumn2.MinimumWidth = 460;
  233. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  234. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  235. //
  236. // dataGridViewTextBoxColumn3
  237. //
  238. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  239. this.dataGridViewTextBoxColumn3.DataPropertyName = "psr_systemvalue";
  240. this.dataGridViewTextBoxColumn3.HeaderText = "本机值";
  241. this.dataGridViewTextBoxColumn3.MinimumWidth = 460;
  242. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  243. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  244. //
  245. // dataGridViewTextBoxColumn4
  246. //
  247. this.dataGridViewTextBoxColumn4.DataPropertyName = "std_badcode";
  248. this.dataGridViewTextBoxColumn4.HeaderText = "故障代码";
  249. this.dataGridViewTextBoxColumn4.MinimumWidth = 200;
  250. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  251. this.dataGridViewTextBoxColumn4.Width = 200;
  252. //
  253. // dataGridViewTextBoxColumn5
  254. //
  255. this.dataGridViewTextBoxColumn5.DataPropertyName = "std_bt";
  256. this.dataGridViewTextBoxColumn5.HeaderText = "BT";
  257. this.dataGridViewTextBoxColumn5.MinimumWidth = 100;
  258. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  259. this.dataGridViewTextBoxColumn5.Width = 200;
  260. //
  261. // dataGridViewTextBoxColumn6
  262. //
  263. this.dataGridViewTextBoxColumn6.DataPropertyName = "std_imei1";
  264. this.dataGridViewTextBoxColumn6.HeaderText = "IMEI1";
  265. this.dataGridViewTextBoxColumn6.MinimumWidth = 100;
  266. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  267. //
  268. // dataGridViewTextBoxColumn7
  269. //
  270. this.dataGridViewTextBoxColumn7.DataPropertyName = "std_imei2";
  271. this.dataGridViewTextBoxColumn7.HeaderText = "IMEI2";
  272. this.dataGridViewTextBoxColumn7.MinimumWidth = 100;
  273. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  274. //
  275. // ReSet
  276. //
  277. this.ReSet.AutoSize = true;
  278. this.ReSet.Location = new System.Drawing.Point(999, 787);
  279. this.ReSet.Name = "ReSet";
  280. this.ReSet.Size = new System.Drawing.Size(186, 28);
  281. this.ReSet.TabIndex = 34;
  282. this.ReSet.Text = "恢复出厂设置";
  283. this.ReSet.UseVisualStyleBackColor = true;
  284. //
  285. // std_class
  286. //
  287. this.std_class.DataPropertyName = "std_class";
  288. this.std_class.HeaderText = "检测项";
  289. this.std_class.MinimumWidth = 140;
  290. this.std_class.Name = "std_class";
  291. this.std_class.ReadOnly = true;
  292. this.std_class.Width = 150;
  293. //
  294. // std_testresult
  295. //
  296. this.std_testresult.DataPropertyName = "std_testresult";
  297. this.std_testresult.HeaderText = "测试结果";
  298. this.std_testresult.MinimumWidth = 150;
  299. this.std_testresult.Name = "std_testresult";
  300. this.std_testresult.ReadOnly = true;
  301. this.std_testresult.Width = 150;
  302. //
  303. // std_sn
  304. //
  305. this.std_sn.DataPropertyName = "std_sn";
  306. this.std_sn.HeaderText = "SN";
  307. this.std_sn.MinimumWidth = 100;
  308. this.std_sn.Name = "std_sn";
  309. this.std_sn.ReadOnly = true;
  310. this.std_sn.Width = 200;
  311. //
  312. // std_mac
  313. //
  314. this.std_mac.DataPropertyName = "std_mac";
  315. this.std_mac.HeaderText = "MAC";
  316. this.std_mac.MinimumWidth = 100;
  317. this.std_mac.Name = "std_mac";
  318. this.std_mac.Width = 200;
  319. //
  320. // std_bt
  321. //
  322. this.std_bt.DataPropertyName = "std_bt";
  323. this.std_bt.HeaderText = "BT";
  324. this.std_bt.MinimumWidth = 100;
  325. this.std_bt.Name = "std_bt";
  326. this.std_bt.Width = 200;
  327. //
  328. // std_imei1
  329. //
  330. this.std_imei1.DataPropertyName = "std_imei1";
  331. this.std_imei1.HeaderText = "IMEI1";
  332. this.std_imei1.MinimumWidth = 100;
  333. this.std_imei1.Name = "std_imei1";
  334. //
  335. // std_imei2
  336. //
  337. this.std_imei2.DataPropertyName = "std_imei2";
  338. this.std_imei2.HeaderText = "IMEI2";
  339. this.std_imei2.MinimumWidth = 100;
  340. this.std_imei2.Name = "std_imei2";
  341. //
  342. // StepCount
  343. //
  344. this.StepCount.LineCode = null;
  345. this.StepCount.Location = new System.Drawing.Point(1102, 130);
  346. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  347. this.StepCount.Name = "StepCount";
  348. this.StepCount.Size = new System.Drawing.Size(176, 44);
  349. this.StepCount.Source = null;
  350. this.StepCount.StepCode = null;
  351. this.StepCount.TabIndex = 32;
  352. //
  353. // sncode
  354. //
  355. this.sncode.AllPower = null;
  356. this.sncode.BackColor = System.Drawing.Color.White;
  357. this.sncode.ID = null;
  358. this.sncode.Location = new System.Drawing.Point(144, 781);
  359. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  360. this.sncode.Name = "sncode";
  361. this.sncode.Power = null;
  362. this.sncode.Size = new System.Drawing.Size(334, 35);
  363. this.sncode.Str = null;
  364. this.sncode.Str1 = null;
  365. this.sncode.Str2 = null;
  366. this.sncode.TabIndex = 29;
  367. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  368. //
  369. // OperateResult
  370. //
  371. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.OperateResult.Location = new System.Drawing.Point(1204, 199);
  373. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  374. this.OperateResult.Name = "OperateResult";
  375. this.OperateResult.Size = new System.Drawing.Size(538, 562);
  376. this.OperateResult.TabIndex = 27;
  377. this.OperateResult.Text = "";
  378. //
  379. // Make_GetTestFileData
  380. //
  381. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  382. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  383. this.ClientSize = new System.Drawing.Size(1772, 866);
  384. this.Controls.Add(this.label6);
  385. this.Controls.Add(this.WatchPath);
  386. this.Controls.Add(this.ReSet);
  387. this.Controls.Add(this.CheckItemDGV);
  388. this.Controls.Add(this.StepCount);
  389. this.Controls.Add(this.pr_detail);
  390. this.Controls.Add(this.sncode);
  391. this.Controls.Add(this.label10);
  392. this.Controls.Add(this.OperateResult);
  393. this.Controls.Add(this.remain_qty);
  394. this.Controls.Add(this.mcd_okqty);
  395. this.Controls.Add(this.ma_prodcode);
  396. this.Controls.Add(this.ma_code);
  397. this.Controls.Add(this.label5);
  398. this.Controls.Add(this.label4);
  399. this.Controls.Add(this.label3);
  400. this.Controls.Add(this.label2);
  401. this.Controls.Add(this.label1);
  402. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  403. this.Margin = new System.Windows.Forms.Padding(4);
  404. this.Name = "Make_GetTestFileData";
  405. this.Tag = "Make!ReadWriteInfo";
  406. this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
  407. this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
  408. ((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).EndInit();
  409. this.ResumeLayout(false);
  410. this.PerformLayout();
  411. }
  412. #endregion
  413. private System.Windows.Forms.Label pr_detail;
  414. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  415. private System.Windows.Forms.Label label10;
  416. private System.Windows.Forms.Label remain_qty;
  417. private System.Windows.Forms.Label mcd_okqty;
  418. private System.Windows.Forms.Label ma_prodcode;
  419. private System.Windows.Forms.Label ma_code;
  420. private System.Windows.Forms.Label label5;
  421. private System.Windows.Forms.Label label4;
  422. private System.Windows.Forms.Label label3;
  423. private System.Windows.Forms.Label label2;
  424. private System.Windows.Forms.Label label1;
  425. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  426. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  427. private System.Windows.Forms.DataGridView CheckItemDGV;
  428. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  429. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  430. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  431. private ReSetCheckBox ReSet;
  432. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  433. private System.Windows.Forms.Label label6;
  434. private System.Windows.Forms.TextBox WatchPath;
  435. private System.Windows.Forms.DataGridViewTextBoxColumn std_class;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn std_testresult;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn std_sn;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn std_mac;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn std_bt;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn std_imei1;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn std_imei2;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  444. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  445. }
  446. }