namespace UAS_MES.Make { partial class Make_UpdateCollectCode { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.collectCodeRules = new System.Windows.Forms.DataGridView(); this.psr_type = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.psr_prefix = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.psr_length = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label1 = new System.Windows.Forms.Label(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.collects = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder(); this.OTHID3 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.OTHID2 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.OTHID1 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.OTHCODE3 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.OTHCODE2 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.OTHCODE1 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.MEID = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.Mac = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.Bt = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.NetCode = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.Imei1 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.Imei2 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.Imei3 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox(); this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom(); this.label3 = new System.Windows.Forms.Label(); this.inputValue = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox(); ((System.ComponentModel.ISupportInitialize)(this.collectCodeRules)).BeginInit(); this.collects.SuspendLayout(); this.SuspendLayout(); // // collectCodeRules // this.collectCodeRules.AllowUserToAddRows = false; this.collectCodeRules.AllowUserToDeleteRows = false; this.collectCodeRules.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.collectCodeRules.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.psr_type, this.psr_prefix, this.psr_length, this.Column1}); this.collectCodeRules.Enabled = false; this.collectCodeRules.Location = new System.Drawing.Point(419, 59); this.collectCodeRules.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.collectCodeRules.Name = "collectCodeRules"; this.collectCodeRules.RowHeadersVisible = false; this.collectCodeRules.RowTemplate.Height = 30; this.collectCodeRules.Size = new System.Drawing.Size(481, 196); this.collectCodeRules.TabIndex = 6; // // psr_type // this.psr_type.DataPropertyName = "psr_type"; this.psr_type.HeaderText = "采集项"; this.psr_type.Name = "psr_type"; this.psr_type.Width = 150; // // psr_prefix // this.psr_prefix.DataPropertyName = "psr_prefix"; this.psr_prefix.HeaderText = "前缀"; this.psr_prefix.Name = "psr_prefix"; this.psr_prefix.Width = 150; // // psr_length // this.psr_length.DataPropertyName = "psr_length"; this.psr_length.HeaderText = "长度"; this.psr_length.Name = "psr_length"; this.psr_length.Width = 150; // // Column1 // this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.Column1.HeaderText = ""; this.Column1.Name = "Column1"; this.Column1.Width = 5; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(413, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(92, 27); this.label1.TabIndex = 7; this.label1.Text = "防呆规则"; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.HeaderText = "采集项"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.Width = 230; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.HeaderText = "前缀"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.Width = 230; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.HeaderText = "长度"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.Width = 230; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.HeaderText = "Column1"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.Width = 5; // // collects // this.collects.BorderColor = System.Drawing.Color.Black; this.collects.Controls.Add(this.OTHID3); this.collects.Controls.Add(this.OTHID2); this.collects.Controls.Add(this.OTHID1); this.collects.Controls.Add(this.OTHCODE3); this.collects.Controls.Add(this.OTHCODE2); this.collects.Controls.Add(this.OTHCODE1); this.collects.Controls.Add(this.MEID); this.collects.Controls.Add(this.Mac); this.collects.Controls.Add(this.Bt); this.collects.Controls.Add(this.NetCode); this.collects.Controls.Add(this.Imei1); this.collects.Controls.Add(this.Imei2); this.collects.Controls.Add(this.Imei3); this.collects.Location = new System.Drawing.Point(24, 15); this.collects.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.collects.Name = "collects"; this.collects.Padding = new System.Windows.Forms.Padding(3, 1, 3, 1); this.collects.Size = new System.Drawing.Size(384, 239); this.collects.TabIndex = 92; this.collects.TabStop = false; this.collects.TextColor = System.Drawing.Color.Black; // // OTHID3 // this.OTHID3.AutoSize = true; this.OTHID3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OTHID3.Location = new System.Drawing.Point(156, 195); this.OTHID3.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.OTHID3.Name = "OTHID3"; this.OTHID3.Power = null; this.OTHID3.Size = new System.Drawing.Size(109, 31); this.OTHID3.TabIndex = 12; this.OTHID3.Text = "OTHID3"; this.OTHID3.UseVisualStyleBackColor = true; // // OTHID2 // this.OTHID2.AutoSize = true; this.OTHID2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OTHID2.Location = new System.Drawing.Point(156, 161); this.OTHID2.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.OTHID2.Name = "OTHID2"; this.OTHID2.Power = null; this.OTHID2.Size = new System.Drawing.Size(109, 31); this.OTHID2.TabIndex = 11; this.OTHID2.Text = "OTHID2"; this.OTHID2.UseVisualStyleBackColor = true; // // OTHID1 // this.OTHID1.AutoSize = true; this.OTHID1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OTHID1.Location = new System.Drawing.Point(156, 121); this.OTHID1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.OTHID1.Name = "OTHID1"; this.OTHID1.Power = null; this.OTHID1.Size = new System.Drawing.Size(109, 31); this.OTHID1.TabIndex = 10; this.OTHID1.Text = "OTHID1"; this.OTHID1.UseVisualStyleBackColor = true; // // OTHCODE3 // this.OTHCODE3.AutoSize = true; this.OTHCODE3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OTHCODE3.Location = new System.Drawing.Point(156, 88); this.OTHCODE3.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.OTHCODE3.Name = "OTHCODE3"; this.OTHCODE3.Power = null; this.OTHCODE3.Size = new System.Drawing.Size(143, 31); this.OTHCODE3.TabIndex = 9; this.OTHCODE3.Text = "OTHCODE3"; this.OTHCODE3.UseVisualStyleBackColor = true; // // OTHCODE2 // this.OTHCODE2.AutoSize = true; this.OTHCODE2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OTHCODE2.Location = new System.Drawing.Point(156, 54); this.OTHCODE2.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.OTHCODE2.Name = "OTHCODE2"; this.OTHCODE2.Power = null; this.OTHCODE2.Size = new System.Drawing.Size(143, 31); this.OTHCODE2.TabIndex = 8; this.OTHCODE2.Text = "OTHCODE2"; this.OTHCODE2.UseVisualStyleBackColor = true; // // OTHCODE1 // this.OTHCODE1.AutoSize = true; this.OTHCODE1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OTHCODE1.Location = new System.Drawing.Point(156, 20); this.OTHCODE1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.OTHCODE1.Name = "OTHCODE1"; this.OTHCODE1.Power = null; this.OTHCODE1.Size = new System.Drawing.Size(143, 31); this.OTHCODE1.TabIndex = 7; this.OTHCODE1.Text = "OTHCODE1"; this.OTHCODE1.UseVisualStyleBackColor = true; // // MEID // this.MEID.AutoSize = true; this.MEID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.MEID.Location = new System.Drawing.Point(280, 195); this.MEID.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.MEID.Name = "MEID"; this.MEID.Power = null; this.MEID.Size = new System.Drawing.Size(86, 31); this.MEID.TabIndex = 6; this.MEID.Text = "MEID"; this.MEID.UseVisualStyleBackColor = true; // // Mac // this.Mac.AutoSize = true; this.Mac.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Mac.Location = new System.Drawing.Point(5, 20); this.Mac.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.Mac.Name = "Mac"; this.Mac.Power = null; this.Mac.Size = new System.Drawing.Size(133, 31); this.Mac.TabIndex = 5; this.Mac.Text = "MAC/WIFI"; this.Mac.UseVisualStyleBackColor = true; this.Mac.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged); // // Bt // this.Bt.AutoSize = true; this.Bt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Bt.Location = new System.Drawing.Point(5, 54); this.Bt.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.Bt.Name = "Bt"; this.Bt.Power = null; this.Bt.Size = new System.Drawing.Size(58, 31); this.Bt.TabIndex = 4; this.Bt.Text = "BT"; this.Bt.UseVisualStyleBackColor = true; this.Bt.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged); // // NetCode // this.NetCode.AutoSize = true; this.NetCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.NetCode.Location = new System.Drawing.Point(5, 88); this.NetCode.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.NetCode.Name = "NetCode"; this.NetCode.Power = null; this.NetCode.Size = new System.Drawing.Size(74, 31); this.NetCode.TabIndex = 3; this.NetCode.Text = "网标"; this.NetCode.UseVisualStyleBackColor = true; this.NetCode.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged); // // Imei1 // this.Imei1.AutoSize = true; this.Imei1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Imei1.Location = new System.Drawing.Point(5, 128); this.Imei1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.Imei1.Name = "Imei1"; this.Imei1.Power = null; this.Imei1.Size = new System.Drawing.Size(89, 31); this.Imei1.TabIndex = 2; this.Imei1.Text = "IMEI1"; this.Imei1.UseVisualStyleBackColor = true; this.Imei1.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged); // // Imei2 // this.Imei2.AutoSize = true; this.Imei2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Imei2.Location = new System.Drawing.Point(5, 161); this.Imei2.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.Imei2.Name = "Imei2"; this.Imei2.Power = null; this.Imei2.Size = new System.Drawing.Size(89, 31); this.Imei2.TabIndex = 1; this.Imei2.Text = "IMEI2"; this.Imei2.UseVisualStyleBackColor = true; this.Imei2.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged); // // Imei3 // this.Imei3.AutoSize = true; this.Imei3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Imei3.Location = new System.Drawing.Point(5, 195); this.Imei3.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.Imei3.Name = "Imei3"; this.Imei3.Power = null; this.Imei3.Size = new System.Drawing.Size(89, 31); this.Imei3.TabIndex = 0; this.Imei3.Text = "IMEI3"; this.Imei3.UseVisualStyleBackColor = true; this.Imei3.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged); // // OperateResult // this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OperateResult.Location = new System.Drawing.Point(24, 271); this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(876, 190); this.OperateResult.TabIndex = 88; this.OperateResult.Text = ""; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(69, 475); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(72, 27); this.label3.TabIndex = 93; this.label3.Text = "输入框"; // // inputValue // this.inputValue.AllPower = null; this.inputValue.BackColor = System.Drawing.Color.White; this.inputValue.ID = null; this.inputValue.Location = new System.Drawing.Point(156, 475); this.inputValue.Name = "inputValue"; this.inputValue.Power = null; this.inputValue.Size = new System.Drawing.Size(234, 25); this.inputValue.Str = null; this.inputValue.Str1 = null; this.inputValue.Str2 = null; this.inputValue.TabIndex = 94; this.inputValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputValue_KeyDown); // // Make_UpdateCollectCode // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(924, 511); this.Controls.Add(this.inputValue); this.Controls.Add(this.label3); this.Controls.Add(this.collects); this.Controls.Add(this.OperateResult); this.Controls.Add(this.label1); this.Controls.Add(this.collectCodeRules); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.Name = "Make_UpdateCollectCode"; this.Tag = "Make!UpdateCollectCode"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_UpdateCollectCode_FormClosing); this.Load += new System.EventHandler(this.Make_UpdateCollectCode_Load); this.SizeChanged += new System.EventHandler(this.Make_UpdateCollectCode_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.collectCodeRules)).EndInit(); this.collects.ResumeLayout(false); this.collects.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView collectCodeRules; private System.Windows.Forms.Label label1; private CustomControl.RichText.RichTextAutoBottom OperateResult; private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder collects; private CustomControl.CustomCheckBox.CustomCheckBox Imei3; private CustomControl.CustomCheckBox.CustomCheckBox Imei2; private CustomControl.CustomCheckBox.CustomCheckBox Imei1; private CustomControl.CustomCheckBox.CustomCheckBox NetCode; private CustomControl.CustomCheckBox.CustomCheckBox Bt; private CustomControl.CustomCheckBox.CustomCheckBox Mac; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn psr_type; private System.Windows.Forms.DataGridViewTextBoxColumn psr_prefix; private System.Windows.Forms.DataGridViewTextBoxColumn psr_length; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.Label label3; private CustomControl.CustomCheckBox.CustomCheckBox OTHID3; private CustomControl.CustomCheckBox.CustomCheckBox OTHID2; private CustomControl.CustomCheckBox.CustomCheckBox OTHID1; private CustomControl.CustomCheckBox.CustomCheckBox OTHCODE3; private CustomControl.CustomCheckBox.CustomCheckBox OTHCODE2; private CustomControl.CustomCheckBox.CustomCheckBox OTHCODE1; private CustomControl.CustomCheckBox.CustomCheckBox MEID; private CustomControl.TextBoxWithIcon.EnterTextBox inputValue; } }