Make_CollectElec.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_CollectElec
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_CollectElec));
  29. this.pr_detail_label = new System.Windows.Forms.Label();
  30. this.sncode_label = new System.Windows.Forms.Label();
  31. this.pr_code_label = new System.Windows.Forms.Label();
  32. this.ms_makecode_label = new System.Windows.Forms.Label();
  33. this.CheckTSN = new System.Windows.Forms.CheckBox();
  34. this.CheckMac = new System.Windows.Forms.CheckBox();
  35. this.CheckKey = new System.Windows.Forms.CheckBox();
  36. this.CheckPKID = new System.Windows.Forms.CheckBox();
  37. this.CheckPSN = new System.Windows.Forms.CheckBox();
  38. this.CheckImei = new System.Windows.Forms.CheckBox();
  39. this.TSN = new System.Windows.Forms.TextBox();
  40. this.TSN_CHECK = new System.Windows.Forms.TextBox();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.PSN_CHECK = new System.Windows.Forms.TextBox();
  44. this.PSN = new System.Windows.Forms.TextBox();
  45. this.PKID_CHECK = new System.Windows.Forms.TextBox();
  46. this.PKID = new System.Windows.Forms.TextBox();
  47. this.KEY_CHECK = new System.Windows.Forms.TextBox();
  48. this.KEY = new System.Windows.Forms.TextBox();
  49. this.MAC_CHECK = new System.Windows.Forms.TextBox();
  50. this.MAC = new System.Windows.Forms.TextBox();
  51. this.IMEI_CHECK = new System.Windows.Forms.TextBox();
  52. this.IMEI = new System.Windows.Forms.TextBox();
  53. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  54. this.Delete = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  55. this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  56. this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  57. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  58. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  59. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  60. this.SuspendLayout();
  61. //
  62. // pr_detail_label
  63. //
  64. this.pr_detail_label.AutoSize = true;
  65. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.pr_detail_label.Location = new System.Drawing.Point(904, 44);
  67. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  68. this.pr_detail_label.Name = "pr_detail_label";
  69. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  70. this.pr_detail_label.TabIndex = 191;
  71. this.pr_detail_label.Text = "产品名称";
  72. //
  73. // sncode_label
  74. //
  75. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  76. | System.Windows.Forms.AnchorStyles.Left)));
  77. this.sncode_label.AutoSize = true;
  78. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.sncode_label.Location = new System.Drawing.Point(28, 844);
  80. this.sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  81. this.sncode_label.Name = "sncode_label";
  82. this.sncode_label.Size = new System.Drawing.Size(114, 41);
  83. this.sncode_label.TabIndex = 190;
  84. this.sncode_label.Text = "录入框";
  85. //
  86. // pr_code_label
  87. //
  88. this.pr_code_label.AutoSize = true;
  89. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.pr_code_label.Location = new System.Drawing.Point(472, 44);
  91. this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  92. this.pr_code_label.Name = "pr_code_label";
  93. this.pr_code_label.Size = new System.Drawing.Size(146, 41);
  94. this.pr_code_label.TabIndex = 185;
  95. this.pr_code_label.Text = "产品编号";
  96. //
  97. // ms_makecode_label
  98. //
  99. this.ms_makecode_label.AutoSize = true;
  100. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.ms_makecode_label.Location = new System.Drawing.Point(12, 44);
  102. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  103. this.ms_makecode_label.Name = "ms_makecode_label";
  104. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  105. this.ms_makecode_label.TabIndex = 184;
  106. this.ms_makecode_label.Text = "工单编号";
  107. //
  108. // CheckTSN
  109. //
  110. this.CheckTSN.AutoSize = true;
  111. this.CheckTSN.Location = new System.Drawing.Point(19, 267);
  112. this.CheckTSN.Name = "CheckTSN";
  113. this.CheckTSN.Size = new System.Drawing.Size(150, 28);
  114. this.CheckTSN.TabIndex = 201;
  115. this.CheckTSN.Text = "MES流程码";
  116. this.CheckTSN.UseVisualStyleBackColor = true;
  117. //
  118. // CheckMac
  119. //
  120. this.CheckMac.AutoSize = true;
  121. this.CheckMac.Location = new System.Drawing.Point(19, 638);
  122. this.CheckMac.Name = "CheckMac";
  123. this.CheckMac.Size = new System.Drawing.Size(126, 28);
  124. this.CheckMac.TabIndex = 202;
  125. this.CheckMac.Text = "MAC地址";
  126. this.CheckMac.UseVisualStyleBackColor = true;
  127. //
  128. // CheckKey
  129. //
  130. this.CheckKey.AutoSize = true;
  131. this.CheckKey.Location = new System.Drawing.Point(19, 545);
  132. this.CheckKey.Name = "CheckKey";
  133. this.CheckKey.Size = new System.Drawing.Size(102, 28);
  134. this.CheckKey.TabIndex = 203;
  135. this.CheckKey.Text = "KEY码";
  136. this.CheckKey.UseVisualStyleBackColor = true;
  137. //
  138. // CheckPKID
  139. //
  140. this.CheckPKID.AutoSize = true;
  141. this.CheckPKID.Location = new System.Drawing.Point(19, 456);
  142. this.CheckPKID.Name = "CheckPKID";
  143. this.CheckPKID.Size = new System.Drawing.Size(90, 28);
  144. this.CheckPKID.TabIndex = 204;
  145. this.CheckPKID.Text = "PKID";
  146. this.CheckPKID.UseVisualStyleBackColor = true;
  147. //
  148. // CheckPSN
  149. //
  150. this.CheckPSN.AutoSize = true;
  151. this.CheckPSN.Location = new System.Drawing.Point(19, 363);
  152. this.CheckPSN.Name = "CheckPSN";
  153. this.CheckPSN.Size = new System.Drawing.Size(162, 28);
  154. this.CheckPSN.TabIndex = 205;
  155. this.CheckPSN.Text = "包装序列号";
  156. this.CheckPSN.UseVisualStyleBackColor = true;
  157. //
  158. // CheckImei
  159. //
  160. this.CheckImei.AutoSize = true;
  161. this.CheckImei.Location = new System.Drawing.Point(19, 735);
  162. this.CheckImei.Name = "CheckImei";
  163. this.CheckImei.Size = new System.Drawing.Size(90, 28);
  164. this.CheckImei.TabIndex = 206;
  165. this.CheckImei.Text = "IMEI";
  166. this.CheckImei.UseVisualStyleBackColor = true;
  167. //
  168. // TSN
  169. //
  170. this.TSN.Location = new System.Drawing.Point(211, 265);
  171. this.TSN.Name = "TSN";
  172. this.TSN.Size = new System.Drawing.Size(323, 35);
  173. this.TSN.TabIndex = 207;
  174. //
  175. // TSN_CHECK
  176. //
  177. this.TSN_CHECK.Enabled = false;
  178. this.TSN_CHECK.Location = new System.Drawing.Point(596, 267);
  179. this.TSN_CHECK.Name = "TSN_CHECK";
  180. this.TSN_CHECK.Size = new System.Drawing.Size(323, 35);
  181. this.TSN_CHECK.TabIndex = 216;
  182. //
  183. // label1
  184. //
  185. this.label1.AutoSize = true;
  186. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.label1.Location = new System.Drawing.Point(307, 204);
  188. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  189. this.label1.Name = "label1";
  190. this.label1.Size = new System.Drawing.Size(114, 41);
  191. this.label1.TabIndex = 217;
  192. this.label1.Text = "标准值";
  193. //
  194. // label2
  195. //
  196. this.label2.AutoSize = true;
  197. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.label2.Location = new System.Drawing.Point(699, 204);
  199. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  200. this.label2.Name = "label2";
  201. this.label2.Size = new System.Drawing.Size(114, 41);
  202. this.label2.TabIndex = 218;
  203. this.label2.Text = "核对值";
  204. //
  205. // PSN_CHECK
  206. //
  207. this.PSN_CHECK.Enabled = false;
  208. this.PSN_CHECK.Location = new System.Drawing.Point(596, 361);
  209. this.PSN_CHECK.Name = "PSN_CHECK";
  210. this.PSN_CHECK.Size = new System.Drawing.Size(323, 35);
  211. this.PSN_CHECK.TabIndex = 220;
  212. //
  213. // PSN
  214. //
  215. this.PSN.Location = new System.Drawing.Point(211, 359);
  216. this.PSN.Name = "PSN";
  217. this.PSN.Size = new System.Drawing.Size(323, 35);
  218. this.PSN.TabIndex = 219;
  219. //
  220. // PKID_CHECK
  221. //
  222. this.PKID_CHECK.Enabled = false;
  223. this.PKID_CHECK.Location = new System.Drawing.Point(596, 454);
  224. this.PKID_CHECK.Name = "PKID_CHECK";
  225. this.PKID_CHECK.Size = new System.Drawing.Size(323, 35);
  226. this.PKID_CHECK.TabIndex = 222;
  227. //
  228. // PKID
  229. //
  230. this.PKID.Location = new System.Drawing.Point(211, 452);
  231. this.PKID.Name = "PKID";
  232. this.PKID.Size = new System.Drawing.Size(323, 35);
  233. this.PKID.TabIndex = 221;
  234. //
  235. // KEY_CHECK
  236. //
  237. this.KEY_CHECK.Enabled = false;
  238. this.KEY_CHECK.Location = new System.Drawing.Point(596, 543);
  239. this.KEY_CHECK.Name = "KEY_CHECK";
  240. this.KEY_CHECK.Size = new System.Drawing.Size(323, 35);
  241. this.KEY_CHECK.TabIndex = 224;
  242. //
  243. // KEY
  244. //
  245. this.KEY.Location = new System.Drawing.Point(211, 541);
  246. this.KEY.Name = "KEY";
  247. this.KEY.Size = new System.Drawing.Size(323, 35);
  248. this.KEY.TabIndex = 223;
  249. //
  250. // MAC_CHECK
  251. //
  252. this.MAC_CHECK.Enabled = false;
  253. this.MAC_CHECK.Location = new System.Drawing.Point(596, 631);
  254. this.MAC_CHECK.Name = "MAC_CHECK";
  255. this.MAC_CHECK.Size = new System.Drawing.Size(323, 35);
  256. this.MAC_CHECK.TabIndex = 226;
  257. //
  258. // MAC
  259. //
  260. this.MAC.Location = new System.Drawing.Point(211, 629);
  261. this.MAC.Name = "MAC";
  262. this.MAC.Size = new System.Drawing.Size(323, 35);
  263. this.MAC.TabIndex = 225;
  264. //
  265. // IMEI_CHECK
  266. //
  267. this.IMEI_CHECK.Enabled = false;
  268. this.IMEI_CHECK.Location = new System.Drawing.Point(596, 728);
  269. this.IMEI_CHECK.Name = "IMEI_CHECK";
  270. this.IMEI_CHECK.Size = new System.Drawing.Size(323, 35);
  271. this.IMEI_CHECK.TabIndex = 228;
  272. //
  273. // IMEI
  274. //
  275. this.IMEI.Location = new System.Drawing.Point(211, 726);
  276. this.IMEI.Name = "IMEI";
  277. this.IMEI.Size = new System.Drawing.Size(323, 35);
  278. this.IMEI.TabIndex = 227;
  279. //
  280. // StepCount
  281. //
  282. this.StepCount.LineCode = null;
  283. this.StepCount.Location = new System.Drawing.Point(912, 140);
  284. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  285. this.StepCount.Name = "StepCount";
  286. this.StepCount.Size = new System.Drawing.Size(160, 44);
  287. this.StepCount.Source = null;
  288. this.StepCount.StepCode = null;
  289. this.StepCount.TabIndex = 200;
  290. this.StepCount.Load += new System.EventHandler(this.StepCount_Load);
  291. //
  292. // Delete
  293. //
  294. this.Delete.AllPower = null;
  295. this.Delete.BackColor = System.Drawing.Color.Transparent;
  296. this.Delete.DownImage = ((System.Drawing.Image)(resources.GetObject("Delete.DownImage")));
  297. this.Delete.Image = null;
  298. this.Delete.IsShowBorder = true;
  299. this.Delete.Location = new System.Drawing.Point(764, 844);
  300. this.Delete.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  301. this.Delete.MoveImage = ((System.Drawing.Image)(resources.GetObject("Delete.MoveImage")));
  302. this.Delete.Name = "Delete";
  303. this.Delete.NormalImage = ((System.Drawing.Image)(resources.GetObject("Delete.NormalImage")));
  304. this.Delete.Power = null;
  305. this.Delete.Size = new System.Drawing.Size(150, 56);
  306. this.Delete.TabIndex = 199;
  307. this.Delete.Text = "取消";
  308. this.Delete.UseVisualStyleBackColor = false;
  309. this.Delete.Click += new System.EventHandler(this.deleteButton1_Click);
  310. //
  311. // ms_makecode
  312. //
  313. this.ms_makecode.AutoSize = true;
  314. this.ms_makecode.CutLength = null;
  315. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.ms_makecode.Location = new System.Drawing.Point(184, 44);
  317. this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  318. this.ms_makecode.MaximumSize = new System.Drawing.Size(400, 0);
  319. this.ms_makecode.Name = "ms_makecode";
  320. this.ms_makecode.Size = new System.Drawing.Size(0, 41);
  321. this.ms_makecode.TabIndex = 198;
  322. //
  323. // ms_prodcode
  324. //
  325. this.ms_prodcode.AutoSize = true;
  326. this.ms_prodcode.CutLength = null;
  327. this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.ms_prodcode.Location = new System.Drawing.Point(636, 44);
  329. this.ms_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  330. this.ms_prodcode.MaximumSize = new System.Drawing.Size(400, 0);
  331. this.ms_prodcode.Name = "ms_prodcode";
  332. this.ms_prodcode.Size = new System.Drawing.Size(0, 41);
  333. this.ms_prodcode.TabIndex = 193;
  334. //
  335. // pr_detail
  336. //
  337. this.pr_detail.AutoSize = true;
  338. this.pr_detail.CutLength = null;
  339. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.pr_detail.Location = new System.Drawing.Point(1084, 44);
  341. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  342. this.pr_detail.MaximumSize = new System.Drawing.Size(400, 0);
  343. this.pr_detail.Name = "pr_detail";
  344. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  345. this.pr_detail.TabIndex = 192;
  346. //
  347. // sncode
  348. //
  349. this.sncode.AllPower = "ifall";
  350. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  351. | System.Windows.Forms.AnchorStyles.Left)));
  352. this.sncode.BackColor = System.Drawing.Color.White;
  353. this.sncode.ID = null;
  354. this.sncode.Location = new System.Drawing.Point(196, 848);
  355. this.sncode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  356. this.sncode.Name = "sncode";
  357. this.sncode.Power = null;
  358. this.sncode.Size = new System.Drawing.Size(388, 35);
  359. this.sncode.Str = null;
  360. this.sncode.Str1 = null;
  361. this.sncode.Str2 = null;
  362. this.sncode.TabIndex = 189;
  363. this.sncode.Tag = "ifread";
  364. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  365. //
  366. // OperateResult
  367. //
  368. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.OperateResult.Location = new System.Drawing.Point(1057, 215);
  370. this.OperateResult.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  371. this.OperateResult.Name = "OperateResult";
  372. this.OperateResult.Size = new System.Drawing.Size(399, 608);
  373. this.OperateResult.TabIndex = 188;
  374. this.OperateResult.Text = "";
  375. //
  376. // Make_CollectElec
  377. //
  378. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  379. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  380. this.ClientSize = new System.Drawing.Size(1482, 908);
  381. this.Controls.Add(this.IMEI_CHECK);
  382. this.Controls.Add(this.IMEI);
  383. this.Controls.Add(this.MAC_CHECK);
  384. this.Controls.Add(this.MAC);
  385. this.Controls.Add(this.KEY_CHECK);
  386. this.Controls.Add(this.KEY);
  387. this.Controls.Add(this.PKID_CHECK);
  388. this.Controls.Add(this.PKID);
  389. this.Controls.Add(this.PSN_CHECK);
  390. this.Controls.Add(this.PSN);
  391. this.Controls.Add(this.label2);
  392. this.Controls.Add(this.label1);
  393. this.Controls.Add(this.TSN_CHECK);
  394. this.Controls.Add(this.TSN);
  395. this.Controls.Add(this.CheckImei);
  396. this.Controls.Add(this.CheckPSN);
  397. this.Controls.Add(this.CheckPKID);
  398. this.Controls.Add(this.CheckKey);
  399. this.Controls.Add(this.CheckMac);
  400. this.Controls.Add(this.CheckTSN);
  401. this.Controls.Add(this.StepCount);
  402. this.Controls.Add(this.Delete);
  403. this.Controls.Add(this.ms_makecode);
  404. this.Controls.Add(this.ms_prodcode);
  405. this.Controls.Add(this.pr_detail);
  406. this.Controls.Add(this.pr_detail_label);
  407. this.Controls.Add(this.sncode_label);
  408. this.Controls.Add(this.sncode);
  409. this.Controls.Add(this.OperateResult);
  410. this.Controls.Add(this.pr_code_label);
  411. this.Controls.Add(this.ms_makecode_label);
  412. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  413. this.Margin = new System.Windows.Forms.Padding(4);
  414. this.Name = "Make_CollectElec";
  415. this.Tag = "Make!CollectElec";
  416. this.Text = "电量采集";
  417. this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
  418. this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
  419. this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
  420. this.ResumeLayout(false);
  421. this.PerformLayout();
  422. }
  423. #endregion
  424. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  425. private CustomControl.ValueLabel.ValueLabel pr_detail;
  426. private System.Windows.Forms.Label pr_detail_label;
  427. private System.Windows.Forms.Label sncode_label;
  428. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  429. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  430. private System.Windows.Forms.Label pr_code_label;
  431. private System.Windows.Forms.Label ms_makecode_label;
  432. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  433. private CustomControl.ButtonUtil.NormalButton Delete;
  434. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  435. private System.Windows.Forms.CheckBox CheckTSN;
  436. private System.Windows.Forms.CheckBox CheckMac;
  437. private System.Windows.Forms.CheckBox CheckKey;
  438. private System.Windows.Forms.CheckBox CheckPKID;
  439. private System.Windows.Forms.CheckBox CheckPSN;
  440. private System.Windows.Forms.CheckBox CheckImei;
  441. private System.Windows.Forms.TextBox TSN;
  442. private System.Windows.Forms.TextBox TSN_CHECK;
  443. private System.Windows.Forms.Label label1;
  444. private System.Windows.Forms.Label label2;
  445. private System.Windows.Forms.TextBox PSN_CHECK;
  446. private System.Windows.Forms.TextBox PSN;
  447. private System.Windows.Forms.TextBox PKID_CHECK;
  448. private System.Windows.Forms.TextBox PKID;
  449. private System.Windows.Forms.TextBox KEY_CHECK;
  450. private System.Windows.Forms.TextBox KEY;
  451. private System.Windows.Forms.TextBox MAC_CHECK;
  452. private System.Windows.Forms.TextBox MAC;
  453. private System.Windows.Forms.TextBox IMEI_CHECK;
  454. private System.Windows.Forms.TextBox IMEI;
  455. }
  456. }