365 lines
17 KiB
C#
365 lines
17 KiB
C#
namespace DeiNiu.Wms.CE
|
||
{
|
||
partial class LocationMgr
|
||
{
|
||
/// <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.location_txt = new System.Windows.Forms.TextBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.lacationid_lab = new System.Windows.Forms.Label();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.product_date = new System.Windows.Forms.Label();
|
||
this.label11 = new System.Windows.Forms.Label();
|
||
this.ext_date = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.batch = new System.Windows.Forms.Label();
|
||
this.company_lab = new System.Windows.Forms.Label();
|
||
this.count = new System.Windows.Forms.Label();
|
||
this.unit = new System.Windows.Forms.Label();
|
||
this.spec = new System.Windows.Forms.Label();
|
||
this.goods_name = new System.Windows.Forms.Label();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.bigcount_lab = new System.Windows.Forms.Label();
|
||
this.label15 = new System.Windows.Forms.Label();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.label12 = new System.Windows.Forms.Label();
|
||
this.label14 = new System.Windows.Forms.Label();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
this.SuspendLayout();
|
||
//
|
||
// location_txt
|
||
//
|
||
this.location_txt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.location_txt.Location = new System.Drawing.Point(66, 6);
|
||
this.location_txt.Name = "location_txt";
|
||
this.location_txt.Size = new System.Drawing.Size(109, 21);
|
||
this.location_txt.TabIndex = 97;
|
||
this.location_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.location_txt_KeyUp);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label1.Location = new System.Drawing.Point(3, 7);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(61, 20);
|
||
this.label1.Text = "货位码:";
|
||
//
|
||
// lacationid_lab
|
||
//
|
||
this.lacationid_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.lacationid_lab.ForeColor = System.Drawing.Color.Blue;
|
||
this.lacationid_lab.Location = new System.Drawing.Point(39, 31);
|
||
this.lacationid_lab.Name = "lacationid_lab";
|
||
this.lacationid_lab.Size = new System.Drawing.Size(98, 20);
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label7.Location = new System.Drawing.Point(3, 31);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(45, 20);
|
||
this.label7.Text = "货位:";
|
||
//
|
||
// product_date
|
||
//
|
||
this.product_date.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.product_date.Location = new System.Drawing.Point(66, 103);
|
||
this.product_date.Name = "product_date";
|
||
this.product_date.Size = new System.Drawing.Size(126, 20);
|
||
//
|
||
// label11
|
||
//
|
||
this.label11.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label11.Location = new System.Drawing.Point(3, 103);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(72, 20);
|
||
this.label11.Text = "生产日期:";
|
||
//
|
||
// ext_date
|
||
//
|
||
this.ext_date.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.ext_date.Location = new System.Drawing.Point(66, 127);
|
||
this.ext_date.Name = "ext_date";
|
||
this.ext_date.Size = new System.Drawing.Size(136, 20);
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label3.Location = new System.Drawing.Point(3, 127);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(72, 20);
|
||
this.label3.Text = "有效日期:";
|
||
//
|
||
// batch
|
||
//
|
||
this.batch.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.batch.Location = new System.Drawing.Point(39, 175);
|
||
this.batch.Name = "batch";
|
||
this.batch.Size = new System.Drawing.Size(84, 20);
|
||
//
|
||
// company_lab
|
||
//
|
||
this.company_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.company_lab.Location = new System.Drawing.Point(39, 151);
|
||
this.company_lab.Name = "company_lab";
|
||
this.company_lab.Size = new System.Drawing.Size(196, 20);
|
||
//
|
||
// count
|
||
//
|
||
this.count.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.count.ForeColor = System.Drawing.Color.Blue;
|
||
this.count.Location = new System.Drawing.Point(198, 171);
|
||
this.count.Name = "count";
|
||
this.count.Size = new System.Drawing.Size(42, 20);
|
||
//
|
||
// unit
|
||
//
|
||
this.unit.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.unit.ForeColor = System.Drawing.Color.Blue;
|
||
this.unit.Location = new System.Drawing.Point(198, 83);
|
||
this.unit.Name = "unit";
|
||
this.unit.Size = new System.Drawing.Size(38, 20);
|
||
//
|
||
// spec
|
||
//
|
||
this.spec.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.spec.Location = new System.Drawing.Point(39, 79);
|
||
this.spec.Name = "spec";
|
||
this.spec.Size = new System.Drawing.Size(101, 20);
|
||
//
|
||
// goods_name
|
||
//
|
||
this.goods_name.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.goods_name.Location = new System.Drawing.Point(39, 55);
|
||
this.goods_name.Name = "goods_name";
|
||
this.goods_name.Size = new System.Drawing.Size(197, 20);
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label9.Location = new System.Drawing.Point(3, 175);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(49, 16);
|
||
this.label9.Text = "批号:";
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label8.Location = new System.Drawing.Point(3, 151);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(49, 20);
|
||
this.label8.Text = "厂商:";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label4.Location = new System.Drawing.Point(160, 171);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(36, 20);
|
||
this.label4.Text = "数量";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label6.Location = new System.Drawing.Point(163, 83);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(33, 20);
|
||
this.label6.Text = "单位";
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label5.Location = new System.Drawing.Point(3, 79);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(49, 20);
|
||
this.label5.Text = "规格:";
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label13.Location = new System.Drawing.Point(3, 55);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(49, 20);
|
||
this.label13.Text = "商品:";
|
||
//
|
||
// bigcount_lab
|
||
//
|
||
this.bigcount_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.bigcount_lab.ForeColor = System.Drawing.Color.Blue;
|
||
this.bigcount_lab.Location = new System.Drawing.Point(198, 195);
|
||
this.bigcount_lab.Name = "bigcount_lab";
|
||
this.bigcount_lab.Size = new System.Drawing.Size(42, 20);
|
||
//
|
||
// label15
|
||
//
|
||
this.label15.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label15.Location = new System.Drawing.Point(147, 195);
|
||
this.label15.Name = "label15";
|
||
this.label15.Size = new System.Drawing.Size(49, 20);
|
||
this.label15.Text = "大包装";
|
||
this.label15.ParentChanged += new System.EventHandler(this.label15_ParentChanged);
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(88, 219);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(45, 23);
|
||
this.textBox1.TabIndex = 155;
|
||
this.textBox1.Text = "0";
|
||
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label2.Location = new System.Drawing.Point(3, 222);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(84, 20);
|
||
this.label2.Text = "新库容/箱:";
|
||
this.label2.ParentChanged += new System.EventHandler(this.label2_ParentChanged);
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label10.Location = new System.Drawing.Point(3, 198);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(49, 20);
|
||
this.label10.Text = "库容:";
|
||
//
|
||
// label12
|
||
//
|
||
this.label12.ForeColor = System.Drawing.Color.Blue;
|
||
this.label12.Location = new System.Drawing.Point(39, 195);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(48, 20);
|
||
//
|
||
// label14
|
||
//
|
||
this.label14.Location = new System.Drawing.Point(175, 7);
|
||
this.label14.Name = "label14";
|
||
this.label14.Size = new System.Drawing.Size(10, 10);
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.button2.Location = new System.Drawing.Point(88, 249);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(66, 20);
|
||
this.button2.TabIndex = 185;
|
||
this.button2.Text = "确定";
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// checkBox1
|
||
//
|
||
this.checkBox1.Location = new System.Drawing.Point(139, 31);
|
||
this.checkBox1.Name = "checkBox1";
|
||
this.checkBox1.Size = new System.Drawing.Size(97, 20);
|
||
this.checkBox1.TabIndex = 211;
|
||
this.checkBox1.Text = "锁定";
|
||
//
|
||
// LocationMgr
|
||
//
|
||
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.checkBox1);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.label14);
|
||
this.Controls.Add(this.label12);
|
||
this.Controls.Add(this.label10);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.textBox1);
|
||
this.Controls.Add(this.product_date);
|
||
this.Controls.Add(this.label11);
|
||
this.Controls.Add(this.ext_date);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.batch);
|
||
this.Controls.Add(this.company_lab);
|
||
this.Controls.Add(this.bigcount_lab);
|
||
this.Controls.Add(this.count);
|
||
this.Controls.Add(this.unit);
|
||
this.Controls.Add(this.spec);
|
||
this.Controls.Add(this.goods_name);
|
||
this.Controls.Add(this.label9);
|
||
this.Controls.Add(this.label15);
|
||
this.Controls.Add(this.label8);
|
||
this.Controls.Add(this.label4);
|
||
this.Controls.Add(this.label6);
|
||
this.Controls.Add(this.label5);
|
||
this.Controls.Add(this.label13);
|
||
this.Controls.Add(this.lacationid_lab);
|
||
this.Controls.Add(this.label7);
|
||
this.Controls.Add(this.location_txt);
|
||
this.Controls.Add(this.label1);
|
||
this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||
this.Name = "LocationMgr";
|
||
this.Text = "货位管理";
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TextBox location_txt;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label lacationid_lab;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.Label product_date;
|
||
private System.Windows.Forms.Label label11;
|
||
private System.Windows.Forms.Label ext_date;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label batch;
|
||
private System.Windows.Forms.Label company_lab;
|
||
private System.Windows.Forms.Label count;
|
||
private System.Windows.Forms.Label unit;
|
||
private System.Windows.Forms.Label spec;
|
||
private System.Windows.Forms.Label goods_name;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.Label label13;
|
||
private System.Windows.Forms.Label bigcount_lab;
|
||
private System.Windows.Forms.Label label15;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.Label label12;
|
||
private System.Windows.Forms.Label label14;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.CheckBox checkBox1;
|
||
}
|
||
} |