Make_GetTestFileData.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820
  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.std_class = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.std_testresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.std_sn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.std_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.std_bt = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.std_imei1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.std_imei2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.std_googlekey = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.std_videotest = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.std_version = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.WatchPath = new System.Windows.Forms.TextBox();
  53. this.PSN = new System.Windows.Forms.Label();
  54. this.label8 = new System.Windows.Forms.Label();
  55. this.MAC = new System.Windows.Forms.Label();
  56. this.label11 = new System.Windows.Forms.Label();
  57. this.BT = new System.Windows.Forms.Label();
  58. this.label13 = new System.Windows.Forms.Label();
  59. this.IMEI1 = new System.Windows.Forms.Label();
  60. this.label15 = new System.Windows.Forms.Label();
  61. this.IMEI2 = new System.Windows.Forms.Label();
  62. this.label17 = new System.Windows.Forms.Label();
  63. this.GoogleKey = new System.Windows.Forms.Label();
  64. this.label19 = new System.Windows.Forms.Label();
  65. this.Aging = new System.Windows.Forms.Label();
  66. this.label21 = new System.Windows.Forms.Label();
  67. this.Version = new System.Windows.Forms.Label();
  68. this.label23 = new System.Windows.Forms.Label();
  69. this.MTK = new System.Windows.Forms.RadioButton();
  70. this.ZHANXUN = new System.Windows.Forms.RadioButton();
  71. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.ReSet = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
  82. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  83. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  84. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  85. this.rom = new System.Windows.Forms.Label();
  86. this.label9 = new System.Windows.Forms.Label();
  87. this.ram = new System.Windows.Forms.Label();
  88. this.label14 = new System.Windows.Forms.Label();
  89. ((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).BeginInit();
  90. this.SuspendLayout();
  91. //
  92. // pr_detail
  93. //
  94. this.pr_detail.AutoSize = true;
  95. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  96. this.pr_detail.Location = new System.Drawing.Point(1258, 11);
  97. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  98. this.pr_detail.Name = "pr_detail";
  99. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  100. this.pr_detail.TabIndex = 31;
  101. //
  102. // label10
  103. //
  104. this.label10.AutoSize = true;
  105. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.label10.Location = new System.Drawing.Point(64, 781);
  107. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  108. this.label10.Name = "label10";
  109. this.label10.Size = new System.Drawing.Size(53, 35);
  110. this.label10.TabIndex = 28;
  111. this.label10.Text = "SN";
  112. //
  113. // remain_qty
  114. //
  115. this.remain_qty.AutoSize = true;
  116. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  117. this.remain_qty.Location = new System.Drawing.Point(204, 103);
  118. this.remain_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  119. this.remain_qty.Name = "remain_qty";
  120. this.remain_qty.Size = new System.Drawing.Size(0, 41);
  121. this.remain_qty.TabIndex = 26;
  122. //
  123. // mcd_okqty
  124. //
  125. this.mcd_okqty.AutoSize = true;
  126. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F);
  127. this.mcd_okqty.Location = new System.Drawing.Point(724, 103);
  128. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  129. this.mcd_okqty.Name = "mcd_okqty";
  130. this.mcd_okqty.Size = new System.Drawing.Size(0, 41);
  131. this.mcd_okqty.TabIndex = 25;
  132. //
  133. // ma_prodcode
  134. //
  135. this.ma_prodcode.AutoSize = true;
  136. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  137. this.ma_prodcode.Location = new System.Drawing.Point(724, 11);
  138. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  139. this.ma_prodcode.Name = "ma_prodcode";
  140. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  141. this.ma_prodcode.TabIndex = 24;
  142. //
  143. // ma_code
  144. //
  145. this.ma_code.AutoSize = true;
  146. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.ma_code.Location = new System.Drawing.Point(204, 11);
  148. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  149. this.ma_code.Name = "ma_code";
  150. this.ma_code.Size = new System.Drawing.Size(0, 41);
  151. this.ma_code.TabIndex = 23;
  152. //
  153. // label5
  154. //
  155. this.label5.AutoSize = true;
  156. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  157. this.label5.Location = new System.Drawing.Point(574, 103);
  158. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  159. this.label5.Name = "label5";
  160. this.label5.Size = new System.Drawing.Size(210, 41);
  161. this.label5.TabIndex = 22;
  162. this.label5.Text = "当前工单计数";
  163. //
  164. // label4
  165. //
  166. this.label4.AutoSize = true;
  167. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  168. this.label4.Location = new System.Drawing.Point(54, 103);
  169. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  170. this.label4.Name = "label4";
  171. this.label4.Size = new System.Drawing.Size(114, 41);
  172. this.label4.TabIndex = 21;
  173. this.label4.Text = "剩余数";
  174. //
  175. // label3
  176. //
  177. this.label3.AutoSize = true;
  178. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  179. this.label3.Location = new System.Drawing.Point(1102, 11);
  180. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  181. this.label3.Name = "label3";
  182. this.label3.Size = new System.Drawing.Size(146, 41);
  183. this.label3.TabIndex = 20;
  184. this.label3.Text = "产品名称";
  185. //
  186. // label2
  187. //
  188. this.label2.AutoSize = true;
  189. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  190. this.label2.Location = new System.Drawing.Point(570, 11);
  191. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  192. this.label2.Name = "label2";
  193. this.label2.Size = new System.Drawing.Size(146, 41);
  194. this.label2.TabIndex = 19;
  195. this.label2.Text = "产品编号";
  196. //
  197. // label1
  198. //
  199. this.label1.AutoSize = true;
  200. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  201. this.label1.Location = new System.Drawing.Point(50, 11);
  202. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  203. this.label1.Name = "label1";
  204. this.label1.Size = new System.Drawing.Size(146, 41);
  205. this.label1.TabIndex = 18;
  206. this.label1.Text = "工单编号";
  207. //
  208. // CheckItemDGV
  209. //
  210. this.CheckItemDGV.AllowUserToAddRows = false;
  211. this.CheckItemDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  212. this.CheckItemDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  213. this.std_class,
  214. this.std_testresult,
  215. this.std_sn,
  216. this.std_mac,
  217. this.std_bt,
  218. this.std_imei1,
  219. this.std_imei2,
  220. this.std_googlekey,
  221. this.std_videotest,
  222. this.std_version});
  223. this.CheckItemDGV.Location = new System.Drawing.Point(12, 154);
  224. this.CheckItemDGV.Name = "CheckItemDGV";
  225. this.CheckItemDGV.RowTemplate.Height = 37;
  226. this.CheckItemDGV.Size = new System.Drawing.Size(712, 607);
  227. this.CheckItemDGV.TabIndex = 33;
  228. this.CheckItemDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.CheckItemDGV_CellPainting);
  229. //
  230. // std_class
  231. //
  232. this.std_class.DataPropertyName = "std_class";
  233. this.std_class.HeaderText = "检测项";
  234. this.std_class.MinimumWidth = 140;
  235. this.std_class.Name = "std_class";
  236. this.std_class.ReadOnly = true;
  237. this.std_class.Width = 150;
  238. //
  239. // std_testresult
  240. //
  241. this.std_testresult.DataPropertyName = "std_testresult";
  242. this.std_testresult.HeaderText = "测试结果";
  243. this.std_testresult.MinimumWidth = 150;
  244. this.std_testresult.Name = "std_testresult";
  245. this.std_testresult.ReadOnly = true;
  246. this.std_testresult.Width = 150;
  247. //
  248. // std_sn
  249. //
  250. this.std_sn.DataPropertyName = "std_sn";
  251. this.std_sn.HeaderText = "SN";
  252. this.std_sn.MinimumWidth = 100;
  253. this.std_sn.Name = "std_sn";
  254. this.std_sn.ReadOnly = true;
  255. this.std_sn.Visible = false;
  256. this.std_sn.Width = 200;
  257. //
  258. // std_mac
  259. //
  260. this.std_mac.DataPropertyName = "std_mac";
  261. this.std_mac.HeaderText = "MAC";
  262. this.std_mac.MinimumWidth = 100;
  263. this.std_mac.Name = "std_mac";
  264. this.std_mac.Visible = false;
  265. this.std_mac.Width = 200;
  266. //
  267. // std_bt
  268. //
  269. this.std_bt.DataPropertyName = "std_bt";
  270. this.std_bt.HeaderText = "BT";
  271. this.std_bt.MinimumWidth = 100;
  272. this.std_bt.Name = "std_bt";
  273. this.std_bt.Visible = false;
  274. this.std_bt.Width = 200;
  275. //
  276. // std_imei1
  277. //
  278. this.std_imei1.DataPropertyName = "std_imei1";
  279. this.std_imei1.HeaderText = "IMEI1";
  280. this.std_imei1.MinimumWidth = 100;
  281. this.std_imei1.Name = "std_imei1";
  282. this.std_imei1.Visible = false;
  283. //
  284. // std_imei2
  285. //
  286. this.std_imei2.DataPropertyName = "std_imei2";
  287. this.std_imei2.HeaderText = "IMEI2";
  288. this.std_imei2.MinimumWidth = 100;
  289. this.std_imei2.Name = "std_imei2";
  290. this.std_imei2.Visible = false;
  291. //
  292. // std_googlekey
  293. //
  294. this.std_googlekey.DataPropertyName = "std_googlekey";
  295. this.std_googlekey.HeaderText = "GoogleKey";
  296. this.std_googlekey.Name = "std_googlekey";
  297. this.std_googlekey.Visible = false;
  298. //
  299. // std_videotest
  300. //
  301. this.std_videotest.DataPropertyName = "std_videotest";
  302. this.std_videotest.HeaderText = "老化测试";
  303. this.std_videotest.Name = "std_videotest";
  304. this.std_videotest.Visible = false;
  305. //
  306. // std_version
  307. //
  308. this.std_version.DataPropertyName = "std_version";
  309. this.std_version.HeaderText = "软件版本";
  310. this.std_version.Name = "std_version";
  311. this.std_version.Visible = false;
  312. //
  313. // label6
  314. //
  315. this.label6.AutoSize = true;
  316. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
  317. this.label6.Location = new System.Drawing.Point(1197, 781);
  318. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  319. this.label6.Name = "label6";
  320. this.label6.Size = new System.Drawing.Size(146, 41);
  321. this.label6.TabIndex = 37;
  322. this.label6.Text = "监控路径";
  323. //
  324. // WatchPath
  325. //
  326. this.WatchPath.Location = new System.Drawing.Point(1367, 785);
  327. this.WatchPath.Name = "WatchPath";
  328. this.WatchPath.Size = new System.Drawing.Size(258, 35);
  329. this.WatchPath.TabIndex = 36;
  330. this.WatchPath.Text = "/sdcard/factory";
  331. //
  332. // PSN
  333. //
  334. this.PSN.AutoSize = true;
  335. this.PSN.Font = new System.Drawing.Font("微软雅黑", 12F);
  336. this.PSN.Location = new System.Drawing.Point(955, 161);
  337. this.PSN.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  338. this.PSN.Name = "PSN";
  339. this.PSN.Size = new System.Drawing.Size(0, 41);
  340. this.PSN.TabIndex = 39;
  341. //
  342. // label8
  343. //
  344. this.label8.AutoSize = true;
  345. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F);
  346. this.label8.Location = new System.Drawing.Point(761, 161);
  347. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  348. this.label8.Name = "label8";
  349. this.label8.Size = new System.Drawing.Size(62, 41);
  350. this.label8.TabIndex = 38;
  351. this.label8.Text = "SN";
  352. //
  353. // MAC
  354. //
  355. this.MAC.AutoSize = true;
  356. this.MAC.Font = new System.Drawing.Font("微软雅黑", 12F);
  357. this.MAC.Location = new System.Drawing.Point(955, 234);
  358. this.MAC.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  359. this.MAC.Name = "MAC";
  360. this.MAC.Size = new System.Drawing.Size(0, 41);
  361. this.MAC.TabIndex = 41;
  362. //
  363. // label11
  364. //
  365. this.label11.AutoSize = true;
  366. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F);
  367. this.label11.Location = new System.Drawing.Point(761, 234);
  368. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  369. this.label11.Name = "label11";
  370. this.label11.Size = new System.Drawing.Size(93, 41);
  371. this.label11.TabIndex = 40;
  372. this.label11.Text = "MAC";
  373. //
  374. // BT
  375. //
  376. this.BT.AutoSize = true;
  377. this.BT.Font = new System.Drawing.Font("微软雅黑", 12F);
  378. this.BT.Location = new System.Drawing.Point(955, 299);
  379. this.BT.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  380. this.BT.Name = "BT";
  381. this.BT.Size = new System.Drawing.Size(0, 41);
  382. this.BT.TabIndex = 43;
  383. //
  384. // label13
  385. //
  386. this.label13.AutoSize = true;
  387. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F);
  388. this.label13.Location = new System.Drawing.Point(761, 299);
  389. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  390. this.label13.Name = "label13";
  391. this.label13.Size = new System.Drawing.Size(56, 41);
  392. this.label13.TabIndex = 42;
  393. this.label13.Text = "BT";
  394. //
  395. // IMEI1
  396. //
  397. this.IMEI1.AutoSize = true;
  398. this.IMEI1.Font = new System.Drawing.Font("微软雅黑", 12F);
  399. this.IMEI1.Location = new System.Drawing.Point(955, 371);
  400. this.IMEI1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  401. this.IMEI1.Name = "IMEI1";
  402. this.IMEI1.Size = new System.Drawing.Size(0, 41);
  403. this.IMEI1.TabIndex = 45;
  404. //
  405. // label15
  406. //
  407. this.label15.AutoSize = true;
  408. this.label15.Font = new System.Drawing.Font("微软雅黑", 12F);
  409. this.label15.Location = new System.Drawing.Point(761, 365);
  410. this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  411. this.label15.Name = "label15";
  412. this.label15.Size = new System.Drawing.Size(104, 41);
  413. this.label15.TabIndex = 44;
  414. this.label15.Text = "IMEI1";
  415. //
  416. // IMEI2
  417. //
  418. this.IMEI2.AutoSize = true;
  419. this.IMEI2.Font = new System.Drawing.Font("微软雅黑", 12F);
  420. this.IMEI2.Location = new System.Drawing.Point(1505, 175);
  421. this.IMEI2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  422. this.IMEI2.Name = "IMEI2";
  423. this.IMEI2.Size = new System.Drawing.Size(0, 41);
  424. this.IMEI2.TabIndex = 47;
  425. //
  426. // label17
  427. //
  428. this.label17.AutoSize = true;
  429. this.label17.Font = new System.Drawing.Font("微软雅黑", 12F);
  430. this.label17.Location = new System.Drawing.Point(1276, 161);
  431. this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  432. this.label17.Name = "label17";
  433. this.label17.Size = new System.Drawing.Size(104, 41);
  434. this.label17.TabIndex = 46;
  435. this.label17.Text = "IMEI2";
  436. //
  437. // GoogleKey
  438. //
  439. this.GoogleKey.AutoSize = true;
  440. this.GoogleKey.Font = new System.Drawing.Font("微软雅黑", 12F);
  441. this.GoogleKey.Location = new System.Drawing.Point(1505, 246);
  442. this.GoogleKey.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  443. this.GoogleKey.Name = "GoogleKey";
  444. this.GoogleKey.Size = new System.Drawing.Size(0, 41);
  445. this.GoogleKey.TabIndex = 49;
  446. //
  447. // label19
  448. //
  449. this.label19.AutoSize = true;
  450. this.label19.Font = new System.Drawing.Font("微软雅黑", 12F);
  451. this.label19.Location = new System.Drawing.Point(1276, 236);
  452. this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  453. this.label19.Name = "label19";
  454. this.label19.Size = new System.Drawing.Size(184, 41);
  455. this.label19.TabIndex = 48;
  456. this.label19.Text = "GoogleKey";
  457. //
  458. // Aging
  459. //
  460. this.Aging.AutoSize = true;
  461. this.Aging.Font = new System.Drawing.Font("微软雅黑", 12F);
  462. this.Aging.Location = new System.Drawing.Point(1505, 299);
  463. this.Aging.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  464. this.Aging.Name = "Aging";
  465. this.Aging.Size = new System.Drawing.Size(0, 41);
  466. this.Aging.TabIndex = 51;
  467. //
  468. // label21
  469. //
  470. this.label21.AutoSize = true;
  471. this.label21.Font = new System.Drawing.Font("微软雅黑", 12F);
  472. this.label21.Location = new System.Drawing.Point(1276, 299);
  473. this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  474. this.label21.Name = "label21";
  475. this.label21.Size = new System.Drawing.Size(146, 41);
  476. this.label21.TabIndex = 50;
  477. this.label21.Text = "老化时长";
  478. //
  479. // Version
  480. //
  481. this.Version.AutoSize = true;
  482. this.Version.Font = new System.Drawing.Font("微软雅黑", 12F);
  483. this.Version.Location = new System.Drawing.Point(1506, 371);
  484. this.Version.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  485. this.Version.MaximumSize = new System.Drawing.Size(360, 0);
  486. this.Version.Name = "Version";
  487. this.Version.Size = new System.Drawing.Size(0, 41);
  488. this.Version.TabIndex = 53;
  489. //
  490. // label23
  491. //
  492. this.label23.AutoSize = true;
  493. this.label23.Font = new System.Drawing.Font("微软雅黑", 12F);
  494. this.label23.Location = new System.Drawing.Point(1276, 365);
  495. this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  496. this.label23.Name = "label23";
  497. this.label23.Size = new System.Drawing.Size(146, 41);
  498. this.label23.TabIndex = 52;
  499. this.label23.Text = "软件版本";
  500. //
  501. // MTK
  502. //
  503. this.MTK.AutoSize = true;
  504. this.MTK.Checked = true;
  505. this.MTK.Location = new System.Drawing.Point(516, 786);
  506. this.MTK.Name = "MTK";
  507. this.MTK.Size = new System.Drawing.Size(77, 28);
  508. this.MTK.TabIndex = 54;
  509. this.MTK.TabStop = true;
  510. this.MTK.Text = "MTK";
  511. this.MTK.UseVisualStyleBackColor = true;
  512. //
  513. // ZHANXUN
  514. //
  515. this.ZHANXUN.AutoSize = true;
  516. this.ZHANXUN.Location = new System.Drawing.Point(613, 786);
  517. this.ZHANXUN.Name = "ZHANXUN";
  518. this.ZHANXUN.Size = new System.Drawing.Size(89, 28);
  519. this.ZHANXUN.TabIndex = 55;
  520. this.ZHANXUN.TabStop = true;
  521. this.ZHANXUN.Text = "展讯";
  522. this.ZHANXUN.UseVisualStyleBackColor = true;
  523. //
  524. // dataGridViewTextBoxColumn1
  525. //
  526. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  527. this.dataGridViewTextBoxColumn1.DataPropertyName = "psr_type";
  528. this.dataGridViewTextBoxColumn1.HeaderText = "检测项";
  529. this.dataGridViewTextBoxColumn1.MinimumWidth = 150;
  530. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  531. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  532. //
  533. // dataGridViewTextBoxColumn2
  534. //
  535. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  536. this.dataGridViewTextBoxColumn2.DataPropertyName = "psr_systemvalue";
  537. this.dataGridViewTextBoxColumn2.HeaderText = "系统值";
  538. this.dataGridViewTextBoxColumn2.MinimumWidth = 460;
  539. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  540. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  541. //
  542. // dataGridViewTextBoxColumn3
  543. //
  544. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  545. this.dataGridViewTextBoxColumn3.DataPropertyName = "psr_systemvalue";
  546. this.dataGridViewTextBoxColumn3.HeaderText = "本机值";
  547. this.dataGridViewTextBoxColumn3.MinimumWidth = 460;
  548. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  549. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  550. this.dataGridViewTextBoxColumn3.Visible = false;
  551. //
  552. // dataGridViewTextBoxColumn4
  553. //
  554. this.dataGridViewTextBoxColumn4.DataPropertyName = "std_badcode";
  555. this.dataGridViewTextBoxColumn4.HeaderText = "故障代码";
  556. this.dataGridViewTextBoxColumn4.MinimumWidth = 200;
  557. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  558. this.dataGridViewTextBoxColumn4.Visible = false;
  559. this.dataGridViewTextBoxColumn4.Width = 200;
  560. //
  561. // dataGridViewTextBoxColumn5
  562. //
  563. this.dataGridViewTextBoxColumn5.DataPropertyName = "std_bt";
  564. this.dataGridViewTextBoxColumn5.HeaderText = "BT";
  565. this.dataGridViewTextBoxColumn5.MinimumWidth = 100;
  566. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  567. this.dataGridViewTextBoxColumn5.Visible = false;
  568. this.dataGridViewTextBoxColumn5.Width = 200;
  569. //
  570. // dataGridViewTextBoxColumn6
  571. //
  572. this.dataGridViewTextBoxColumn6.DataPropertyName = "std_imei1";
  573. this.dataGridViewTextBoxColumn6.HeaderText = "IMEI1";
  574. this.dataGridViewTextBoxColumn6.MinimumWidth = 100;
  575. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  576. this.dataGridViewTextBoxColumn6.Visible = false;
  577. //
  578. // dataGridViewTextBoxColumn7
  579. //
  580. this.dataGridViewTextBoxColumn7.DataPropertyName = "std_imei2";
  581. this.dataGridViewTextBoxColumn7.HeaderText = "IMEI2";
  582. this.dataGridViewTextBoxColumn7.MinimumWidth = 100;
  583. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  584. this.dataGridViewTextBoxColumn7.Visible = false;
  585. //
  586. // dataGridViewTextBoxColumn8
  587. //
  588. this.dataGridViewTextBoxColumn8.DataPropertyName = "std_googlekey";
  589. this.dataGridViewTextBoxColumn8.HeaderText = "GoogleKey";
  590. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  591. this.dataGridViewTextBoxColumn8.Visible = false;
  592. //
  593. // dataGridViewTextBoxColumn9
  594. //
  595. this.dataGridViewTextBoxColumn9.DataPropertyName = "std_videotest";
  596. this.dataGridViewTextBoxColumn9.HeaderText = "老化测试";
  597. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  598. this.dataGridViewTextBoxColumn9.Visible = false;
  599. //
  600. // dataGridViewTextBoxColumn10
  601. //
  602. this.dataGridViewTextBoxColumn10.DataPropertyName = "std_version";
  603. this.dataGridViewTextBoxColumn10.HeaderText = "软件版本";
  604. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  605. this.dataGridViewTextBoxColumn10.Visible = false;
  606. //
  607. // ReSet
  608. //
  609. this.ReSet.AutoSize = true;
  610. this.ReSet.Location = new System.Drawing.Point(999, 787);
  611. this.ReSet.Name = "ReSet";
  612. this.ReSet.Size = new System.Drawing.Size(186, 28);
  613. this.ReSet.TabIndex = 34;
  614. this.ReSet.Text = "恢复出厂设置";
  615. this.ReSet.UseVisualStyleBackColor = true;
  616. //
  617. // StepCount
  618. //
  619. this.StepCount.LineCode = null;
  620. this.StepCount.Location = new System.Drawing.Point(1109, 100);
  621. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  622. this.StepCount.Name = "StepCount";
  623. this.StepCount.Size = new System.Drawing.Size(176, 44);
  624. this.StepCount.Source = null;
  625. this.StepCount.StepCode = null;
  626. this.StepCount.TabIndex = 32;
  627. //
  628. // sncode
  629. //
  630. this.sncode.AllPower = null;
  631. this.sncode.BackColor = System.Drawing.Color.White;
  632. this.sncode.ID = null;
  633. this.sncode.Location = new System.Drawing.Point(144, 781);
  634. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  635. this.sncode.Name = "sncode";
  636. this.sncode.Power = null;
  637. this.sncode.Size = new System.Drawing.Size(334, 35);
  638. this.sncode.Str = null;
  639. this.sncode.Str1 = null;
  640. this.sncode.Str2 = null;
  641. this.sncode.TabIndex = 29;
  642. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  643. //
  644. // OperateResult
  645. //
  646. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  647. this.OperateResult.Location = new System.Drawing.Point(768, 475);
  648. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  649. this.OperateResult.Name = "OperateResult";
  650. this.OperateResult.Size = new System.Drawing.Size(991, 286);
  651. this.OperateResult.TabIndex = 27;
  652. this.OperateResult.Text = "";
  653. //
  654. // rom
  655. //
  656. this.rom.AutoSize = true;
  657. this.rom.Font = new System.Drawing.Font("微软雅黑", 12F);
  658. this.rom.Location = new System.Drawing.Point(1506, 423);
  659. this.rom.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  660. this.rom.MaximumSize = new System.Drawing.Size(360, 0);
  661. this.rom.Name = "rom";
  662. this.rom.Size = new System.Drawing.Size(0, 41);
  663. this.rom.TabIndex = 59;
  664. //
  665. // label9
  666. //
  667. this.label9.AutoSize = true;
  668. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F);
  669. this.label9.Location = new System.Drawing.Point(1276, 423);
  670. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  671. this.label9.Name = "label9";
  672. this.label9.Size = new System.Drawing.Size(146, 41);
  673. this.label9.TabIndex = 58;
  674. this.label9.Text = "存储内存";
  675. //
  676. // ram
  677. //
  678. this.ram.AutoSize = true;
  679. this.ram.Font = new System.Drawing.Font("微软雅黑", 12F);
  680. this.ram.Location = new System.Drawing.Point(955, 423);
  681. this.ram.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  682. this.ram.Name = "ram";
  683. this.ram.Size = new System.Drawing.Size(0, 41);
  684. this.ram.TabIndex = 57;
  685. //
  686. // label14
  687. //
  688. this.label14.AutoSize = true;
  689. this.label14.Font = new System.Drawing.Font("微软雅黑", 12F);
  690. this.label14.Location = new System.Drawing.Point(761, 423);
  691. this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  692. this.label14.Name = "label14";
  693. this.label14.Size = new System.Drawing.Size(146, 41);
  694. this.label14.TabIndex = 56;
  695. this.label14.Text = "运行内存";
  696. //
  697. // Make_GetTestFileData
  698. //
  699. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  700. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  701. this.ClientSize = new System.Drawing.Size(1772, 866);
  702. this.Controls.Add(this.rom);
  703. this.Controls.Add(this.label9);
  704. this.Controls.Add(this.ram);
  705. this.Controls.Add(this.label14);
  706. this.Controls.Add(this.ZHANXUN);
  707. this.Controls.Add(this.MTK);
  708. this.Controls.Add(this.Version);
  709. this.Controls.Add(this.label23);
  710. this.Controls.Add(this.Aging);
  711. this.Controls.Add(this.label21);
  712. this.Controls.Add(this.GoogleKey);
  713. this.Controls.Add(this.label19);
  714. this.Controls.Add(this.IMEI2);
  715. this.Controls.Add(this.label17);
  716. this.Controls.Add(this.IMEI1);
  717. this.Controls.Add(this.label15);
  718. this.Controls.Add(this.BT);
  719. this.Controls.Add(this.label13);
  720. this.Controls.Add(this.MAC);
  721. this.Controls.Add(this.label11);
  722. this.Controls.Add(this.PSN);
  723. this.Controls.Add(this.label8);
  724. this.Controls.Add(this.label6);
  725. this.Controls.Add(this.WatchPath);
  726. this.Controls.Add(this.ReSet);
  727. this.Controls.Add(this.CheckItemDGV);
  728. this.Controls.Add(this.StepCount);
  729. this.Controls.Add(this.pr_detail);
  730. this.Controls.Add(this.sncode);
  731. this.Controls.Add(this.label10);
  732. this.Controls.Add(this.OperateResult);
  733. this.Controls.Add(this.remain_qty);
  734. this.Controls.Add(this.mcd_okqty);
  735. this.Controls.Add(this.ma_prodcode);
  736. this.Controls.Add(this.ma_code);
  737. this.Controls.Add(this.label5);
  738. this.Controls.Add(this.label4);
  739. this.Controls.Add(this.label3);
  740. this.Controls.Add(this.label2);
  741. this.Controls.Add(this.label1);
  742. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  743. this.Margin = new System.Windows.Forms.Padding(4);
  744. this.Name = "Make_GetTestFileData";
  745. this.Tag = "Make!ReadWriteInfo";
  746. this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
  747. this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
  748. ((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).EndInit();
  749. this.ResumeLayout(false);
  750. this.PerformLayout();
  751. }
  752. #endregion
  753. private System.Windows.Forms.Label pr_detail;
  754. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  755. private System.Windows.Forms.Label label10;
  756. private System.Windows.Forms.Label remain_qty;
  757. private System.Windows.Forms.Label mcd_okqty;
  758. private System.Windows.Forms.Label ma_prodcode;
  759. private System.Windows.Forms.Label ma_code;
  760. private System.Windows.Forms.Label label5;
  761. private System.Windows.Forms.Label label4;
  762. private System.Windows.Forms.Label label3;
  763. private System.Windows.Forms.Label label2;
  764. private System.Windows.Forms.Label label1;
  765. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  766. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  767. private System.Windows.Forms.DataGridView CheckItemDGV;
  768. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  769. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  770. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  771. private ReSetCheckBox ReSet;
  772. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  773. private System.Windows.Forms.Label label6;
  774. private System.Windows.Forms.TextBox WatchPath;
  775. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  776. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  777. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  778. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  779. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  780. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  781. private System.Windows.Forms.Label PSN;
  782. private System.Windows.Forms.Label label8;
  783. private System.Windows.Forms.Label MAC;
  784. private System.Windows.Forms.Label label11;
  785. private System.Windows.Forms.Label BT;
  786. private System.Windows.Forms.Label label13;
  787. private System.Windows.Forms.Label IMEI1;
  788. private System.Windows.Forms.Label label15;
  789. private System.Windows.Forms.Label IMEI2;
  790. private System.Windows.Forms.Label label17;
  791. private System.Windows.Forms.Label GoogleKey;
  792. private System.Windows.Forms.Label label19;
  793. private System.Windows.Forms.Label Aging;
  794. private System.Windows.Forms.Label label21;
  795. private System.Windows.Forms.Label Version;
  796. private System.Windows.Forms.Label label23;
  797. private System.Windows.Forms.DataGridViewTextBoxColumn std_class;
  798. private System.Windows.Forms.DataGridViewTextBoxColumn std_testresult;
  799. private System.Windows.Forms.DataGridViewTextBoxColumn std_sn;
  800. private System.Windows.Forms.DataGridViewTextBoxColumn std_mac;
  801. private System.Windows.Forms.DataGridViewTextBoxColumn std_bt;
  802. private System.Windows.Forms.DataGridViewTextBoxColumn std_imei1;
  803. private System.Windows.Forms.DataGridViewTextBoxColumn std_imei2;
  804. private System.Windows.Forms.DataGridViewTextBoxColumn std_googlekey;
  805. private System.Windows.Forms.DataGridViewTextBoxColumn std_videotest;
  806. private System.Windows.Forms.DataGridViewTextBoxColumn std_version;
  807. private System.Windows.Forms.RadioButton MTK;
  808. private System.Windows.Forms.RadioButton ZHANXUN;
  809. private System.Windows.Forms.Label rom;
  810. private System.Windows.Forms.Label label9;
  811. private System.Windows.Forms.Label ram;
  812. private System.Windows.Forms.Label label14;
  813. }
  814. }