FrmDisableTray.Designer.cs 12.2 KB

namespace OnlineStore.AssemblyLine
{
    partial class FrmDisableTray
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.group3 = new System.Windows.Forms.GroupBox();
            this.lblPro4Warnmsg = new System.Windows.Forms.Label();
            this.lblMsg = new System.Windows.Forms.Label();
            this.chbProTray = new System.Windows.Forms.CheckBox();
            this.lblTrayInfo = new System.Windows.Forms.Label();
            this.btnrefresh = new System.Windows.Forms.Button();
            this.btnClose = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.Column_trayNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_DeviceName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_datetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_describle = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_TrayInfo = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_Del = new System.Windows.Forms.DataGridViewLinkColumn();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.group3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // group3
            // 
            this.group3.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.group3.Controls.Add(this.lblPro4Warnmsg);
            this.group3.Controls.Add(this.lblMsg);
            this.group3.Controls.Add(this.chbProTray);
            this.group3.Controls.Add(this.lblTrayInfo);
            this.group3.Controls.Add(this.btnrefresh);
            this.group3.Controls.Add(this.btnClose);
            this.group3.Controls.Add(this.dataGridView1);
            this.group3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.group3.Location = new System.Drawing.Point(5, 5);
            this.group3.Name = "group3";
            this.group3.Size = new System.Drawing.Size(900, 556);
            this.group3.TabIndex = 321;
            this.group3.TabStop = false;
            this.group3.Text = "禁用托盘列表";
            this.group3.Enter += new System.EventHandler(this.group3_Enter);
            // 
            // lblPro4Warnmsg
            // 
            this.lblPro4Warnmsg.AutoSize = true;
            this.lblPro4Warnmsg.Location = new System.Drawing.Point(6, 443);
            this.lblPro4Warnmsg.Name = "lblPro4Warnmsg";
            this.lblPro4Warnmsg.Size = new System.Drawing.Size(0, 17);
            this.lblPro4Warnmsg.TabIndex = 331;
            // 
            // lblMsg
            // 
            this.lblMsg.AutoSize = true;
            this.lblMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.lblMsg.Location = new System.Drawing.Point(502, 454);
            this.lblMsg.Name = "lblMsg";
            this.lblMsg.Size = new System.Drawing.Size(387, 17);
            this.lblMsg.TabIndex = 330;
            this.lblMsg.Text = "勾选开始处理托盘,禁用的托盘到达出料4后,会等待托盘启用后再放行";
            // 
            // chbProTray
            // 
            this.chbProTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chbProTray.AutoSize = true;
            this.chbProTray.Location = new System.Drawing.Point(511, 515);
            this.chbProTray.Name = "chbProTray";
            this.chbProTray.Size = new System.Drawing.Size(99, 21);
            this.chbProTray.TabIndex = 329;
            this.chbProTray.Text = "开始处理托盘";
            this.chbProTray.UseVisualStyleBackColor = true;
            this.chbProTray.CheckedChanged += new System.EventHandler(this.chbProTray_CheckedChanged);
            // 
            // lblTrayInfo
            // 
            this.lblTrayInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblTrayInfo.Location = new System.Drawing.Point(6, 475);
            this.lblTrayInfo.Name = "lblTrayInfo";
            this.lblTrayInfo.Size = new System.Drawing.Size(480, 74);
            this.lblTrayInfo.TabIndex = 328;
            this.lblTrayInfo.Text = "label1";
            // 
            // btnrefresh
            // 
            this.btnrefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnrefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnrefresh.ForeColor = System.Drawing.Color.Black;
            this.btnrefresh.Location = new System.Drawing.Point(643, 507);
            this.btnrefresh.Name = "btnrefresh";
            this.btnrefresh.Size = new System.Drawing.Size(121, 36);
            this.btnrefresh.TabIndex = 327;
            this.btnrefresh.Text = "刷新";
            this.btnrefresh.UseVisualStyleBackColor = true;
            this.btnrefresh.Click += new System.EventHandler(this.btnrefresh_Click);
            // 
            // btnClose
            // 
            this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnClose.ForeColor = System.Drawing.Color.Black;
            this.btnClose.Location = new System.Drawing.Point(767, 507);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(121, 36);
            this.btnClose.TabIndex = 326;
            this.btnClose.Text = "关闭";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column_trayNum,
            this.Column_DeviceName,
            this.Column_datetime,
            this.Column_describle,
            this.Column_TrayInfo,
            this.Column_Del});
            this.dataGridView1.Location = new System.Drawing.Point(6, 22);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersWidth = 5;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(887, 414);
            this.dataGridView1.TabIndex = 323;
            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
            // 
            // Column_trayNum
            // 
            this.Column_trayNum.HeaderText = "托盘编号";
            this.Column_trayNum.Name = "Column_trayNum";
            this.Column_trayNum.Width = 80;
            // 
            // Column_DeviceName
            // 
            this.Column_DeviceName.HeaderText = "禁用设备";
            this.Column_DeviceName.Name = "Column_DeviceName";
            // 
            // Column_datetime
            // 
            this.Column_datetime.HeaderText = "禁用时间";
            this.Column_datetime.Name = "Column_datetime";
            this.Column_datetime.Width = 150;
            // 
            // Column_describle
            // 
            this.Column_describle.HeaderText = "禁用原因";
            this.Column_describle.Name = "Column_describle";
            this.Column_describle.Width = 220;
            // 
            // Column_TrayInfo
            // 
            this.Column_TrayInfo.HeaderText = "料盘信息";
            this.Column_TrayInfo.Name = "Column_TrayInfo";
            this.Column_TrayInfo.Width = 220;
            // 
            // Column_Del
            // 
            this.Column_Del.FillWeight = 60F;
            this.Column_Del.HeaderText = "启用";
            this.Column_Del.Name = "Column_Del";
            this.Column_Del.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.Column_Del.Text = "启用";
            this.Column_Del.ToolTipText = "启用";
            this.Column_Del.UseColumnTextForLinkValue = true;
            this.Column_Del.Width = 70;
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // FrmDisableTray
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(910, 565);
            this.Controls.Add(this.group3);
            this.Name = "FrmDisableTray";
            this.Text = "托盘禁用处理";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmDisableTray_FormClosed);
            this.Load += new System.EventHandler(this.FrmDisableTray_Load);
            this.group3.ResumeLayout(false);
            this.group3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox group3;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.Button btnrefresh;
        private System.Windows.Forms.Label lblTrayInfo;
        private System.Windows.Forms.CheckBox chbProTray;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_trayNum;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_DeviceName;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_datetime;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_describle;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_TrayInfo;
        private System.Windows.Forms.DataGridViewLinkColumn Column_Del;
        private System.Windows.Forms.Label lblMsg;
        private System.Windows.Forms.Label lblPro4Warnmsg;
        private System.Windows.Forms.Timer timer1;
    }
}