namespace UAS_LabelMachine
{
    partial class 采集策略_NEW
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(采集策略_NEW));
            this.si_item1 = new System.Windows.Forms.CheckBox();
            this.si_item4 = new System.Windows.Forms.CheckBox();
            this.si_item3 = new System.Windows.Forms.CheckBox();
            this.si_item2 = new System.Windows.Forms.CheckBox();
            this.si_item6 = new System.Windows.Forms.CheckBox();
            this.si_item5 = new System.Windows.Forms.CheckBox();
            this.si_name1 = new System.Windows.Forms.TextBox();
            this.si_name6 = new System.Windows.Forms.TextBox();
            this.si_name5 = new System.Windows.Forms.TextBox();
            this.si_name4 = new System.Windows.Forms.TextBox();
            this.si_name3 = new System.Windows.Forms.TextBox();
            this.si_name2 = new System.Windows.Forms.TextBox();
            this.OrderName_label = new System.Windows.Forms.Label();
            this.PNName_label = new System.Windows.Forms.Label();
            this.QTYName_label = new System.Windows.Forms.Label();
            this.DateCodeName_label = new System.Windows.Forms.Label();
            this.LotNoName_label = new System.Windows.Forms.Label();
            this.OutBoxName_label = new System.Windows.Forms.Label();
            this.OutBoxRemark_label = new System.Windows.Forms.Label();
            this.LotNoRemark_label = new System.Windows.Forms.Label();
            this.DateCodeRemark_label = new System.Windows.Forms.Label();
            this.QTYRemark_label = new System.Windows.Forms.Label();
            this.PNRemark_label = new System.Windows.Forms.Label();
            this.OrderRemark_label = new System.Windows.Forms.Label();
            this.si_remark2 = new System.Windows.Forms.TextBox();
            this.si_remark3 = new System.Windows.Forms.TextBox();
            this.si_remark4 = new System.Windows.Forms.TextBox();
            this.si_remark5 = new System.Windows.Forms.TextBox();
            this.si_remark6 = new System.Windows.Forms.TextBox();
            this.si_remark1 = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.ScanGroupName_label = new System.Windows.Forms.Label();
            this.PNScript_label = new System.Windows.Forms.Label();
            this.DateCodeScript_label = new System.Windows.Forms.Label();
            this.sg_name = new System.Windows.Forms.TextBox();
            this.sg_step = new System.Windows.Forms.NumericUpDown();
            this.ScanStep_label = new System.Windows.Forms.Label();
            this.sg_autolabel = new System.Windows.Forms.CheckBox();
            this.CustomerTreeView = new System.Windows.Forms.TreeView();
            this.Brand = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.ButtonSaveScanGroup = new UAS_LabelMachine.CustomControl.NormalButton();
            this.si_expression4 = new System.Windows.Forms.RichTextBox();
            this.si_expression3 = new System.Windows.Forms.RichTextBox();
            this.sg_script = new System.Windows.Forms.RichTextBox();
            this.AddNew = new UAS_LabelMachine.CustomControl.NormalButton();
            ((System.ComponentModel.ISupportInitialize)(this.sg_step)).BeginInit();
            this.SuspendLayout();
            // 
            // si_item1
            // 
            this.si_item1.AutoSize = true;
            this.si_item1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.si_item1.Location = new System.Drawing.Point(300, 199);
            this.si_item1.Name = "si_item1";
            this.si_item1.Size = new System.Drawing.Size(125, 25);
            this.si_item1.TabIndex = 1;
            this.si_item1.Tag = "Order";
            this.si_item1.Text = "包含采购订单";
            this.si_item1.UseVisualStyleBackColor = true;
            this.si_item1.CheckedChanged += new System.EventHandler(this.CheckChange);
            // 
            // si_item4
            // 
            this.si_item4.AutoSize = true;
            this.si_item4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.si_item4.Location = new System.Drawing.Point(299, 399);
            this.si_item4.Name = "si_item4";
            this.si_item4.Size = new System.Drawing.Size(137, 25);
            this.si_item4.TabIndex = 2;
            this.si_item4.Tag = "DateCode";
            this.si_item4.Text = "包含DateCode";
            this.si_item4.UseVisualStyleBackColor = true;
            this.si_item4.CheckedChanged += new System.EventHandler(this.CheckChange);
            // 
            // si_item3
            // 
            this.si_item3.AutoSize = true;
            this.si_item3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.si_item3.Location = new System.Drawing.Point(299, 256);
            this.si_item3.Name = "si_item3";
            this.si_item3.Size = new System.Drawing.Size(93, 25);
            this.si_item3.TabIndex = 3;
            this.si_item3.Tag = "QTY";
            this.si_item3.Text = "包含数量";
            this.si_item3.UseVisualStyleBackColor = true;
            this.si_item3.CheckedChanged += new System.EventHandler(this.CheckChange);
            // 
            // si_item2
            // 
            this.si_item2.AutoSize = true;
            this.si_item2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.si_item2.Location = new System.Drawing.Point(300, 228);
            this.si_item2.Name = "si_item2";
            this.si_item2.Size = new System.Drawing.Size(93, 25);
            this.si_item2.TabIndex = 4;
            this.si_item2.Tag = "PN";
            this.si_item2.Text = "包含型号";
            this.si_item2.UseVisualStyleBackColor = true;
            this.si_item2.CheckedChanged += new System.EventHandler(this.CheckChange);
            // 
            // si_item6
            // 
            this.si_item6.AutoSize = true;
            this.si_item6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.si_item6.Location = new System.Drawing.Point(300, 580);
            this.si_item6.Name = "si_item6";
            this.si_item6.Size = new System.Drawing.Size(93, 25);
            this.si_item6.TabIndex = 5;
            this.si_item6.Tag = "OutBox";
            this.si_item6.Text = "包含箱号";
            this.si_item6.UseVisualStyleBackColor = true;
            this.si_item6.CheckedChanged += new System.EventHandler(this.CheckChange);
            // 
            // si_item5
            // 
            this.si_item5.AutoSize = true;
            this.si_item5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.si_item5.Location = new System.Drawing.Point(300, 549);
            this.si_item5.Name = "si_item5";
            this.si_item5.Size = new System.Drawing.Size(108, 25);
            this.si_item5.TabIndex = 6;
            this.si_item5.Tag = "LotNo";
            this.si_item5.Text = "包含LotNo";
            this.si_item5.UseVisualStyleBackColor = true;
            this.si_item5.CheckedChanged += new System.EventHandler(this.CheckChange);
            // 
            // si_name1
            // 
            this.si_name1.Enabled = false;
            this.si_name1.Location = new System.Drawing.Point(557, 199);
            this.si_name1.Name = "si_name1";
            this.si_name1.Size = new System.Drawing.Size(65, 21);
            this.si_name1.TabIndex = 7;
            this.si_name1.Tag = "Order";
            // 
            // si_name6
            // 
            this.si_name6.Enabled = false;
            this.si_name6.Location = new System.Drawing.Point(557, 580);
            this.si_name6.Name = "si_name6";
            this.si_name6.Size = new System.Drawing.Size(65, 21);
            this.si_name6.TabIndex = 8;
            this.si_name6.Tag = "OutBox";
            // 
            // si_name5
            // 
            this.si_name5.Enabled = false;
            this.si_name5.Location = new System.Drawing.Point(557, 549);
            this.si_name5.Name = "si_name5";
            this.si_name5.Size = new System.Drawing.Size(65, 21);
            this.si_name5.TabIndex = 9;
            this.si_name5.Tag = "LotNo";
            // 
            // si_name4
            // 
            this.si_name4.Enabled = false;
            this.si_name4.Location = new System.Drawing.Point(557, 399);
            this.si_name4.Name = "si_name4";
            this.si_name4.Size = new System.Drawing.Size(65, 21);
            this.si_name4.TabIndex = 10;
            this.si_name4.Tag = "DateCode";
            // 
            // si_name3
            // 
            this.si_name3.Enabled = false;
            this.si_name3.Location = new System.Drawing.Point(557, 256);
            this.si_name3.Name = "si_name3";
            this.si_name3.Size = new System.Drawing.Size(65, 21);
            this.si_name3.TabIndex = 11;
            this.si_name3.Tag = "QTY";
            // 
            // si_name2
            // 
            this.si_name2.Enabled = false;
            this.si_name2.Location = new System.Drawing.Point(557, 228);
            this.si_name2.Name = "si_name2";
            this.si_name2.Size = new System.Drawing.Size(65, 21);
            this.si_name2.TabIndex = 12;
            this.si_name2.Tag = "PN";
            // 
            // OrderName_label
            // 
            this.OrderName_label.AutoSize = true;
            this.OrderName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.OrderName_label.Location = new System.Drawing.Point(464, 199);
            this.OrderName_label.Name = "OrderName_label";
            this.OrderName_label.Size = new System.Drawing.Size(90, 21);
            this.OrderName_label.TabIndex = 13;
            this.OrderName_label.Text = "模式组名称";
            // 
            // PNName_label
            // 
            this.PNName_label.AutoSize = true;
            this.PNName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.PNName_label.Location = new System.Drawing.Point(464, 228);
            this.PNName_label.Name = "PNName_label";
            this.PNName_label.Size = new System.Drawing.Size(90, 21);
            this.PNName_label.TabIndex = 14;
            this.PNName_label.Text = "模式组名称";
            // 
            // QTYName_label
            // 
            this.QTYName_label.AutoSize = true;
            this.QTYName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.QTYName_label.Location = new System.Drawing.Point(463, 256);
            this.QTYName_label.Name = "QTYName_label";
            this.QTYName_label.Size = new System.Drawing.Size(90, 21);
            this.QTYName_label.TabIndex = 15;
            this.QTYName_label.Text = "模式组名称";
            // 
            // DateCodeName_label
            // 
            this.DateCodeName_label.AutoSize = true;
            this.DateCodeName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.DateCodeName_label.Location = new System.Drawing.Point(463, 399);
            this.DateCodeName_label.Name = "DateCodeName_label";
            this.DateCodeName_label.Size = new System.Drawing.Size(90, 21);
            this.DateCodeName_label.TabIndex = 16;
            this.DateCodeName_label.Text = "模式组名称";
            // 
            // LotNoName_label
            // 
            this.LotNoName_label.AutoSize = true;
            this.LotNoName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.LotNoName_label.Location = new System.Drawing.Point(464, 549);
            this.LotNoName_label.Name = "LotNoName_label";
            this.LotNoName_label.Size = new System.Drawing.Size(90, 21);
            this.LotNoName_label.TabIndex = 17;
            this.LotNoName_label.Text = "模式组名称";
            // 
            // OutBoxName_label
            // 
            this.OutBoxName_label.AutoSize = true;
            this.OutBoxName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.OutBoxName_label.Location = new System.Drawing.Point(464, 580);
            this.OutBoxName_label.Name = "OutBoxName_label";
            this.OutBoxName_label.Size = new System.Drawing.Size(90, 21);
            this.OutBoxName_label.TabIndex = 18;
            this.OutBoxName_label.Text = "模式组名称";
            // 
            // OutBoxRemark_label
            // 
            this.OutBoxRemark_label.AutoSize = true;
            this.OutBoxRemark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.OutBoxRemark_label.Location = new System.Drawing.Point(663, 580);
            this.OutBoxRemark_label.Name = "OutBoxRemark_label";
            this.OutBoxRemark_label.Size = new System.Drawing.Size(42, 21);
            this.OutBoxRemark_label.TabIndex = 24;
            this.OutBoxRemark_label.Text = "说明";
            // 
            // LotNoRemark_label
            // 
            this.LotNoRemark_label.AutoSize = true;
            this.LotNoRemark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.LotNoRemark_label.Location = new System.Drawing.Point(662, 549);
            this.LotNoRemark_label.Name = "LotNoRemark_label";
            this.LotNoRemark_label.Size = new System.Drawing.Size(42, 21);
            this.LotNoRemark_label.TabIndex = 23;
            this.LotNoRemark_label.Text = "说明";
            // 
            // DateCodeRemark_label
            // 
            this.DateCodeRemark_label.AutoSize = true;
            this.DateCodeRemark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.DateCodeRemark_label.Location = new System.Drawing.Point(661, 399);
            this.DateCodeRemark_label.Name = "DateCodeRemark_label";
            this.DateCodeRemark_label.Size = new System.Drawing.Size(42, 21);
            this.DateCodeRemark_label.TabIndex = 22;
            this.DateCodeRemark_label.Text = "说明";
            // 
            // QTYRemark_label
            // 
            this.QTYRemark_label.AutoSize = true;
            this.QTYRemark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.QTYRemark_label.Location = new System.Drawing.Point(661, 256);
            this.QTYRemark_label.Name = "QTYRemark_label";
            this.QTYRemark_label.Size = new System.Drawing.Size(42, 21);
            this.QTYRemark_label.TabIndex = 21;
            this.QTYRemark_label.Text = "说明";
            // 
            // PNRemark_label
            // 
            this.PNRemark_label.AutoSize = true;
            this.PNRemark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.PNRemark_label.Location = new System.Drawing.Point(662, 228);
            this.PNRemark_label.Name = "PNRemark_label";
            this.PNRemark_label.Size = new System.Drawing.Size(42, 21);
            this.PNRemark_label.TabIndex = 20;
            this.PNRemark_label.Text = "说明";
            // 
            // OrderRemark_label
            // 
            this.OrderRemark_label.AutoSize = true;
            this.OrderRemark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.OrderRemark_label.Location = new System.Drawing.Point(662, 198);
            this.OrderRemark_label.Name = "OrderRemark_label";
            this.OrderRemark_label.Size = new System.Drawing.Size(42, 21);
            this.OrderRemark_label.TabIndex = 19;
            this.OrderRemark_label.Text = "说明";
            // 
            // si_remark2
            // 
            this.si_remark2.Enabled = false;
            this.si_remark2.Location = new System.Drawing.Point(710, 228);
            this.si_remark2.Name = "si_remark2";
            this.si_remark2.Size = new System.Drawing.Size(195, 21);
            this.si_remark2.TabIndex = 30;
            this.si_remark2.Tag = "PN";
            // 
            // si_remark3
            // 
            this.si_remark3.Enabled = false;
            this.si_remark3.Location = new System.Drawing.Point(710, 256);
            this.si_remark3.Name = "si_remark3";
            this.si_remark3.Size = new System.Drawing.Size(195, 21);
            this.si_remark3.TabIndex = 29;
            this.si_remark3.Tag = "QTY";
            // 
            // si_remark4
            // 
            this.si_remark4.Enabled = false;
            this.si_remark4.Location = new System.Drawing.Point(710, 399);
            this.si_remark4.Name = "si_remark4";
            this.si_remark4.Size = new System.Drawing.Size(195, 21);
            this.si_remark4.TabIndex = 28;
            this.si_remark4.Tag = "DateCode";
            // 
            // si_remark5
            // 
            this.si_remark5.Enabled = false;
            this.si_remark5.Location = new System.Drawing.Point(710, 549);
            this.si_remark5.Name = "si_remark5";
            this.si_remark5.Size = new System.Drawing.Size(195, 21);
            this.si_remark5.TabIndex = 27;
            this.si_remark5.Tag = "LotNo";
            // 
            // si_remark6
            // 
            this.si_remark6.Enabled = false;
            this.si_remark6.Location = new System.Drawing.Point(710, 580);
            this.si_remark6.Name = "si_remark6";
            this.si_remark6.Size = new System.Drawing.Size(195, 21);
            this.si_remark6.TabIndex = 26;
            this.si_remark6.Tag = "OutBox";
            // 
            // si_remark1
            // 
            this.si_remark1.Enabled = false;
            this.si_remark1.Location = new System.Drawing.Point(710, 199);
            this.si_remark1.Name = "si_remark1";
            this.si_remark1.Size = new System.Drawing.Size(195, 21);
            this.si_remark1.TabIndex = 25;
            this.si_remark1.Tag = "Order";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label13.Location = new System.Drawing.Point(307, 82);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(74, 21);
            this.label13.TabIndex = 32;
            this.label13.Text = "匹配模式";
            // 
            // ScanGroupName_label
            // 
            this.ScanGroupName_label.AutoSize = true;
            this.ScanGroupName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ScanGroupName_label.Location = new System.Drawing.Point(307, 49);
            this.ScanGroupName_label.Name = "ScanGroupName_label";
            this.ScanGroupName_label.Size = new System.Drawing.Size(74, 21);
            this.ScanGroupName_label.TabIndex = 33;
            this.ScanGroupName_label.Text = "策略名称";
            // 
            // PNScript_label
            // 
            this.PNScript_label.AutoSize = true;
            this.PNScript_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.PNScript_label.Location = new System.Drawing.Point(464, 283);
            this.PNScript_label.Name = "PNScript_label";
            this.PNScript_label.Size = new System.Drawing.Size(42, 21);
            this.PNScript_label.TabIndex = 35;
            this.PNScript_label.Text = "脚本";
            // 
            // DateCodeScript_label
            // 
            this.DateCodeScript_label.AutoSize = true;
            this.DateCodeScript_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.DateCodeScript_label.Location = new System.Drawing.Point(464, 431);
            this.DateCodeScript_label.Name = "DateCodeScript_label";
            this.DateCodeScript_label.Size = new System.Drawing.Size(42, 21);
            this.DateCodeScript_label.TabIndex = 37;
            this.DateCodeScript_label.Text = "脚本";
            // 
            // sg_name
            // 
            this.sg_name.Enabled = false;
            this.sg_name.Location = new System.Drawing.Point(409, 49);
            this.sg_name.Name = "sg_name";
            this.sg_name.Size = new System.Drawing.Size(195, 21);
            this.sg_name.TabIndex = 38;
            // 
            // sg_step
            // 
            this.sg_step.Location = new System.Drawing.Point(710, 50);
            this.sg_step.Name = "sg_step";
            this.sg_step.Size = new System.Drawing.Size(73, 21);
            this.sg_step.TabIndex = 39;
            // 
            // ScanStep_label
            // 
            this.ScanStep_label.AutoSize = true;
            this.ScanStep_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ScanStep_label.Location = new System.Drawing.Point(629, 49);
            this.ScanStep_label.Name = "ScanStep_label";
            this.ScanStep_label.Size = new System.Drawing.Size(74, 21);
            this.ScanStep_label.TabIndex = 40;
            this.ScanStep_label.Text = "扫描步骤";
            // 
            // sg_autolabel
            // 
            this.sg_autolabel.AutoSize = true;
            this.sg_autolabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.sg_autolabel.Location = new System.Drawing.Point(809, 48);
            this.sg_autolabel.Name = "sg_autolabel";
            this.sg_autolabel.Size = new System.Drawing.Size(141, 25);
            this.sg_autolabel.TabIndex = 41;
            this.sg_autolabel.Text = "自动贴标机标签";
            this.sg_autolabel.UseVisualStyleBackColor = true;
            // 
            // CustomerTreeView
            // 
            this.CustomerTreeView.Location = new System.Drawing.Point(0, 24);
            this.CustomerTreeView.Name = "CustomerTreeView";
            this.CustomerTreeView.Size = new System.Drawing.Size(251, 605);
            this.CustomerTreeView.TabIndex = 0;
            this.CustomerTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.CustomerTreeView_NodeMouseClick);
            // 
            // Brand
            // 
            this.Brand.Location = new System.Drawing.Point(85, 1);
            this.Brand.Name = "Brand";
            this.Brand.Size = new System.Drawing.Size(166, 21);
            this.Brand.TabIndex = 43;
            this.Brand.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Brand_KeyDown);
            // 
            // 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(3, 2);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(74, 21);
            this.label1.TabIndex = 44;
            this.label1.Text = "策略名称";
            // 
            // ButtonSaveScanGroup
            // 
            this.ButtonSaveScanGroup.Image = ((System.Drawing.Image)(resources.GetObject("ButtonSaveScanGroup.Image")));
            this.ButtonSaveScanGroup.Location = new System.Drawing.Point(254, 4);
            this.ButtonSaveScanGroup.Name = "ButtonSaveScanGroup";
            this.ButtonSaveScanGroup.Size = new System.Drawing.Size(64, 23);
            this.ButtonSaveScanGroup.TabIndex = 42;
            this.ButtonSaveScanGroup.Text = "保存";
            this.ButtonSaveScanGroup.UseVisualStyleBackColor = true;
            this.ButtonSaveScanGroup.Click += new System.EventHandler(this.ButtonSaveScanGroup_Click);
            // 
            // si_expression4
            // 
            this.si_expression4.Enabled = false;
            this.si_expression4.Location = new System.Drawing.Point(467, 457);
            this.si_expression4.Name = "si_expression4";
            this.si_expression4.Size = new System.Drawing.Size(438, 79);
            this.si_expression4.TabIndex = 36;
            this.si_expression4.Tag = "DateCode";
            this.si_expression4.Text = "";
            // 
            // si_expression3
            // 
            this.si_expression3.Enabled = false;
            this.si_expression3.Location = new System.Drawing.Point(467, 309);
            this.si_expression3.Name = "si_expression3";
            this.si_expression3.Size = new System.Drawing.Size(438, 79);
            this.si_expression3.TabIndex = 34;
            this.si_expression3.Tag = "QTY";
            this.si_expression3.Text = "";
            // 
            // sg_script
            // 
            this.sg_script.Location = new System.Drawing.Point(409, 82);
            this.sg_script.Name = "sg_script";
            this.sg_script.Size = new System.Drawing.Size(434, 96);
            this.sg_script.TabIndex = 31;
            this.sg_script.Text = "";
            // 
            // AddNew
            // 
            this.AddNew.Image = ((System.Drawing.Image)(resources.GetObject("AddNew.Image")));
            this.AddNew.Location = new System.Drawing.Point(324, 4);
            this.AddNew.Name = "AddNew";
            this.AddNew.Size = new System.Drawing.Size(64, 23);
            this.AddNew.TabIndex = 45;
            this.AddNew.Text = "新增";
            this.AddNew.UseVisualStyleBackColor = true;
            this.AddNew.Click += new System.EventHandler(this.AddNew_Click);
            // 
            // 采集策略_NEW
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(962, 630);
            this.Controls.Add(this.AddNew);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.Brand);
            this.Controls.Add(this.ButtonSaveScanGroup);
            this.Controls.Add(this.sg_autolabel);
            this.Controls.Add(this.ScanStep_label);
            this.Controls.Add(this.sg_step);
            this.Controls.Add(this.sg_name);
            this.Controls.Add(this.DateCodeScript_label);
            this.Controls.Add(this.si_expression4);
            this.Controls.Add(this.PNScript_label);
            this.Controls.Add(this.si_expression3);
            this.Controls.Add(this.ScanGroupName_label);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.sg_script);
            this.Controls.Add(this.si_remark2);
            this.Controls.Add(this.si_remark3);
            this.Controls.Add(this.si_remark4);
            this.Controls.Add(this.si_remark5);
            this.Controls.Add(this.si_remark6);
            this.Controls.Add(this.si_remark1);
            this.Controls.Add(this.OutBoxRemark_label);
            this.Controls.Add(this.LotNoRemark_label);
            this.Controls.Add(this.DateCodeRemark_label);
            this.Controls.Add(this.QTYRemark_label);
            this.Controls.Add(this.PNRemark_label);
            this.Controls.Add(this.OrderRemark_label);
            this.Controls.Add(this.OutBoxName_label);
            this.Controls.Add(this.LotNoName_label);
            this.Controls.Add(this.DateCodeName_label);
            this.Controls.Add(this.QTYName_label);
            this.Controls.Add(this.PNName_label);
            this.Controls.Add(this.OrderName_label);
            this.Controls.Add(this.si_name2);
            this.Controls.Add(this.si_name3);
            this.Controls.Add(this.si_name4);
            this.Controls.Add(this.si_name5);
            this.Controls.Add(this.si_name6);
            this.Controls.Add(this.si_name1);
            this.Controls.Add(this.si_item5);
            this.Controls.Add(this.si_item6);
            this.Controls.Add(this.si_item2);
            this.Controls.Add(this.si_item3);
            this.Controls.Add(this.si_item4);
            this.Controls.Add(this.si_item1);
            this.Controls.Add(this.CustomerTreeView);
            this.Name = "采集策略_NEW";
            this.Text = "采集策略";
            this.Load += new System.EventHandler(this.采集策略_Load);
            this.SizeChanged += new System.EventHandler(this.采集策略_SizeChanged);
            ((System.ComponentModel.ISupportInitialize)(this.sg_step)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion
        private System.Windows.Forms.CheckBox si_item1;
        private System.Windows.Forms.CheckBox si_item4;
        private System.Windows.Forms.CheckBox si_item3;
        private System.Windows.Forms.CheckBox si_item2;
        private System.Windows.Forms.CheckBox si_item6;
        private System.Windows.Forms.CheckBox si_item5;
        private System.Windows.Forms.TextBox si_name1;
        private System.Windows.Forms.TextBox si_name6;
        private System.Windows.Forms.TextBox si_name5;
        private System.Windows.Forms.TextBox si_name4;
        private System.Windows.Forms.TextBox si_name3;
        private System.Windows.Forms.TextBox si_name2;
        private System.Windows.Forms.Label OrderName_label;
        private System.Windows.Forms.Label PNName_label;
        private System.Windows.Forms.Label QTYName_label;
        private System.Windows.Forms.Label DateCodeName_label;
        private System.Windows.Forms.Label LotNoName_label;
        private System.Windows.Forms.Label OutBoxName_label;
        private System.Windows.Forms.Label OutBoxRemark_label;
        private System.Windows.Forms.Label LotNoRemark_label;
        private System.Windows.Forms.Label DateCodeRemark_label;
        private System.Windows.Forms.Label QTYRemark_label;
        private System.Windows.Forms.Label PNRemark_label;
        private System.Windows.Forms.Label OrderRemark_label;
        private System.Windows.Forms.TextBox si_remark2;
        private System.Windows.Forms.TextBox si_remark3;
        private System.Windows.Forms.TextBox si_remark4;
        private System.Windows.Forms.TextBox si_remark5;
        private System.Windows.Forms.TextBox si_remark6;
        private System.Windows.Forms.TextBox si_remark1;
        private System.Windows.Forms.RichTextBox sg_script;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label ScanGroupName_label;
        private System.Windows.Forms.RichTextBox si_expression3;
        private System.Windows.Forms.Label PNScript_label;
        private System.Windows.Forms.Label DateCodeScript_label;
        private System.Windows.Forms.RichTextBox si_expression4;
        private System.Windows.Forms.TextBox sg_name;
        private System.Windows.Forms.NumericUpDown sg_step;
        private System.Windows.Forms.Label ScanStep_label;
        private System.Windows.Forms.CheckBox sg_autolabel;
        private System.Windows.Forms.TreeView CustomerTreeView;
        private CustomControl.NormalButton ButtonSaveScanGroup;
        private System.Windows.Forms.TextBox Brand;
        private System.Windows.Forms.Label label1;
        private CustomControl.NormalButton AddNew;
    }
}