Make_UpdateCollectCode.Designer.cs 13 KB

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