Homepage.Designer.cs 14.4 KB
namespace AutoScanAndLabel
{
    partial class Homepage
    {
        /// <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.btn_stop = new System.Windows.Forms.Button();
            this.btn_run = new System.Windows.Forms.Button();
            this.listView1 = new System.Windows.Forms.ListView();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.btn_PauseBuzzer = new System.Windows.Forms.Button();
            this.cb_EnableBuzzer = new System.Windows.Forms.CheckBox();
            this.btn_leftempty = new System.Windows.Forms.Button();
            this.btn_maulstart = new System.Windows.Forms.Button();
            this.btn_releaserightshelf = new System.Windows.Forms.Button();
            this.btn_releaseleftshelf = new System.Windows.Forms.Button();
            this.cb_IgnoreGratingSignal = new System.Windows.Forms.CheckBox();
            this.cb_IgnoreSafecheck = new System.Windows.Forms.CheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.stateView = new System.Windows.Forms.ListView();
            this.groupBox2.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btn_stop
            // 
            this.btn_stop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_stop.Location = new System.Drawing.Point(7, 104);
            this.btn_stop.Name = "btn_stop";
            this.btn_stop.Size = new System.Drawing.Size(105, 37);
            this.btn_stop.TabIndex = 6;
            this.btn_stop.Text = "停止";
            this.btn_stop.UseVisualStyleBackColor = true;
            this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
            // 
            // btn_run
            // 
            this.btn_run.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_run.Location = new System.Drawing.Point(7, 24);
            this.btn_run.Name = "btn_run";
            this.btn_run.Size = new System.Drawing.Size(105, 37);
            this.btn_run.TabIndex = 7;
            this.btn_run.Text = "启动";
            this.btn_run.UseVisualStyleBackColor = true;
            this.btn_run.Click += new System.EventHandler(this.btn_run_Click);
            // 
            // listView1
            // 
            this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.listView1.HideSelection = false;
            this.listView1.Location = new System.Drawing.Point(3, 21);
            this.listView1.MultiSelect = false;
            this.listView1.Name = "listView1";
            this.listView1.ShowGroups = false;
            this.listView1.Size = new System.Drawing.Size(863, 117);
            this.listView1.TabIndex = 2;
            this.listView1.Tag = "not";
            this.listView1.UseCompatibleStateImageBehavior = false;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.listView1);
            this.groupBox2.Location = new System.Drawing.Point(131, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(869, 141);
            this.groupBox2.TabIndex = 8;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "消息";
            // 
            // tabControl1
            // 
            this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabControl1.Location = new System.Drawing.Point(3, 150);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1002, 475);
            this.tabControl1.TabIndex = 9;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.pictureBox1);
            this.tabPage1.Controls.Add(this.btn_PauseBuzzer);
            this.tabPage1.Controls.Add(this.cb_EnableBuzzer);
            this.tabPage1.Controls.Add(this.btn_leftempty);
            this.tabPage1.Controls.Add(this.btn_maulstart);
            this.tabPage1.Controls.Add(this.btn_releaserightshelf);
            this.tabPage1.Controls.Add(this.btn_releaseleftshelf);
            this.tabPage1.Controls.Add(this.cb_IgnoreGratingSignal);
            this.tabPage1.Controls.Add(this.cb_IgnoreSafecheck);
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Location = new System.Drawing.Point(4, 36);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Size = new System.Drawing.Size(994, 435);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "信息";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new System.Drawing.Point(594, 26);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(388, 278);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 7;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Visible = false;
            // 
            // btn_PauseBuzzer
            // 
            this.btn_PauseBuzzer.BackColor = System.Drawing.Color.OrangeRed;
            this.btn_PauseBuzzer.Location = new System.Drawing.Point(653, 135);
            this.btn_PauseBuzzer.Name = "btn_PauseBuzzer";
            this.btn_PauseBuzzer.Size = new System.Drawing.Size(201, 40);
            this.btn_PauseBuzzer.TabIndex = 6;
            this.btn_PauseBuzzer.Text = "本次暂停警报器响声";
            this.btn_PauseBuzzer.UseVisualStyleBackColor = false;
            this.btn_PauseBuzzer.Visible = false;
            // 
            // cb_EnableBuzzer
            // 
            this.cb_EnableBuzzer.AutoSize = true;
            this.cb_EnableBuzzer.Location = new System.Drawing.Point(653, 42);
            this.cb_EnableBuzzer.Name = "cb_EnableBuzzer";
            this.cb_EnableBuzzer.Size = new System.Drawing.Size(134, 31);
            this.cb_EnableBuzzer.TabIndex = 5;
            this.cb_EnableBuzzer.Text = "使用蜂鸣器";
            this.cb_EnableBuzzer.UseVisualStyleBackColor = true;
            // 
            // btn_leftempty
            // 
            this.btn_leftempty.Location = new System.Drawing.Point(500, 357);
            this.btn_leftempty.Name = "btn_leftempty";
            this.btn_leftempty.Size = new System.Drawing.Size(200, 65);
            this.btn_leftempty.TabIndex = 3;
            this.btn_leftempty.Text = "左侧手动清空";
            this.btn_leftempty.UseVisualStyleBackColor = true;
            this.btn_leftempty.Click += new System.EventHandler(this.btn_leftempty_Click);
            // 
            // btn_maulstart
            // 
            this.btn_maulstart.Location = new System.Drawing.Point(752, 357);
            this.btn_maulstart.Name = "btn_maulstart";
            this.btn_maulstart.Size = new System.Drawing.Size(200, 65);
            this.btn_maulstart.TabIndex = 4;
            this.btn_maulstart.Text = "右侧手动上料";
            this.btn_maulstart.UseVisualStyleBackColor = true;
            this.btn_maulstart.Click += new System.EventHandler(this.btn_maulstart_Click);
            // 
            // btn_releaserightshelf
            // 
            this.btn_releaserightshelf.Location = new System.Drawing.Point(259, 357);
            this.btn_releaserightshelf.Name = "btn_releaserightshelf";
            this.btn_releaserightshelf.Size = new System.Drawing.Size(200, 65);
            this.btn_releaserightshelf.TabIndex = 3;
            this.btn_releaserightshelf.Text = "安全释放右侧料串";
            this.btn_releaserightshelf.UseVisualStyleBackColor = true;
            this.btn_releaserightshelf.Click += new System.EventHandler(this.btn_releaserightshelf_Click);
            // 
            // btn_releaseleftshelf
            // 
            this.btn_releaseleftshelf.BackColor = System.Drawing.Color.Transparent;
            this.btn_releaseleftshelf.Location = new System.Drawing.Point(8, 357);
            this.btn_releaseleftshelf.Name = "btn_releaseleftshelf";
            this.btn_releaseleftshelf.Size = new System.Drawing.Size(200, 65);
            this.btn_releaseleftshelf.TabIndex = 3;
            this.btn_releaseleftshelf.Text = "安全释放左侧料串";
            this.btn_releaseleftshelf.UseVisualStyleBackColor = false;
            this.btn_releaseleftshelf.Click += new System.EventHandler(this.btn_releaseleftshelf_Click);
            // 
            // cb_IgnoreGratingSignal
            // 
            this.cb_IgnoreGratingSignal.AutoSize = true;
            this.cb_IgnoreGratingSignal.Location = new System.Drawing.Point(653, 104);
            this.cb_IgnoreGratingSignal.Name = "cb_IgnoreGratingSignal";
            this.cb_IgnoreGratingSignal.Size = new System.Drawing.Size(154, 31);
            this.cb_IgnoreGratingSignal.TabIndex = 2;
            this.cb_IgnoreGratingSignal.Text = "忽略安全光栅";
            this.cb_IgnoreGratingSignal.UseVisualStyleBackColor = true;
            // 
            // cb_IgnoreSafecheck
            // 
            this.cb_IgnoreSafecheck.AutoSize = true;
            this.cb_IgnoreSafecheck.Location = new System.Drawing.Point(653, 73);
            this.cb_IgnoreSafecheck.Name = "cb_IgnoreSafecheck";
            this.cb_IgnoreSafecheck.Size = new System.Drawing.Size(268, 31);
            this.cb_IgnoreSafecheck.TabIndex = 2;
            this.cb_IgnoreSafecheck.Text = "忽略安全检查(含安全光栅)";
            this.cb_IgnoreSafecheck.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.stateView);
            this.groupBox1.Location = new System.Drawing.Point(8, 26);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(583, 278);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "运行状态";
            // 
            // stateView
            // 
            this.stateView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.stateView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.stateView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.stateView.HideSelection = false;
            this.stateView.Location = new System.Drawing.Point(3, 30);
            this.stateView.MultiSelect = false;
            this.stateView.Name = "stateView";
            this.stateView.Size = new System.Drawing.Size(577, 245);
            this.stateView.TabIndex = 0;
            this.stateView.Tag = "not";
            this.stateView.UseCompatibleStateImageBehavior = false;
            // 
            // Homepage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.btn_stop);
            this.Controls.Add(this.btn_run);
            this.Controls.Add(this.groupBox2);
            this.Name = "Homepage";
            this.Size = new System.Drawing.Size(1019, 628);
            this.groupBox2.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btn_stop;
        private System.Windows.Forms.Button btn_run;
        private System.Windows.Forms.ListView listView1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Button btn_PauseBuzzer;
        private System.Windows.Forms.CheckBox cb_EnableBuzzer;
        private System.Windows.Forms.Button btn_leftempty;
        private System.Windows.Forms.Button btn_maulstart;
        private System.Windows.Forms.Button btn_releaserightshelf;
        private System.Windows.Forms.Button btn_releaseleftshelf;
        private System.Windows.Forms.CheckBox cb_IgnoreGratingSignal;
        private System.Windows.Forms.CheckBox cb_IgnoreSafecheck;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ListView stateView;
    }
}