FrmBoardPutCom.Designer.cs 18.7 KB
namespace TSA_V
{
    partial class FrmBoardPutCom
    {
        /// <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.timer1 = new System.Windows.Forms.Timer(this.components);
            this.lblMoveStr = new System.Windows.Forms.Label();
            this.lblLeftInfo = new System.Windows.Forms.Label();
            this.lblEndInfo = new System.Windows.Forms.Label();
            this.btnSaveCount = new System.Windows.Forms.LinkLabel();
            this.label4 = new System.Windows.Forms.Label();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnNext = new System.Windows.Forms.Button();
            this.btnPre = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.numCount = new System.Windows.Forms.NumericUpDown();
            this.lblPN = new System.Windows.Forms.Label();
            this.lblTagNo = new System.Windows.Forms.Label();
            this.lblDes = new System.Windows.Forms.Label();
            this.lblPosition = new System.Windows.Forms.Label();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            ((System.ComponentModel.ISupportInitialize)(this.numCount)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 300;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // lblMoveStr
            // 
            this.lblMoveStr.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblMoveStr.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblMoveStr.Location = new System.Drawing.Point(406, 219);
            this.lblMoveStr.Name = "lblMoveStr";
            this.lblMoveStr.Size = new System.Drawing.Size(130, 73);
            this.lblMoveStr.TabIndex = 294;
            this.lblMoveStr.Text = "移动中";
            this.lblMoveStr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblLeftInfo
            // 
            this.lblLeftInfo.AutoSize = true;
            this.lblLeftInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblLeftInfo.Location = new System.Drawing.Point(226, 437);
            this.lblLeftInfo.Name = "lblLeftInfo";
            this.lblLeftInfo.Size = new System.Drawing.Size(44, 17);
            this.lblLeftInfo.TabIndex = 293;
            this.lblLeftInfo.Text = "编号:";
            // 
            // lblEndInfo
            // 
            this.lblEndInfo.AutoSize = true;
            this.lblEndInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblEndInfo.Location = new System.Drawing.Point(83, 437);
            this.lblEndInfo.Name = "lblEndInfo";
            this.lblEndInfo.Size = new System.Drawing.Size(44, 17);
            this.lblEndInfo.TabIndex = 292;
            this.lblEndInfo.Text = "编号:";
            // 
            // btnSaveCount
            // 
            this.btnSaveCount.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnSaveCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSaveCount.Location = new System.Drawing.Point(406, 292);
            this.btnSaveCount.Name = "btnSaveCount";
            this.btnSaveCount.Size = new System.Drawing.Size(130, 33);
            this.btnSaveCount.TabIndex = 291;
            this.btnSaveCount.TabStop = true;
            this.btnSaveCount.Text = "保存数量";
            this.btnSaveCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnSaveCount.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.btnSaveCount_LinkClicked);
            // 
            // label4
            // 
            this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label4.Location = new System.Drawing.Point(3, 73);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(128, 73);
            this.label4.TabIndex = 289;
            this.label4.Text = "位号:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnCancel
            // 
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCancel.Location = new System.Drawing.Point(354, 376);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(128, 50);
            this.btnCancel.TabIndex = 288;
            this.btnCancel.Text = "结束";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnNext
            // 
            this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnNext.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnNext.Location = new System.Drawing.Point(217, 376);
            this.btnNext.Name = "btnNext";
            this.btnNext.Size = new System.Drawing.Size(128, 50);
            this.btnNext.TabIndex = 287;
            this.btnNext.Text = "下一个元器件";
            this.btnNext.UseVisualStyleBackColor = true;
            this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
            // 
            // btnPre
            // 
            this.btnPre.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnPre.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnPre.Location = new System.Drawing.Point(80, 376);
            this.btnPre.Name = "btnPre";
            this.btnPre.Size = new System.Drawing.Size(128, 50);
            this.btnPre.TabIndex = 286;
            this.btnPre.Text = "上一个元器件";
            this.btnPre.UseVisualStyleBackColor = true;
            this.btnPre.Click += new System.EventHandler(this.btnPre_Click);
            // 
            // label1
            // 
            this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label1.Location = new System.Drawing.Point(3, 219);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(128, 73);
            this.label1.TabIndex = 78;
            this.label1.Text = "料盘位置:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label3
            // 
            this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label3.Location = new System.Drawing.Point(3, 292);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(128, 33);
            this.label3.TabIndex = 76;
            this.label3.Text = "数量:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label2.Location = new System.Drawing.Point(3, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(128, 73);
            this.label2.TabIndex = 73;
            this.label2.Text = "物料编号:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label5
            // 
            this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label5.Location = new System.Drawing.Point(3, 146);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(128, 73);
            this.label5.TabIndex = 295;
            this.label5.Text = "描述:";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // numCount
            // 
            this.numCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.numCount.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numCount.Location = new System.Drawing.Point(137, 295);
            this.numCount.Maximum = new decimal(new int[] {
            1410065408,
            2,
            0,
            0});
            this.numCount.Name = "numCount";
            this.numCount.Size = new System.Drawing.Size(163, 29);
            this.numCount.TabIndex = 297;
            // 
            // lblPN
            // 
            this.lblPN.AutoSize = true;
            this.tableLayoutPanel1.SetColumnSpan(this.lblPN, 2);
            this.lblPN.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblPN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblPN.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblPN.Location = new System.Drawing.Point(137, 0);
            this.lblPN.Name = "lblPN";
            this.lblPN.Size = new System.Drawing.Size(399, 73);
            this.lblPN.TabIndex = 298;
            this.lblPN.Text = "移动中";
            this.lblPN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblTagNo
            // 
            this.tableLayoutPanel1.SetColumnSpan(this.lblTagNo, 2);
            this.lblTagNo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblTagNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblTagNo.Location = new System.Drawing.Point(137, 73);
            this.lblTagNo.Name = "lblTagNo";
            this.lblTagNo.Size = new System.Drawing.Size(399, 73);
            this.lblTagNo.TabIndex = 299;
            this.lblTagNo.Text = "移动中";
            this.lblTagNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblDes
            // 
            this.tableLayoutPanel1.SetColumnSpan(this.lblDes, 2);
            this.lblDes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblDes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDes.Location = new System.Drawing.Point(137, 146);
            this.lblDes.Name = "lblDes";
            this.lblDes.Size = new System.Drawing.Size(399, 73);
            this.lblDes.TabIndex = 300;
            this.lblDes.Text = "移动中";
            this.lblDes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblPosition
            // 
            this.lblPosition.AutoSize = true;
            this.lblPosition.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblPosition.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblPosition.Location = new System.Drawing.Point(137, 219);
            this.lblPosition.Name = "lblPosition";
            this.lblPosition.Size = new System.Drawing.Size(263, 73);
            this.lblPosition.TabIndex = 301;
            this.lblPosition.Text = "移动中";
            this.lblPosition.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.lblMoveStr, 2, 3);
            this.tableLayoutPanel1.Controls.Add(this.numCount, 1, 4);
            this.tableLayoutPanel1.Controls.Add(this.lblPosition, 1, 3);
            this.tableLayoutPanel1.Controls.Add(this.lblPN, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.lblDes, 1, 2);
            this.tableLayoutPanel1.Controls.Add(this.btnSaveCount, 2, 4);
            this.tableLayoutPanel1.Controls.Add(this.lblTagNo, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.label5, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.label4, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.label1, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.label3, 0, 4);
            this.tableLayoutPanel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tableLayoutPanel1.Location = new System.Drawing.Point(21, 25);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 4;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(539, 325);
            this.tableLayoutPanel1.TabIndex = 302;
            // 
            // FrmBoardPutCom
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(591, 488);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.lblLeftInfo);
            this.Controls.Add(this.lblEndInfo);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnNext);
            this.Controls.Add(this.btnPre);
            this.Name = "FrmBoardPutCom";
            this.Text = "备料";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmPutCom_FormClosing);
            this.Load += new System.EventHandler(this.FrmPutCom_Load);
            this.Shown += new System.EventHandler(this.FrmPutCom_Shown);
            ((System.ComponentModel.ISupportInitialize)(this.numCount)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnNext;
        private System.Windows.Forms.Button btnPre;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.LinkLabel btnSaveCount;
        private System.Windows.Forms.Label lblEndInfo;
        private System.Windows.Forms.Label lblLeftInfo;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label lblMoveStr;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.NumericUpDown numCount;
        private System.Windows.Forms.Label lblPN;
        private System.Windows.Forms.Label lblTagNo;
        private System.Windows.Forms.Label lblDes;
        private System.Windows.Forms.Label lblPosition;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
    }
}