UsrYangGuang.Designer.cs 9.5 KB
namespace MES
{
    partial class User
    {
        /// <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.TxtQTY = new Asa.Face.SurTextBox();
            this.TxtDC = new Asa.Face.SurTextBox();
            this.surLabel1 = new Asa.Face.SurLabel();
            this.surLabel2 = new Asa.Face.SurLabel();
            this.BtnPrint = new Asa.Face.SurButton();
            this.label1 = new System.Windows.Forms.Label();
            this.surCheck1 = new Asa.Face.SurCheck();
            this.surLabel3 = new Asa.Face.SurLabel();
            this.TxtLOT = new Asa.Face.SurTextBox();
            this.SuspendLayout();
            // 
            // TxtQTY
            // 
            this.TxtQTY.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.TxtQTY.BorderRect = new System.Drawing.Rectangle(1, 1, 294, 54);
            this.TxtQTY.Font = new System.Drawing.Font("宋体", 14F);
            this.TxtQTY.Inside = false;
            this.TxtQTY.Location = new System.Drawing.Point(63, 44);
            this.TxtQTY.MaxLength = 32767;
            this.TxtQTY.Name = "TxtQTY";
            this.TxtQTY.PasswordChar = '\0';
            this.TxtQTY.SelectedText = "";
            this.TxtQTY.SelectionLength = 0;
            this.TxtQTY.SelectionStart = 0;
            this.TxtQTY.Size = new System.Drawing.Size(296, 56);
            this.TxtQTY.TabIndex = 0;
            this.TxtQTY.Click += new System.EventHandler(this.TxtQTY_Click);
            // 
            // TxtDC
            // 
            this.TxtDC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.TxtDC.BorderRect = new System.Drawing.Rectangle(1, 1, 294, 54);
            this.TxtDC.Font = new System.Drawing.Font("宋体", 14F);
            this.TxtDC.Inside = false;
            this.TxtDC.Location = new System.Drawing.Point(63, 132);
            this.TxtDC.MaxLength = 32767;
            this.TxtDC.Name = "TxtDC";
            this.TxtDC.PasswordChar = '\0';
            this.TxtDC.SelectedText = "";
            this.TxtDC.SelectionLength = 0;
            this.TxtDC.SelectionStart = 0;
            this.TxtDC.Size = new System.Drawing.Size(296, 56);
            this.TxtDC.TabIndex = 1;
            this.TxtDC.Click += new System.EventHandler(this.TxtDC_Click);
            // 
            // surLabel1
            // 
            this.surLabel1.BorderRect = new System.Drawing.Rectangle(0, 0, 54, 56);
            this.surLabel1.BorderWidth = 0;
            this.surLabel1.Font = new System.Drawing.Font("宋体", 14F);
            this.surLabel1.Inside = false;
            this.surLabel1.Location = new System.Drawing.Point(3, 44);
            this.surLabel1.Name = "surLabel1";
            this.surLabel1.Size = new System.Drawing.Size(54, 56);
            this.surLabel1.TabIndex = 2;
            this.surLabel1.Text = "QTY";
            this.surLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // surLabel2
            // 
            this.surLabel2.BorderRect = new System.Drawing.Rectangle(0, 0, 54, 56);
            this.surLabel2.BorderWidth = 0;
            this.surLabel2.Font = new System.Drawing.Font("宋体", 14F);
            this.surLabel2.Inside = false;
            this.surLabel2.Location = new System.Drawing.Point(3, 132);
            this.surLabel2.Name = "surLabel2";
            this.surLabel2.Size = new System.Drawing.Size(54, 56);
            this.surLabel2.TabIndex = 3;
            this.surLabel2.Text = "DC";
            this.surLabel2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // BtnPrint
            // 
            this.BtnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnPrint.BorderRect = new System.Drawing.Rectangle(1, 1, 294, 91);
            this.BtnPrint.Font = new System.Drawing.Font("宋体", 14F);
            this.BtnPrint.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnPrint.Inside = false;
            this.BtnPrint.Location = new System.Drawing.Point(63, 333);
            this.BtnPrint.Name = "BtnPrint";
            this.BtnPrint.Size = new System.Drawing.Size(296, 93);
            this.BtnPrint.StateColor = System.Drawing.Color.Empty;
            this.BtnPrint.TabIndex = 4;
            this.BtnPrint.Text = "打印标签";
            this.BtnPrint.Click += new Asa.Face.MyEvent.Click(this.BtnPrint_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("宋体", 32F);
            this.label1.ForeColor = System.Drawing.Color.Red;
            this.label1.Location = new System.Drawing.Point(55, 471);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(148, 43);
            this.label1.TabIndex = 5;
            this.label1.Text = "未通过";
            this.label1.Visible = false;
            // 
            // surCheck1
            // 
            this.surCheck1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.surCheck1.BorderRect = new System.Drawing.Rectangle(1, 1, 294, 46);
            this.surCheck1.Checked = true;
            this.surCheck1.Inside = false;
            this.surCheck1.Location = new System.Drawing.Point(63, 279);
            this.surCheck1.Name = "surCheck1";
            this.surCheck1.Size = new System.Drawing.Size(296, 48);
            this.surCheck1.TabIndex = 11;
            this.surCheck1.Text = "上传服务器";
            // 
            // surLabel3
            // 
            this.surLabel3.BorderRect = new System.Drawing.Rectangle(0, 0, 54, 56);
            this.surLabel3.BorderWidth = 0;
            this.surLabel3.Font = new System.Drawing.Font("宋体", 14F);
            this.surLabel3.Inside = false;
            this.surLabel3.Location = new System.Drawing.Point(3, 217);
            this.surLabel3.Name = "surLabel3";
            this.surLabel3.Size = new System.Drawing.Size(54, 56);
            this.surLabel3.TabIndex = 10;
            this.surLabel3.Text = "LOT";
            this.surLabel3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // TxtLOT
            // 
            this.TxtLOT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.TxtLOT.BorderRect = new System.Drawing.Rectangle(1, 1, 294, 54);
            this.TxtLOT.Font = new System.Drawing.Font("宋体", 14F);
            this.TxtLOT.Inside = false;
            this.TxtLOT.Location = new System.Drawing.Point(63, 217);
            this.TxtLOT.MaxLength = 32767;
            this.TxtLOT.Name = "TxtLOT";
            this.TxtLOT.PasswordChar = '\0';
            this.TxtLOT.SelectedText = "";
            this.TxtLOT.SelectionLength = 0;
            this.TxtLOT.SelectionStart = 0;
            this.TxtLOT.Size = new System.Drawing.Size(296, 56);
            this.TxtLOT.TabIndex = 9;
            // 
            // User
            // 
            this.BorderRect = new System.Drawing.Rectangle(1, 1, 375, 598);
            this.Controls.Add(this.surCheck1);
            this.Controls.Add(this.surLabel3);
            this.Controls.Add(this.TxtLOT);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.BtnPrint);
            this.Controls.Add(this.surLabel2);
            this.Controls.Add(this.surLabel1);
            this.Controls.Add(this.TxtDC);
            this.Controls.Add(this.TxtQTY);
            this.Name = "User";
            this.Size = new System.Drawing.Size(377, 600);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.UserControl1_Paint);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private Asa.Face.SurTextBox TxtQTY;
        private Asa.Face.SurTextBox TxtDC;
        private Asa.Face.SurLabel surLabel1;
        private Asa.Face.SurLabel surLabel2;
        private Asa.Face.SurButton BtnPrint;
        private System.Windows.Forms.Label label1;
        private Asa.Face.SurCheck surCheck1;
        private Asa.Face.SurLabel surLabel3;
        private Asa.Face.SurTextBox TxtLOT;
    }
}