Make_UpdateCollectCode.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  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. ((System.ComponentModel.ISupportInitialize)(this.collectCodeRules)).BeginInit();
  49. this.collects.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // collectCodeRules
  53. //
  54. this.collectCodeRules.AllowUserToAddRows = false;
  55. this.collectCodeRules.AllowUserToDeleteRows = false;
  56. this.collectCodeRules.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  57. this.collectCodeRules.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  58. this.psr_type,
  59. this.psr_prefix,
  60. this.psr_length,
  61. this.Column1});
  62. this.collectCodeRules.Enabled = false;
  63. this.collectCodeRules.Location = new System.Drawing.Point(279, 70);
  64. this.collectCodeRules.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  65. this.collectCodeRules.Name = "collectCodeRules";
  66. this.collectCodeRules.RowHeadersVisible = false;
  67. this.collectCodeRules.RowTemplate.Height = 30;
  68. this.collectCodeRules.Size = new System.Drawing.Size(734, 235);
  69. this.collectCodeRules.TabIndex = 6;
  70. //
  71. // psr_type
  72. //
  73. this.psr_type.DataPropertyName = "psr_type";
  74. this.psr_type.HeaderText = "采集项";
  75. this.psr_type.Name = "psr_type";
  76. this.psr_type.Width = 150;
  77. //
  78. // psr_prefix
  79. //
  80. this.psr_prefix.DataPropertyName = "psr_prefix";
  81. this.psr_prefix.HeaderText = "前缀";
  82. this.psr_prefix.Name = "psr_prefix";
  83. this.psr_prefix.Width = 150;
  84. //
  85. // psr_length
  86. //
  87. this.psr_length.DataPropertyName = "psr_length";
  88. this.psr_length.HeaderText = "长度";
  89. this.psr_length.Name = "psr_length";
  90. this.psr_length.Width = 150;
  91. //
  92. // Column1
  93. //
  94. this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  95. this.Column1.HeaderText = "";
  96. this.Column1.Name = "Column1";
  97. this.Column1.Width = 5;
  98. //
  99. // label1
  100. //
  101. this.label1.AutoSize = true;
  102. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.label1.Location = new System.Drawing.Point(274, 26);
  104. this.label1.Name = "label1";
  105. this.label1.Size = new System.Drawing.Size(110, 31);
  106. this.label1.TabIndex = 7;
  107. this.label1.Text = "防呆规则";
  108. //
  109. // dataGridViewTextBoxColumn1
  110. //
  111. this.dataGridViewTextBoxColumn1.HeaderText = "采集项";
  112. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  113. this.dataGridViewTextBoxColumn1.Width = 230;
  114. //
  115. // dataGridViewTextBoxColumn2
  116. //
  117. this.dataGridViewTextBoxColumn2.HeaderText = "前缀";
  118. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  119. this.dataGridViewTextBoxColumn2.Width = 230;
  120. //
  121. // dataGridViewTextBoxColumn3
  122. //
  123. this.dataGridViewTextBoxColumn3.HeaderText = "长度";
  124. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  125. this.dataGridViewTextBoxColumn3.Width = 230;
  126. //
  127. // dataGridViewTextBoxColumn4
  128. //
  129. this.dataGridViewTextBoxColumn4.HeaderText = "Column1";
  130. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  131. this.dataGridViewTextBoxColumn4.Width = 5;
  132. //
  133. // collects
  134. //
  135. this.collects.BorderColor = System.Drawing.Color.Black;
  136. this.collects.Controls.Add(this.Mac);
  137. this.collects.Controls.Add(this.Bt);
  138. this.collects.Controls.Add(this.NetCode);
  139. this.collects.Controls.Add(this.Imei1);
  140. this.collects.Controls.Add(this.Imei2);
  141. this.collects.Controls.Add(this.Imei3);
  142. this.collects.Location = new System.Drawing.Point(27, 18);
  143. this.collects.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  144. this.collects.Name = "collects";
  145. this.collects.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  146. this.collects.Size = new System.Drawing.Size(224, 287);
  147. this.collects.TabIndex = 92;
  148. this.collects.TabStop = false;
  149. this.collects.TextColor = System.Drawing.Color.Black;
  150. //
  151. // Mac
  152. //
  153. this.Mac.AutoSize = true;
  154. this.Mac.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.Mac.Location = new System.Drawing.Point(37, 23);
  156. this.Mac.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  157. this.Mac.Name = "Mac";
  158. this.Mac.Power = null;
  159. this.Mac.Size = new System.Drawing.Size(157, 35);
  160. this.Mac.TabIndex = 5;
  161. this.Mac.Text = "MAC/WIFI";
  162. this.Mac.UseVisualStyleBackColor = true;
  163. this.Mac.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
  164. //
  165. // Bt
  166. //
  167. this.Bt.AutoSize = true;
  168. this.Bt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.Bt.Location = new System.Drawing.Point(37, 67);
  170. this.Bt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  171. this.Bt.Name = "Bt";
  172. this.Bt.Power = null;
  173. this.Bt.Size = new System.Drawing.Size(69, 35);
  174. this.Bt.TabIndex = 4;
  175. this.Bt.Text = "BT";
  176. this.Bt.UseVisualStyleBackColor = true;
  177. this.Bt.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
  178. //
  179. // NetCode
  180. //
  181. this.NetCode.AutoSize = true;
  182. this.NetCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.NetCode.Location = new System.Drawing.Point(37, 110);
  184. this.NetCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  185. this.NetCode.Name = "NetCode";
  186. this.NetCode.Power = null;
  187. this.NetCode.Size = new System.Drawing.Size(88, 35);
  188. this.NetCode.TabIndex = 3;
  189. this.NetCode.Text = "网标";
  190. this.NetCode.UseVisualStyleBackColor = true;
  191. this.NetCode.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
  192. //
  193. // Imei1
  194. //
  195. this.Imei1.AutoSize = true;
  196. this.Imei1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.Imei1.Location = new System.Drawing.Point(37, 154);
  198. this.Imei1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  199. this.Imei1.Name = "Imei1";
  200. this.Imei1.Power = null;
  201. this.Imei1.Size = new System.Drawing.Size(104, 35);
  202. this.Imei1.TabIndex = 2;
  203. this.Imei1.Text = "IMEI1";
  204. this.Imei1.UseVisualStyleBackColor = true;
  205. this.Imei1.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
  206. //
  207. // Imei2
  208. //
  209. this.Imei2.AutoSize = true;
  210. this.Imei2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.Imei2.Location = new System.Drawing.Point(37, 198);
  212. this.Imei2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  213. this.Imei2.Name = "Imei2";
  214. this.Imei2.Power = null;
  215. this.Imei2.Size = new System.Drawing.Size(104, 35);
  216. this.Imei2.TabIndex = 1;
  217. this.Imei2.Text = "IMEI2";
  218. this.Imei2.UseVisualStyleBackColor = true;
  219. this.Imei2.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
  220. //
  221. // Imei3
  222. //
  223. this.Imei3.AutoSize = true;
  224. this.Imei3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.Imei3.Location = new System.Drawing.Point(37, 241);
  226. this.Imei3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  227. this.Imei3.Name = "Imei3";
  228. this.Imei3.Power = null;
  229. this.Imei3.Size = new System.Drawing.Size(104, 35);
  230. this.Imei3.TabIndex = 0;
  231. this.Imei3.Text = "IMEI3";
  232. this.Imei3.UseVisualStyleBackColor = true;
  233. this.Imei3.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
  234. //
  235. // inputValue
  236. //
  237. this.inputValue.AllPower = null;
  238. this.inputValue.BackColor = System.Drawing.Color.White;
  239. this.inputValue.ID = null;
  240. this.inputValue.Location = new System.Drawing.Point(165, 572);
  241. this.inputValue.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  242. this.inputValue.Name = "inputValue";
  243. this.inputValue.Power = null;
  244. this.inputValue.Size = new System.Drawing.Size(257, 28);
  245. this.inputValue.Str = null;
  246. this.inputValue.Str1 = null;
  247. this.inputValue.Str2 = null;
  248. this.inputValue.TabIndex = 90;
  249. this.inputValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputValue_KeyDown);
  250. //
  251. // OperateResult
  252. //
  253. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.OperateResult.Location = new System.Drawing.Point(27, 326);
  255. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  256. this.OperateResult.Name = "OperateResult";
  257. this.OperateResult.Size = new System.Drawing.Size(985, 228);
  258. this.OperateResult.TabIndex = 88;
  259. this.OperateResult.Text = "";
  260. //
  261. // label3
  262. //
  263. this.label3.AutoSize = true;
  264. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.label3.Location = new System.Drawing.Point(78, 570);
  266. this.label3.Name = "label3";
  267. this.label3.Size = new System.Drawing.Size(86, 31);
  268. this.label3.TabIndex = 93;
  269. this.label3.Text = "输入框";
  270. //
  271. // Make_UpdateCollectCode
  272. //
  273. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  274. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  275. this.ClientSize = new System.Drawing.Size(1040, 614);
  276. this.Controls.Add(this.label3);
  277. this.Controls.Add(this.collects);
  278. this.Controls.Add(this.inputValue);
  279. this.Controls.Add(this.OperateResult);
  280. this.Controls.Add(this.label1);
  281. this.Controls.Add(this.collectCodeRules);
  282. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  283. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  284. this.Name = "Make_UpdateCollectCode";
  285. this.Text = "Make!UpdateCollectCode";
  286. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_UpdateCollectCode_FormClosing);
  287. this.Load += new System.EventHandler(this.Make_UpdateCollectCode_Load);
  288. this.SizeChanged += new System.EventHandler(this.Make_UpdateCollectCode_SizeChanged);
  289. ((System.ComponentModel.ISupportInitialize)(this.collectCodeRules)).EndInit();
  290. this.collects.ResumeLayout(true);
  291. this.collects.PerformLayout();
  292. this.ResumeLayout(true);
  293. this.PerformLayout();
  294. }
  295. #endregion
  296. private System.Windows.Forms.DataGridView collectCodeRules;
  297. private System.Windows.Forms.Label label1;
  298. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  299. private CustomControl.TextBoxWithIcon.SnCollectionBox inputValue;
  300. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder collects;
  301. private CustomControl.CustomCheckBox.CustomCheckBox Imei3;
  302. private CustomControl.CustomCheckBox.CustomCheckBox Imei2;
  303. private CustomControl.CustomCheckBox.CustomCheckBox Imei1;
  304. private CustomControl.CustomCheckBox.CustomCheckBox NetCode;
  305. private CustomControl.CustomCheckBox.CustomCheckBox Bt;
  306. private CustomControl.CustomCheckBox.CustomCheckBox Mac;
  307. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  308. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  309. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  310. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  311. private System.Windows.Forms.DataGridViewTextBoxColumn psr_type;
  312. private System.Windows.Forms.DataGridViewTextBoxColumn psr_prefix;
  313. private System.Windows.Forms.DataGridViewTextBoxColumn psr_length;
  314. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  315. private System.Windows.Forms.Label label3;
  316. }
  317. }