BaoKai_202508_Wms_Jingwang_.../WMS.FrmBaseData/FrmPalletHandle.Designer.cs
2025-08-24 21:52:42 +08:00

500 lines
28 KiB
C#

namespace WMS.FrmBaseData
{
partial class FrmPalletHandle
{
/// <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(FrmPalletHandle));
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.radioPalletStatus = new DevExpress.XtraEditors.RadioGroup();
this.bgsData = new System.Windows.Forms.BindingSource();
this.memoRemark = new DevExpress.XtraEditors.MemoEdit();
this.lblRemark = new DevExpress.XtraEditors.LabelControl();
this.lblStatus = new DevExpress.XtraEditors.LabelControl();
this.lblPalletType = new DevExpress.XtraEditors.LabelControl();
this.lblPalletName = new DevExpress.XtraEditors.LabelControl();
this.lblPalletID = new DevExpress.XtraEditors.LabelControl();
this.txtPalletID = new WMS.Ctrl.WMSCtrlTextBox();
this.txtVeision = new WMS.Ctrl.WMSCtrlTextBox();
this.txtPYName = new WMS.Ctrl.WMSCtrlTextBox();
this.txtPalletName = new WMS.Ctrl.WMSCtrlTextBox();
this.btnAccept = new WMS.Ctrl.CtrlButtons();
this.btnClose = new WMS.Ctrl.CtrlButtons();
this.txtPalletLong = new DevExpress.XtraEditors.TextEdit();
this.txtBearWeight = new DevExpress.XtraEditors.TextEdit();
this.txtVolume = new DevExpress.XtraEditors.TextEdit();
this.txtPalletHeight = new DevExpress.XtraEditors.TextEdit();
this.txtPalletWidth = new DevExpress.XtraEditors.TextEdit();
this.lkpPalletType = new WMS.Ctrl.LookUpEditSystem();
this.lbluserName = new DevExpress.XtraEditors.LabelControl();
this.cDictionaryPersion = new WMS.Ctrl.CtrlDictonary();
((System.ComponentModel.ISupportInitialize)(this.radioPalletStatus.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bgsData)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.memoRemark.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPalletID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtVeision.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPYName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPalletName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPalletLong.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtBearWeight.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtVolume.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPalletHeight.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPalletWidth.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lkpPalletType.Properties)).BeginInit();
this.SuspendLayout();
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(15, 261);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(36, 14);
this.labelControl7.TabIndex = 91;
this.labelControl7.Text = "版本号";
this.labelControl7.Visible = false;
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(15, 70);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(12, 14);
this.labelControl6.TabIndex = 90;
this.labelControl6.Text = "长";
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(264, 71);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(12, 14);
this.labelControl5.TabIndex = 89;
this.labelControl5.Text = "宽";
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(15, 95);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(12, 14);
this.labelControl4.TabIndex = 88;
this.labelControl4.Text = "高";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(264, 95);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(24, 14);
this.labelControl3.TabIndex = 87;
this.labelControl3.Text = "容积";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(15, 121);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(48, 14);
this.labelControl2.TabIndex = 86;
this.labelControl2.Text = "承载重量";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(15, 47);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(48, 14);
this.labelControl1.TabIndex = 85;
this.labelControl1.Text = "拼音简称";
//
// radioPalletStatus
//
this.radioPalletStatus.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bgsData, "STATUS", true));
this.radioPalletStatus.EditValue = "0";
this.radioPalletStatus.Location = new System.Drawing.Point(319, 120);
this.radioPalletStatus.Name = "radioPalletStatus";
this.radioPalletStatus.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.radioPalletStatus.Properties.Appearance.Options.UseBackColor = true;
this.radioPalletStatus.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.radioPalletStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "占用"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "空闲")});
this.radioPalletStatus.Size = new System.Drawing.Size(176, 23);
this.radioPalletStatus.TabIndex = 10;
//
// bgsData
//
this.bgsData.DataSource = typeof(WMS.Model.Base.PalletModel);
//
// memoRemark
//
this.memoRemark.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsData, "REMARK", true));
this.memoRemark.Location = new System.Drawing.Point(81, 149);
this.memoRemark.Name = "memoRemark";
this.memoRemark.Size = new System.Drawing.Size(414, 104);
this.memoRemark.TabIndex = 11;
//
// lblRemark
//
this.lblRemark.Location = new System.Drawing.Point(15, 147);
this.lblRemark.Name = "lblRemark";
this.lblRemark.Size = new System.Drawing.Size(24, 14);
this.lblRemark.TabIndex = 82;
this.lblRemark.Text = "备注";
//
// lblStatus
//
this.lblStatus.Location = new System.Drawing.Point(264, 123);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(35, 14);
this.lblStatus.TabIndex = 81;
this.lblStatus.Text = "Status";
//
// lblPalletType
//
this.lblPalletType.Location = new System.Drawing.Point(264, 45);
this.lblPalletType.Name = "lblPalletType";
this.lblPalletType.Size = new System.Drawing.Size(48, 14);
this.lblPalletType.TabIndex = 79;
this.lblPalletType.Text = "托盘类型";
//
// lblPalletName
//
this.lblPalletName.Location = new System.Drawing.Point(264, 18);
this.lblPalletName.Name = "lblPalletName";
this.lblPalletName.Size = new System.Drawing.Size(48, 14);
this.lblPalletName.TabIndex = 78;
this.lblPalletName.Text = "托盘名称";
//
// lblPalletID
//
this.lblPalletID.Location = new System.Drawing.Point(15, 22);
this.lblPalletID.Name = "lblPalletID";
this.lblPalletID.Size = new System.Drawing.Size(48, 14);
this.lblPalletID.TabIndex = 77;
this.lblPalletID.Text = "托盘编号";
//
// txtPalletID
//
this.txtPalletID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsData, "PALLET_ID", true));
this.txtPalletID.FrmSelect = false;
this.txtPalletID.Location = new System.Drawing.Point(81, 17);
this.txtPalletID.MustText = true;
this.txtPalletID.Name = "txtPalletID";
this.txtPalletID.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
this.txtPalletID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtPalletID.Properties.Appearance.Options.UseBackColor = true;
this.txtPalletID.Properties.Appearance.Options.UseFont = true;
this.txtPalletID.Size = new System.Drawing.Size(177, 20);
this.txtPalletID.StrLen = 0;
this.txtPalletID.TabIndex = 1;
this.txtPalletID.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtPalletID.ValText = "";
//
// txtVeision
//
this.txtVeision.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsData, "VERSION", true));
this.txtVeision.EditValue = "version1.0";
this.txtVeision.Enabled = false;
this.txtVeision.FrmSelect = false;
this.txtVeision.Location = new System.Drawing.Point(81, 259);
this.txtVeision.MustText = false;
this.txtVeision.Name = "txtVeision";
this.txtVeision.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtVeision.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtVeision.Properties.Appearance.Options.UseBackColor = true;
this.txtVeision.Properties.Appearance.Options.UseFont = true;
this.txtVeision.Size = new System.Drawing.Size(414, 20);
this.txtVeision.StrLen = 0;
this.txtVeision.TabIndex = 12;
this.txtVeision.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtVeision.ValText = "";
this.txtVeision.Visible = false;
//
// txtPYName
//
this.txtPYName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsData, "PY_NAME", true));
this.txtPYName.FrmSelect = false;
this.txtPYName.Location = new System.Drawing.Point(81, 43);
this.txtPYName.MustText = false;
this.txtPYName.Name = "txtPYName";
this.txtPYName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtPYName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtPYName.Properties.Appearance.Options.UseBackColor = true;
this.txtPYName.Properties.Appearance.Options.UseFont = true;
this.txtPYName.Size = new System.Drawing.Size(177, 20);
this.txtPYName.StrLen = 0;
this.txtPYName.TabIndex = 3;
this.txtPYName.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtPYName.ValText = "";
//
// txtPalletName
//
this.txtPalletName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsData, "PALLET_NAME", true));
this.txtPalletName.FrmSelect = false;
this.txtPalletName.Location = new System.Drawing.Point(319, 15);
this.txtPalletName.MustText = true;
this.txtPalletName.Name = "txtPalletName";
this.txtPalletName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
this.txtPalletName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtPalletName.Properties.Appearance.Options.UseBackColor = true;
this.txtPalletName.Properties.Appearance.Options.UseFont = true;
this.txtPalletName.Size = new System.Drawing.Size(176, 20);
this.txtPalletName.StrLen = 0;
this.txtPalletName.TabIndex = 2;
this.txtPalletName.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtPalletName.ValText = "";
//
// btnAccept
//
this.btnAccept.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.btnAccept.Appearance.Options.UseFont = true;
this.btnAccept.BoolDiagFrm = false;
this.btnAccept.Image = ((System.Drawing.Image)(resources.GetObject("btnAccept.Image")));
this.btnAccept.ImageUri.Uri = "Apply;Office2013";
this.btnAccept.Location = new System.Drawing.Point(75, 310);
this.btnAccept.Name = "btnAccept";
this.btnAccept.Size = new System.Drawing.Size(150, 45);
this.btnAccept.TabIndex = 12;
this.btnAccept.Text = " 确定 ";
this.btnAccept.typeButton = " 确定 ";
this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click);
//
// 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.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.ImageUri.Uri = "Close;Office2013";
this.btnClose.Location = new System.Drawing.Point(264, 310);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(150, 45);
this.btnClose.TabIndex = 13;
this.btnClose.Text = " 关闭 ";
this.btnClose.typeButton = " 关闭 ";
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// txtPalletLong
//
this.txtPalletLong.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsData, "PALLET_LONG", true));
this.txtPalletLong.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtPalletLong.Location = new System.Drawing.Point(81, 69);
this.txtPalletLong.Name = "txtPalletLong";
this.txtPalletLong.Properties.Mask.EditMask = "n2";
this.txtPalletLong.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.txtPalletLong.Size = new System.Drawing.Size(177, 20);
this.txtPalletLong.TabIndex = 5;
this.txtPalletLong.Click += new System.EventHandler(this.txtPalletLong_Click);
this.txtPalletLong.Leave += new System.EventHandler(this.txtPalletLong_Leave);
//
// txtBearWeight
//
this.txtBearWeight.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsData, "BEARWEIGHT", true));
this.txtBearWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtBearWeight.Location = new System.Drawing.Point(81, 120);
this.txtBearWeight.Name = "txtBearWeight";
this.txtBearWeight.Properties.Mask.EditMask = "n2";
this.txtBearWeight.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.txtBearWeight.Size = new System.Drawing.Size(177, 20);
this.txtBearWeight.TabIndex = 9;
this.txtBearWeight.Click += new System.EventHandler(this.txtBearWeight_Click);
//
// txtVolume
//
this.txtVolume.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsData, "VOLUME", true));
this.txtVolume.Location = new System.Drawing.Point(319, 90);
this.txtVolume.Name = "txtVolume";
this.txtVolume.Properties.Mask.EditMask = "n2";
this.txtVolume.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.txtVolume.Properties.ReadOnly = true;
this.txtVolume.Size = new System.Drawing.Size(177, 20);
this.txtVolume.TabIndex = 8;
this.txtVolume.Click += new System.EventHandler(this.txtVolume_Click);
//
// txtPalletHeight
//
this.txtPalletHeight.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsData, "PALLET_HEIGHT", true));
this.txtPalletHeight.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtPalletHeight.Location = new System.Drawing.Point(81, 92);
this.txtPalletHeight.Name = "txtPalletHeight";
this.txtPalletHeight.Properties.Mask.EditMask = "n2";
this.txtPalletHeight.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.txtPalletHeight.Size = new System.Drawing.Size(177, 20);
this.txtPalletHeight.TabIndex = 7;
this.txtPalletHeight.Click += new System.EventHandler(this.txtPalletHeight_Click);
this.txtPalletHeight.Leave += new System.EventHandler(this.txtPalletHeight_Leave);
//
// txtPalletWidth
//
this.txtPalletWidth.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsData, "PALLET_WIDTH", true));
this.txtPalletWidth.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtPalletWidth.Location = new System.Drawing.Point(319, 66);
this.txtPalletWidth.Name = "txtPalletWidth";
this.txtPalletWidth.Properties.Mask.EditMask = "n2";
this.txtPalletWidth.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.txtPalletWidth.Size = new System.Drawing.Size(177, 20);
this.txtPalletWidth.TabIndex = 6;
this.txtPalletWidth.Click += new System.EventHandler(this.txtPalletWidth_Click);
this.txtPalletWidth.Leave += new System.EventHandler(this.txtPalletWidth_Leave);
//
// lkpPalletType
//
this.lkpPalletType.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bgsData, "PALLET_TYPE", true));
this.lkpPalletType.EditValue = "";
this.lkpPalletType.Location = new System.Drawing.Point(319, 42);
this.lkpPalletType.Name = "lkpPalletType";
this.lkpPalletType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lkpPalletType.Properties.NullText = "";
this.lkpPalletType.Size = new System.Drawing.Size(177, 20);
this.lkpPalletType.TabIndex = 93;
//
// lbluserName
//
this.lbluserName.Location = new System.Drawing.Point(15, 147);
this.lbluserName.Name = "lbluserName";
this.lbluserName.Size = new System.Drawing.Size(36, 14);
this.lbluserName.TabIndex = 94;
this.lbluserName.Text = "占用人";
this.lbluserName.Visible = false;
//
// cDictionaryPersion
//
this.cDictionaryPersion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.cDictionaryPersion.Cursor = System.Windows.Forms.Cursors.Default;
this.cDictionaryPersion.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bgsData, "User_ID", true));
this.cDictionaryPersion.DictonaryTableName = WMS.Ctrl.DictonaryType.t_Base_UserInfo;
this.cDictionaryPersion.ErrText = "无数据重新查询";
this.cDictionaryPersion.IsSqlWhere = false;
this.cDictionaryPersion.Location = new System.Drawing.Point(81, 146);
this.cDictionaryPersion.Name = "cDictionaryPersion";
this.cDictionaryPersion.Number = 0;
this.cDictionaryPersion.SelectType = WMS.Ctrl.DataSlectType.RadioSelect;
this.cDictionaryPersion.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
((WMS.Ctrl.ColumnsItem)(resources.GetObject("cDictionaryPersion.ShowColumns"))),
((WMS.Ctrl.ColumnsItem)(resources.GetObject("cDictionaryPersion.ShowColumns1")))});
this.cDictionaryPersion.Size = new System.Drawing.Size(177, 26);
this.cDictionaryPersion.SqlStr = null;
this.cDictionaryPersion.TabIndex = 95;
this.cDictionaryPersion.TextBoxFlag = "";
this.cDictionaryPersion.TextBoxValue = "";
this.cDictionaryPersion.Visible = false;
//
// FrmPalletHandle
//
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(527, 388);
this.Controls.Add(this.cDictionaryPersion);
this.Controls.Add(this.lbluserName);
this.Controls.Add(this.lkpPalletType);
this.Controls.Add(this.txtPalletWidth);
this.Controls.Add(this.txtPalletHeight);
this.Controls.Add(this.txtVolume);
this.Controls.Add(this.txtBearWeight);
this.Controls.Add(this.txtPalletLong);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnAccept);
this.Controls.Add(this.txtPalletName);
this.Controls.Add(this.txtPYName);
this.Controls.Add(this.txtVeision);
this.Controls.Add(this.txtPalletID);
this.Controls.Add(this.labelControl7);
this.Controls.Add(this.labelControl6);
this.Controls.Add(this.labelControl5);
this.Controls.Add(this.labelControl4);
this.Controls.Add(this.labelControl3);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.labelControl1);
this.Controls.Add(this.radioPalletStatus);
this.Controls.Add(this.memoRemark);
this.Controls.Add(this.lblRemark);
this.Controls.Add(this.lblStatus);
this.Controls.Add(this.lblPalletType);
this.Controls.Add(this.lblPalletName);
this.Controls.Add(this.lblPalletID);
this.Font = new System.Drawing.Font("宋体", 10F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.LookAndFeel.SkinName = "Office 2010 Blue";
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmPalletHandle";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "托盘信息";
this.Load += new System.EventHandler(this.FrmPalletHandle_Load);
((System.ComponentModel.ISupportInitialize)(this.radioPalletStatus.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bgsData)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.memoRemark.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPalletID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtVeision.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPYName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPalletName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPalletLong.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtBearWeight.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtVolume.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPalletHeight.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPalletWidth.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lkpPalletType.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.RadioGroup radioPalletStatus;
private DevExpress.XtraEditors.MemoEdit memoRemark;
private DevExpress.XtraEditors.LabelControl lblRemark;
private DevExpress.XtraEditors.LabelControl lblStatus;
private DevExpress.XtraEditors.LabelControl lblPalletType;
private DevExpress.XtraEditors.LabelControl lblPalletName;
private DevExpress.XtraEditors.LabelControl lblPalletID;
private Ctrl.WMSCtrlTextBox txtPalletID;
private Ctrl.WMSCtrlTextBox txtVeision;
private Ctrl.WMSCtrlTextBox txtPYName;
private Ctrl.WMSCtrlTextBox txtPalletName;
private Ctrl.CtrlButtons btnAccept;
private Ctrl.CtrlButtons btnClose;
private System.Windows.Forms.BindingSource bgsData;
private DevExpress.XtraEditors.TextEdit txtPalletLong;
private DevExpress.XtraEditors.TextEdit txtBearWeight;
private DevExpress.XtraEditors.TextEdit txtVolume;
private DevExpress.XtraEditors.TextEdit txtPalletHeight;
private DevExpress.XtraEditors.TextEdit txtPalletWidth;
private Ctrl.LookUpEditSystem lkpPalletType;
private DevExpress.XtraEditors.LabelControl lbluserName;
private Ctrl.CtrlDictonary cDictionaryPersion;
}
}