Make_GetTestFileData.Designer.cs 37 KB

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