namespace WMS.FrmBaseData { partial class FrmStorageInfoHandle { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStorageInfoHandle)); this.bsStorageInfo = new System.Windows.Forms.BindingSource(); this.label16 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.txtStorageShortName = new WMS.Ctrl.WMSCtrlTextBox(); this.label7 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.txtPOSTCODE = new WMS.Ctrl.WMSCtrlTextBox(); this.label15 = new System.Windows.Forms.Label(); this.txtPYName = new WMS.Ctrl.WMSCtrlTextBox(); this.label14 = new System.Windows.Forms.Label(); this.txtPhone = new WMS.Ctrl.WMSCtrlTextBox(); this.label10 = new System.Windows.Forms.Label(); this.txtLinkMan = new WMS.Ctrl.WMSCtrlTextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtFax = new WMS.Ctrl.WMSCtrlTextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtStorageName = new WMS.Ctrl.WMSCtrlTextBox(); this.label4 = new System.Windows.Forms.Label(); this.btnConfirm = new WMS.Ctrl.CtrlButtons(); this.btnClose = new WMS.Ctrl.CtrlButtons(); this.txtAddress = new DevExpress.XtraEditors.MemoEdit(); this.txtRemark = new DevExpress.XtraEditors.MemoEdit(); this.rgStatus = new DevExpress.XtraEditors.RadioGroup(); this.rgBATCHFLAG = new DevExpress.XtraEditors.RadioGroup(); this.rgRFMODEL = new DevExpress.XtraEditors.RadioGroup(); this.rgGOODSFLAG = new DevExpress.XtraEditors.RadioGroup(); this.lueTown = new WMS.Ctrl.LookUpEditSystem(); this.label3 = new System.Windows.Forms.Label(); this.lueCity = new WMS.Ctrl.LookUpEditSystem(); this.label6 = new System.Windows.Forms.Label(); this.luePro = new WMS.Ctrl.LookUpEditSystem(); this.label20 = new System.Windows.Forms.Label(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.wmsCtrlTextBox1 = new WMS.Ctrl.WMSCtrlTextBox(); this.label21 = new System.Windows.Forms.Label(); this.bsStorageOrder = new System.Windows.Forms.BindingSource(); ((System.ComponentModel.ISupportInitialize)(this.bsStorageInfo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtStorageShortName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPOSTCODE.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPYName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLinkMan.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFax.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtStorageName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rgStatus.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rgBATCHFLAG.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rgRFMODEL.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rgGOODSFLAG.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lueTown.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lueCity.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luePro.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.wmsCtrlTextBox1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsStorageOrder)).BeginInit(); this.SuspendLayout(); // // bsStorageInfo // this.bsStorageInfo.DataSource = typeof(WMS.Model.Base.StorageInfoModel); // // label16 // this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("Tahoma", 11F); this.label16.Location = new System.Drawing.Point(320, 144); this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(58, 18); this.label16.TabIndex = 1190; this.label16.Text = "状 态"; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Tahoma", 11F); this.label13.Location = new System.Drawing.Point(11, 160); this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(68, 18); this.label13.TabIndex = 1188; this.label13.Text = "批次混放"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Tahoma", 11F); this.label12.Location = new System.Drawing.Point(310, 119); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(68, 18); this.label12.TabIndex = 1186; this.label12.Text = "物料混放"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Tahoma", 11F); this.label11.Location = new System.Drawing.Point(19, 132); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(60, 18); this.label11.TabIndex = 1184; this.label11.Text = "RF 使用"; // // txtStorageShortName // this.txtStorageShortName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsStorageInfo, "STORAGE_SHORT_NAME", true)); this.txtStorageShortName.FrmSelect = false; this.txtStorageShortName.Location = new System.Drawing.Point(87, 46); this.txtStorageShortName.Margin = new System.Windows.Forms.Padding(4); this.txtStorageShortName.MustText = false; this.txtStorageShortName.Name = "txtStorageShortName"; this.txtStorageShortName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtStorageShortName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtStorageShortName.Properties.Appearance.Options.UseBackColor = true; this.txtStorageShortName.Properties.Appearance.Options.UseFont = true; this.txtStorageShortName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtStorageShortName.Properties.MaxLength = 30; this.txtStorageShortName.Size = new System.Drawing.Size(213, 22); this.txtStorageShortName.StrLen = 0; this.txtStorageShortName.TabIndex = 103; this.txtStorageShortName.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtStorageShortName.ValText = ""; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Tahoma", 11F); this.label7.Location = new System.Drawing.Point(11, 48); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(68, 18); this.label7.TabIndex = 1182; this.label7.Text = "仓库简称"; // // label18 // this.label18.AutoSize = true; this.label18.Font = new System.Drawing.Font("Tahoma", 11F); this.label18.Location = new System.Drawing.Point(21, 249); this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(58, 18); this.label18.TabIndex = 1180; this.label18.Text = "备 注"; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("Tahoma", 11F); this.label17.Location = new System.Drawing.Point(310, 218); this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(68, 18); this.label17.TabIndex = 1178; this.label17.Text = "仓库地址"; // // txtPOSTCODE // this.txtPOSTCODE.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsStorageInfo, "POSTCODE", true)); this.txtPOSTCODE.FrmSelect = false; this.txtPOSTCODE.Location = new System.Drawing.Point(381, 91); this.txtPOSTCODE.Margin = new System.Windows.Forms.Padding(4); this.txtPOSTCODE.MustText = false; this.txtPOSTCODE.Name = "txtPOSTCODE"; this.txtPOSTCODE.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtPOSTCODE.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtPOSTCODE.Properties.Appearance.Options.UseBackColor = true; this.txtPOSTCODE.Properties.Appearance.Options.UseFont = true; this.txtPOSTCODE.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtPOSTCODE.Properties.MaxLength = 18; this.txtPOSTCODE.Size = new System.Drawing.Size(213, 22); this.txtPOSTCODE.StrLen = 0; this.txtPOSTCODE.TabIndex = 108; this.txtPOSTCODE.Valatt = WMS.Ctrl.ValidationAttribute.邮编; this.txtPOSTCODE.ValText = ""; // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("Tahoma", 11F); this.label15.Location = new System.Drawing.Point(320, 94); this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(58, 18); this.label15.TabIndex = 1176; this.label15.Text = "邮 编"; // // txtPYName // this.txtPYName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsStorageInfo, "PY_NAME", true)); this.txtPYName.FrmSelect = false; this.txtPYName.Location = new System.Drawing.Point(381, 38); this.txtPYName.Margin = new System.Windows.Forms.Padding(4); 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.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtPYName.Properties.MaxLength = 20; this.txtPYName.Size = new System.Drawing.Size(213, 22); this.txtPYName.StrLen = 0; this.txtPYName.TabIndex = 104; this.txtPYName.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtPYName.ValText = ""; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Tahoma", 11F); this.label14.Location = new System.Drawing.Point(310, 41); this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(68, 18); this.label14.TabIndex = 1174; this.label14.Text = "拼音简称"; // // txtPhone // this.txtPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsStorageInfo, "PHONE", true)); this.txtPhone.FrmSelect = false; this.txtPhone.Location = new System.Drawing.Point(381, 67); this.txtPhone.Margin = new System.Windows.Forms.Padding(4); this.txtPhone.MustText = false; this.txtPhone.Name = "txtPhone"; this.txtPhone.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtPhone.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtPhone.Properties.Appearance.Options.UseBackColor = true; this.txtPhone.Properties.Appearance.Options.UseFont = true; this.txtPhone.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtPhone.Properties.MaxLength = 11; this.txtPhone.Size = new System.Drawing.Size(213, 22); this.txtPhone.StrLen = 0; this.txtPhone.TabIndex = 106; this.txtPhone.Valatt = WMS.Ctrl.ValidationAttribute.数字; this.txtPhone.ValText = ""; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Tahoma", 11F); this.label10.Location = new System.Drawing.Point(310, 69); this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(68, 18); this.label10.TabIndex = 1172; this.label10.Text = "联系电话"; // // txtLinkMan // this.txtLinkMan.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsStorageInfo, "LINKMAN", true)); this.txtLinkMan.FrmSelect = false; this.txtLinkMan.Location = new System.Drawing.Point(87, 71); this.txtLinkMan.Margin = new System.Windows.Forms.Padding(4); this.txtLinkMan.MustText = false; this.txtLinkMan.Name = "txtLinkMan"; this.txtLinkMan.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtLinkMan.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtLinkMan.Properties.Appearance.Options.UseBackColor = true; this.txtLinkMan.Properties.Appearance.Options.UseFont = true; this.txtLinkMan.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtLinkMan.Properties.MaxLength = 12; this.txtLinkMan.Size = new System.Drawing.Size(213, 22); this.txtLinkMan.StrLen = 0; this.txtLinkMan.TabIndex = 105; this.txtLinkMan.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtLinkMan.ValText = ""; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Tahoma", 11F); this.label9.Location = new System.Drawing.Point(16, 76); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(63, 18); this.label9.TabIndex = 1170; this.label9.Text = "联 系 人"; // // txtFax // this.txtFax.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsStorageInfo, "FAX", true)); this.txtFax.FrmSelect = false; this.txtFax.Location = new System.Drawing.Point(87, 95); this.txtFax.Margin = new System.Windows.Forms.Padding(4); this.txtFax.MustText = false; this.txtFax.Name = "txtFax"; this.txtFax.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtFax.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtFax.Properties.Appearance.Options.UseBackColor = true; this.txtFax.Properties.Appearance.Options.UseFont = true; this.txtFax.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtFax.Properties.MaxLength = 30; this.txtFax.Size = new System.Drawing.Size(213, 22); this.txtFax.StrLen = 0; this.txtFax.TabIndex = 107; this.txtFax.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtFax.ValText = ""; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Tahoma", 11F); this.label8.Location = new System.Drawing.Point(21, 104); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(58, 18); this.label8.TabIndex = 1168; this.label8.Text = "传 真"; // // txtStorageName // this.txtStorageName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsStorageInfo, "STORAGE_NAME", true)); this.txtStorageName.FrmSelect = false; this.txtStorageName.Location = new System.Drawing.Point(381, 13); this.txtStorageName.Margin = new System.Windows.Forms.Padding(4); this.txtStorageName.MustText = true; this.txtStorageName.Name = "txtStorageName"; this.txtStorageName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff; 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 = 30; this.txtStorageName.Size = new System.Drawing.Size(213, 22); this.txtStorageName.StrLen = 0; this.txtStorageName.TabIndex = 101; this.txtStorageName.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtStorageName.ValText = ""; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Tahoma", 11F); this.label4.Location = new System.Drawing.Point(310, 17); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(68, 18); this.label4.TabIndex = 1162; this.label4.Text = "仓库名称"; // // 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(97, 344); this.btnConfirm.Name = "btnConfirm"; this.btnConfirm.Size = new System.Drawing.Size(150, 45); this.btnConfirm.TabIndex = 118; this.btnConfirm.Text = " 确定 "; this.btnConfirm.typeButton = " 确定 "; this.btnConfirm.Click += new System.EventHandler(this.ctrlButtons1_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.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(323, 344); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(150, 45); this.btnClose.TabIndex = 119; this.btnClose.Text = " 退出 "; this.btnClose.typeButton = " 退出 "; this.btnClose.Click += new System.EventHandler(this.ctrlButtons2_Click); // // txtAddress // this.txtAddress.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsStorageInfo, "ADDRESS", true)); this.txtAddress.Location = new System.Drawing.Point(381, 216); this.txtAddress.Name = "txtAddress"; this.txtAddress.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtAddress.Properties.Appearance.Options.UseFont = true; this.txtAddress.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtAddress.Size = new System.Drawing.Size(210, 25); this.txtAddress.TabIndex = 118; // // txtRemark // this.txtRemark.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsStorageInfo, "REMARK", true)); this.txtRemark.Location = new System.Drawing.Point(87, 247); this.txtRemark.Name = "txtRemark"; this.txtRemark.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtRemark.Properties.Appearance.Options.UseFont = true; this.txtRemark.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtRemark.Size = new System.Drawing.Size(506, 37); this.txtRemark.TabIndex = 119; // // rgStatus // this.rgStatus.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageInfo, "STATUS", true)); this.rgStatus.Location = new System.Drawing.Point(381, 140); this.rgStatus.Name = "rgStatus"; this.rgStatus.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239))))); this.rgStatus.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.rgStatus.Properties.Appearance.Options.UseBackColor = true; this.rgStatus.Properties.Appearance.Options.UseFont = true; this.rgStatus.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.rgStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("正常", "正常"), new DevExpress.XtraEditors.Controls.RadioGroupItem("停用", "停用")}); this.rgStatus.Size = new System.Drawing.Size(213, 22); this.rgStatus.TabIndex = 113; // // rgBATCHFLAG // this.rgBATCHFLAG.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageInfo, "BATCHFLAG", true)); this.rgBATCHFLAG.Location = new System.Drawing.Point(87, 145); this.rgBATCHFLAG.Name = "rgBATCHFLAG"; this.rgBATCHFLAG.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239))))); this.rgBATCHFLAG.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.rgBATCHFLAG.Properties.Appearance.Options.UseBackColor = true; this.rgBATCHFLAG.Properties.Appearance.Options.UseFont = true; this.rgBATCHFLAG.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.rgBATCHFLAG.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("是", "是"), new DevExpress.XtraEditors.Controls.RadioGroupItem("否", "否")}); this.rgBATCHFLAG.Size = new System.Drawing.Size(213, 22); this.rgBATCHFLAG.TabIndex = 112; // // rgRFMODEL // this.rgRFMODEL.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageInfo, "RFMODEL", true)); this.rgRFMODEL.Location = new System.Drawing.Point(87, 119); this.rgRFMODEL.Name = "rgRFMODEL"; this.rgRFMODEL.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239))))); this.rgRFMODEL.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.rgRFMODEL.Properties.Appearance.Options.UseBackColor = true; this.rgRFMODEL.Properties.Appearance.Options.UseFont = true; this.rgRFMODEL.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.rgRFMODEL.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("是", "是"), new DevExpress.XtraEditors.Controls.RadioGroupItem("否", "否")}); this.rgRFMODEL.Size = new System.Drawing.Size(213, 22); this.rgRFMODEL.TabIndex = 110; // // rgGOODSFLAG // this.rgGOODSFLAG.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageInfo, "GOODSFLAG", true)); this.rgGOODSFLAG.Location = new System.Drawing.Point(381, 114); this.rgGOODSFLAG.Name = "rgGOODSFLAG"; this.rgGOODSFLAG.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239))))); this.rgGOODSFLAG.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.rgGOODSFLAG.Properties.Appearance.Options.UseBackColor = true; this.rgGOODSFLAG.Properties.Appearance.Options.UseFont = true; this.rgGOODSFLAG.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.rgGOODSFLAG.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("是", "是"), new DevExpress.XtraEditors.Controls.RadioGroupItem("否", "否")}); this.rgGOODSFLAG.Size = new System.Drawing.Size(213, 22); this.rgGOODSFLAG.TabIndex = 111; // // lueTown // this.lueTown.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageInfo, "TOWN_ID", true)); this.lueTown.EditValue = ""; this.lueTown.Location = new System.Drawing.Point(87, 215); this.lueTown.Margin = new System.Windows.Forms.Padding(4); this.lueTown.Name = "lueTown"; this.lueTown.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.lueTown.Properties.Appearance.Options.UseFont = true; this.lueTown.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.lueTown.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lueTown.Properties.NullText = ""; this.lueTown.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.lueTown.Size = new System.Drawing.Size(213, 22); this.lueTown.TabIndex = 116; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Tahoma", 11F); this.label3.ForeColor = System.Drawing.SystemColors.ControlText; this.label3.Location = new System.Drawing.Point(14, 216); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 18); this.label3.TabIndex = 1260; this.label3.Text = "县/市/区"; // // lueCity // this.lueCity.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageInfo, "CITY_ID", true)); this.lueCity.EditValue = ""; this.lueCity.Location = new System.Drawing.Point(381, 183); this.lueCity.Margin = new System.Windows.Forms.Padding(4); this.lueCity.Name = "lueCity"; this.lueCity.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.lueCity.Properties.Appearance.Options.UseFont = true; this.lueCity.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.lueCity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lueCity.Properties.NullText = ""; this.lueCity.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.lueCity.Size = new System.Drawing.Size(213, 22); this.lueCity.TabIndex = 115; this.lueCity.EditValueChanged += new System.EventHandler(this.lueCity_EditValueChanged); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Tahoma", 11F); this.label6.ForeColor = System.Drawing.SystemColors.ControlText; this.label6.Location = new System.Drawing.Point(320, 186); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(58, 18); this.label6.TabIndex = 1258; this.label6.Text = "城 市"; // // luePro // this.luePro.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageInfo, "PROVINCE_ID", true)); this.luePro.EditValue = ""; this.luePro.Location = new System.Drawing.Point(87, 185); this.luePro.Margin = new System.Windows.Forms.Padding(4); this.luePro.Name = "luePro"; this.luePro.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.luePro.Properties.Appearance.Options.UseFont = true; this.luePro.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.luePro.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.luePro.Properties.NullText = ""; this.luePro.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.luePro.Size = new System.Drawing.Size(213, 22); this.luePro.TabIndex = 114; this.luePro.EditValueChanged += new System.EventHandler(this.luePro_EditValueChanged); // // label20 // this.label20.AutoSize = true; this.label20.Font = new System.Drawing.Font("Tahoma", 11F); this.label20.ForeColor = System.Drawing.SystemColors.ControlText; this.label20.Location = new System.Drawing.Point(21, 188); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(58, 18); this.label20.TabIndex = 1256; this.label20.Text = "省 份"; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bsStorageInfo, "AUTOSTS", true)); this.checkBox1.Location = new System.Drawing.Point(97, 301); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(110, 18); this.checkBox1.TabIndex = 1357; this.checkBox1.Text = "自动化立体库"; this.checkBox1.UseVisualStyleBackColor = true; // // wmsCtrlTextBox1 // this.wmsCtrlTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsStorageInfo, "STORAGE_ID", true)); this.wmsCtrlTextBox1.FrmSelect = false; this.wmsCtrlTextBox1.Location = new System.Drawing.Point(87, 16); this.wmsCtrlTextBox1.Margin = new System.Windows.Forms.Padding(4); this.wmsCtrlTextBox1.MustText = true; this.wmsCtrlTextBox1.Name = "wmsCtrlTextBox1"; this.wmsCtrlTextBox1.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff; this.wmsCtrlTextBox1.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.wmsCtrlTextBox1.Properties.Appearance.Options.UseBackColor = true; this.wmsCtrlTextBox1.Properties.Appearance.Options.UseFont = true; this.wmsCtrlTextBox1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.wmsCtrlTextBox1.Properties.MaxLength = 30; this.wmsCtrlTextBox1.Size = new System.Drawing.Size(213, 22); this.wmsCtrlTextBox1.StrLen = 0; this.wmsCtrlTextBox1.TabIndex = 1355; this.wmsCtrlTextBox1.Valatt = WMS.Ctrl.ValidationAttribute.无; this.wmsCtrlTextBox1.ValText = ""; // // label21 // this.label21.AutoSize = true; this.label21.Font = new System.Drawing.Font("Tahoma", 11F); this.label21.Location = new System.Drawing.Point(11, 18); this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(68, 18); this.label21.TabIndex = 1356; this.label21.Text = "仓库编号"; // // bsStorageOrder // this.bsStorageOrder.DataSource = typeof(WMS.Model.Base.StorageOrderModel); // // FrmStorageInfoHandle // 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(618, 401); this.Controls.Add(this.wmsCtrlTextBox1); this.Controls.Add(this.checkBox1); this.Controls.Add(this.label21); this.Controls.Add(this.txtStorageName); this.Controls.Add(this.label7); this.Controls.Add(this.txtFax); this.Controls.Add(this.btnClose); this.Controls.Add(this.label14); this.Controls.Add(this.lueTown); this.Controls.Add(this.txtPYName); this.Controls.Add(this.txtStorageShortName); this.Controls.Add(this.btnConfirm); this.Controls.Add(this.label8); this.Controls.Add(this.label3); this.Controls.Add(this.rgGOODSFLAG); this.Controls.Add(this.txtRemark); this.Controls.Add(this.label4); this.Controls.Add(this.txtLinkMan); this.Controls.Add(this.lueCity); this.Controls.Add(this.rgRFMODEL); this.Controls.Add(this.label18); this.Controls.Add(this.label10); this.Controls.Add(this.label17); this.Controls.Add(this.rgBATCHFLAG); this.Controls.Add(this.label6); this.Controls.Add(this.txtPhone); this.Controls.Add(this.txtAddress); this.Controls.Add(this.rgStatus); this.Controls.Add(this.label20); this.Controls.Add(this.luePro); this.Controls.Add(this.label15); this.Controls.Add(this.label9); this.Controls.Add(this.txtPOSTCODE); this.Controls.Add(this.label13); this.Controls.Add(this.label16); this.Controls.Add(this.label12); this.Controls.Add(this.label11); this.Font = new System.Drawing.Font("宋体", 10F); this.LookAndFeel.SkinName = "Office 2010 Blue"; this.MaximumSize = new System.Drawing.Size(634, 440); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(634, 440); this.Name = "FrmStorageInfoHandle"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "仓库信息"; this.Load += new System.EventHandler(this.FrmStorageInfoHandle_Load); ((System.ComponentModel.ISupportInitialize)(this.bsStorageInfo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtStorageShortName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPOSTCODE.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPYName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLinkMan.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFax.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtStorageName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rgStatus.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rgBATCHFLAG.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rgRFMODEL.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rgGOODSFLAG.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lueTown.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lueCity.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luePro.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.wmsCtrlTextBox1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsStorageOrder)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private Ctrl.WMSCtrlTextBox txtStorageShortName; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label17; private Ctrl.WMSCtrlTextBox txtPOSTCODE; private System.Windows.Forms.Label label15; private Ctrl.WMSCtrlTextBox txtPYName; private System.Windows.Forms.Label label14; private Ctrl.WMSCtrlTextBox txtPhone; private System.Windows.Forms.Label label10; private Ctrl.WMSCtrlTextBox txtLinkMan; private System.Windows.Forms.Label label9; private Ctrl.WMSCtrlTextBox txtFax; private System.Windows.Forms.Label label8; private Ctrl.WMSCtrlTextBox txtStorageName; private System.Windows.Forms.Label label4; private Ctrl.CtrlButtons btnConfirm; private Ctrl.CtrlButtons btnClose; private System.Windows.Forms.BindingSource bsStorageInfo; private DevExpress.XtraEditors.MemoEdit txtAddress; private DevExpress.XtraEditors.MemoEdit txtRemark; private DevExpress.XtraEditors.RadioGroup rgStatus; private DevExpress.XtraEditors.RadioGroup rgBATCHFLAG; private DevExpress.XtraEditors.RadioGroup rgRFMODEL; private DevExpress.XtraEditors.RadioGroup rgGOODSFLAG; private Ctrl.LookUpEditSystem lueTown; private System.Windows.Forms.Label label3; private Ctrl.LookUpEditSystem lueCity; private System.Windows.Forms.Label label6; private Ctrl.LookUpEditSystem luePro; private System.Windows.Forms.Label label20; private System.Windows.Forms.BindingSource bsStorageOrder; private Ctrl.WMSCtrlTextBox wmsCtrlTextBox1; private System.Windows.Forms.Label label21; private System.Windows.Forms.CheckBox checkBox1; } }