Make_UpdateCollectCode.Designer.cs 14 KB

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