UsrNanRui.Designer.cs 20.2 KB
namespace MES
{
    partial class UsrNanRui
    {
        /// <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.LblVender = new Asa.Face.SurLabel();
            this.CboCode = new Asa.Face.SurCombo();
            this.BtnVender = new Asa.Face.SurButton();
            this.surLabel3 = new Asa.Face.SurLabel();
            this.TxtCode = new Asa.Face.SurTextBox();
            this.BtnUnbind = new Asa.Face.SurButton();
            this.BtnBind = new Asa.Face.SurButton();
            this.TxtQty = new Asa.Face.SurTextBox();
            this.LblQty = new Asa.Face.SurLabel();
            this.CboBatch = new Asa.Face.SurCombo();
            this.LblBatch = new Asa.Face.SurLabel();
            this.CboOrder = new Asa.Face.SurCombo();
            this.surLabel6 = new Asa.Face.SurLabel();
            this.TxtOrderNum = new Asa.Face.SurTextBox();
            this.surLabel7 = new Asa.Face.SurLabel();
            this.BtnUpload = new Asa.Face.SurButton();
            this.BtnConn = new Asa.Face.SurButton();
            this.BtnOrder = new Asa.Face.SurButton();
            this.BtnPreview = new Asa.Face.SurButton();
            this.SuspendLayout();
            // 
            // LblVender
            // 
            this.LblVender.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.LblVender.BorderRect = new System.Drawing.Rectangle(0, 0, 370, 35);
            this.LblVender.BorderWidth = 0;
            this.LblVender.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
            this.LblVender.Inside = false;
            this.LblVender.Location = new System.Drawing.Point(3, 44);
            this.LblVender.Name = "LblVender";
            this.LblVender.Size = new System.Drawing.Size(370, 35);
            this.LblVender.TabIndex = 1;
            this.LblVender.Text = "供应商编号";
            // 
            // CboCode
            // 
            this.CboCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.CboCode.BorderRect = new System.Drawing.Rectangle(1, 1, 278, 33);
            this.CboCode.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.CboCode.Inside = false;
            this.CboCode.Location = new System.Drawing.Point(3, 85);
            this.CboCode.Name = "CboCode";
            this.CboCode.SelectedIndex = -1;
            this.CboCode.Size = new System.Drawing.Size(280, 35);
            this.CboCode.TabIndex = 2;
            // 
            // BtnVender
            // 
            this.BtnVender.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnVender.BorderRect = new System.Drawing.Rectangle(1, 1, 82, 33);
            this.BtnVender.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.BtnVender.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnVender.Inside = false;
            this.BtnVender.Location = new System.Drawing.Point(289, 85);
            this.BtnVender.Name = "BtnVender";
            this.BtnVender.Size = new System.Drawing.Size(84, 35);
            this.BtnVender.StateColor = System.Drawing.Color.Empty;
            this.BtnVender.TabIndex = 3;
            this.BtnVender.Text = "查询";
            this.BtnVender.Click += new Asa.Face.MyEvent.Click(this.BtnVender_Click);
            // 
            // surLabel3
            // 
            this.surLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.surLabel3.BorderRect = new System.Drawing.Rectangle(0, 0, 370, 35);
            this.surLabel3.BorderWidth = 0;
            this.surLabel3.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
            this.surLabel3.Inside = false;
            this.surLabel3.Location = new System.Drawing.Point(3, 126);
            this.surLabel3.Name = "surLabel3";
            this.surLabel3.Size = new System.Drawing.Size(370, 35);
            this.surLabel3.TabIndex = 4;
            this.surLabel3.Text = "物料编号";
            // 
            // TxtCode
            // 
            this.TxtCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.TxtCode.BorderRect = new System.Drawing.Rectangle(1, 1, 368, 33);
            this.TxtCode.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.TxtCode.Inside = false;
            this.TxtCode.Location = new System.Drawing.Point(3, 167);
            this.TxtCode.MaxLength = 32767;
            this.TxtCode.Name = "TxtCode";
            this.TxtCode.PasswordChar = '\0';
            this.TxtCode.SelectedText = "";
            this.TxtCode.SelectionLength = 0;
            this.TxtCode.SelectionStart = 0;
            this.TxtCode.Size = new System.Drawing.Size(370, 35);
            this.TxtCode.TabIndex = 5;
            // 
            // BtnUnbind
            // 
            this.BtnUnbind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnUnbind.BorderRect = new System.Drawing.Rectangle(1, 1, 82, 33);
            this.BtnUnbind.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.BtnUnbind.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnUnbind.Inside = false;
            this.BtnUnbind.Location = new System.Drawing.Point(289, 208);
            this.BtnUnbind.Name = "BtnUnbind";
            this.BtnUnbind.Size = new System.Drawing.Size(84, 35);
            this.BtnUnbind.StateColor = System.Drawing.Color.Empty;
            this.BtnUnbind.TabIndex = 6;
            this.BtnUnbind.Text = "解绑";
            // 
            // BtnBind
            // 
            this.BtnBind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnBind.BorderRect = new System.Drawing.Rectangle(1, 1, 82, 33);
            this.BtnBind.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.BtnBind.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnBind.Inside = false;
            this.BtnBind.Location = new System.Drawing.Point(199, 208);
            this.BtnBind.Name = "BtnBind";
            this.BtnBind.Size = new System.Drawing.Size(84, 35);
            this.BtnBind.StateColor = System.Drawing.Color.Empty;
            this.BtnBind.TabIndex = 7;
            this.BtnBind.Text = "绑定";
            this.BtnBind.Click += new Asa.Face.MyEvent.Click(this.BtnBind_Click);
            // 
            // 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, 368, 33);
            this.TxtQty.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.TxtQty.Inside = false;
            this.TxtQty.Location = new System.Drawing.Point(3, 290);
            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(370, 35);
            this.TxtQty.TabIndex = 9;
            // 
            // LblQty
            // 
            this.LblQty.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.LblQty.BorderRect = new System.Drawing.Rectangle(0, 0, 370, 35);
            this.LblQty.BorderWidth = 0;
            this.LblQty.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
            this.LblQty.Inside = false;
            this.LblQty.Location = new System.Drawing.Point(3, 249);
            this.LblQty.Name = "LblQty";
            this.LblQty.Size = new System.Drawing.Size(370, 35);
            this.LblQty.TabIndex = 8;
            this.LblQty.Text = "数量";
            // 
            // CboBatch
            // 
            this.CboBatch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.CboBatch.BorderRect = new System.Drawing.Rectangle(1, 1, 368, 33);
            this.CboBatch.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.CboBatch.Inside = false;
            this.CboBatch.Location = new System.Drawing.Point(3, 372);
            this.CboBatch.Name = "CboBatch";
            this.CboBatch.SelectedIndex = -1;
            this.CboBatch.Size = new System.Drawing.Size(370, 35);
            this.CboBatch.TabIndex = 11;
            // 
            // LblBatch
            // 
            this.LblBatch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.LblBatch.BorderRect = new System.Drawing.Rectangle(0, 0, 370, 35);
            this.LblBatch.BorderWidth = 0;
            this.LblBatch.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
            this.LblBatch.Inside = false;
            this.LblBatch.Location = new System.Drawing.Point(3, 331);
            this.LblBatch.Name = "LblBatch";
            this.LblBatch.Size = new System.Drawing.Size(370, 35);
            this.LblBatch.TabIndex = 10;
            this.LblBatch.Text = "厂家批次号";
            // 
            // CboOrder
            // 
            this.CboOrder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.CboOrder.BorderRect = new System.Drawing.Rectangle(1, 1, 278, 33);
            this.CboOrder.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.CboOrder.Inside = false;
            this.CboOrder.Location = new System.Drawing.Point(3, 454);
            this.CboOrder.Name = "CboOrder";
            this.CboOrder.SelectedIndex = -1;
            this.CboOrder.Size = new System.Drawing.Size(280, 35);
            this.CboOrder.TabIndex = 13;
            this.CboOrder.SelectedIndexChanged += new Asa.Face.MyEvent.Changed(this.CboOrder_SelectedIndexChanged);
            // 
            // surLabel6
            // 
            this.surLabel6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.surLabel6.BorderRect = new System.Drawing.Rectangle(0, 0, 370, 35);
            this.surLabel6.BorderWidth = 0;
            this.surLabel6.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
            this.surLabel6.Inside = false;
            this.surLabel6.Location = new System.Drawing.Point(3, 413);
            this.surLabel6.Name = "surLabel6";
            this.surLabel6.Size = new System.Drawing.Size(370, 35);
            this.surLabel6.TabIndex = 12;
            this.surLabel6.Text = "采购订单";
            // 
            // TxtOrderNum
            // 
            this.TxtOrderNum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.TxtOrderNum.BorderRect = new System.Drawing.Rectangle(1, 1, 368, 33);
            this.TxtOrderNum.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.TxtOrderNum.Inside = false;
            this.TxtOrderNum.Location = new System.Drawing.Point(3, 536);
            this.TxtOrderNum.MaxLength = 32767;
            this.TxtOrderNum.Name = "TxtOrderNum";
            this.TxtOrderNum.PasswordChar = '\0';
            this.TxtOrderNum.SelectedText = "";
            this.TxtOrderNum.SelectionLength = 0;
            this.TxtOrderNum.SelectionStart = 0;
            this.TxtOrderNum.Size = new System.Drawing.Size(370, 35);
            this.TxtOrderNum.TabIndex = 15;
            // 
            // surLabel7
            // 
            this.surLabel7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.surLabel7.BorderRect = new System.Drawing.Rectangle(0, 0, 370, 35);
            this.surLabel7.BorderWidth = 0;
            this.surLabel7.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
            this.surLabel7.Inside = false;
            this.surLabel7.Location = new System.Drawing.Point(3, 495);
            this.surLabel7.Name = "surLabel7";
            this.surLabel7.Size = new System.Drawing.Size(370, 35);
            this.surLabel7.TabIndex = 14;
            this.surLabel7.Text = "订单行号";
            // 
            // BtnUpload
            // 
            this.BtnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnUpload.BorderRect = new System.Drawing.Rectangle(1, 1, 172, 33);
            this.BtnUpload.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.BtnUpload.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnUpload.Inside = false;
            this.BtnUpload.Location = new System.Drawing.Point(199, 577);
            this.BtnUpload.Name = "BtnUpload";
            this.BtnUpload.Size = new System.Drawing.Size(174, 35);
            this.BtnUpload.StateColor = System.Drawing.Color.Empty;
            this.BtnUpload.TabIndex = 16;
            this.BtnUpload.Text = "上传并打印";
            this.BtnUpload.Click += new Asa.Face.MyEvent.Click(this.BtnUpload_Click);
            // 
            // BtnConn
            // 
            this.BtnConn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnConn.BorderRect = new System.Drawing.Rectangle(1, 1, 368, 33);
            this.BtnConn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnConn.ForeColor = System.Drawing.Color.White;
            this.BtnConn.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnConn.Inside = false;
            this.BtnConn.Location = new System.Drawing.Point(3, 3);
            this.BtnConn.Name = "BtnConn";
            this.BtnConn.Size = new System.Drawing.Size(370, 35);
            this.BtnConn.StateColor = System.Drawing.Color.Red;
            this.BtnConn.TabIndex = 17;
            this.BtnConn.Text = "查询连接";
            this.BtnConn.Click += new Asa.Face.MyEvent.Click(this.BtnConn_Click);
            // 
            // BtnOrder
            // 
            this.BtnOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnOrder.BorderRect = new System.Drawing.Rectangle(1, 1, 82, 33);
            this.BtnOrder.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.BtnOrder.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnOrder.Inside = false;
            this.BtnOrder.Location = new System.Drawing.Point(289, 454);
            this.BtnOrder.Name = "BtnOrder";
            this.BtnOrder.Size = new System.Drawing.Size(84, 35);
            this.BtnOrder.StateColor = System.Drawing.Color.Empty;
            this.BtnOrder.TabIndex = 18;
            this.BtnOrder.Text = "查询";
            // 
            // BtnPreview
            // 
            this.BtnPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnPreview.BorderRect = new System.Drawing.Rectangle(1, 1, 82, 33);
            this.BtnPreview.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.BtnPreview.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnPreview.Inside = false;
            this.BtnPreview.Location = new System.Drawing.Point(109, 577);
            this.BtnPreview.Name = "BtnPreview";
            this.BtnPreview.Size = new System.Drawing.Size(84, 35);
            this.BtnPreview.StateColor = System.Drawing.Color.Empty;
            this.BtnPreview.TabIndex = 19;
            this.BtnPreview.Text = "打印预览";
            this.BtnPreview.Click += new Asa.Face.MyEvent.Click(this.BtnPreview_Click);
            // 
            // UsrNanRui
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BorderRect = new System.Drawing.Rectangle(1, 1, 374, 745);
            this.Controls.Add(this.BtnPreview);
            this.Controls.Add(this.BtnOrder);
            this.Controls.Add(this.BtnConn);
            this.Controls.Add(this.BtnUpload);
            this.Controls.Add(this.TxtOrderNum);
            this.Controls.Add(this.surLabel7);
            this.Controls.Add(this.CboOrder);
            this.Controls.Add(this.surLabel6);
            this.Controls.Add(this.CboBatch);
            this.Controls.Add(this.LblBatch);
            this.Controls.Add(this.TxtQty);
            this.Controls.Add(this.LblQty);
            this.Controls.Add(this.BtnBind);
            this.Controls.Add(this.BtnUnbind);
            this.Controls.Add(this.TxtCode);
            this.Controls.Add(this.surLabel3);
            this.Controls.Add(this.BtnVender);
            this.Controls.Add(this.CboCode);
            this.Controls.Add(this.LblVender);
            this.Name = "UsrNanRui";
            this.Size = new System.Drawing.Size(376, 747);
            this.ResumeLayout(false);

        }

        #endregion
        private Asa.Face.SurLabel LblVender;
        private Asa.Face.SurCombo CboCode;
        private Asa.Face.SurButton BtnVender;
        private Asa.Face.SurLabel surLabel3;
        private Asa.Face.SurTextBox TxtCode;
        private Asa.Face.SurButton BtnUnbind;
        private Asa.Face.SurButton BtnBind;
        private Asa.Face.SurTextBox TxtQty;
        private Asa.Face.SurLabel LblQty;
        private Asa.Face.SurCombo CboBatch;
        private Asa.Face.SurLabel LblBatch;
        private Asa.Face.SurCombo CboOrder;
        private Asa.Face.SurLabel surLabel6;
        private Asa.Face.SurTextBox TxtOrderNum;
        private Asa.Face.SurLabel surLabel7;
        private Asa.Face.SurButton BtnUpload;
        private Asa.Face.SurButton BtnConn;
        private Asa.Face.SurButton BtnOrder;
        private Asa.Face.SurButton BtnPreview;
    }
}