380 lines
18 KiB
C#
380 lines
18 KiB
C#
namespace DeiNiu.Wms.CE
|
||
{
|
||
partial class LocationStockInit
|
||
{
|
||
/// <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.label1 = new System.Windows.Forms.Label();
|
||
this.goodscode_txt = new System.Windows.Forms.TextBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
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.label13 = new System.Windows.Forms.Label();
|
||
this.label14 = new System.Windows.Forms.Label();
|
||
this.label17 = new System.Windows.Forms.Label();
|
||
this.oldcount_lab = new System.Windows.Forms.Label();
|
||
this.label19 = new System.Windows.Forms.Label();
|
||
this.count_txt = new System.Windows.Forms.TextBox();
|
||
this.unit_lab = new System.Windows.Forms.Label();
|
||
this.up_bt = new System.Windows.Forms.Button();
|
||
this.down_bt = new System.Windows.Forms.Button();
|
||
this.row_lab = new System.Windows.Forms.Label();
|
||
this.cb1 = new System.Windows.Forms.CheckBox();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.txtBatch = new System.Windows.Forms.TextBox();
|
||
this.txtPrdDate = new System.Windows.Forms.TextBox();
|
||
this.txtValidDate = new System.Windows.Forms.TextBox();
|
||
this.chkErp = new System.Windows.Forms.CheckBox();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label1.Location = new System.Drawing.Point(4, 11);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(61, 20);
|
||
this.label1.Text = "商品";
|
||
//
|
||
// goodscode_txt
|
||
//
|
||
this.goodscode_txt.Location = new System.Drawing.Point(44, 8);
|
||
this.goodscode_txt.Name = "goodscode_txt";
|
||
this.goodscode_txt.Size = new System.Drawing.Size(104, 23);
|
||
this.goodscode_txt.TabIndex = 1;
|
||
this.goodscode_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.goodscode_txt_KeyUp);
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label2.Location = new System.Drawing.Point(4, 40);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(61, 20);
|
||
this.label2.Text = "货位";
|
||
//
|
||
// lacationid_txt
|
||
//
|
||
this.lacationid_txt.Location = new System.Drawing.Point(45, 37);
|
||
this.lacationid_txt.Name = "lacationid_txt";
|
||
this.lacationid_txt.Size = new System.Drawing.Size(83, 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(4, 66);
|
||
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(4, 92);
|
||
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(4, 118);
|
||
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(45, 66);
|
||
this.name_lab.Name = "name_lab";
|
||
this.name_lab.Size = new System.Drawing.Size(190, 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(45, 92);
|
||
this.spec_lab.Name = "spec_lab";
|
||
this.spec_lab.Size = new System.Drawing.Size(123, 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(45, 118);
|
||
this.PCompany_lab.Name = "PCompany_lab";
|
||
this.PCompany_lab.Size = new System.Drawing.Size(191, 20);
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label9.Location = new System.Drawing.Point(4, 144);
|
||
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(4, 222);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(59, 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(45, 144);
|
||
this.lacationid_lab.Name = "lacationid_lab";
|
||
this.lacationid_lab.Size = new System.Drawing.Size(91, 20);
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label13.Location = new System.Drawing.Point(4, 248);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(59, 20);
|
||
this.label13.Text = "有效期至";
|
||
//
|
||
// label14
|
||
//
|
||
this.label14.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label14.Location = new System.Drawing.Point(4, 196);
|
||
this.label14.Name = "label14";
|
||
this.label14.Size = new System.Drawing.Size(61, 20);
|
||
this.label14.Text = "商品批号";
|
||
//
|
||
// label17
|
||
//
|
||
this.label17.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label17.Location = new System.Drawing.Point(4, 170);
|
||
this.label17.Name = "label17";
|
||
this.label17.Size = new System.Drawing.Size(72, 20);
|
||
this.label17.Text = "ERP库存";
|
||
//
|
||
// oldcount_lab
|
||
//
|
||
this.oldcount_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.oldcount_lab.ForeColor = System.Drawing.Color.Black;
|
||
this.oldcount_lab.Location = new System.Drawing.Point(69, 170);
|
||
this.oldcount_lab.Name = "oldcount_lab";
|
||
this.oldcount_lab.Size = new System.Drawing.Size(61, 20);
|
||
//
|
||
// label19
|
||
//
|
||
this.label19.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label19.Location = new System.Drawing.Point(138, 170);
|
||
this.label19.Name = "label19";
|
||
this.label19.Size = new System.Drawing.Size(32, 20);
|
||
this.label19.Text = "入库";
|
||
//
|
||
// count_txt
|
||
//
|
||
this.count_txt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.count_txt.Location = new System.Drawing.Point(172, 169);
|
||
this.count_txt.Name = "count_txt";
|
||
this.count_txt.Size = new System.Drawing.Size(57, 21);
|
||
this.count_txt.TabIndex = 1;
|
||
this.count_txt.Text = "0";
|
||
this.count_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.count_txt_KeyUp);
|
||
//
|
||
// 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(172, 145);
|
||
this.unit_lab.Name = "unit_lab";
|
||
this.unit_lab.Size = new System.Drawing.Size(46, 20);
|
||
//
|
||
// 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(178, 218);
|
||
this.up_bt.Name = "up_bt";
|
||
this.up_bt.Size = new System.Drawing.Size(59, 24);
|
||
this.up_bt.TabIndex = 21;
|
||
this.up_bt.Text = "上一页";
|
||
this.up_bt.Click += new System.EventHandler(this.up_bt_Click);
|
||
//
|
||
// 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(178, 243);
|
||
this.down_bt.Name = "down_bt";
|
||
this.down_bt.Size = new System.Drawing.Size(59, 24);
|
||
this.down_bt.TabIndex = 21;
|
||
this.down_bt.Text = "下一页";
|
||
this.down_bt.Click += new System.EventHandler(this.down_bt_Click);
|
||
//
|
||
// 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(178, 196);
|
||
this.row_lab.Name = "row_lab";
|
||
this.row_lab.Size = new System.Drawing.Size(57, 20);
|
||
//
|
||
// cb1
|
||
//
|
||
this.cb1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.cb1.Location = new System.Drawing.Point(153, 40);
|
||
this.cb1.Name = "cb1";
|
||
this.cb1.Size = new System.Drawing.Size(87, 20);
|
||
this.cb1.TabIndex = 42;
|
||
this.cb1.Text = "货位查询";
|
||
this.cb1.CheckStateChanged += new System.EventHandler(this.cb1_CheckStateChanged);
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label6.Location = new System.Drawing.Point(138, 146);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(32, 20);
|
||
this.label6.Text = "单位";
|
||
//
|
||
// txtBatch
|
||
//
|
||
this.txtBatch.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.txtBatch.Location = new System.Drawing.Point(69, 196);
|
||
this.txtBatch.Name = "txtBatch";
|
||
this.txtBatch.Size = new System.Drawing.Size(91, 21);
|
||
this.txtBatch.TabIndex = 64;
|
||
//
|
||
// txtPrdDate
|
||
//
|
||
this.txtPrdDate.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.txtPrdDate.Location = new System.Drawing.Point(69, 220);
|
||
this.txtPrdDate.Name = "txtPrdDate";
|
||
this.txtPrdDate.Size = new System.Drawing.Size(91, 21);
|
||
this.txtPrdDate.TabIndex = 65;
|
||
//
|
||
// txtValidDate
|
||
//
|
||
this.txtValidDate.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.txtValidDate.Location = new System.Drawing.Point(69, 245);
|
||
this.txtValidDate.Name = "txtValidDate";
|
||
this.txtValidDate.Size = new System.Drawing.Size(91, 21);
|
||
this.txtValidDate.TabIndex = 66;
|
||
//
|
||
// chkErp
|
||
//
|
||
this.chkErp.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.chkErp.Location = new System.Drawing.Point(153, 11);
|
||
this.chkErp.Name = "chkErp";
|
||
this.chkErp.Size = new System.Drawing.Size(82, 20);
|
||
this.chkErp.TabIndex = 86;
|
||
this.chkErp.Text = "ERP库存";
|
||
//
|
||
// LocationStockInit
|
||
//
|
||
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.chkErp);
|
||
this.Controls.Add(this.txtValidDate);
|
||
this.Controls.Add(this.txtPrdDate);
|
||
this.Controls.Add(this.txtBatch);
|
||
this.Controls.Add(this.label6);
|
||
this.Controls.Add(this.cb1);
|
||
this.Controls.Add(this.row_lab);
|
||
this.Controls.Add(this.down_bt);
|
||
this.Controls.Add(this.up_bt);
|
||
this.Controls.Add(this.unit_lab);
|
||
this.Controls.Add(this.oldcount_lab);
|
||
this.Controls.Add(this.lacationid_lab);
|
||
this.Controls.Add(this.PCompany_lab);
|
||
this.Controls.Add(this.spec_lab);
|
||
this.Controls.Add(this.label19);
|
||
this.Controls.Add(this.label14);
|
||
this.Controls.Add(this.name_lab);
|
||
this.Controls.Add(this.label10);
|
||
this.Controls.Add(this.label13);
|
||
this.Controls.Add(this.label17);
|
||
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.Controls.Add(this.label2);
|
||
this.Controls.Add(this.goodscode_txt);
|
||
this.Controls.Add(this.label1);
|
||
this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||
this.Name = "LocationStockInit";
|
||
this.Text = "erp库存导入";
|
||
this.Load += new System.EventHandler(this.BarCodeStorage_Load);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.TextBox goodscode_txt;
|
||
private System.Windows.Forms.Label label2;
|
||
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 label13;
|
||
private System.Windows.Forms.Label label14;
|
||
private System.Windows.Forms.Label label17;
|
||
private System.Windows.Forms.Label oldcount_lab;
|
||
private System.Windows.Forms.Label label19;
|
||
private System.Windows.Forms.TextBox count_txt;
|
||
private System.Windows.Forms.Label unit_lab;
|
||
private System.Windows.Forms.Button up_bt;
|
||
private System.Windows.Forms.Button down_bt;
|
||
private System.Windows.Forms.Label row_lab;
|
||
private System.Windows.Forms.CheckBox cb1;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.TextBox txtBatch;
|
||
private System.Windows.Forms.TextBox txtPrdDate;
|
||
private System.Windows.Forms.TextBox txtValidDate;
|
||
private System.Windows.Forms.CheckBox chkErp;
|
||
}
|
||
} |