SettingControl.Designer.cs 15.8 KB

namespace AutoScanAndLabel
{
    partial class SettingControl
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btn_labeledit = new System.Windows.Forms.Button();
            this.cb_labelselect = new System.Windows.Forms.ComboBox();
            this.cb_printerselect = new System.Windows.Forms.ComboBox();
            this.chbAutoRun = new System.Windows.Forms.CheckBox();
            this.btn_labelDebug = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.listEdit_pn = new AutoScanAndLabel.UC.ListEditControl();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.listEditControl1 = new AutoScanAndLabel.UC.ListEditControl();
            this.txt_code = new System.Windows.Forms.TextBox();
            this.btn_codetest = new System.Windows.Forms.Button();
            this.label_matchdebugstring = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.cb_EnableBuzzer = new System.Windows.Forms.CheckBox();
            this.cb_IgnoreGratingSignal = new System.Windows.Forms.CheckBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.uC_U11 = new AutoScanAndLabel.UC_U1();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.btn_labeledit);
            this.groupBox1.Controls.Add(this.cb_labelselect);
            this.groupBox1.Controls.Add(this.cb_printerselect);
            this.groupBox1.Location = new System.Drawing.Point(12, 432);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(383, 160);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "打印设置";
            this.groupBox1.Visible = false;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(19, 78);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(106, 20);
            this.label2.TabIndex = 2;
            this.label2.Text = "标签名";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(19, 40);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(106, 20);
            this.label1.TabIndex = 2;
            this.label1.Text = "打印机";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btn_labeledit
            // 
            this.btn_labeledit.Location = new System.Drawing.Point(225, 115);
            this.btn_labeledit.Name = "btn_labeledit";
            this.btn_labeledit.Size = new System.Drawing.Size(107, 31);
            this.btn_labeledit.TabIndex = 1;
            this.btn_labeledit.Text = "标签编辑";
            this.btn_labeledit.UseVisualStyleBackColor = true;
            this.btn_labeledit.Click += new System.EventHandler(this.btn_labeledit_Click);
            // 
            // cb_labelselect
            // 
            this.cb_labelselect.FormattingEnabled = true;
            this.cb_labelselect.Location = new System.Drawing.Point(134, 75);
            this.cb_labelselect.Name = "cb_labelselect";
            this.cb_labelselect.Size = new System.Drawing.Size(198, 20);
            this.cb_labelselect.TabIndex = 0;
            this.cb_labelselect.SelectedIndexChanged += new System.EventHandler(this.cb_labelselect_SelectedIndexChanged);
            // 
            // cb_printerselect
            // 
            this.cb_printerselect.FormattingEnabled = true;
            this.cb_printerselect.Location = new System.Drawing.Point(134, 37);
            this.cb_printerselect.Name = "cb_printerselect";
            this.cb_printerselect.Size = new System.Drawing.Size(198, 20);
            this.cb_printerselect.TabIndex = 0;
            this.cb_printerselect.SelectedIndexChanged += new System.EventHandler(this.cb_printerselect_SelectedIndexChanged);
            // 
            // chbAutoRun
            // 
            this.chbAutoRun.AutoSize = true;
            this.chbAutoRun.Location = new System.Drawing.Point(27, 23);
            this.chbAutoRun.Name = "chbAutoRun";
            this.chbAutoRun.Size = new System.Drawing.Size(48, 16);
            this.chbAutoRun.TabIndex = 1;
            this.chbAutoRun.Text = "开机";
            this.chbAutoRun.UseVisualStyleBackColor = true;
            // 
            // btn_labelDebug
            // 
            this.btn_labelDebug.Location = new System.Drawing.Point(0, 355);
            this.btn_labelDebug.Name = "btn_labelDebug";
            this.btn_labelDebug.Size = new System.Drawing.Size(140, 28);
            this.btn_labelDebug.TabIndex = 2;
            this.btn_labelDebug.Text = "贴标调试";
            this.btn_labelDebug.UseVisualStyleBackColor = true;
            this.btn_labelDebug.Visible = false;
            this.btn_labelDebug.Click += new System.EventHandler(this.btn_labelDebug_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.listEdit_pn);
            this.groupBox2.Location = new System.Drawing.Point(617, 23);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(360, 178);
            this.groupBox2.TabIndex = 4;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "PN匹配规则";
            this.groupBox2.Visible = false;
            // 
            // listEdit_pn
            // 
            this.listEdit_pn.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listEdit_pn.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.listEdit_pn.ListFile = "config/pn.list";
            this.listEdit_pn.Location = new System.Drawing.Point(3, 17);
            this.listEdit_pn.Margin = new System.Windows.Forms.Padding(5);
            this.listEdit_pn.Name = "listEdit_pn";
            this.listEdit_pn.Size = new System.Drawing.Size(354, 158);
            this.listEdit_pn.TabIndex = 3;
            this.listEdit_pn.DataRefresh += new System.EventHandler(this.listEdit_pn_DataRefresh);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.listEditControl1);
            this.groupBox3.Location = new System.Drawing.Point(617, 208);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(360, 228);
            this.groupBox3.TabIndex = 4;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "QTY匹配规则";
            this.groupBox3.Visible = false;
            // 
            // listEditControl1
            // 
            this.listEditControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listEditControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.listEditControl1.ListFile = "config/qty.list";
            this.listEditControl1.Location = new System.Drawing.Point(3, 17);
            this.listEditControl1.Margin = new System.Windows.Forms.Padding(5);
            this.listEditControl1.Name = "listEditControl1";
            this.listEditControl1.Size = new System.Drawing.Size(354, 208);
            this.listEditControl1.TabIndex = 3;
            this.listEditControl1.DataRefresh += new System.EventHandler(this.listEdit_pn_DataRefresh);
            // 
            // txt_code
            // 
            this.txt_code.Location = new System.Drawing.Point(6, 24);
            this.txt_code.Name = "txt_code";
            this.txt_code.Size = new System.Drawing.Size(264, 21);
            this.txt_code.TabIndex = 5;
            // 
            // btn_codetest
            // 
            this.btn_codetest.Location = new System.Drawing.Point(276, 22);
            this.btn_codetest.Name = "btn_codetest";
            this.btn_codetest.Size = new System.Drawing.Size(75, 30);
            this.btn_codetest.TabIndex = 6;
            this.btn_codetest.Text = "匹配";
            this.btn_codetest.UseVisualStyleBackColor = true;
            this.btn_codetest.Click += new System.EventHandler(this.btn_codetest_Click);
            // 
            // label_matchdebugstring
            // 
            this.label_matchdebugstring.Location = new System.Drawing.Point(6, 54);
            this.label_matchdebugstring.Name = "label_matchdebugstring";
            this.label_matchdebugstring.Size = new System.Drawing.Size(345, 124);
            this.label_matchdebugstring.TabIndex = 7;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.txt_code);
            this.groupBox4.Controls.Add(this.label_matchdebugstring);
            this.groupBox4.Controls.Add(this.btn_codetest);
            this.groupBox4.Location = new System.Drawing.Point(620, 442);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(357, 191);
            this.groupBox4.TabIndex = 8;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "条码匹配测试";
            this.groupBox4.Visible = false;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(0, 389);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 10;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Visible = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // cb_EnableBuzzer
            // 
            this.cb_EnableBuzzer.AutoSize = true;
            this.cb_EnableBuzzer.Location = new System.Drawing.Point(27, 55);
            this.cb_EnableBuzzer.Name = "cb_EnableBuzzer";
            this.cb_EnableBuzzer.Size = new System.Drawing.Size(84, 16);
            this.cb_EnableBuzzer.TabIndex = 13;
            this.cb_EnableBuzzer.Text = "使用蜂鸣器";
            this.cb_EnableBuzzer.UseVisualStyleBackColor = true;
            this.cb_EnableBuzzer.CheckedChanged += new System.EventHandler(this.cb_EnableBuzzer_CheckedChanged);
            // 
            // cb_IgnoreGratingSignal
            // 
            this.cb_IgnoreGratingSignal.AutoSize = true;
            this.cb_IgnoreGratingSignal.Location = new System.Drawing.Point(27, 89);
            this.cb_IgnoreGratingSignal.Name = "cb_IgnoreGratingSignal";
            this.cb_IgnoreGratingSignal.Size = new System.Drawing.Size(96, 16);
            this.cb_IgnoreGratingSignal.TabIndex = 11;
            this.cb_IgnoreGratingSignal.Text = "忽略安全光栅";
            this.cb_IgnoreGratingSignal.UseVisualStyleBackColor = true;
            this.cb_IgnoreGratingSignal.CheckedChanged += new System.EventHandler(this.cb_IgnoreGratingSignal_CheckedChanged);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(27, 126);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(168, 16);
            this.checkBox1.TabIndex = 14;
            this.checkBox1.Text = "忽略安全检查(含安全光栅)";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // uC_U11
            // 
            this.uC_U11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.uC_U11.Location = new System.Drawing.Point(12, 176);
            this.uC_U11.Margin = new System.Windows.Forms.Padding(4);
            this.uC_U11.Name = "uC_U11";
            this.uC_U11.Size = new System.Drawing.Size(467, 150);
            this.uC_U11.TabIndex = 9;
            // 
            // SettingControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.checkBox1);
            this.Controls.Add(this.cb_EnableBuzzer);
            this.Controls.Add(this.cb_IgnoreGratingSignal);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.uC_U11);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.btn_labelDebug);
            this.Controls.Add(this.chbAutoRun);
            this.Controls.Add(this.groupBox1);
            this.Name = "SettingControl";
            this.Size = new System.Drawing.Size(1280, 925);
            this.Load += new System.EventHandler(this.SettingControl_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox cb_labelselect;
        private System.Windows.Forms.ComboBox cb_printerselect;
        private System.Windows.Forms.Button btn_labeledit;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.CheckBox chbAutoRun;
        private System.Windows.Forms.Button btn_labelDebug;
        private UC.ListEditControl listEdit_pn;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private UC.ListEditControl listEditControl1;
        private System.Windows.Forms.TextBox txt_code;
        private System.Windows.Forms.Button btn_codetest;
        private System.Windows.Forms.Label label_matchdebugstring;
        private System.Windows.Forms.GroupBox groupBox4;
        private UC_U1 uC_U11;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.CheckBox cb_EnableBuzzer;
        private System.Windows.Forms.CheckBox cb_IgnoreGratingSignal;
        private System.Windows.Forms.CheckBox checkBox1;
    }
}