123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_UpdateCollectCode
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.Mac = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
- this.Bt = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
- this.NetCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
- this.Imei1 = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
- this.Imei2 = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
- this.Imei3 = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
- this.inputValue = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.label3 = new System.Windows.Forms.Label();
- ((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(186, 47);
- this.collectCodeRules.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.collectCodeRules.Name = "collectCodeRules";
- this.collectCodeRules.RowHeadersVisible = false;
- this.collectCodeRules.RowTemplate.Height = 30;
- this.collectCodeRules.Size = new System.Drawing.Size(489, 157);
- 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(183, 17);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(74, 21);
- 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.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(18, 12);
- this.collects.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.collects.Name = "collects";
- this.collects.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.collects.Size = new System.Drawing.Size(149, 191);
- this.collects.TabIndex = 92;
- this.collects.TabStop = false;
- this.collects.TextColor = System.Drawing.Color.Black;
- //
- // 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(25, 15);
- this.Mac.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.Mac.Name = "Mac";
- this.Mac.Power = null;
- this.Mac.Size = new System.Drawing.Size(109, 25);
- 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(25, 44);
- this.Bt.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.Bt.Name = "Bt";
- this.Bt.Power = null;
- this.Bt.Size = new System.Drawing.Size(48, 25);
- 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(25, 73);
- this.NetCode.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.NetCode.Name = "NetCode";
- this.NetCode.Power = null;
- this.NetCode.Size = new System.Drawing.Size(61, 25);
- 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(25, 102);
- this.Imei1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.Imei1.Name = "Imei1";
- this.Imei1.Power = null;
- this.Imei1.Size = new System.Drawing.Size(73, 25);
- 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(25, 131);
- this.Imei2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.Imei2.Name = "Imei2";
- this.Imei2.Power = null;
- this.Imei2.Size = new System.Drawing.Size(73, 25);
- 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(25, 160);
- this.Imei3.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.Imei3.Name = "Imei3";
- this.Imei3.Power = null;
- this.Imei3.Size = new System.Drawing.Size(73, 25);
- this.Imei3.TabIndex = 0;
- this.Imei3.Text = "IMEI3";
- this.Imei3.UseVisualStyleBackColor = true;
- this.Imei3.CheckedChanged += new System.EventHandler(this.Mac_CheckedChanged);
- //
- // inputValue
- //
- this.inputValue.AllPower = null;
- this.inputValue.BackColor = System.Drawing.Color.White;
- this.inputValue.ID = null;
- this.inputValue.Location = new System.Drawing.Point(110, 381);
- this.inputValue.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.inputValue.Name = "inputValue";
- this.inputValue.Power = null;
- this.inputValue.Size = new System.Drawing.Size(173, 21);
- this.inputValue.Str = null;
- this.inputValue.Str1 = null;
- this.inputValue.Str2 = null;
- this.inputValue.TabIndex = 90;
- this.inputValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputValue_KeyDown);
- //
- // 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(18, 217);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(658, 153);
- 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(52, 380);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(58, 21);
- this.label3.TabIndex = 93;
- this.label3.Text = "输入框";
- //
- // Make_UpdateCollectCode
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(693, 409);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.collects);
- this.Controls.Add(this.inputValue);
- 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(2, 1, 2, 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.TextBoxWithIcon.SnCollectionBox inputValue;
- 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;
- }
- }
|