SettingControl.Designer.cs 16.3 KB

namespace TheMachine
{
    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.components = new System.ComponentModel.Container();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage_set = new System.Windows.Forms.TabPage();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.tp = new System.Windows.Forms.TableLayoutPanel();
            this.chbAutoRun = new System.Windows.Forms.CheckBox();
            this.lbl_Liquidstatus = new System.Windows.Forms.Label();
            this.cb_labelingtestmoce = new System.Windows.Forms.CheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.btn_printertest = new System.Windows.Forms.Button();
            this.btn_labeledit = new System.Windows.Forms.Button();
            this.cb_labelselect = new System.Windows.Forms.ComboBox();
            this.btn_testlabeling = new System.Windows.Forms.Button();
            this.uC_SetUserPassword1 = new TheMachine.UC_SetUserPassword();
            this.tabPage_ledtower = new System.Windows.Forms.TabPage();
            this.uC_LedConfig1 = new TheMachine.UC.UC_LedConfig();
            this.panel2 = new System.Windows.Forms.Panel();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.tabControl1.SuspendLayout();
            this.tabPage_set.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.tp.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabPage_ledtower.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage_set);
            this.tabControl1.Controls.Add(this.tabPage_ledtower);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1024, 740);
            this.tabControl1.TabIndex = 8;
            // 
            // tabPage_set
            // 
            this.tabPage_set.Controls.Add(this.flowLayoutPanel1);
            this.tabPage_set.Location = new System.Drawing.Point(4, 22);
            this.tabPage_set.Name = "tabPage_set";
            this.tabPage_set.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_set.Size = new System.Drawing.Size(1016, 714);
            this.tabPage_set.TabIndex = 0;
            this.tabPage_set.Text = "常规设置";
            this.tabPage_set.UseVisualStyleBackColor = true;
            this.tabPage_set.Click += new System.EventHandler(this.tabPage_set_Click);
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.panel1);
            this.flowLayoutPanel1.Controls.Add(this.panel2);
            this.flowLayoutPanel1.Controls.Add(this.uC_SetUserPassword1);
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(1010, 708);
            this.flowLayoutPanel1.TabIndex = 16;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.tp);
            this.panel1.Controls.Add(this.cb_labelingtestmoce);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Controls.Add(this.btn_testlabeling);
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(473, 247);
            this.panel1.TabIndex = 15;
            // 
            // tp
            // 
            this.tp.AutoSize = true;
            this.tp.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.tp.ColumnCount = 2;
            this.tp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tp.Controls.Add(this.chbAutoRun, 0, 7);
            this.tp.Controls.Add(this.lbl_Liquidstatus, 0, 4);
            this.tp.Location = new System.Drawing.Point(6, 13);
            this.tp.Name = "tp";
            this.tp.RowCount = 9;
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tp.Size = new System.Drawing.Size(136, 68);
            this.tp.TabIndex = 6;
            // 
            // chbAutoRun
            // 
            this.chbAutoRun.AutoSize = true;
            this.tp.SetColumnSpan(this.chbAutoRun, 2);
            this.chbAutoRun.Location = new System.Drawing.Point(10, 42);
            this.chbAutoRun.Margin = new System.Windows.Forms.Padding(10);
            this.chbAutoRun.Name = "chbAutoRun";
            this.chbAutoRun.Size = new System.Drawing.Size(84, 16);
            this.chbAutoRun.TabIndex = 1;
            this.chbAutoRun.Text = "开机自启动";
            this.chbAutoRun.UseVisualStyleBackColor = true;
            // 
            // lbl_Liquidstatus
            // 
            this.lbl_Liquidstatus.AutoSize = true;
            this.tp.SetColumnSpan(this.lbl_Liquidstatus, 2);
            this.lbl_Liquidstatus.Location = new System.Drawing.Point(10, 10);
            this.lbl_Liquidstatus.Margin = new System.Windows.Forms.Padding(10);
            this.lbl_Liquidstatus.Name = "lbl_Liquidstatus";
            this.lbl_Liquidstatus.Size = new System.Drawing.Size(53, 12);
            this.lbl_Liquidstatus.TabIndex = 5;
            this.lbl_Liquidstatus.Tag = "not";
            this.lbl_Liquidstatus.Text = "当前状态";
            // 
            // cb_labelingtestmoce
            // 
            this.cb_labelingtestmoce.AutoSize = true;
            this.cb_labelingtestmoce.Location = new System.Drawing.Point(6, 253);
            this.cb_labelingtestmoce.Name = "cb_labelingtestmoce";
            this.cb_labelingtestmoce.Size = new System.Drawing.Size(138, 16);
            this.cb_labelingtestmoce.TabIndex = 14;
            this.cb_labelingtestmoce.Text = "Labelling test mode";
            this.cb_labelingtestmoce.UseVisualStyleBackColor = true;
            this.cb_labelingtestmoce.CheckedChanged += new System.EventHandler(this.cb_labelingtestmoce_CheckedChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.btn_printertest);
            this.groupBox1.Controls.Add(this.btn_labeledit);
            this.groupBox1.Controls.Add(this.cb_labelselect);
            this.groupBox1.Location = new System.Drawing.Point(6, 112);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(340, 126);
            this.groupBox1.TabIndex = 12;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "打印设置";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(5, 23);
            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;
            // 
            // btn_printertest
            // 
            this.btn_printertest.Location = new System.Drawing.Point(11, 77);
            this.btn_printertest.Name = "btn_printertest";
            this.btn_printertest.Size = new System.Drawing.Size(107, 31);
            this.btn_printertest.TabIndex = 1;
            this.btn_printertest.Text = "打印测试";
            this.btn_printertest.UseVisualStyleBackColor = true;
            this.btn_printertest.Click += new System.EventHandler(this.btn_printertest_Click);
            // 
            // btn_labeledit
            // 
            this.btn_labeledit.Location = new System.Drawing.Point(208, 77);
            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(117, 24);
            this.cb_labelselect.Name = "cb_labelselect";
            this.cb_labelselect.Size = new System.Drawing.Size(198, 20);
            this.cb_labelselect.TabIndex = 0;
            // 
            // btn_testlabeling
            // 
            this.btn_testlabeling.Enabled = false;
            this.btn_testlabeling.Location = new System.Drawing.Point(6, 275);
            this.btn_testlabeling.Name = "btn_testlabeling";
            this.btn_testlabeling.Size = new System.Drawing.Size(201, 38);
            this.btn_testlabeling.TabIndex = 13;
            this.btn_testlabeling.Text = "Test the labeling once";
            this.btn_testlabeling.UseVisualStyleBackColor = true;
            this.btn_testlabeling.Click += new System.EventHandler(this.btn_testlabeling_Click);
            // 
            // uC_SetUserPassword1
            // 
            this.uC_SetUserPassword1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uC_SetUserPassword1.Location = new System.Drawing.Point(5, 258);
            this.uC_SetUserPassword1.Margin = new System.Windows.Forms.Padding(5);
            this.uC_SetUserPassword1.Name = "uC_SetUserPassword1";
            this.uC_SetUserPassword1.Size = new System.Drawing.Size(482, 309);
            this.uC_SetUserPassword1.TabIndex = 7;
            // 
            // tabPage_ledtower
            // 
            this.tabPage_ledtower.Controls.Add(this.uC_LedConfig1);
            this.tabPage_ledtower.Location = new System.Drawing.Point(4, 22);
            this.tabPage_ledtower.Name = "tabPage_ledtower";
            this.tabPage_ledtower.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_ledtower.Size = new System.Drawing.Size(1016, 714);
            this.tabPage_ledtower.TabIndex = 1;
            this.tabPage_ledtower.Text = "灯塔设置";
            this.tabPage_ledtower.UseVisualStyleBackColor = true;
            // 
            // uC_LedConfig1
            // 
            this.uC_LedConfig1.Config = null;
            this.uC_LedConfig1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uC_LedConfig1.Location = new System.Drawing.Point(3, 3);
            this.uC_LedConfig1.Name = "uC_LedConfig1";
            this.uC_LedConfig1.Size = new System.Drawing.Size(1010, 708);
            this.uC_LedConfig1.TabIndex = 7;
            this.uC_LedConfig1.Tag = "not";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.button2);
            this.panel2.Controls.Add(this.button1);
            this.panel2.Location = new System.Drawing.Point(482, 3);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(322, 81);
            this.panel2.TabIndex = 16;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(13, 34);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "入库取料";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(95, 34);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 1;
            this.button2.Text = "扫码贴标";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // SettingControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.tabControl1);
            this.Name = "SettingControl";
            this.Size = new System.Drawing.Size(1024, 740);
            this.Load += new System.EventHandler(this.SettingControl_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage_set.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.tp.ResumeLayout(false);
            this.tp.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.tabPage_ledtower.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.Timer timer1;
        private UC.UC_LedConfig uC_LedConfig1;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage_set;
        private System.Windows.Forms.TabPage tabPage_ledtower;
        private UC_SetUserPassword uC_SetUserPassword1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button btn_printertest;
        private System.Windows.Forms.Button btn_labeledit;
        private System.Windows.Forms.ComboBox cb_labelselect;
        private System.Windows.Forms.TableLayoutPanel tp;
        private System.Windows.Forms.CheckBox chbAutoRun;
        private System.Windows.Forms.Label lbl_Liquidstatus;
        private System.Windows.Forms.Button btn_testlabeling;
        private System.Windows.Forms.CheckBox cb_labelingtestmoce;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
    }
}