252 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			252 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			C#
		
	
	
	
| namespace DeiNiu.Wms.CE
 | ||
| {
 | ||
|     partial class FlowNoQuery
 | ||
|     {
 | ||
|         /// <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.label1 = new System.Windows.Forms.Label();
 | ||
|             this.textBox1 = new System.Windows.Forms.TextBox();
 | ||
|             this.dataGrid1 = new System.Windows.Forms.DataGrid();
 | ||
|             this.lbTaskNo = new System.Windows.Forms.Label();
 | ||
|             this.label2 = new System.Windows.Forms.Label();
 | ||
|             this.tabControl1 = new System.Windows.Forms.TabControl();
 | ||
|             this.tabPage2 = new System.Windows.Forms.TabPage();
 | ||
|             this.tabPage1 = new System.Windows.Forms.TabPage();
 | ||
|             this.label3 = new System.Windows.Forms.Label();
 | ||
|             this.lbTaskCnt = new System.Windows.Forms.Label();
 | ||
|             this.label5 = new System.Windows.Forms.Label();
 | ||
|             this.lbEmployee = new System.Windows.Forms.Label();
 | ||
|             this.label6 = new System.Windows.Forms.Label();
 | ||
|             this.lbStatus = new System.Windows.Forms.Label();
 | ||
|             this.label4 = new System.Windows.Forms.Label();
 | ||
|             this.lbPartion = new System.Windows.Forms.Label();
 | ||
|             this.label7 = new System.Windows.Forms.Label();
 | ||
|             this.lbType = new System.Windows.Forms.Label();
 | ||
|             this.tabControl1.SuspendLayout();
 | ||
|             this.tabPage2.SuspendLayout();
 | ||
|             this.tabPage1.SuspendLayout();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // label1
 | ||
|             // 
 | ||
|             this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label1.Location = new System.Drawing.Point(11, 15);
 | ||
|             this.label1.Name = "label1";
 | ||
|             this.label1.Size = new System.Drawing.Size(55, 20);
 | ||
|             this.label1.Text = "容器码";
 | ||
|             // 
 | ||
|             // textBox1
 | ||
|             // 
 | ||
|             this.textBox1.Location = new System.Drawing.Point(61, 12);
 | ||
|             this.textBox1.Name = "textBox1";
 | ||
|             this.textBox1.Size = new System.Drawing.Size(130, 23);
 | ||
|             this.textBox1.TabIndex = 1;
 | ||
|             this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
 | ||
|             // 
 | ||
|             // dataGrid1
 | ||
|             // 
 | ||
|             this.dataGrid1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
 | ||
|             this.dataGrid1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.dataGrid1.Location = new System.Drawing.Point(0, 2);
 | ||
|             this.dataGrid1.Name = "dataGrid1";
 | ||
|             this.dataGrid1.RowHeadersVisible = false;
 | ||
|             this.dataGrid1.Size = new System.Drawing.Size(233, 200);
 | ||
|             this.dataGrid1.TabIndex = 4;
 | ||
|             // 
 | ||
|             // lbTaskNo
 | ||
|             // 
 | ||
|             this.lbTaskNo.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbTaskNo.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.lbTaskNo.Location = new System.Drawing.Point(54, 62);
 | ||
|             this.lbTaskNo.Name = "lbTaskNo";
 | ||
|             this.lbTaskNo.Size = new System.Drawing.Size(175, 20);
 | ||
|             // 
 | ||
|             // label2
 | ||
|             // 
 | ||
|             this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label2.Location = new System.Drawing.Point(6, 62);
 | ||
|             this.label2.Name = "label2";
 | ||
|             this.label2.Size = new System.Drawing.Size(42, 20);
 | ||
|             this.label2.Text = "任务:";
 | ||
|             // 
 | ||
|             // tabControl1
 | ||
|             // 
 | ||
|             this.tabControl1.Controls.Add(this.tabPage2);
 | ||
|             this.tabControl1.Controls.Add(this.tabPage1);
 | ||
|             this.tabControl1.Location = new System.Drawing.Point(3, 41);
 | ||
|             this.tabControl1.Name = "tabControl1";
 | ||
|             this.tabControl1.SelectedIndex = 0;
 | ||
|             this.tabControl1.Size = new System.Drawing.Size(240, 234);
 | ||
|             this.tabControl1.TabIndex = 8;
 | ||
|             // 
 | ||
|             // tabPage2
 | ||
|             // 
 | ||
|             this.tabPage2.Controls.Add(this.dataGrid1);
 | ||
|             this.tabPage2.Location = new System.Drawing.Point(4, 25);
 | ||
|             this.tabPage2.Name = "tabPage2";
 | ||
|             this.tabPage2.Size = new System.Drawing.Size(232, 205);
 | ||
|             this.tabPage2.Text = "详细";
 | ||
|             // 
 | ||
|             // tabPage1
 | ||
|             // 
 | ||
|             this.tabPage1.Controls.Add(this.label7);
 | ||
|             this.tabPage1.Controls.Add(this.label3);
 | ||
|             this.tabPage1.Controls.Add(this.lbType);
 | ||
|             this.tabPage1.Controls.Add(this.lbTaskCnt);
 | ||
|             this.tabPage1.Controls.Add(this.label5);
 | ||
|             this.tabPage1.Controls.Add(this.lbEmployee);
 | ||
|             this.tabPage1.Controls.Add(this.label6);
 | ||
|             this.tabPage1.Controls.Add(this.lbStatus);
 | ||
|             this.tabPage1.Controls.Add(this.label4);
 | ||
|             this.tabPage1.Controls.Add(this.lbPartion);
 | ||
|             this.tabPage1.Controls.Add(this.label2);
 | ||
|             this.tabPage1.Controls.Add(this.lbTaskNo);
 | ||
|             this.tabPage1.Location = new System.Drawing.Point(4, 25);
 | ||
|             this.tabPage1.Name = "tabPage1";
 | ||
|             this.tabPage1.Size = new System.Drawing.Size(232, 205);
 | ||
|             this.tabPage1.Text = "任务";
 | ||
|             // 
 | ||
|             // label3
 | ||
|             // 
 | ||
|             this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label3.Location = new System.Drawing.Point(6, 142);
 | ||
|             this.label3.Name = "label3";
 | ||
|             this.label3.Size = new System.Drawing.Size(42, 20);
 | ||
|             this.label3.Text = "数量:";
 | ||
|             // 
 | ||
|             // lbTaskCnt
 | ||
|             // 
 | ||
|             this.lbTaskCnt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbTaskCnt.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.lbTaskCnt.Location = new System.Drawing.Point(54, 142);
 | ||
|             this.lbTaskCnt.Name = "lbTaskCnt";
 | ||
|             this.lbTaskCnt.Size = new System.Drawing.Size(175, 20);
 | ||
|             // 
 | ||
|             // label5
 | ||
|             // 
 | ||
|             this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label5.Location = new System.Drawing.Point(6, 122);
 | ||
|             this.label5.Name = "label5";
 | ||
|             this.label5.Size = new System.Drawing.Size(42, 20);
 | ||
|             this.label5.Text = "人员:";
 | ||
|             // 
 | ||
|             // lbEmployee
 | ||
|             // 
 | ||
|             this.lbEmployee.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbEmployee.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.lbEmployee.Location = new System.Drawing.Point(54, 122);
 | ||
|             this.lbEmployee.Name = "lbEmployee";
 | ||
|             this.lbEmployee.Size = new System.Drawing.Size(175, 20);
 | ||
|             // 
 | ||
|             // label6
 | ||
|             // 
 | ||
|             this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label6.Location = new System.Drawing.Point(6, 102);
 | ||
|             this.label6.Name = "label6";
 | ||
|             this.label6.Size = new System.Drawing.Size(42, 20);
 | ||
|             this.label6.Text = "状态:";
 | ||
|             // 
 | ||
|             // lbStatus
 | ||
|             // 
 | ||
|             this.lbStatus.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbStatus.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.lbStatus.Location = new System.Drawing.Point(54, 102);
 | ||
|             this.lbStatus.Name = "lbStatus";
 | ||
|             this.lbStatus.Size = new System.Drawing.Size(175, 20);
 | ||
|             // 
 | ||
|             // label4
 | ||
|             // 
 | ||
|             this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label4.Location = new System.Drawing.Point(6, 82);
 | ||
|             this.label4.Name = "label4";
 | ||
|             this.label4.Size = new System.Drawing.Size(42, 20);
 | ||
|             this.label4.Text = "区域:";
 | ||
|             // 
 | ||
|             // lbPartion
 | ||
|             // 
 | ||
|             this.lbPartion.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbPartion.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.lbPartion.Location = new System.Drawing.Point(54, 82);
 | ||
|             this.lbPartion.Name = "lbPartion";
 | ||
|             this.lbPartion.Size = new System.Drawing.Size(175, 20);
 | ||
|             // 
 | ||
|             // label7
 | ||
|             // 
 | ||
|             this.label7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label7.Location = new System.Drawing.Point(6, 42);
 | ||
|             this.label7.Name = "label7";
 | ||
|             this.label7.Size = new System.Drawing.Size(42, 20);
 | ||
|             this.label7.Text = "类型:";
 | ||
|             // 
 | ||
|             // lbType
 | ||
|             // 
 | ||
|             this.lbType.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbType.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.lbType.Location = new System.Drawing.Point(54, 42);
 | ||
|             this.lbType.Name = "lbType";
 | ||
|             this.lbType.Size = new System.Drawing.Size(168, 20);
 | ||
|             // 
 | ||
|             // FlowNoQuery
 | ||
|             // 
 | ||
|             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.tabControl1);
 | ||
|             this.Controls.Add(this.textBox1);
 | ||
|             this.Controls.Add(this.label1);
 | ||
|             this.Name = "FlowNoQuery";
 | ||
|             this.Text = "容器码查询";
 | ||
|             this.tabControl1.ResumeLayout(false);
 | ||
|             this.tabPage2.ResumeLayout(false);
 | ||
|             this.tabPage1.ResumeLayout(false);
 | ||
|             this.ResumeLayout(false);
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.Label label1;
 | ||
|         private System.Windows.Forms.TextBox textBox1;
 | ||
|         private System.Windows.Forms.DataGrid dataGrid1;
 | ||
|         private System.Windows.Forms.Label lbTaskNo;
 | ||
|         private System.Windows.Forms.Label label2;
 | ||
|         private System.Windows.Forms.TabControl tabControl1;
 | ||
|         private System.Windows.Forms.TabPage tabPage1;
 | ||
|         private System.Windows.Forms.TabPage tabPage2;
 | ||
|         private System.Windows.Forms.Label label5;
 | ||
|         private System.Windows.Forms.Label lbEmployee;
 | ||
|         private System.Windows.Forms.Label label6;
 | ||
|         private System.Windows.Forms.Label lbStatus;
 | ||
|         private System.Windows.Forms.Label label4;
 | ||
|         private System.Windows.Forms.Label lbPartion;
 | ||
|         private System.Windows.Forms.Label label3;
 | ||
|         private System.Windows.Forms.Label lbTaskCnt;
 | ||
|         private System.Windows.Forms.Label label7;
 | ||
|         private System.Windows.Forms.Label lbType;
 | ||
|     }
 | ||
| } |