221 lines
10 KiB
C#
221 lines
10 KiB
C#
namespace DeiNiu.Wms.CE
|
||
{
|
||
partial class LocationStockCompare
|
||
{
|
||
/// <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.name_lab = new System.Windows.Forms.Label();
|
||
this.locationid_txt = new System.Windows.Forms.TextBox();
|
||
this.locationid_lab = new System.Windows.Forms.Label();
|
||
this.dg1 = new System.Windows.Forms.DataGrid();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.erpcount_lab = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.wmscount_lab = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.company_lab = new System.Windows.Forms.Label();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.spea_lab = new System.Windows.Forms.Label();
|
||
this.rdLoc = new System.Windows.Forms.RadioButton();
|
||
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label1.Location = new System.Drawing.Point(4, 49);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(45, 20);
|
||
this.label1.Text = "商品:";
|
||
//
|
||
// name_lab
|
||
//
|
||
this.name_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.name_lab.Location = new System.Drawing.Point(46, 48);
|
||
this.name_lab.Name = "name_lab";
|
||
this.name_lab.Size = new System.Drawing.Size(187, 20);
|
||
//
|
||
// locationid_txt
|
||
//
|
||
this.locationid_txt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.locationid_txt.Location = new System.Drawing.Point(122, 12);
|
||
this.locationid_txt.Name = "locationid_txt";
|
||
this.locationid_txt.Size = new System.Drawing.Size(100, 21);
|
||
this.locationid_txt.TabIndex = 3;
|
||
this.locationid_txt.Text = "2B10217-43";
|
||
this.locationid_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.locationid_txt_KeyUp);
|
||
//
|
||
// locationid_lab
|
||
//
|
||
this.locationid_lab.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular);
|
||
this.locationid_lab.ForeColor = System.Drawing.Color.Blue;
|
||
this.locationid_lab.Location = new System.Drawing.Point(122, 33);
|
||
this.locationid_lab.Name = "locationid_lab";
|
||
this.locationid_lab.Size = new System.Drawing.Size(76, 15);
|
||
//
|
||
// 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(6, 135);
|
||
this.dg1.Name = "dg1";
|
||
this.dg1.RowHeadersVisible = false;
|
||
this.dg1.Size = new System.Drawing.Size(230, 135);
|
||
this.dg1.TabIndex = 5;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label4.Location = new System.Drawing.Point(112, 112);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(44, 20);
|
||
this.label4.Text = "ERP:";
|
||
//
|
||
// erpcount_lab
|
||
//
|
||
this.erpcount_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.erpcount_lab.Location = new System.Drawing.Point(150, 112);
|
||
this.erpcount_lab.Name = "erpcount_lab";
|
||
this.erpcount_lab.Size = new System.Drawing.Size(65, 20);
|
||
this.erpcount_lab.Text = "0";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label6.Location = new System.Drawing.Point(4, 112);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(48, 20);
|
||
this.label6.Text = "WMS:";
|
||
//
|
||
// wmscount_lab
|
||
//
|
||
this.wmscount_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.wmscount_lab.ForeColor = System.Drawing.Color.Black;
|
||
this.wmscount_lab.Location = new System.Drawing.Point(46, 112);
|
||
this.wmscount_lab.Name = "wmscount_lab";
|
||
this.wmscount_lab.Size = new System.Drawing.Size(60, 20);
|
||
this.wmscount_lab.Text = "0";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label2.Location = new System.Drawing.Point(4, 91);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(45, 20);
|
||
this.label2.Text = "厂家:";
|
||
//
|
||
// company_lab
|
||
//
|
||
this.company_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.company_lab.Location = new System.Drawing.Point(46, 91);
|
||
this.company_lab.Name = "company_lab";
|
||
this.company_lab.Size = new System.Drawing.Size(187, 20);
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label7.Location = new System.Drawing.Point(4, 70);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(46, 20);
|
||
this.label7.Text = "规格:";
|
||
//
|
||
// spea_lab
|
||
//
|
||
this.spea_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.spea_lab.Location = new System.Drawing.Point(46, 69);
|
||
this.spea_lab.Name = "spea_lab";
|
||
this.spea_lab.Size = new System.Drawing.Size(89, 20);
|
||
//
|
||
// rdLoc
|
||
//
|
||
this.rdLoc.Checked = true;
|
||
this.rdLoc.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
|
||
this.rdLoc.Location = new System.Drawing.Point(4, 13);
|
||
this.rdLoc.Name = "rdLoc";
|
||
this.rdLoc.Size = new System.Drawing.Size(48, 20);
|
||
this.rdLoc.TabIndex = 18;
|
||
this.rdLoc.Text = "货位";
|
||
this.rdLoc.CheckedChanged += new System.EventHandler(this.rdLoc_CheckedChanged);
|
||
//
|
||
// radioButton2
|
||
//
|
||
this.radioButton2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
|
||
this.radioButton2.Location = new System.Drawing.Point(51, 13);
|
||
this.radioButton2.Name = "radioButton2";
|
||
this.radioButton2.Size = new System.Drawing.Size(66, 20);
|
||
this.radioButton2.TabIndex = 19;
|
||
this.radioButton2.TabStop = false;
|
||
this.radioButton2.Text = "商品码";
|
||
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
|
||
//
|
||
// LocationStockCompare
|
||
//
|
||
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.radioButton2);
|
||
this.Controls.Add(this.rdLoc);
|
||
this.Controls.Add(this.dg1);
|
||
this.Controls.Add(this.locationid_lab);
|
||
this.Controls.Add(this.locationid_txt);
|
||
this.Controls.Add(this.company_lab);
|
||
this.Controls.Add(this.spea_lab);
|
||
this.Controls.Add(this.name_lab);
|
||
this.Controls.Add(this.wmscount_lab);
|
||
this.Controls.Add(this.label6);
|
||
this.Controls.Add(this.erpcount_lab);
|
||
this.Controls.Add(this.label4);
|
||
this.Controls.Add(this.label7);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.label1);
|
||
this.Name = "LocationStockCompare";
|
||
this.Text = "库存比较";
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label name_lab;
|
||
private System.Windows.Forms.TextBox locationid_txt;
|
||
private System.Windows.Forms.Label locationid_lab;
|
||
private System.Windows.Forms.DataGrid dg1;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label erpcount_lab;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.Label wmscount_lab;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label company_lab;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.Label spea_lab;
|
||
private System.Windows.Forms.RadioButton rdLoc;
|
||
private System.Windows.Forms.RadioButton radioButton2;
|
||
}
|
||
} |