BaoKai_202508-Wms-Jingwang..../WMS.Frm.Base/FrmSelectLocAndPutInID.Designer.cs
2025-08-24 09:35:55 +08:00

655 lines
35 KiB
C#

namespace WMS.Frm.Base
{
partial class FrmSelectLocAndPutInID
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSelectLocAndPutInID));
this.luePutInID = new WMS.Ctrl.LookUpEditSystem();
this.label9 = new System.Windows.Forms.Label();
this.lueLoc = new WMS.Ctrl.LookUpEditSystem();
this.label8 = new System.Windows.Forms.Label();
this.btnClose = new WMS.Ctrl.CtrlButtons();
this.btnConfirm = new WMS.Ctrl.CtrlButtons();
this.label3 = new System.Windows.Forms.Label();
this.txtNum = new WMS.Ctrl.WMSCtrlTextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtGoodsID = new WMS.Ctrl.WMSCtrlTextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtGoodsName = new WMS.Ctrl.WMSCtrlTextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtStorageID = new WMS.Ctrl.WMSCtrlTextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtAreaID = new WMS.Ctrl.WMSCtrlTextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtDoc = new WMS.Ctrl.WMSCtrlTextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtPro = new WMS.Ctrl.WMSCtrlTextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtWare = new WMS.Ctrl.WMSCtrlTextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtProviderName = new WMS.Ctrl.WMSCtrlTextBox();
this.label12 = new System.Windows.Forms.Label();
this.txtProviderID = new WMS.Ctrl.WMSCtrlTextBox();
this.txtStorageName = new WMS.Ctrl.WMSCtrlTextBox();
this.label13 = new System.Windows.Forms.Label();
this.txtAreaName = new WMS.Ctrl.WMSCtrlTextBox();
this.label14 = new System.Windows.Forms.Label();
this.bsStock = new System.Windows.Forms.BindingSource();
((System.ComponentModel.ISupportInitialize)(this.luePutInID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lueLoc.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtGoodsID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtGoodsName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStorageID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAreaID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDoc.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPro.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtWare.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtProviderName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtProviderID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStorageName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAreaName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsStock)).BeginInit();
this.SuspendLayout();
//
// luePutInID
//
this.luePutInID.EditValue = "";
this.luePutInID.Location = new System.Drawing.Point(378, 14);
this.luePutInID.Name = "luePutInID";
this.luePutInID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.luePutInID.Properties.Appearance.Options.UseFont = true;
this.luePutInID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.luePutInID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.luePutInID.Properties.NullText = "";
this.luePutInID.Size = new System.Drawing.Size(193, 22);
this.luePutInID.TabIndex = 1229;
this.luePutInID.EditValueChanged += new System.EventHandler(this.luePutInID_EditValueChanged);
//
// label9
//
this.label9.AutoSize = true;
this.label9.ForeColor = System.Drawing.Color.OrangeRed;
this.label9.Location = new System.Drawing.Point(315, 18);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(63, 14);
this.label9.TabIndex = 1233;
this.label9.Text = "入库批次";
//
// lueLoc
//
this.lueLoc.EditValue = "";
this.lueLoc.Location = new System.Drawing.Point(125, 14);
this.lueLoc.Name = "lueLoc";
this.lueLoc.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.lueLoc.Properties.Appearance.Options.UseFont = true;
this.lueLoc.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.lueLoc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lueLoc.Properties.ImmediatePopup = true;
this.lueLoc.Properties.NullText = "";
this.lueLoc.Properties.SearchMode = DevExpress.XtraEditors.Controls.SearchMode.OnlyInPopup;
this.lueLoc.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
this.lueLoc.Size = new System.Drawing.Size(184, 22);
this.lueLoc.TabIndex = 1228;
this.lueLoc.EditValueChanged += new System.EventHandler(this.lueLoc_EditValueChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.ForeColor = System.Drawing.Color.OrangeRed;
this.label8.Location = new System.Drawing.Point(56, 18);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(63, 14);
this.label8.TabIndex = 1232;
this.label8.Text = "Location";
//
// btnClose
//
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.btnClose.Appearance.Options.UseFont = true;
this.btnClose.BoolDiagFrm = false;
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.ImageUri.Uri = "Close;Office2013";
this.btnClose.Location = new System.Drawing.Point(318, 201);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(150, 45);
this.btnClose.TabIndex = 1231;
this.btnClose.Text = " Close ";
this.btnClose.typeButton = " Close ";
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnConfirm
//
this.btnConfirm.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.btnConfirm.Appearance.Options.UseFont = true;
this.btnConfirm.BoolDiagFrm = false;
this.btnConfirm.Image = ((System.Drawing.Image)(resources.GetObject("btnConfirm.Image")));
this.btnConfirm.ImageUri.Uri = "Apply;Office2013";
this.btnConfirm.Location = new System.Drawing.Point(169, 201);
this.btnConfirm.Name = "btnConfirm";
this.btnConfirm.Size = new System.Drawing.Size(150, 45);
this.btnConfirm.TabIndex = 1230;
this.btnConfirm.Text = " Apply ";
this.btnConfirm.typeButton = " Apply ";
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Peru;
this.label3.Location = new System.Drawing.Point(56, 124);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(63, 14);
this.label3.TabIndex = 1235;
this.label3.Text = "库存数量";
//
// txtNum
//
this.txtNum.EditValue = "";
this.txtNum.FrmSelect = false;
this.txtNum.Location = new System.Drawing.Point(125, 119);
this.txtNum.MustText = false;
this.txtNum.Name = "txtNum";
this.txtNum.Properties.AllowFocused = false;
this.txtNum.Properties.AllowMouseWheel = false;
this.txtNum.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtNum.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtNum.Properties.Appearance.ForeColor = System.Drawing.Color.Peru;
this.txtNum.Properties.Appearance.Options.UseBackColor = true;
this.txtNum.Properties.Appearance.Options.UseFont = true;
this.txtNum.Properties.Appearance.Options.UseForeColor = true;
this.txtNum.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtNum.Properties.MaxLength = 1111;
this.txtNum.Properties.ReadOnly = true;
this.txtNum.Size = new System.Drawing.Size(184, 22);
this.txtNum.StrLen = 50;
this.txtNum.TabIndex = 1234;
this.txtNum.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtNum.ValText = "";
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.label1.Location = new System.Drawing.Point(91, 45);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(28, 14);
this.label1.TabIndex = 1237;
this.label1.Text = "SKU";
//
// txtGoodsID
//
this.txtGoodsID.EditValue = "";
this.txtGoodsID.FrmSelect = false;
this.txtGoodsID.Location = new System.Drawing.Point(125, 41);
this.txtGoodsID.MustText = false;
this.txtGoodsID.Name = "txtGoodsID";
this.txtGoodsID.Properties.AllowFocused = false;
this.txtGoodsID.Properties.AllowMouseWheel = false;
this.txtGoodsID.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodsID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtGoodsID.Properties.Appearance.Options.UseBackColor = true;
this.txtGoodsID.Properties.Appearance.Options.UseFont = true;
this.txtGoodsID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtGoodsID.Properties.MaxLength = 1111;
this.txtGoodsID.Properties.ReadOnly = true;
this.txtGoodsID.Size = new System.Drawing.Size(184, 22);
this.txtGoodsID.StrLen = 50;
this.txtGoodsID.TabIndex = 1236;
this.txtGoodsID.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtGoodsID.ValText = "";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
this.label2.Location = new System.Drawing.Point(315, 45);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 14);
this.label2.TabIndex = 1239;
this.label2.Text = "商品名称";
//
// txtGoodsName
//
this.txtGoodsName.EditValue = "";
this.txtGoodsName.FrmSelect = false;
this.txtGoodsName.Location = new System.Drawing.Point(378, 41);
this.txtGoodsName.MustText = false;
this.txtGoodsName.Name = "txtGoodsName";
this.txtGoodsName.Properties.AllowFocused = false;
this.txtGoodsName.Properties.AllowMouseWheel = false;
this.txtGoodsName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodsName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtGoodsName.Properties.Appearance.Options.UseBackColor = true;
this.txtGoodsName.Properties.Appearance.Options.UseFont = true;
this.txtGoodsName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtGoodsName.Properties.MaxLength = 1111;
this.txtGoodsName.Properties.ReadOnly = true;
this.txtGoodsName.Size = new System.Drawing.Size(193, 22);
this.txtGoodsName.StrLen = 50;
this.txtGoodsName.TabIndex = 1238;
this.txtGoodsName.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtGoodsName.ValText = "";
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
this.label4.Location = new System.Drawing.Point(0, 71);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(119, 14);
this.label4.TabIndex = 1241;
this.label4.Text = "Warehouse Number";
//
// txtStorageID
//
this.txtStorageID.EditValue = "";
this.txtStorageID.FrmSelect = false;
this.txtStorageID.Location = new System.Drawing.Point(125, 67);
this.txtStorageID.MustText = false;
this.txtStorageID.Name = "txtStorageID";
this.txtStorageID.Properties.AllowFocused = false;
this.txtStorageID.Properties.AllowMouseWheel = false;
this.txtStorageID.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtStorageID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtStorageID.Properties.Appearance.Options.UseBackColor = true;
this.txtStorageID.Properties.Appearance.Options.UseFont = true;
this.txtStorageID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtStorageID.Properties.MaxLength = 1111;
this.txtStorageID.Properties.ReadOnly = true;
this.txtStorageID.Size = new System.Drawing.Size(184, 22);
this.txtStorageID.StrLen = 50;
this.txtStorageID.TabIndex = 1240;
this.txtStorageID.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtStorageID.ValText = "";
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
this.label5.Location = new System.Drawing.Point(56, 97);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(63, 14);
this.label5.TabIndex = 1243;
this.label5.Text = "库区编号";
//
// txtAreaID
//
this.txtAreaID.EditValue = "";
this.txtAreaID.FrmSelect = false;
this.txtAreaID.Location = new System.Drawing.Point(125, 93);
this.txtAreaID.MustText = false;
this.txtAreaID.Name = "txtAreaID";
this.txtAreaID.Properties.AllowFocused = false;
this.txtAreaID.Properties.AllowMouseWheel = false;
this.txtAreaID.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtAreaID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtAreaID.Properties.Appearance.Options.UseBackColor = true;
this.txtAreaID.Properties.Appearance.Options.UseFont = true;
this.txtAreaID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtAreaID.Properties.MaxLength = 1111;
this.txtAreaID.Properties.ReadOnly = true;
this.txtAreaID.Size = new System.Drawing.Size(184, 22);
this.txtAreaID.StrLen = 50;
this.txtAreaID.TabIndex = 1242;
this.txtAreaID.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtAreaID.ValText = "";
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
this.label6.Location = new System.Drawing.Point(315, 124);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(63, 14);
this.label6.TabIndex = 1245;
this.label6.Text = "单据编号";
//
// txtDoc
//
this.txtDoc.EditValue = "";
this.txtDoc.FrmSelect = false;
this.txtDoc.Location = new System.Drawing.Point(378, 120);
this.txtDoc.MustText = false;
this.txtDoc.Name = "txtDoc";
this.txtDoc.Properties.AllowFocused = false;
this.txtDoc.Properties.AllowMouseWheel = false;
this.txtDoc.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtDoc.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtDoc.Properties.Appearance.Options.UseBackColor = true;
this.txtDoc.Properties.Appearance.Options.UseFont = true;
this.txtDoc.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtDoc.Properties.MaxLength = 1111;
this.txtDoc.Properties.ReadOnly = true;
this.txtDoc.Size = new System.Drawing.Size(193, 22);
this.txtDoc.StrLen = 50;
this.txtDoc.TabIndex = 1244;
this.txtDoc.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtDoc.ValText = "";
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
this.label7.Location = new System.Drawing.Point(56, 151);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(63, 14);
this.label7.TabIndex = 1247;
this.label7.Text = "生产日期";
//
// txtPro
//
this.txtPro.EditValue = "";
this.txtPro.FrmSelect = false;
this.txtPro.Location = new System.Drawing.Point(125, 147);
this.txtPro.MustText = false;
this.txtPro.Name = "txtPro";
this.txtPro.Properties.AllowFocused = false;
this.txtPro.Properties.AllowMouseWheel = false;
this.txtPro.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtPro.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtPro.Properties.Appearance.Options.UseBackColor = true;
this.txtPro.Properties.Appearance.Options.UseFont = true;
this.txtPro.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtPro.Properties.MaxLength = 1111;
this.txtPro.Properties.ReadOnly = true;
this.txtPro.Size = new System.Drawing.Size(184, 22);
this.txtPro.StrLen = 50;
this.txtPro.TabIndex = 1246;
this.txtPro.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtPro.ValText = "";
//
// label10
//
this.label10.AutoSize = true;
this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
this.label10.Location = new System.Drawing.Point(315, 151);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(63, 14);
this.label10.TabIndex = 1249;
this.label10.Text = "上架日期";
//
// txtWare
//
this.txtWare.EditValue = "";
this.txtWare.FrmSelect = false;
this.txtWare.Location = new System.Drawing.Point(378, 147);
this.txtWare.MustText = false;
this.txtWare.Name = "txtWare";
this.txtWare.Properties.AllowFocused = false;
this.txtWare.Properties.AllowMouseWheel = false;
this.txtWare.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtWare.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtWare.Properties.Appearance.Options.UseBackColor = true;
this.txtWare.Properties.Appearance.Options.UseFont = true;
this.txtWare.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtWare.Properties.MaxLength = 1111;
this.txtWare.Properties.ReadOnly = true;
this.txtWare.Size = new System.Drawing.Size(193, 22);
this.txtWare.StrLen = 50;
this.txtWare.TabIndex = 1248;
this.txtWare.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtWare.ValText = "";
//
// label11
//
this.label11.AutoSize = true;
this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
this.label11.Location = new System.Drawing.Point(315, 177);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(63, 14);
this.label11.TabIndex = 1253;
this.label11.Text = "供应商名";
//
// txtProviderName
//
this.txtProviderName.EditValue = "";
this.txtProviderName.FrmSelect = false;
this.txtProviderName.Location = new System.Drawing.Point(378, 173);
this.txtProviderName.MustText = false;
this.txtProviderName.Name = "txtProviderName";
this.txtProviderName.Properties.AllowFocused = false;
this.txtProviderName.Properties.AllowMouseWheel = false;
this.txtProviderName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtProviderName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtProviderName.Properties.Appearance.Options.UseBackColor = true;
this.txtProviderName.Properties.Appearance.Options.UseFont = true;
this.txtProviderName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtProviderName.Properties.MaxLength = 1111;
this.txtProviderName.Properties.ReadOnly = true;
this.txtProviderName.Size = new System.Drawing.Size(193, 22);
this.txtProviderName.StrLen = 50;
this.txtProviderName.TabIndex = 1252;
this.txtProviderName.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtProviderName.ValText = "";
//
// label12
//
this.label12.AutoSize = true;
this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
this.label12.Location = new System.Drawing.Point(56, 177);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(63, 14);
this.label12.TabIndex = 1251;
this.label12.Text = "供应商号";
//
// txtProviderID
//
this.txtProviderID.EditValue = "";
this.txtProviderID.FrmSelect = false;
this.txtProviderID.Location = new System.Drawing.Point(125, 173);
this.txtProviderID.MustText = false;
this.txtProviderID.Name = "txtProviderID";
this.txtProviderID.Properties.AllowFocused = false;
this.txtProviderID.Properties.AllowMouseWheel = false;
this.txtProviderID.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtProviderID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtProviderID.Properties.Appearance.Options.UseBackColor = true;
this.txtProviderID.Properties.Appearance.Options.UseFont = true;
this.txtProviderID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtProviderID.Properties.MaxLength = 1111;
this.txtProviderID.Properties.ReadOnly = true;
this.txtProviderID.Size = new System.Drawing.Size(184, 22);
this.txtProviderID.StrLen = 50;
this.txtProviderID.TabIndex = 1250;
this.txtProviderID.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtProviderID.ValText = "";
//
// txtStorageName
//
this.txtStorageName.EditValue = "";
this.txtStorageName.FrmSelect = false;
this.txtStorageName.Location = new System.Drawing.Point(378, 67);
this.txtStorageName.MustText = false;
this.txtStorageName.Name = "txtStorageName";
this.txtStorageName.Properties.AllowFocused = false;
this.txtStorageName.Properties.AllowMouseWheel = false;
this.txtStorageName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtStorageName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtStorageName.Properties.Appearance.Options.UseBackColor = true;
this.txtStorageName.Properties.Appearance.Options.UseFont = true;
this.txtStorageName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtStorageName.Properties.MaxLength = 1111;
this.txtStorageName.Properties.ReadOnly = true;
this.txtStorageName.Size = new System.Drawing.Size(193, 22);
this.txtStorageName.StrLen = 50;
this.txtStorageName.TabIndex = 1254;
this.txtStorageName.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtStorageName.ValText = "";
//
// label13
//
this.label13.AutoSize = true;
this.label13.ForeColor = System.Drawing.SystemColors.ControlText;
this.label13.Location = new System.Drawing.Point(316, 71);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(63, 14);
this.label13.TabIndex = 1255;
this.label13.Text = "仓库名称";
//
// txtAreaName
//
this.txtAreaName.EditValue = "";
this.txtAreaName.FrmSelect = false;
this.txtAreaName.Location = new System.Drawing.Point(378, 93);
this.txtAreaName.MustText = false;
this.txtAreaName.Name = "txtAreaName";
this.txtAreaName.Properties.AllowFocused = false;
this.txtAreaName.Properties.AllowMouseWheel = false;
this.txtAreaName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtAreaName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtAreaName.Properties.Appearance.Options.UseBackColor = true;
this.txtAreaName.Properties.Appearance.Options.UseFont = true;
this.txtAreaName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtAreaName.Properties.MaxLength = 1111;
this.txtAreaName.Properties.ReadOnly = true;
this.txtAreaName.Size = new System.Drawing.Size(193, 22);
this.txtAreaName.StrLen = 50;
this.txtAreaName.TabIndex = 1256;
this.txtAreaName.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtAreaName.ValText = "";
//
// label14
//
this.label14.AutoSize = true;
this.label14.ForeColor = System.Drawing.SystemColors.ControlText;
this.label14.Location = new System.Drawing.Point(316, 97);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(63, 14);
this.label14.TabIndex = 1257;
this.label14.Text = "库区名称";
//
// bsStock
//
this.bsStock.DataSource = typeof(WMS.Model.Stock.MIStockModel);
//
// FrmSelectLocAndPutInID
//
this.AcceptButton = this.btnConfirm;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(594, 257);
this.Controls.Add(this.txtAreaName);
this.Controls.Add(this.label14);
this.Controls.Add(this.txtStorageName);
this.Controls.Add(this.label13);
this.Controls.Add(this.txtProviderID);
this.Controls.Add(this.txtPro);
this.Controls.Add(this.txtStorageID);
this.Controls.Add(this.txtGoodsID);
this.Controls.Add(this.txtNum);
this.Controls.Add(this.lueLoc);
this.Controls.Add(this.label11);
this.Controls.Add(this.txtProviderName);
this.Controls.Add(this.label12);
this.Controls.Add(this.label10);
this.Controls.Add(this.txtWare);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.txtDoc);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtAreaID);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtGoodsName);
this.Controls.Add(this.label1);
this.Controls.Add(this.label3);
this.Controls.Add(this.luePutInID);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnConfirm);
this.Font = new System.Drawing.Font("宋体", 10F);
this.LookAndFeel.SkinName = "Office 2010 Blue";
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(610, 260);
this.Name = "FrmSelectLocAndPutInID";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选择库位与入库批次号";
this.Load += new System.EventHandler(this.FrmSelectLocAndPutInID_Load);
((System.ComponentModel.ISupportInitialize)(this.luePutInID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lueLoc.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtGoodsID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtGoodsName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStorageID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtAreaID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtDoc.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPro.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtWare.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtProviderName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtProviderID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStorageName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtAreaName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsStock)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Ctrl.LookUpEditSystem luePutInID;
private System.Windows.Forms.Label label9;
private Ctrl.LookUpEditSystem lueLoc;
private System.Windows.Forms.Label label8;
private Ctrl.CtrlButtons btnClose;
private Ctrl.CtrlButtons btnConfirm;
private System.Windows.Forms.Label label3;
private Ctrl.WMSCtrlTextBox txtNum;
private System.Windows.Forms.Label label1;
private Ctrl.WMSCtrlTextBox txtGoodsID;
private System.Windows.Forms.Label label2;
private Ctrl.WMSCtrlTextBox txtGoodsName;
private System.Windows.Forms.Label label4;
private Ctrl.WMSCtrlTextBox txtStorageID;
private System.Windows.Forms.Label label5;
private Ctrl.WMSCtrlTextBox txtAreaID;
private System.Windows.Forms.Label label6;
private Ctrl.WMSCtrlTextBox txtDoc;
private System.Windows.Forms.Label label7;
private Ctrl.WMSCtrlTextBox txtPro;
private System.Windows.Forms.Label label10;
private Ctrl.WMSCtrlTextBox txtWare;
private System.Windows.Forms.Label label11;
private Ctrl.WMSCtrlTextBox txtProviderName;
private System.Windows.Forms.Label label12;
private Ctrl.WMSCtrlTextBox txtProviderID;
private System.Windows.Forms.BindingSource bsStock;
private Ctrl.WMSCtrlTextBox txtStorageName;
private System.Windows.Forms.Label label13;
private Ctrl.WMSCtrlTextBox txtAreaName;
private System.Windows.Forms.Label label14;
}
}