ldj/wince/DeiNiuWmsWINCE/forms/StorageLocationCheck.Design...

371 lines
18 KiB
C#
Raw Normal View History

2023-05-23 16:13:17 +08:00
namespace DeiNiu.Wms.CE
{
partial class StorageLocationCheck
{
/// <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.lacationid_txt = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.name_lab = new System.Windows.Forms.Label();
this.spec_lab = new System.Windows.Forms.Label();
this.PCompany_lab = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.lacationid_lab = new System.Windows.Forms.Label();
this.product_date_lab = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.save_date_lab = new System.Windows.Forms.Label();
this.batch_lab = new System.Windows.Forms.Label();
this.count_txt = new System.Windows.Forms.TextBox();
this.unit_lab = new System.Windows.Forms.Label();
this.row_lab = new System.Windows.Forms.Label();
this.Stocknum_lab = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.lbbigcount = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.down_bt = new System.Windows.Forms.Button();
this.up_bt = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lacationid_txt
//
this.lacationid_txt.Location = new System.Drawing.Point(36, 6);
this.lacationid_txt.Name = "lacationid_txt";
this.lacationid_txt.Size = new System.Drawing.Size(147, 23);
this.lacationid_txt.TabIndex = 1;
this.lacationid_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.lacationid_txt_KeyUp);
//
// label3
//
this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label3.Location = new System.Drawing.Point(3, 63);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(45, 20);
this.label3.Text = "品名";
//
// label4
//
this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label4.Location = new System.Drawing.Point(3, 145);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(45, 20);
this.label4.Text = "规格";
//
// label5
//
this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label5.Location = new System.Drawing.Point(3, 194);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(45, 20);
this.label5.Text = "厂家";
//
// name_lab
//
this.name_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.name_lab.ForeColor = System.Drawing.Color.Blue;
this.name_lab.Location = new System.Drawing.Point(48, 63);
this.name_lab.Name = "name_lab";
this.name_lab.Size = new System.Drawing.Size(184, 20);
//
// spec_lab
//
this.spec_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.spec_lab.ForeColor = System.Drawing.Color.Black;
this.spec_lab.Location = new System.Drawing.Point(48, 145);
this.spec_lab.Name = "spec_lab";
this.spec_lab.Size = new System.Drawing.Size(63, 20);
//
// PCompany_lab
//
this.PCompany_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.PCompany_lab.ForeColor = System.Drawing.Color.Black;
this.PCompany_lab.Location = new System.Drawing.Point(48, 194);
this.PCompany_lab.Name = "PCompany_lab";
this.PCompany_lab.Size = new System.Drawing.Size(182, 20);
//
// label9
//
this.label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label9.Location = new System.Drawing.Point(3, 9);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(45, 20);
this.label9.Text = "货位";
//
// label10
//
this.label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label10.Location = new System.Drawing.Point(3, 169);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(34, 20);
this.label10.Text = "效期";
//
// lacationid_lab
//
this.lacationid_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.lacationid_lab.ForeColor = System.Drawing.Color.Black;
this.lacationid_lab.Location = new System.Drawing.Point(3, 32);
this.lacationid_lab.Name = "lacationid_lab";
this.lacationid_lab.Size = new System.Drawing.Size(235, 31);
//
// product_date_lab
//
this.product_date_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.product_date_lab.ForeColor = System.Drawing.Color.Black;
this.product_date_lab.Location = new System.Drawing.Point(36, 169);
this.product_date_lab.Name = "product_date_lab";
this.product_date_lab.Size = new System.Drawing.Size(100, 20);
//
// label14
//
this.label14.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label14.Location = new System.Drawing.Point(3, 86);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(45, 20);
this.label14.Text = "批号";
//
// save_date_lab
//
this.save_date_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.save_date_lab.ForeColor = System.Drawing.Color.Black;
this.save_date_lab.Location = new System.Drawing.Point(147, 169);
this.save_date_lab.Name = "save_date_lab";
this.save_date_lab.Size = new System.Drawing.Size(91, 20);
//
// batch_lab
//
this.batch_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.batch_lab.ForeColor = System.Drawing.Color.Black;
this.batch_lab.Location = new System.Drawing.Point(48, 86);
this.batch_lab.Name = "batch_lab";
this.batch_lab.Size = new System.Drawing.Size(91, 20);
//
// count_txt
//
this.count_txt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.count_txt.Location = new System.Drawing.Point(130, 111);
this.count_txt.Name = "count_txt";
this.count_txt.Size = new System.Drawing.Size(59, 21);
this.count_txt.TabIndex = 1;
this.count_txt.Text = "0";
//
// unit_lab
//
this.unit_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.unit_lab.ForeColor = System.Drawing.Color.Blue;
this.unit_lab.Location = new System.Drawing.Point(194, 145);
this.unit_lab.Name = "unit_lab";
this.unit_lab.Size = new System.Drawing.Size(39, 17);
//
// row_lab
//
this.row_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.row_lab.ForeColor = System.Drawing.Color.Blue;
this.row_lab.Location = new System.Drawing.Point(48, 250);
this.row_lab.Name = "row_lab";
this.row_lab.Size = new System.Drawing.Size(58, 20);
//
// Stocknum_lab
//
this.Stocknum_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.Stocknum_lab.ForeColor = System.Drawing.Color.Blue;
this.Stocknum_lab.Location = new System.Drawing.Point(48, 114);
this.Stocknum_lab.Name = "Stocknum_lab";
this.Stocknum_lab.Size = new System.Drawing.Size(58, 20);
//
// button1
//
this.button1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.button1.Location = new System.Drawing.Point(195, 112);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(43, 20);
this.button1.TabIndex = 63;
this.button1.Text = "修改";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.button2.Location = new System.Drawing.Point(194, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(43, 20);
this.button2.TabIndex = 64;
this.button2.Text = "清空";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// comboBox1
//
this.comboBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.comboBox1.Location = new System.Drawing.Point(48, 216);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(135, 21);
this.comboBox1.TabIndex = 87;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// label6
//
this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label6.Location = new System.Drawing.Point(157, 145);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(36, 20);
this.label6.Text = "单位";
//
// label7
//
this.label7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label7.Location = new System.Drawing.Point(147, 83);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(46, 20);
this.label7.Text = "大包装";
//
// lbbigcount
//
this.lbbigcount.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.lbbigcount.ForeColor = System.Drawing.Color.Blue;
this.lbbigcount.Location = new System.Drawing.Point(192, 82);
this.lbbigcount.Name = "lbbigcount";
this.lbbigcount.Size = new System.Drawing.Size(46, 20);
//
// label8
//
this.label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label8.Location = new System.Drawing.Point(3, 115);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(45, 20);
this.label8.Text = "库存";
//
// down_bt
//
this.down_bt.Enabled = false;
this.down_bt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.down_bt.Location = new System.Drawing.Point(179, 247);
this.down_bt.Name = "down_bt";
this.down_bt.Size = new System.Drawing.Size(59, 24);
this.down_bt.TabIndex = 107;
this.down_bt.Text = "下一页";
this.down_bt.Click += new System.EventHandler(this.down_bt_Click);
//
// up_bt
//
this.up_bt.Enabled = false;
this.up_bt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.up_bt.Location = new System.Drawing.Point(113, 247);
this.up_bt.Name = "up_bt";
this.up_bt.Size = new System.Drawing.Size(59, 24);
this.up_bt.TabIndex = 106;
this.up_bt.Text = "上一页";
this.up_bt.Click += new System.EventHandler(this.up_bt_Click);
//
// label1
//
this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label1.Location = new System.Drawing.Point(3, 221);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(45, 20);
this.label1.Text = "原因";
//
// StorageLocationCheck
//
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.down_bt);
this.Controls.Add(this.up_bt);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.lbbigcount);
this.Controls.Add(this.label6);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.Stocknum_lab);
this.Controls.Add(this.row_lab);
this.Controls.Add(this.batch_lab);
this.Controls.Add(this.unit_lab);
this.Controls.Add(this.save_date_lab);
this.Controls.Add(this.product_date_lab);
this.Controls.Add(this.lacationid_lab);
this.Controls.Add(this.PCompany_lab);
this.Controls.Add(this.spec_lab);
this.Controls.Add(this.label14);
this.Controls.Add(this.name_lab);
this.Controls.Add(this.label10);
this.Controls.Add(this.count_txt);
this.Controls.Add(this.lacationid_txt);
this.Controls.Add(this.label9);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "StorageLocationCheck";
this.Text = "货位盘点";
this.Load += new System.EventHandler(this.BarCodeStorage_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox lacationid_txt;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label name_lab;
private System.Windows.Forms.Label spec_lab;
private System.Windows.Forms.Label PCompany_lab;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label lacationid_lab;
private System.Windows.Forms.Label product_date_lab;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label save_date_lab;
private System.Windows.Forms.Label batch_lab;
private System.Windows.Forms.TextBox count_txt;
private System.Windows.Forms.Label unit_lab;
private System.Windows.Forms.Label row_lab;
private System.Windows.Forms.Label Stocknum_lab;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label lbbigcount;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button down_bt;
private System.Windows.Forms.Button up_bt;
private System.Windows.Forms.Label label1;
}
}