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

121 lines
5.1 KiB
C#
Raw Normal View History

2023-05-23 16:13:17 +08:00
namespace DeiNiu.Wms.CE
{
partial class RegSeedsBox
{
/// <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.lbPartion = new System.Windows.Forms.Label();
this.dg1 = new System.Windows.Forms.DataGrid();
this.lbUrl = new System.Windows.Forms.Label();
this.lbBox = 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(3, 3);
this.input_txt.Name = "input_txt";
this.input_txt.Size = new System.Drawing.Size(233, 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", 12F, System.Drawing.FontStyle.Regular);
this.lbResult.ForeColor = System.Drawing.Color.Black;
this.lbResult.Location = new System.Drawing.Point(3, 254);
this.lbResult.Name = "lbResult";
this.lbResult.Size = new System.Drawing.Size(206, 21);
this.lbResult.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(3, 37);
this.lbPartion.Name = "lbPartion";
this.lbPartion.Size = new System.Drawing.Size(103, 20);
this.lbPartion.Text = " ";
//
// 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, 60);
this.dg1.Name = "dg1";
this.dg1.Size = new System.Drawing.Size(233, 159);
this.dg1.TabIndex = 9;
//
// lbUrl
//
this.lbUrl.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.lbUrl.ForeColor = System.Drawing.Color.Black;
this.lbUrl.Location = new System.Drawing.Point(3, 222);
this.lbUrl.Name = "lbUrl";
this.lbUrl.Size = new System.Drawing.Size(233, 32);
//
// lbBox
//
this.lbBox.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.lbBox.ForeColor = System.Drawing.Color.Black;
this.lbBox.Location = new System.Drawing.Point(133, 37);
this.lbBox.Name = "lbBox";
this.lbBox.Size = new System.Drawing.Size(103, 20);
this.lbBox.Text = " ";
//
// RegSeedsBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 278);
this.Controls.Add(this.lbBox);
this.Controls.Add(this.lbUrl);
this.Controls.Add(this.dg1);
this.Controls.Add(this.lbPartion);
this.Controls.Add(this.lbResult);
this.Controls.Add(this.input_txt);
this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.Name = "RegSeedsBox";
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 lbPartion;
private System.Windows.Forms.DataGrid dg1;
private System.Windows.Forms.Label lbUrl;
private System.Windows.Forms.Label lbBox;
}
}