FrmBoardSelect.Designer.cs 8.9 KB
namespace TSA_V
{
    partial class FrmBoardSelect
    {
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBoardSelect));
            this.label1 = new System.Windows.Forms.Label();
            this.txtCode = new System.Windows.Forms.TextBox();
            this.btnNext = new System.Windows.Forms.Button();
            this.btnBack = new System.Windows.Forms.Button();
            this.lblBoardMsg = new System.Windows.Forms.Label();
            this.cmbBoardList = new System.Windows.Forms.ComboBox();
            this.chbGuoban = new System.Windows.Forms.CheckBox();
            this.btnChangeW = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.lblWait = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(149, 44);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(137, 12);
            this.label1.TabIndex = 275;
            this.label1.Text = "扫码条码自动匹配程序:";
            // 
            // txtCode
            // 
            this.txtCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtCode.Location = new System.Drawing.Point(151, 59);
            this.txtCode.MaxLength = 40;
            this.txtCode.Name = "txtCode";
            this.txtCode.Size = new System.Drawing.Size(246, 29);
            this.txtCode.TabIndex = 274;
            this.txtCode.TextChanged += new System.EventHandler(this.txtCode_TextChanged);
            // 
            // btnNext
            // 
            this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnNext.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnNext.Location = new System.Drawing.Point(340, 249);
            this.btnNext.Name = "btnNext";
            this.btnNext.Size = new System.Drawing.Size(120, 45);
            this.btnNext.TabIndex = 273;
            this.btnNext.Text = "下一步";
            this.btnNext.UseVisualStyleBackColor = false;
            this.btnNext.Click += new System.EventHandler(this.BtnNext_Click);
            // 
            // btnBack
            // 
            this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnBack.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnBack.Location = new System.Drawing.Point(88, 249);
            this.btnBack.Name = "btnBack";
            this.btnBack.Size = new System.Drawing.Size(120, 45);
            this.btnBack.TabIndex = 272;
            this.btnBack.Text = "返回";
            this.btnBack.UseVisualStyleBackColor = false;
            this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
            // 
            // lblBoardMsg
            // 
            this.lblBoardMsg.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblBoardMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.lblBoardMsg.Location = new System.Drawing.Point(12, 177);
            this.lblBoardMsg.Name = "lblBoardMsg";
            this.lblBoardMsg.Size = new System.Drawing.Size(510, 69);
            this.lblBoardMsg.TabIndex = 5;
            this.lblBoardMsg.Text = "程序信息";
            this.lblBoardMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // cmbBoardList
            // 
            this.cmbBoardList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbBoardList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbBoardList.FormattingEnabled = true;
            this.cmbBoardList.Location = new System.Drawing.Point(151, 109);
            this.cmbBoardList.Name = "cmbBoardList";
            this.cmbBoardList.Size = new System.Drawing.Size(246, 29);
            this.cmbBoardList.TabIndex = 6;
            this.cmbBoardList.SelectedIndexChanged += new System.EventHandler(this.cmbBoardList_SelectedIndexChanged);
            // 
            // chbGuoban
            // 
            this.chbGuoban.AutoSize = true;
            this.chbGuoban.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbGuoban.Location = new System.Drawing.Point(214, 159);
            this.chbGuoban.Name = "chbGuoban";
            this.chbGuoban.Size = new System.Drawing.Size(126, 24);
            this.chbGuoban.TabIndex = 276;
            this.chbGuoban.Text = "流水线过板模式";
            this.chbGuoban.UseVisualStyleBackColor = true;
            // 
            // btnChangeW
            // 
            this.btnChangeW.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnChangeW.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnChangeW.Location = new System.Drawing.Point(214, 249);
            this.btnChangeW.Name = "btnChangeW";
            this.btnChangeW.Size = new System.Drawing.Size(120, 45);
            this.btnChangeW.TabIndex = 277;
            this.btnChangeW.Text = "调宽";
            this.btnChangeW.UseVisualStyleBackColor = false;
            this.btnChangeW.Click += new System.EventHandler(this.btnChangeW_Click);
            // 
            // lblWait
            // 
            this.lblWait.BackColor = System.Drawing.Color.Transparent;
            this.lblWait.Image = ((System.Drawing.Image)(resources.GetObject("lblWait.Image")));
            this.lblWait.Location = new System.Drawing.Point(101, 32);
            this.lblWait.Name = "lblWait";
            this.lblWait.Size = new System.Drawing.Size(331, 161);
            this.lblWait.TabIndex = 278;
            this.lblWait.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // FrmBoardSelect
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(534, 320);
            this.Controls.Add(this.lblWait);
            this.Controls.Add(this.btnChangeW);
            this.Controls.Add(this.chbGuoban);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.txtCode);
            this.Controls.Add(this.btnNext);
            this.Controls.Add(this.btnBack);
            this.Controls.Add(this.lblBoardMsg);
            this.Controls.Add(this.cmbBoardList);
            this.Name = "FrmBoardSelect";
            this.Text = "请选择程序";
            this.Load += new System.EventHandler(this.FrmBoardSelect_Load);
            this.Shown += new System.EventHandler(this.FrmBoardSelect_Shown);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblBoardMsg;
        private System.Windows.Forms.ComboBox cmbBoardList;
        private System.Windows.Forms.Button btnBack;
        private System.Windows.Forms.Button btnNext;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtCode;
        private System.Windows.Forms.CheckBox chbGuoban;
        private System.Windows.Forms.Button btnChangeW;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label lblWait;
    }
}