142 lines
		
	
	
		
			6.2 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			142 lines
		
	
	
		
			6.2 KiB
		
	
	
	
		
			C#
		
	
	
	
| namespace DeiNiu.Wms.CE
 | ||
| {
 | ||
|     partial class RegBox
 | ||
|     {
 | ||
|         /// <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.input_txt = new System.Windows.Forms.TextBox();
 | ||
|             this.lbResult = new System.Windows.Forms.Label();
 | ||
|             this.label10 = new System.Windows.Forms.Label();
 | ||
|             this.lbColors = new System.Windows.Forms.Label();
 | ||
|             this.label14 = new System.Windows.Forms.Label();
 | ||
|             this.lbOrderCnt = new System.Windows.Forms.Label();
 | ||
|             this.label17 = new System.Windows.Forms.Label();
 | ||
|             this.lbPartion = new System.Windows.Forms.Label();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // input_txt
 | ||
|             // 
 | ||
|             this.input_txt.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular);
 | ||
|             this.input_txt.Location = new System.Drawing.Point(33, 18);
 | ||
|             this.input_txt.Name = "input_txt";
 | ||
|             this.input_txt.Size = new System.Drawing.Size(176, 31);
 | ||
|             this.input_txt.TabIndex = 1;
 | ||
|             this.input_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.goodscode_txt_KeyUp);
 | ||
|             // 
 | ||
|             // lbResult
 | ||
|             // 
 | ||
|             this.lbResult.Font = new System.Drawing.Font("Tahoma", 17F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbResult.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.lbResult.Location = new System.Drawing.Point(18, 142);
 | ||
|             this.lbResult.Name = "lbResult";
 | ||
|             this.lbResult.Size = new System.Drawing.Size(206, 31);
 | ||
|             this.lbResult.Text = "注册结果";
 | ||
|             this.lbResult.TextAlign = System.Drawing.ContentAlignment.TopCenter;
 | ||
|             // 
 | ||
|             // label10
 | ||
|             // 
 | ||
|             this.label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label10.Location = new System.Drawing.Point(33, 106);
 | ||
|             this.label10.Name = "label10";
 | ||
|             this.label10.Size = new System.Drawing.Size(72, 20);
 | ||
|             this.label10.Text = "识别颜色:";
 | ||
|             // 
 | ||
|             // lbColors
 | ||
|             // 
 | ||
|             this.lbColors.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbColors.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.lbColors.Location = new System.Drawing.Point(97, 106);
 | ||
|             this.lbColors.Name = "lbColors";
 | ||
|             this.lbColors.Size = new System.Drawing.Size(134, 20);
 | ||
|             // 
 | ||
|             // label14
 | ||
|             // 
 | ||
|             this.label14.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label14.Location = new System.Drawing.Point(33, 86);
 | ||
|             this.label14.Name = "label14";
 | ||
|             this.label14.Size = new System.Drawing.Size(72, 20);
 | ||
|             this.label14.Text = "订单数量:";
 | ||
|             // 
 | ||
|             // lbOrderCnt
 | ||
|             // 
 | ||
|             this.lbOrderCnt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbOrderCnt.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.lbOrderCnt.Location = new System.Drawing.Point(97, 86);
 | ||
|             this.lbOrderCnt.Name = "lbOrderCnt";
 | ||
|             this.lbOrderCnt.Size = new System.Drawing.Size(91, 20);
 | ||
|             // 
 | ||
|             // label17
 | ||
|             // 
 | ||
|             this.label17.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label17.Location = new System.Drawing.Point(33, 66);
 | ||
|             this.label17.Name = "label17";
 | ||
|             this.label17.Size = new System.Drawing.Size(72, 20);
 | ||
|             this.label17.Text = "当前分区:";
 | ||
|             // 
 | ||
|             // lbPartion
 | ||
|             // 
 | ||
|             this.lbPartion.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbPartion.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.lbPartion.Location = new System.Drawing.Point(97, 66);
 | ||
|             this.lbPartion.Name = "lbPartion";
 | ||
|             this.lbPartion.Size = new System.Drawing.Size(127, 20);
 | ||
|             this.lbPartion.Text = "part1";
 | ||
|             // 
 | ||
|             // RegBox
 | ||
|             // 
 | ||
|             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.lbOrderCnt);
 | ||
|             this.Controls.Add(this.lbColors);
 | ||
|             this.Controls.Add(this.lbPartion);
 | ||
|             this.Controls.Add(this.lbResult);
 | ||
|             this.Controls.Add(this.label14);
 | ||
|             this.Controls.Add(this.label10);
 | ||
|             this.Controls.Add(this.label17);
 | ||
|             this.Controls.Add(this.input_txt);
 | ||
|             this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.Name = "RegBox";
 | ||
|             this.Text = "注册周转箱";
 | ||
|             this.Load += new System.EventHandler(this.BarCodeStorage_Load);
 | ||
|             this.ResumeLayout(false);
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.TextBox input_txt;
 | ||
|         private System.Windows.Forms.Label lbResult;
 | ||
|         private System.Windows.Forms.Label label10;
 | ||
|         private System.Windows.Forms.Label lbColors;
 | ||
|         private System.Windows.Forms.Label label14;
 | ||
|         private System.Windows.Forms.Label lbOrderCnt;
 | ||
|         private System.Windows.Forms.Label label17;
 | ||
|         private System.Windows.Forms.Label lbPartion;
 | ||
|     }
 | ||
| } |