Make_UpdateCollectCode.Designer.cs 23 KB

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