SettingControl.Designer.cs 8.5 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.chbAutoRun = new System.Windows.Forms.CheckBox();
            this.button_positiontool = new System.Windows.Forms.Button();
            this.lbl_hmdstate = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.tp = new System.Windows.Forms.TableLayoutPanel();
            this.cb_usefixpos = new System.Windows.Forms.CheckBox();
            this.button1 = new System.Windows.Forms.Button();
            this.uC_LedConfig1 = new TheMachine.UC_LedConfig();
            this.uC_SetUserPassword1 = new TheMachine.UC_SetUserPassword();
            this.tp.SuspendLayout();
            this.SuspendLayout();
            // 
            // chbAutoRun
            // 
            this.chbAutoRun.AutoSize = true;
            this.tp.SetColumnSpan(this.chbAutoRun, 2);
            this.chbAutoRun.Location = new System.Drawing.Point(10, 134);
            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;
            // 
            // button_positiontool
            // 
            this.tp.SetColumnSpan(this.button_positiontool, 2);
            this.button_positiontool.Location = new System.Drawing.Point(10, 42);
            this.button_positiontool.Margin = new System.Windows.Forms.Padding(10);
            this.button_positiontool.Name = "button_positiontool";
            this.button_positiontool.Size = new System.Drawing.Size(181, 36);
            this.button_positiontool.TabIndex = 4;
            this.button_positiontool.Text = "库位定位辅助工具";
            this.button_positiontool.UseVisualStyleBackColor = true;
            this.button_positiontool.Click += new System.EventHandler(this.button_positiontool_Click);
            // 
            // lbl_hmdstate
            // 
            this.lbl_hmdstate.AutoSize = true;
            this.tp.SetColumnSpan(this.lbl_hmdstate, 2);
            this.lbl_hmdstate.Location = new System.Drawing.Point(10, 10);
            this.lbl_hmdstate.Margin = new System.Windows.Forms.Padding(10);
            this.lbl_hmdstate.Name = "lbl_hmdstate";
            this.lbl_hmdstate.Size = new System.Drawing.Size(53, 12);
            this.lbl_hmdstate.TabIndex = 5;
            this.lbl_hmdstate.Tag = "not";
            this.lbl_hmdstate.Text = "当前状态";
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // 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.button_positiontool, 0, 5);
            this.tp.Controls.Add(this.lbl_hmdstate, 0, 4);
            this.tp.Controls.Add(this.cb_usefixpos, 0, 6);
            this.tp.Controls.Add(this.chbAutoRun, 0, 7);
            this.tp.Location = new System.Drawing.Point(3, 3);
            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(286, 160);
            this.tp.TabIndex = 6;
            // 
            // cb_usefixpos
            // 
            this.cb_usefixpos.AutoSize = true;
            this.tp.SetColumnSpan(this.cb_usefixpos, 2);
            this.cb_usefixpos.Location = new System.Drawing.Point(10, 98);
            this.cb_usefixpos.Margin = new System.Windows.Forms.Padding(10);
            this.cb_usefixpos.Name = "cb_usefixpos";
            this.cb_usefixpos.Size = new System.Drawing.Size(96, 16);
            this.cb_usefixpos.TabIndex = 6;
            this.cb_usefixpos.Text = "启用校准库位";
            this.cb_usefixpos.UseVisualStyleBackColor = true;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(903, 101);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(102, 48);
            this.button1.TabIndex = 7;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Visible = false;
            this.button1.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // uC_LedConfig1
            // 
            this.uC_LedConfig1.AutoScroll = true;
            this.uC_LedConfig1.Config = null;
            this.uC_LedConfig1.Location = new System.Drawing.Point(4, 263);
            this.uC_LedConfig1.Name = "uC_LedConfig1";
            this.uC_LedConfig1.Size = new System.Drawing.Size(859, 440);
            this.uC_LedConfig1.TabIndex = 9;
            this.uC_LedConfig1.Tag = "not";
            // 
            // 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(481, 1);
            this.uC_SetUserPassword1.Margin = new System.Windows.Forms.Padding(5);
            this.uC_SetUserPassword1.Name = "uC_SetUserPassword1";
            this.uC_SetUserPassword1.Size = new System.Drawing.Size(393, 237);
            this.uC_SetUserPassword1.TabIndex = 8;
            this.uC_SetUserPassword1.Tag = "not";
            // 
            // SettingControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.AutoScroll = true;
            this.Controls.Add(this.uC_LedConfig1);
            this.Controls.Add(this.uC_SetUserPassword1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.tp);
            this.Name = "SettingControl";
            this.Size = new System.Drawing.Size(1024, 740);
            this.Load += new System.EventHandler(this.SettingControl_Load);
            this.tp.ResumeLayout(false);
            this.tp.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion
        private System.Windows.Forms.CheckBox chbAutoRun;
        private System.Windows.Forms.Button button_positiontool;
        private System.Windows.Forms.Label lbl_hmdstate;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.TableLayoutPanel tp;
        private System.Windows.Forms.CheckBox cb_usefixpos;
        private System.Windows.Forms.Button button1;
        private UC_SetUserPassword uC_SetUserPassword1;
        private UC_LedConfig uC_LedConfig1;
    }
}