ldj/wince/DeiNiuWmsWINCE/forms/LightOrder.Designer.cs

134 lines
5.8 KiB
C#
Raw Permalink Normal View History

2023-05-23 16:13:17 +08:00
namespace DeiNiu.Wms.CE
{
partial class LightOrder
{
/// <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.label17 = new System.Windows.Forms.Label();
this.lbPartion = new System.Windows.Forms.Label();
this.rdsaleorder = new System.Windows.Forms.RadioButton();
this.rdpickorder = new System.Windows.Forms.RadioButton();
this.lbSvrl = 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, 46);
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(11, 164);
this.lbResult.Name = "lbResult";
this.lbResult.Size = new System.Drawing.Size(206, 31);
this.lbResult.Text = "返回结果";
this.lbResult.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label17
//
this.label17.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label17.Location = new System.Drawing.Point(26, 94);
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(90, 94);
this.lbPartion.Name = "lbPartion";
this.lbPartion.Size = new System.Drawing.Size(127, 20);
this.lbPartion.Text = "part1";
//
// rdsaleorder
//
this.rdsaleorder.Location = new System.Drawing.Point(33, 20);
this.rdsaleorder.Name = "rdsaleorder";
this.rdsaleorder.Size = new System.Drawing.Size(78, 20);
this.rdsaleorder.TabIndex = 5;
this.rdsaleorder.TabStop = false;
this.rdsaleorder.Text = "销售单";
this.rdsaleorder.CheckedChanged += new System.EventHandler(this.rdsaleorder_CheckedChanged);
//
// rdpickorder
//
this.rdpickorder.Checked = true;
this.rdpickorder.Location = new System.Drawing.Point(140, 20);
this.rdpickorder.Name = "rdpickorder";
this.rdpickorder.Size = new System.Drawing.Size(69, 20);
this.rdpickorder.TabIndex = 6;
this.rdpickorder.Text = "拣货单";
this.rdpickorder.CheckedChanged += new System.EventHandler(this.rdpickorder_CheckedChanged);
//
// lbSvrl
//
this.lbSvrl.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.lbSvrl.Location = new System.Drawing.Point(0, 255);
this.lbSvrl.Name = "lbSvrl";
this.lbSvrl.Size = new System.Drawing.Size(243, 20);
//
// LightOrder
//
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.lbSvrl);
this.Controls.Add(this.rdpickorder);
this.Controls.Add(this.rdsaleorder);
this.Controls.Add(this.lbPartion);
this.Controls.Add(this.lbResult);
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 = "LightOrder";
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 label17;
private System.Windows.Forms.Label lbPartion;
private System.Windows.Forms.RadioButton rdsaleorder;
private System.Windows.Forms.RadioButton rdpickorder;
private System.Windows.Forms.Label lbSvrl;
}
}