SettingControl.Designer.cs 15.1 KB

namespace TheMachineNView
{
    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.tpold = new System.Windows.Forms.TableLayoutPanel();
            this.cb_usefixpos = new System.Windows.Forms.CheckBox();
            this.button1 = new System.Windows.Forms.Button();
            this.tp = new System.Windows.Forms.TableLayoutPanel();
            this.lblYa = new System.Windows.Forms.Label();
            this.lblMaxY = new System.Windows.Forms.Label();
            this.lblMaxSet = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.uC_LedConfig1 = new TheMachineNView.UC_LedConfig();
            this.uC_SetUserPassword1 = new TheMachineNView.UC_SetUserPassword();
            this.button2 = new System.Windows.Forms.Button();
            this.tp.SuspendLayout();
            this.SuspendLayout();
            // 
            // chbAutoRun
            // 
            this.chbAutoRun.AutoSize = true;
            this.chbAutoRun.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chbAutoRun.Location = new System.Drawing.Point(234, 122);
            this.chbAutoRun.Margin = new System.Windows.Forms.Padding(10, 1, 1, 1);
            this.chbAutoRun.Name = "chbAutoRun";
            this.chbAutoRun.Size = new System.Drawing.Size(211, 38);
            this.chbAutoRun.TabIndex = 1;
            this.chbAutoRun.Text = "开机自启动";
            this.chbAutoRun.UseVisualStyleBackColor = true;
            // 
            // button_positiontool
            // 
            this.button_positiontool.Dock = System.Windows.Forms.DockStyle.Fill;
            this.button_positiontool.Location = new System.Drawing.Point(448, 122);
            this.button_positiontool.Margin = new System.Windows.Forms.Padding(1);
            this.button_positiontool.Name = "button_positiontool";
            this.button_positiontool.Size = new System.Drawing.Size(228, 38);
            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.tp.SetColumnSpan(this.lbl_hmdstate, 3);
            this.lbl_hmdstate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbl_hmdstate.Location = new System.Drawing.Point(4, 2);
            this.lbl_hmdstate.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
            this.lbl_hmdstate.Name = "lbl_hmdstate";
            this.lbl_hmdstate.Size = new System.Drawing.Size(670, 37);
            this.lbl_hmdstate.TabIndex = 5;
            this.lbl_hmdstate.Tag = "not";
            this.lbl_hmdstate.Text = "当前状态";
            this.lbl_hmdstate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // tpold
            // 
            this.tpold.AutoSize = true;
            this.tpold.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.tpold.ColumnCount = 2;
            this.tpold.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpold.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tpold.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tpold.Location = new System.Drawing.Point(8, 3);
            this.tpold.Name = "tpold";
            this.tpold.RowCount = 4;
            this.tpold.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpold.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpold.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpold.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tpold.Size = new System.Drawing.Size(0, 0);
            this.tpold.TabIndex = 6;
            // 
            // cb_usefixpos
            // 
            this.cb_usefixpos.AutoSize = true;
            this.cb_usefixpos.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cb_usefixpos.Location = new System.Drawing.Point(11, 122);
            this.cb_usefixpos.Margin = new System.Windows.Forms.Padding(10, 1, 1, 1);
            this.cb_usefixpos.Name = "cb_usefixpos";
            this.cb_usefixpos.Size = new System.Drawing.Size(211, 38);
            this.cb_usefixpos.TabIndex = 6;
            this.cb_usefixpos.Text = "启用校准库位";
            this.cb_usefixpos.UseVisualStyleBackColor = true;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(435, 661);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(149, 33);
            this.button1.TabIndex = 7;
            this.button1.Text = "reelTest";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Visible = false;
            this.button1.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // tp
            // 
            this.tp.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tp.ColumnCount = 3;
            this.tp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
            this.tp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
            this.tp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F));
            this.tp.Controls.Add(this.button_positiontool, 2, 3);
            this.tp.Controls.Add(this.lbl_hmdstate, 0, 0);
            this.tp.Controls.Add(this.chbAutoRun, 1, 3);
            this.tp.Controls.Add(this.lblYa, 0, 2);
            this.tp.Controls.Add(this.lblMaxY, 1, 2);
            this.tp.Controls.Add(this.lblMaxSet, 2, 2);
            this.tp.Controls.Add(this.label5, 2, 1);
            this.tp.Controls.Add(this.label3, 1, 1);
            this.tp.Controls.Add(this.label1, 0, 1);
            this.tp.Controls.Add(this.cb_usefixpos, 0, 3);
            this.tp.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tp.Location = new System.Drawing.Point(8, 12);
            this.tp.Name = "tp";
            this.tp.RowCount = 4;
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tp.Size = new System.Drawing.Size(678, 162);
            this.tp.TabIndex = 10;
            // 
            // lblYa
            // 
            this.lblYa.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblYa.Location = new System.Drawing.Point(4, 82);
            this.lblYa.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
            this.lblYa.Name = "lblYa";
            this.lblYa.Size = new System.Drawing.Size(216, 37);
            this.lblYa.TabIndex = 1;
            this.lblYa.Text = "0";
            this.lblYa.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblMaxY
            // 
            this.lblMaxY.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblMaxY.Location = new System.Drawing.Point(227, 82);
            this.lblMaxY.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
            this.lblMaxY.Name = "lblMaxY";
            this.lblMaxY.Size = new System.Drawing.Size(216, 37);
            this.lblMaxY.TabIndex = 3;
            this.lblMaxY.Text = "0";
            this.lblMaxY.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblMaxSet
            // 
            this.lblMaxSet.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblMaxSet.Location = new System.Drawing.Point(450, 82);
            this.lblMaxSet.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
            this.lblMaxSet.Name = "lblMaxSet";
            this.lblMaxSet.Size = new System.Drawing.Size(224, 37);
            this.lblMaxSet.TabIndex = 5;
            this.lblMaxSet.Text = "0";
            this.lblMaxSet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label5
            // 
            this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label5.Location = new System.Drawing.Point(450, 42);
            this.label5.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(224, 37);
            this.label5.TabIndex = 4;
            this.label5.Text = "设置最大压力:";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label3
            // 
            this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label3.Location = new System.Drawing.Point(227, 42);
            this.label3.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(216, 37);
            this.label3.TabIndex = 2;
            this.label3.Text = "历史最大压力值:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label1
            // 
            this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label1.Location = new System.Drawing.Point(4, 42);
            this.label1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(216, 37);
            this.label1.TabIndex = 0;
            this.label1.Text = "压力传感器当前值:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // uC_LedConfig1
            // 
            this.uC_LedConfig1.AutoScroll = true;
            this.uC_LedConfig1.Config = null;
            this.uC_LedConfig1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uC_LedConfig1.Location = new System.Drawing.Point(4, 203);
            this.uC_LedConfig1.Name = "uC_LedConfig1";
            this.uC_LedConfig1.Size = new System.Drawing.Size(693, 427);
            this.uC_LedConfig1.TabIndex = 9;
            this.uC_LedConfig1.Tag = "";
            // 
            // uC_SetUserPassword1
            // 
            this.uC_SetUserPassword1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uC_SetUserPassword1.Location = new System.Drawing.Point(9, 640);
            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";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(435, 709);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(149, 33);
            this.button2.TabIndex = 11;
            this.button2.Text = "scanTest";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Visible = false;
            this.button2.Click += new System.EventHandler(this.button1_Click);
            // 
            // SettingControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.AutoScroll = true;
            this.Controls.Add(this.button2);
            this.Controls.Add(this.tp);
            this.Controls.Add(this.uC_LedConfig1);
            this.Controls.Add(this.uC_SetUserPassword1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.tpold);
            this.Name = "SettingControl";
            this.Size = new System.Drawing.Size(700, 908);
            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 tpold;
        private System.Windows.Forms.CheckBox cb_usefixpos;
        private System.Windows.Forms.Button button1;
        private UC_SetUserPassword uC_SetUserPassword1;
        private UC_LedConfig uC_LedConfig1;
        private System.Windows.Forms.TableLayoutPanel tp;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label lblMaxSet;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label lblMaxY;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label lblYa;
        private System.Windows.Forms.Button button2;
    }
}