Make_UpdateCollectCode.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_UpdateCollectCode
  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. this.collectCodeRules = new System.Windows.Forms.DataGridView();
  29. this.psr_type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  30. this.psr_prefix = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.psr_length = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.collects = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  39. this.OTHID3 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  40. this.OTHID2 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  41. this.OTHID1 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  42. this.OTHCODE3 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  43. this.OTHCODE2 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  44. this.OTHCODE1 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  45. this.MEID = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  46. this.Mac = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  47. this.Bt = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  48. this.NetCode = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  49. this.Imei1 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  50. this.Imei2 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  51. this.Imei3 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  52. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  53. this.label3 = new System.Windows.Forms.Label();
  54. this.inputValue = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  55. ((System.ComponentModel.ISupportInitialize)(this.collectCodeRules)).BeginInit();
  56. this.collects.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // collectCodeRules
  60. //
  61. this.collectCodeRules.AllowUserToAddRows = false;
  62. this.collectCodeRules.AllowUserToDeleteRows = false;
  63. this.collectCodeRules.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  64. this.collectCodeRules.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  65. this.psr_type,
  66. this.psr_prefix,
  67. this.psr_length,
  68. this.Column1});
  69. this.collectCodeRules.Enabled = false;
  70. this.collectCodeRules.Location = new System.Drawing.Point(419, 59);
  71. this.collectCodeRules.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  72. this.collectCodeRules.Name = "collectCodeRules";
  73. this.collectCodeRules.RowHeadersVisible = false;
  74. this.collectCodeRules.RowTemplate.Height = 30;
  75. this.collectCodeRules.Size = new System.Drawing.Size(481, 196);
  76. this.collectCodeRules.TabIndex = 6;
  77. //
  78. // psr_type
  79. //
  80. this.psr_type.DataPropertyName = "psr_type";
  81. this.psr_type.HeaderText = "采集项";
  82. this.psr_type.Name = "psr_type";
  83. this.psr_type.Width = 150;
  84. //
  85. // psr_prefix
  86. //
  87. this.psr_prefix.DataPropertyName = "psr_prefix";
  88. this.psr_prefix.HeaderText = "前缀";
  89. this.psr_prefix.Name = "psr_prefix";
  90. this.psr_prefix.Width = 150;
  91. //
  92. // psr_length
  93. //
  94. this.psr_length.DataPropertyName = "psr_length";
  95. this.psr_length.HeaderText = "长度";
  96. this.psr_length.Name = "psr_length";
  97. this.psr_length.Width = 150;
  98. //
  99. // Column1
  100. //
  101. this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  102. this.Column1.HeaderText = "";
  103. this.Column1.Name = "Column1";
  104. this.Column1.Width = 5;
  105. //
  106. // label1
  107. //
  108. this.label1.AutoSize = true;
  109. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.label1.Location = new System.Drawing.Point(413, 15);
  111. this.label1.Name = "label1";
  112. this.label1.Size = new System.Drawing.Size(92, 27);
  113. this.label1.TabIndex = 7;
  114. this.label1.Text = "防呆规则";
  115. //
  116. // dataGridViewTextBoxColumn1
  117. //
  118. this.dataGridViewTextBoxColumn1.HeaderText = "采集项";
  119. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  120. this.dataGridViewTextBoxColumn1.Width = 230;
  121. //
  122. // dataGridViewTextBoxColumn2
  123. //
  124. this.dataGridViewTextBoxColumn2.HeaderText = "前缀";
  125. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  126. this.dataGridViewTextBoxColumn2.Width = 230;
  127. //
  128. // dataGridViewTextBoxColumn3
  129. //
  130. this.dataGridViewTextBoxColumn3.HeaderText = "长度";
  131. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  132. this.dataGridViewTextBoxColumn3.Width = 230;
  133. //
  134. // dataGridViewTextBoxColumn4
  135. //
  136. this.dataGridViewTextBoxColumn4.HeaderText = "Column1";
  137. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  138. this.dataGridViewTextBoxColumn4.Width = 5;
  139. //
  140. // collects
  141. //
  142. this.collects.BorderColor = System.Drawing.Color.Black;
  143. this.collects.Controls.Add(this.OTHID3);
  144. this.collects.Controls.Add(this.OTHID2);
  145. this.collects.Controls.Add(this.OTHID1);
  146. this.collects.Controls.Add(this.OTHCODE3);
  147. this.collects.Controls.Add(this.OTHCODE2);
  148. this.collects.Controls.Add(this.OTHCODE1);
  149. this.collects.Controls.Add(this.MEID);
  150. this.collects.Controls.Add(this.Mac);
  151. this.collects.Controls.Add(this.Bt);
  152. this.collects.Controls.Add(this.NetCode);
  153. this.collects.Controls.Add(this.Imei1);
  154. this.collects.Controls.Add(this.Imei2);
  155. this.collects.Controls.Add(this.Imei3);
  156. this.collects.Location = new System.Drawing.Point(24, 15);
  157. this.collects.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  158. this.collects.Name = "collects";
  159. this.collects.Padding = new System.Windows.Forms.Padding(3, 1, 3, 1);
  160. this.collects.Size = new System.Drawing.Size(384, 239);
  161. this.collects.TabIndex = 92;
  162. this.collects.TabStop = false;
  163. this.collects.TextColor = System.Drawing.Color.Black;
  164. //
  165. // OTHID3
  166. //
  167. this.OTHID3.AutoSize = true;
  168. this.OTHID3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.OTHID3.Location = new System.Drawing.Point(156, 195);
  170. this.OTHID3.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  171. this.OTHID3.Name = "OTHID3";
  172. this.OTHID3.Power = null;
  173. this.OTHID3.Size = new System.Drawing.Size(109, 31);
  174. this.OTHID3.TabIndex = 12;
  175. this.OTHID3.Text = "OTHID3";
  176. this.OTHID3.UseVisualStyleBackColor = true;
  177. //
  178. // OTHID2
  179. //
  180. this.OTHID2.AutoSize = true;
  181. this.OTHID2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.OTHID2.Location = new System.Drawing.Point(156, 161);
  183. this.OTHID2.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  184. this.OTHID2.Name = "OTHID2";
  185. this.OTHID2.Power = null;
  186. this.OTHID2.Size = new System.Drawing.Size(109, 31);
  187. this.OTHID2.TabIndex = 11;
  188. this.OTHID2.Text = "OTHID2";
  189. this.OTHID2.UseVisualStyleBackColor = true;
  190. //
  191. // OTHID1
  192. //
  193. this.OTHID1.AutoSize = true;
  194. this.OTHID1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.OTHID1.Location = new System.Drawing.Point(156, 121);
  196. this.OTHID1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  197. this.OTHID1.Name = "OTHID1";
  198. this.OTHID1.Power = null;
  199. this.OTHID1.Size = new System.Drawing.Size(109, 31);
  200. this.OTHID1.TabIndex = 10;
  201. this.OTHID1.Text = "OTHID1";
  202. this.OTHID1.UseVisualStyleBackColor = true;
  203. //
  204. // OTHCODE3
  205. //
  206. this.OTHCODE3.AutoSize = true;
  207. this.OTHCODE3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.OTHCODE3.Location = new System.Drawing.Point(156, 88);
  209. this.OTHCODE3.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  210. this.OTHCODE3.Name = "OTHCODE3";
  211. this.OTHCODE3.Power = null;
  212. this.OTHCODE3.Size = new System.Drawing.Size(143, 31);
  213. this.OTHCODE3.TabIndex = 9;
  214. this.OTHCODE3.Text = "OTHCODE3";
  215. this.OTHCODE3.UseVisualStyleBackColor = true;
  216. //
  217. // OTHCODE2
  218. //
  219. this.OTHCODE2.AutoSize = true;
  220. this.OTHCODE2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.OTHCODE2.Location = new System.Drawing.Point(156, 54);
  222. this.OTHCODE2.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  223. this.OTHCODE2.Name = "OTHCODE2";
  224. this.OTHCODE2.Power = null;
  225. this.OTHCODE2.Size = new System.Drawing.Size(143, 31);
  226. this.OTHCODE2.TabIndex = 8;
  227. this.OTHCODE2.Text = "OTHCODE2";
  228. this.OTHCODE2.UseVisualStyleBackColor = true;
  229. //
  230. // OTHCODE1
  231. //
  232. this.OTHCODE1.AutoSize = true;
  233. this.OTHCODE1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.OTHCODE1.Location = new System.Drawing.Point(156, 20);
  235. this.OTHCODE1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  236. this.OTHCODE1.Name = "OTHCODE1";
  237. this.OTHCODE1.Power = null;
  238. this.OTHCODE1.Size = new System.Drawing.Size(143, 31);
  239. this.OTHCODE1.TabIndex = 7;
  240. this.OTHCODE1.Text = "OTHCODE1";
  241. this.OTHCODE1.UseVisualStyleBackColor = true;
  242. //
  243. // MEID
  244. //
  245. this.MEID.AutoSize = true;
  246. this.MEID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.MEID.Location = new System.Drawing.Point(280, 195);
  248. this.MEID.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  249. this.MEID.Name = "MEID";
  250. this.MEID.Power = null;
  251. this.MEID.Size = new System.Drawing.Size(86, 31);
  252. this.MEID.TabIndex = 6;
  253. this.MEID.Text = "MEID";
  254. this.MEID.UseVisualStyleBackColor = true;
  255. //
  256. // Mac
  257. //
  258. this.Mac.AutoSize = true;
  259. this.Mac.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.Mac.Location = new System.Drawing.Point(5, 20);
  261. this.Mac.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  262. this.Mac.Name = "Mac";
  263. this.Mac.Power = null;
  264. this.Mac.Size = new System.Drawing.Size(133, 31);
  265. this.Mac.TabIndex = 5;
  266. this.Mac.Text = "MAC/WIFI";
  267. this.Mac.UseVisualStyleBackColor = true;
  268. this.Mac.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
  269. //
  270. // Bt
  271. //
  272. this.Bt.AutoSize = true;
  273. this.Bt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.Bt.Location = new System.Drawing.Point(5, 54);
  275. this.Bt.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  276. this.Bt.Name = "Bt";
  277. this.Bt.Power = null;
  278. this.Bt.Size = new System.Drawing.Size(58, 31);
  279. this.Bt.TabIndex = 4;
  280. this.Bt.Text = "BT";
  281. this.Bt.UseVisualStyleBackColor = true;
  282. this.Bt.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
  283. //
  284. // NetCode
  285. //
  286. this.NetCode.AutoSize = true;
  287. this.NetCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.NetCode.Location = new System.Drawing.Point(5, 88);
  289. this.NetCode.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  290. this.NetCode.Name = "NetCode";
  291. this.NetCode.Power = null;
  292. this.NetCode.Size = new System.Drawing.Size(74, 31);
  293. this.NetCode.TabIndex = 3;
  294. this.NetCode.Text = "网标";
  295. this.NetCode.UseVisualStyleBackColor = true;
  296. this.NetCode.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
  297. //
  298. // Imei1
  299. //
  300. this.Imei1.AutoSize = true;
  301. this.Imei1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.Imei1.Location = new System.Drawing.Point(5, 128);
  303. this.Imei1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  304. this.Imei1.Name = "Imei1";
  305. this.Imei1.Power = null;
  306. this.Imei1.Size = new System.Drawing.Size(89, 31);
  307. this.Imei1.TabIndex = 2;
  308. this.Imei1.Text = "IMEI1";
  309. this.Imei1.UseVisualStyleBackColor = true;
  310. this.Imei1.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
  311. //
  312. // Imei2
  313. //
  314. this.Imei2.AutoSize = true;
  315. this.Imei2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.Imei2.Location = new System.Drawing.Point(5, 161);
  317. this.Imei2.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  318. this.Imei2.Name = "Imei2";
  319. this.Imei2.Power = null;
  320. this.Imei2.Size = new System.Drawing.Size(89, 31);
  321. this.Imei2.TabIndex = 1;
  322. this.Imei2.Text = "IMEI2";
  323. this.Imei2.UseVisualStyleBackColor = true;
  324. this.Imei2.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
  325. //
  326. // Imei3
  327. //
  328. this.Imei3.AutoSize = true;
  329. this.Imei3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.Imei3.Location = new System.Drawing.Point(5, 195);
  331. this.Imei3.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  332. this.Imei3.Name = "Imei3";
  333. this.Imei3.Power = null;
  334. this.Imei3.Size = new System.Drawing.Size(89, 31);
  335. this.Imei3.TabIndex = 0;
  336. this.Imei3.Text = "IMEI3";
  337. this.Imei3.UseVisualStyleBackColor = true;
  338. this.Imei3.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
  339. //
  340. // OperateResult
  341. //
  342. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.OperateResult.Location = new System.Drawing.Point(24, 271);
  344. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  345. this.OperateResult.Name = "OperateResult";
  346. this.OperateResult.Size = new System.Drawing.Size(876, 190);
  347. this.OperateResult.TabIndex = 88;
  348. this.OperateResult.Text = "";
  349. //
  350. // label3
  351. //
  352. this.label3.AutoSize = true;
  353. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.label3.Location = new System.Drawing.Point(69, 475);
  355. this.label3.Name = "label3";
  356. this.label3.Size = new System.Drawing.Size(72, 27);
  357. this.label3.TabIndex = 93;
  358. this.label3.Text = "输入框";
  359. //
  360. // inputValue
  361. //
  362. this.inputValue.AllPower = null;
  363. this.inputValue.BackColor = System.Drawing.Color.White;
  364. this.inputValue.ID = null;
  365. this.inputValue.Location = new System.Drawing.Point(156, 475);
  366. this.inputValue.Name = "inputValue";
  367. this.inputValue.Power = null;
  368. this.inputValue.Size = new System.Drawing.Size(234, 25);
  369. this.inputValue.Str = null;
  370. this.inputValue.Str1 = null;
  371. this.inputValue.Str2 = null;
  372. this.inputValue.TabIndex = 94;
  373. this.inputValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputValue_KeyDown);
  374. //
  375. // Make_UpdateCollectCode
  376. //
  377. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  378. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  379. this.ClientSize = new System.Drawing.Size(924, 511);
  380. this.Controls.Add(this.inputValue);
  381. this.Controls.Add(this.label3);
  382. this.Controls.Add(this.collects);
  383. this.Controls.Add(this.OperateResult);
  384. this.Controls.Add(this.label1);
  385. this.Controls.Add(this.collectCodeRules);
  386. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  387. this.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  388. this.Name = "Make_UpdateCollectCode";
  389. this.Tag = "Make!UpdateCollectCode";
  390. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_UpdateCollectCode_FormClosing);
  391. this.Load += new System.EventHandler(this.Make_UpdateCollectCode_Load);
  392. this.SizeChanged += new System.EventHandler(this.Make_UpdateCollectCode_SizeChanged);
  393. ((System.ComponentModel.ISupportInitialize)(this.collectCodeRules)).EndInit();
  394. this.collects.ResumeLayout(false);
  395. this.collects.PerformLayout();
  396. this.ResumeLayout(false);
  397. this.PerformLayout();
  398. }
  399. #endregion
  400. private System.Windows.Forms.DataGridView collectCodeRules;
  401. private System.Windows.Forms.Label label1;
  402. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  403. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder collects;
  404. private CustomControl.CustomCheckBox.CustomCheckBox Imei3;
  405. private CustomControl.CustomCheckBox.CustomCheckBox Imei2;
  406. private CustomControl.CustomCheckBox.CustomCheckBox Imei1;
  407. private CustomControl.CustomCheckBox.CustomCheckBox NetCode;
  408. private CustomControl.CustomCheckBox.CustomCheckBox Bt;
  409. private CustomControl.CustomCheckBox.CustomCheckBox Mac;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  411. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn psr_type;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn psr_prefix;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn psr_length;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  418. private System.Windows.Forms.Label label3;
  419. private CustomControl.CustomCheckBox.CustomCheckBox OTHID3;
  420. private CustomControl.CustomCheckBox.CustomCheckBox OTHID2;
  421. private CustomControl.CustomCheckBox.CustomCheckBox OTHID1;
  422. private CustomControl.CustomCheckBox.CustomCheckBox OTHCODE3;
  423. private CustomControl.CustomCheckBox.CustomCheckBox OTHCODE2;
  424. private CustomControl.CustomCheckBox.CustomCheckBox OTHCODE1;
  425. private CustomControl.CustomCheckBox.CustomCheckBox MEID;
  426. private CustomControl.TextBoxWithIcon.EnterTextBox inputValue;
  427. }
  428. }