188 lines
		
	
	
		
			8.1 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			188 lines
		
	
	
		
			8.1 KiB
		
	
	
	
		
			C#
		
	
	
	
| namespace DeiNiu.Wms.CE
 | ||
| {
 | ||
|     partial class transLoadTrucks
 | ||
|     {
 | ||
|         /// <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 Windows 窗体设计器生成的代码
 | ||
| 
 | ||
|         /// <summary>
 | ||
|         /// 设计器支持所需的方法 - 不要
 | ||
|         /// 使用代码编辑器修改此方法的内容。
 | ||
|         /// </summary>
 | ||
|         private void InitializeComponent()
 | ||
|         {
 | ||
|             this.tb1 = new System.Windows.Forms.TabControl();
 | ||
|             this.tabPage1 = new System.Windows.Forms.TabPage();
 | ||
|             this.button1 = new System.Windows.Forms.Button();
 | ||
|             this.label6 = new System.Windows.Forms.Label();
 | ||
|             this.textTransNo = new System.Windows.Forms.TextBox();
 | ||
|             this.dg1 = new System.Windows.Forms.DataGrid();
 | ||
|             this.tabPage2 = new System.Windows.Forms.TabPage();
 | ||
|             this.lbTransNo = new System.Windows.Forms.Label();
 | ||
|             this.label2 = new System.Windows.Forms.Label();
 | ||
|             this.label1 = new System.Windows.Forms.Label();
 | ||
|             this.textPickOrderNo = new System.Windows.Forms.TextBox();
 | ||
|             this.dg2 = new System.Windows.Forms.DataGrid();
 | ||
|             this.tb1.SuspendLayout();
 | ||
|             this.tabPage1.SuspendLayout();
 | ||
|             this.tabPage2.SuspendLayout();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // tb1
 | ||
|             // 
 | ||
|             this.tb1.Controls.Add(this.tabPage1);
 | ||
|             this.tb1.Controls.Add(this.tabPage2);
 | ||
|             this.tb1.Dock = System.Windows.Forms.DockStyle.Fill;
 | ||
|             this.tb1.Location = new System.Drawing.Point(0, 0);
 | ||
|             this.tb1.Name = "tb1";
 | ||
|             this.tb1.SelectedIndex = 0;
 | ||
|             this.tb1.Size = new System.Drawing.Size(243, 275);
 | ||
|             this.tb1.TabIndex = 0;
 | ||
|             this.tb1.SelectedIndexChanged += new System.EventHandler(this.tb1_SelectedIndexChanged);
 | ||
|             // 
 | ||
|             // tabPage1
 | ||
|             // 
 | ||
|             this.tabPage1.Controls.Add(this.button1);
 | ||
|             this.tabPage1.Controls.Add(this.label6);
 | ||
|             this.tabPage1.Controls.Add(this.textTransNo);
 | ||
|             this.tabPage1.Controls.Add(this.dg1);
 | ||
|             this.tabPage1.Location = new System.Drawing.Point(4, 25);
 | ||
|             this.tabPage1.Name = "tabPage1";
 | ||
|             this.tabPage1.Size = new System.Drawing.Size(235, 246);
 | ||
|             this.tabPage1.Text = "运单装车";
 | ||
|             // 
 | ||
|             // button1
 | ||
|             // 
 | ||
|             this.button1.Location = new System.Drawing.Point(181, 7);
 | ||
|             this.button1.Name = "button1";
 | ||
|             this.button1.Size = new System.Drawing.Size(42, 20);
 | ||
|             this.button1.TabIndex = 3;
 | ||
|             this.button1.Text = "刷新";
 | ||
|             this.button1.Click += new System.EventHandler(this.button1_Click);
 | ||
|             // 
 | ||
|             // label6
 | ||
|             // 
 | ||
|             this.label6.Location = new System.Drawing.Point(4, 8);
 | ||
|             this.label6.Name = "label6";
 | ||
|             this.label6.Size = new System.Drawing.Size(37, 20);
 | ||
|             this.label6.Text = "运单";
 | ||
|             // 
 | ||
|             // textTransNo
 | ||
|             // 
 | ||
|             this.textTransNo.Location = new System.Drawing.Point(47, 5);
 | ||
|             this.textTransNo.Name = "textTransNo";
 | ||
|             this.textTransNo.Size = new System.Drawing.Size(128, 23);
 | ||
|             this.textTransNo.TabIndex = 1;
 | ||
|             this.textTransNo.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textTransNo_KeyUp);
 | ||
|             // 
 | ||
|             // dg1
 | ||
|             // 
 | ||
|             this.dg1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
 | ||
|             this.dg1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.dg1.Location = new System.Drawing.Point(3, 37);
 | ||
|             this.dg1.Name = "dg1";
 | ||
|             this.dg1.RowHeadersVisible = false;
 | ||
|             this.dg1.Size = new System.Drawing.Size(230, 209);
 | ||
|             this.dg1.TabIndex = 0;
 | ||
|             this.dg1.DoubleClick += new System.EventHandler(this.dg1_DoubleClick);
 | ||
|             // 
 | ||
|             // tabPage2
 | ||
|             // 
 | ||
|             this.tabPage2.Controls.Add(this.lbTransNo);
 | ||
|             this.tabPage2.Controls.Add(this.label2);
 | ||
|             this.tabPage2.Controls.Add(this.label1);
 | ||
|             this.tabPage2.Controls.Add(this.textPickOrderNo);
 | ||
|             this.tabPage2.Controls.Add(this.dg2);
 | ||
|             this.tabPage2.Location = new System.Drawing.Point(4, 25);
 | ||
|             this.tabPage2.Name = "tabPage2";
 | ||
|             this.tabPage2.Size = new System.Drawing.Size(235, 246);
 | ||
|             this.tabPage2.Text = "拣货单";
 | ||
|             // 
 | ||
|             // lbTransNo
 | ||
|             // 
 | ||
|             this.lbTransNo.Location = new System.Drawing.Point(60, 36);
 | ||
|             this.lbTransNo.Name = "lbTransNo";
 | ||
|             this.lbTransNo.Size = new System.Drawing.Size(156, 20);
 | ||
|             // 
 | ||
|             // label2
 | ||
|             // 
 | ||
|             this.label2.Location = new System.Drawing.Point(4, 36);
 | ||
|             this.label2.Name = "label2";
 | ||
|             this.label2.Size = new System.Drawing.Size(39, 20);
 | ||
|             this.label2.Text = "运单";
 | ||
|             // 
 | ||
|             // label1
 | ||
|             // 
 | ||
|             this.label1.Location = new System.Drawing.Point(4, 8);
 | ||
|             this.label1.Name = "label1";
 | ||
|             this.label1.Size = new System.Drawing.Size(50, 20);
 | ||
|             this.label1.Text = "拣货单";
 | ||
|             // 
 | ||
|             // textPickOrderNo
 | ||
|             // 
 | ||
|             this.textPickOrderNo.Location = new System.Drawing.Point(60, 5);
 | ||
|             this.textPickOrderNo.Name = "textPickOrderNo";
 | ||
|             this.textPickOrderNo.Size = new System.Drawing.Size(156, 23);
 | ||
|             this.textPickOrderNo.TabIndex = 7;
 | ||
|             this.textPickOrderNo.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textLocation_KeyUp);
 | ||
|             // 
 | ||
|             // dg2
 | ||
|             // 
 | ||
|             this.dg2.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
 | ||
|             this.dg2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.dg2.Location = new System.Drawing.Point(3, 68);
 | ||
|             this.dg2.Name = "dg2";
 | ||
|             this.dg2.RowHeadersVisible = false;
 | ||
|             this.dg2.Size = new System.Drawing.Size(230, 178);
 | ||
|             this.dg2.TabIndex = 4;
 | ||
|             // 
 | ||
|             // transLoadTrucks
 | ||
|             // 
 | ||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
 | ||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
 | ||
|             this.AutoScroll = true;
 | ||
|             this.ClientSize = new System.Drawing.Size(243, 275);
 | ||
|             this.Controls.Add(this.tb1);
 | ||
|             this.Name = "transLoadTrucks";
 | ||
|             this.Text = "货物装车";
 | ||
|             this.Load += new System.EventHandler(this.transpickbulks_Load);
 | ||
|             this.tb1.ResumeLayout(false);
 | ||
|             this.tabPage1.ResumeLayout(false);
 | ||
|             this.tabPage2.ResumeLayout(false);
 | ||
|             this.ResumeLayout(false);
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.TabControl tb1;
 | ||
|         private System.Windows.Forms.TabPage tabPage1;
 | ||
|         private System.Windows.Forms.TabPage tabPage2;
 | ||
|         private System.Windows.Forms.DataGrid dg1;
 | ||
|         private System.Windows.Forms.DataGrid dg2;
 | ||
|         private System.Windows.Forms.Label label6;
 | ||
|         private System.Windows.Forms.TextBox textTransNo;
 | ||
|         private System.Windows.Forms.Button button1;
 | ||
|         private System.Windows.Forms.Label label1;
 | ||
|         private System.Windows.Forms.TextBox textPickOrderNo;
 | ||
|         private System.Windows.Forms.Label label2;
 | ||
|         private System.Windows.Forms.Label lbTransNo;
 | ||
|     }
 | ||
| } |