SettingControl.Designer.cs 10.9 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.cb_leftmode = new System.Windows.Forms.ComboBox();
            this.cb_rightmode = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label3 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.tp = new System.Windows.Forms.TableLayoutPanel();
            this.label_tempsensor = new System.Windows.Forms.Label();
            this.cb_tempsensorport = new System.Windows.Forms.ComboBox();
            this.lbl_hmdstate = new System.Windows.Forms.Label();
            this.chbAutoRun = new System.Windows.Forms.CheckBox();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.groupBox1.SuspendLayout();
            this.tp.SuspendLayout();
            this.SuspendLayout();
            // 
            // cb_leftmode
            // 
            this.cb_leftmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cb_leftmode.FormattingEnabled = true;
            this.cb_leftmode.Location = new System.Drawing.Point(198, 37);
            this.cb_leftmode.Name = "cb_leftmode";
            this.cb_leftmode.Size = new System.Drawing.Size(121, 24);
            this.cb_leftmode.TabIndex = 2;
            // 
            // cb_rightmode
            // 
            this.cb_rightmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cb_rightmode.FormattingEnabled = true;
            this.cb_rightmode.Location = new System.Drawing.Point(198, 80);
            this.cb_rightmode.Name = "cb_rightmode";
            this.cb_rightmode.Size = new System.Drawing.Size(121, 24);
            this.cb_rightmode.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(23, 32);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(156, 33);
            this.label1.TabIndex = 3;
            this.label1.Text = "左侧接驳台出入模式";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(23, 75);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(156, 33);
            this.label2.TabIndex = 3;
            this.label2.Text = "右侧接驳台出入模式";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.cb_leftmode);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.cb_rightmode);
            this.groupBox1.Location = new System.Drawing.Point(3, 135);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(363, 204);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "接驳台出入模式选择";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(23, 154);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(176, 16);
            this.label3.TabIndex = 5;
            this.label3.Text = "*保存后需重启料仓生效";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(235, 148);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(84, 29);
            this.button1.TabIndex = 4;
            this.button1.Text = "保存";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // 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.label_tempsensor, 0, 0);
            this.tp.Controls.Add(this.cb_tempsensorport, 1, 0);
            this.tp.Controls.Add(this.lbl_hmdstate, 0, 4);
            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(328, 112);
            this.tp.TabIndex = 7;
            // 
            // label_tempsensor
            // 
            this.label_tempsensor.AutoSize = true;
            this.label_tempsensor.Cursor = System.Windows.Forms.Cursors.Default;
            this.label_tempsensor.Location = new System.Drawing.Point(10, 10);
            this.label_tempsensor.Margin = new System.Windows.Forms.Padding(10);
            this.label_tempsensor.Name = "label_tempsensor";
            this.label_tempsensor.Size = new System.Drawing.Size(144, 16);
            this.label_tempsensor.TabIndex = 3;
            this.label_tempsensor.Text = "温湿度控制器端口:";
            this.label_tempsensor.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // cb_tempsensorport
            // 
            this.cb_tempsensorport.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cb_tempsensorport.FormattingEnabled = true;
            this.cb_tempsensorport.Location = new System.Drawing.Point(170, 6);
            this.cb_tempsensorport.Margin = new System.Windows.Forms.Padding(6);
            this.cb_tempsensorport.Name = "cb_tempsensorport";
            this.cb_tempsensorport.Size = new System.Drawing.Size(121, 24);
            this.cb_tempsensorport.TabIndex = 2;
            this.cb_tempsensorport.Tag = "not";
            this.cb_tempsensorport.SelectedIndexChanged += new System.EventHandler(this.cb_tempsensorport_SelectedIndexChanged);
            // 
            // lbl_hmdstate
            // 
            this.lbl_hmdstate.AutoSize = true;
            this.tp.SetColumnSpan(this.lbl_hmdstate, 2);
            this.lbl_hmdstate.Location = new System.Drawing.Point(10, 46);
            this.lbl_hmdstate.Margin = new System.Windows.Forms.Padding(10);
            this.lbl_hmdstate.Name = "lbl_hmdstate";
            this.lbl_hmdstate.Size = new System.Drawing.Size(72, 16);
            this.lbl_hmdstate.TabIndex = 5;
            this.lbl_hmdstate.Tag = "not";
            this.lbl_hmdstate.Text = "当前状态";
            // 
            // chbAutoRun
            // 
            this.chbAutoRun.AutoSize = true;
            this.tp.SetColumnSpan(this.chbAutoRun, 2);
            this.chbAutoRun.Location = new System.Drawing.Point(10, 82);
            this.chbAutoRun.Margin = new System.Windows.Forms.Padding(10);
            this.chbAutoRun.Name = "chbAutoRun";
            this.chbAutoRun.Size = new System.Drawing.Size(107, 20);
            this.chbAutoRun.TabIndex = 7;
            this.chbAutoRun.Text = "开机自启动";
            this.chbAutoRun.UseVisualStyleBackColor = true;
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // SettingControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.tp);
            this.Controls.Add(this.groupBox1);
            this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "SettingControl";
            this.Size = new System.Drawing.Size(1024, 740);
            this.Load += new System.EventHandler(this.SettingControl_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tp.ResumeLayout(false);
            this.tp.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion
        private System.Windows.Forms.ComboBox cb_leftmode;
        private System.Windows.Forms.ComboBox cb_rightmode;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TableLayoutPanel tp;
        private System.Windows.Forms.Label label_tempsensor;
        private System.Windows.Forms.ComboBox cb_tempsensorport;
        private System.Windows.Forms.Label lbl_hmdstate;
        private System.Windows.Forms.CheckBox chbAutoRun;
        private System.Windows.Forms.Timer timer1;
    }
}