102 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			102 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			C#
		
	
	
	
| namespace DeiNiu.Wms.CE.forms
 | ||
| {
 | ||
|     partial class combinEleId
 | ||
|     {
 | ||
|         /// <summary>
 | ||
|         /// 必需的设计器变量。
 | ||
|         /// </summary>
 | ||
|         private System.ComponentModel.IContainer components = null;
 | ||
|         private System.Windows.Forms.MainMenu mainMenu1;
 | ||
| 
 | ||
|         /// <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.mainMenu1 = new System.Windows.Forms.MainMenu();
 | ||
|             this.txtLocationid = new System.Windows.Forms.TextBox();
 | ||
|             this.txtEleId = new System.Windows.Forms.TextBox();
 | ||
|             this.lbResult = new System.Windows.Forms.Label();
 | ||
|             this.lbLoc = new System.Windows.Forms.Label();
 | ||
|             this.label1 = new System.Windows.Forms.Label();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // txtLocationid
 | ||
|             // 
 | ||
|             this.txtLocationid.Location = new System.Drawing.Point(89, 64);
 | ||
|             this.txtLocationid.Name = "txtLocationid";
 | ||
|             this.txtLocationid.Size = new System.Drawing.Size(134, 23);
 | ||
|             this.txtLocationid.TabIndex = 0;
 | ||
|             this.txtLocationid.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtLocationid_KeyUp);
 | ||
|             // 
 | ||
|             // txtEleId
 | ||
|             // 
 | ||
|             this.txtEleId.Location = new System.Drawing.Point(89, 105);
 | ||
|             this.txtEleId.Name = "txtEleId";
 | ||
|             this.txtEleId.Size = new System.Drawing.Size(134, 23);
 | ||
|             this.txtEleId.TabIndex = 1;
 | ||
|             // 
 | ||
|             // lbResult
 | ||
|             // 
 | ||
|             this.lbResult.Location = new System.Drawing.Point(30, 184);
 | ||
|             this.lbResult.Name = "lbResult";
 | ||
|             this.lbResult.Size = new System.Drawing.Size(193, 20);
 | ||
|             this.lbResult.Text = "绑定结果";
 | ||
|             // 
 | ||
|             // lbLoc
 | ||
|             // 
 | ||
|             this.lbLoc.Location = new System.Drawing.Point(25, 67);
 | ||
|             this.lbLoc.Name = "lbLoc";
 | ||
|             this.lbLoc.Size = new System.Drawing.Size(58, 20);
 | ||
|             this.lbLoc.Text = "货位";
 | ||
|             // 
 | ||
|             // label1
 | ||
|             // 
 | ||
|             this.label1.Location = new System.Drawing.Point(25, 105);
 | ||
|             this.label1.Name = "label1";
 | ||
|             this.label1.Size = new System.Drawing.Size(58, 20);
 | ||
|             this.label1.Text = "标签ID";
 | ||
|             // 
 | ||
|             // combinEleId
 | ||
|             // 
 | ||
|             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.label1);
 | ||
|             this.Controls.Add(this.lbLoc);
 | ||
|             this.Controls.Add(this.lbResult);
 | ||
|             this.Controls.Add(this.txtEleId);
 | ||
|             this.Controls.Add(this.txtLocationid);
 | ||
|             this.Menu = this.mainMenu1;
 | ||
|             this.Name = "combinEleId";
 | ||
|             this.Text = "combinEleId";
 | ||
|             this.ResumeLayout(false);
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.TextBox txtLocationid;
 | ||
|         private System.Windows.Forms.TextBox txtEleId;
 | ||
|         private System.Windows.Forms.Label lbResult;
 | ||
|         private System.Windows.Forms.Label lbLoc;
 | ||
|         private System.Windows.Forms.Label label1;
 | ||
|     }
 | ||
| } |