| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 | namespace WCS_Client.Frm{    partial class FrmUpdateEndAddress    {        /// <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.label1 = new System.Windows.Forms.Label();            this.label2 = new System.Windows.Forms.Label();            this.label3 = new System.Windows.Forms.Label();            this.label4 = new System.Windows.Forms.Label();            this.btnSave = new System.Windows.Forms.Button();            this.btnCancel = new System.Windows.Forms.Button();            this.lbltask_no = new System.Windows.Forms.Label();            this.lblwmstask_no = new System.Windows.Forms.Label();            this.lblBarCode = new System.Windows.Forms.Label();            this.label8 = new System.Windows.Forms.Label();            this.lblStartAddress = new System.Windows.Forms.Label();            this.label10 = new System.Windows.Forms.Label();            this.cmbSrm = new System.Windows.Forms.ComboBox();            this.lblwcsNextAddress = new System.Windows.Forms.Label();            this.lblEndAddress = new System.Windows.Forms.Label();            this.label5 = new System.Windows.Forms.Label();            this.SuspendLayout();            //             // label1            //             this.label1.AutoSize = true;            this.label1.Location = new System.Drawing.Point(58, 39);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(71, 12);            this.label1.TabIndex = 0;            this.label1.Text = "WCS任务号:";            //             // label2            //             this.label2.AutoSize = true;            this.label2.Location = new System.Drawing.Point(324, 39);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(71, 12);            this.label2.TabIndex = 2;            this.label2.Text = "WMS任务号:";            //             // label3            //             this.label3.AutoSize = true;            this.label3.Location = new System.Drawing.Point(330, 96);            this.label3.Name = "label3";            this.label3.Size = new System.Drawing.Size(65, 12);            this.label3.TabIndex = 4;            this.label3.Text = "起点地址:";            //             // label4            //             this.label4.AutoSize = true;            this.label4.Location = new System.Drawing.Point(64, 147);            this.label4.Name = "label4";            this.label4.Size = new System.Drawing.Size(65, 12);            this.label4.TabIndex = 6;            this.label4.Text = "下个地址:";            //             // btnSave            //             this.btnSave.Location = new System.Drawing.Point(167, 241);            this.btnSave.Name = "btnSave";            this.btnSave.Size = new System.Drawing.Size(75, 23);            this.btnSave.TabIndex = 8;            this.btnSave.Text = "保存";            this.btnSave.UseVisualStyleBackColor = true;            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);            //             // btnCancel            //             this.btnCancel.Location = new System.Drawing.Point(297, 241);            this.btnCancel.Name = "btnCancel";            this.btnCancel.Size = new System.Drawing.Size(75, 23);            this.btnCancel.TabIndex = 9;            this.btnCancel.Text = "取消";            this.btnCancel.UseVisualStyleBackColor = true;            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);            //             // lbltask_no            //             this.lbltask_no.AutoSize = true;            this.lbltask_no.Location = new System.Drawing.Point(135, 39);            this.lbltask_no.Name = "lbltask_no";            this.lbltask_no.Size = new System.Drawing.Size(59, 12);            this.lbltask_no.TabIndex = 10;            this.lbltask_no.Text = "WCS任务号";            //             // lblwmstask_no            //             this.lblwmstask_no.AutoSize = true;            this.lblwmstask_no.Location = new System.Drawing.Point(401, 39);            this.lblwmstask_no.Name = "lblwmstask_no";            this.lblwmstask_no.Size = new System.Drawing.Size(59, 12);            this.lblwmstask_no.TabIndex = 11;            this.lblwmstask_no.Text = "WCS任务号";            //             // lblBarCode            //             this.lblBarCode.AutoSize = true;            this.lblBarCode.Location = new System.Drawing.Point(135, 96);            this.lblBarCode.Name = "lblBarCode";            this.lblBarCode.Size = new System.Drawing.Size(59, 12);            this.lblBarCode.TabIndex = 13;            this.lblBarCode.Text = "WCS任务号";            //             // label8            //             this.label8.AutoSize = true;            this.label8.Location = new System.Drawing.Point(64, 96);            this.label8.Name = "label8";            this.label8.Size = new System.Drawing.Size(65, 12);            this.label8.TabIndex = 12;            this.label8.Text = "托盘条码:";            //             // lblStartAddress            //             this.lblStartAddress.AutoSize = true;            this.lblStartAddress.Location = new System.Drawing.Point(401, 96);            this.lblStartAddress.Name = "lblStartAddress";            this.lblStartAddress.Size = new System.Drawing.Size(53, 12);            this.lblStartAddress.TabIndex = 14;            this.lblStartAddress.Text = "起点地址";            //             // label10            //             this.label10.AutoSize = true;            this.label10.Location = new System.Drawing.Point(330, 147);            this.label10.Name = "label10";            this.label10.Size = new System.Drawing.Size(65, 12);            this.label10.TabIndex = 15;            this.label10.Text = "目标地址:";            //             // cmbSrm            //             this.cmbSrm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.cmbSrm.FormattingEnabled = true;            this.cmbSrm.Location = new System.Drawing.Point(137, 190);            this.cmbSrm.Name = "cmbSrm";            this.cmbSrm.Size = new System.Drawing.Size(121, 20);            this.cmbSrm.TabIndex = 17;            //             // lblwcsNextAddress            //             this.lblwcsNextAddress.AutoSize = true;            this.lblwcsNextAddress.Location = new System.Drawing.Point(135, 147);            this.lblwcsNextAddress.Name = "lblwcsNextAddress";            this.lblwcsNextAddress.Size = new System.Drawing.Size(59, 12);            this.lblwcsNextAddress.TabIndex = 18;            this.lblwcsNextAddress.Text = "WCS任务号";            //             // lblEndAddress            //             this.lblEndAddress.AutoSize = true;            this.lblEndAddress.Location = new System.Drawing.Point(401, 147);            this.lblEndAddress.Name = "lblEndAddress";            this.lblEndAddress.Size = new System.Drawing.Size(59, 12);            this.lblEndAddress.TabIndex = 19;            this.lblEndAddress.Text = "WCS任务号";            //             // label5            //             this.label5.AutoSize = true;            this.label5.Location = new System.Drawing.Point(52, 194);            this.label5.Name = "label5";            this.label5.Size = new System.Drawing.Size(77, 12);            this.label5.TabIndex = 20;            this.label5.Text = "变更堆垛机:";            //             // FrmUpdateEndAddress            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(582, 293);            this.Controls.Add(this.label5);            this.Controls.Add(this.lblEndAddress);            this.Controls.Add(this.lblwcsNextAddress);            this.Controls.Add(this.cmbSrm);            this.Controls.Add(this.label10);            this.Controls.Add(this.lblStartAddress);            this.Controls.Add(this.lblBarCode);            this.Controls.Add(this.label8);            this.Controls.Add(this.lblwmstask_no);            this.Controls.Add(this.lbltask_no);            this.Controls.Add(this.btnCancel);            this.Controls.Add(this.btnSave);            this.Controls.Add(this.label4);            this.Controls.Add(this.label3);            this.Controls.Add(this.label2);            this.Controls.Add(this.label1);            this.DoubleBuffered = true;            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "FrmUpdateEndAddress";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;            this.Text = "变更任务目标地址";            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.Label label1;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.Label label3;        private System.Windows.Forms.Label label4;        private System.Windows.Forms.Button btnSave;        private System.Windows.Forms.Button btnCancel;        private System.Windows.Forms.Label lbltask_no;        private System.Windows.Forms.Label lblwmstask_no;        private System.Windows.Forms.Label lblBarCode;        private System.Windows.Forms.Label label8;        private System.Windows.Forms.Label lblStartAddress;        private System.Windows.Forms.Label label10;        private System.Windows.Forms.ComboBox cmbSrm;        private System.Windows.Forms.Label lblwcsNextAddress;        private System.Windows.Forms.Label lblEndAddress;        private System.Windows.Forms.Label label5;    }}
 |