129 lines
5.2 KiB
C#
129 lines
5.2 KiB
C#
namespace DeiNiu.Wms.CE
|
||
{
|
||
partial class RepStockOut
|
||
{
|
||
/// <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.txtLoc = new System.Windows.Forms.TextBox();
|
||
this.dg1 = new System.Windows.Forms.DataGrid();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.txtFlow = new System.Windows.Forms.TextBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.chkMeonly = 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, 32);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(60, 20);
|
||
this.label1.Text = "货位码";
|
||
//
|
||
// txtLoc
|
||
//
|
||
this.txtLoc.Location = new System.Drawing.Point(59, 29);
|
||
this.txtLoc.Name = "txtLoc";
|
||
this.txtLoc.Size = new System.Drawing.Size(98, 23);
|
||
this.txtLoc.TabIndex = 1;
|
||
this.txtLoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
|
||
//
|
||
// 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, 58);
|
||
this.dg1.Name = "dg1";
|
||
this.dg1.Size = new System.Drawing.Size(237, 214);
|
||
this.dg1.TabIndex = 94;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(177, 32);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(63, 20);
|
||
this.button1.TabIndex = 96;
|
||
this.button1.Text = "刷新";
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// txtFlow
|
||
//
|
||
this.txtFlow.Location = new System.Drawing.Point(59, 3);
|
||
this.txtFlow.Name = "txtFlow";
|
||
this.txtFlow.Size = new System.Drawing.Size(98, 23);
|
||
this.txtFlow.TabIndex = 99;
|
||
this.txtFlow.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtFlow_KeyUp);
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
|
||
this.label2.Location = new System.Drawing.Point(4, 6);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(60, 20);
|
||
this.label2.Text = "容器码";
|
||
//
|
||
// chkMeonly
|
||
//
|
||
this.chkMeonly.Checked = true;
|
||
this.chkMeonly.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.chkMeonly.Location = new System.Drawing.Point(177, 6);
|
||
this.chkMeonly.Name = "chkMeonly";
|
||
this.chkMeonly.Size = new System.Drawing.Size(63, 20);
|
||
this.chkMeonly.TabIndex = 102;
|
||
this.chkMeonly.Text = "我的";
|
||
//
|
||
// RepStockOut
|
||
//
|
||
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.chkMeonly);
|
||
this.Controls.Add(this.txtFlow);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.dg1);
|
||
this.Controls.Add(this.txtLoc);
|
||
this.Controls.Add(this.label1);
|
||
this.Name = "RepStockOut";
|
||
this.Text = "补零出库";
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.TextBox txtLoc;
|
||
private System.Windows.Forms.DataGrid dg1;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.TextBox txtFlow;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.CheckBox chkMeonly;
|
||
}
|
||
} |