namespace WMS.FrmBaseData { partial class FrmStorageAreaHandle { /// /// 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(FrmStorageAreaHandle)); this.btnConfirm = new WMS.Ctrl.CtrlButtons(); this.btnClose = new WMS.Ctrl.CtrlButtons(); this.rgEdit = new DevExpress.XtraEditors.RadioGroup(); this.bsStorageAreaEdit = new System.Windows.Forms.BindingSource(); this.label10 = new System.Windows.Forms.Label(); this.lueParentId = new WMS.Ctrl.LookUpEditSystem(); this.label1 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.rgStatus = new DevExpress.XtraEditors.RadioGroup(); this.txtShortName = new WMS.Ctrl.WMSCtrlTextBox(); this.txtRemark = new DevExpress.XtraEditors.MemoEdit(); this.label3 = new System.Windows.Forms.Label(); this.lueStorage = new WMS.Ctrl.LookUpEditSystem(); this.txtPYName = new WMS.Ctrl.WMSCtrlTextBox(); this.txtVersion = new WMS.Ctrl.WMSCtrlTextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtSort = new WMS.Ctrl.WMSCtrlTextBox(); this.txtAreaName = new WMS.Ctrl.WMSCtrlTextBox(); this.label6 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.bsAreaGoodsType = new System.Windows.Forms.BindingSource(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.tabPane1 = new DevExpress.XtraBars.Navigation.TabPane(); this.tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage(); this.treeListGoodsType = new WMS.Ctrl.DevExpressCustom.TreeListCustom(); this.colAREA_ID = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colSTORAGE_AREA_NAME = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colGOODS_TYPE_NAME = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage(); this.treeListCustom1 = new WMS.Ctrl.DevExpressCustom.TreeListCustom(); this.colStorage_id = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colAREA_ID1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colSTORAGE_AREA_NAME1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colGoods_ID = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colGoods_Name = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.bindingSource1 = new System.Windows.Forms.BindingSource(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.ctrlDictonary1 = new WMS.Ctrl.CtrlDictonary(); this.label11 = new System.Windows.Forms.Label(); this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons(); this.ctrlDicGoodsType = new WMS.Ctrl.CtrlDictonary(); this.label22 = new System.Windows.Forms.Label(); this.btnDel = new WMS.Ctrl.CtrlButtons(); ((System.ComponentModel.ISupportInitialize)(this.rgEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsStorageAreaEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lueParentId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rgStatus.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtShortName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lueStorage.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPYName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtVersion.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSort.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAreaName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsAreaGoodsType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabPane1)).BeginInit(); this.tabPane1.SuspendLayout(); this.tabNavigationPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeListGoodsType)).BeginInit(); this.tabNavigationPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeListCustom1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // 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(92, 246); this.btnConfirm.Name = "btnConfirm"; this.btnConfirm.Size = new System.Drawing.Size(150, 45); this.btnConfirm.TabIndex = 116; 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(299, 246); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(150, 45); this.btnClose.TabIndex = 117; this.btnClose.Text = " 退出 "; this.btnClose.typeButton = " 退出 "; this.btnClose.Click += new System.EventHandler(this.ctrlButtons2_Click); // // rgEdit // this.rgEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageAreaEdit, "EDIT", true)); this.rgEdit.Location = new System.Drawing.Point(363, 82); this.rgEdit.Name = "rgEdit"; this.rgEdit.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239))))); this.rgEdit.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.rgEdit.Properties.Appearance.Options.UseBackColor = true; this.rgEdit.Properties.Appearance.Options.UseFont = true; this.rgEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.rgEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否"), new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是")}); this.rgEdit.Size = new System.Drawing.Size(194, 22); this.rgEdit.TabIndex = 108; this.rgEdit.Visible = false; // // bsStorageAreaEdit // this.bsStorageAreaEdit.DataSource = typeof(WMS.Model.Base.StorageAreaModel); // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Tahoma", 11F); this.label10.ForeColor = System.Drawing.SystemColors.ControlText; this.label10.Location = new System.Drawing.Point(293, 89); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(68, 18); this.label10.TabIndex = 1228; this.label10.Text = "可否编辑"; this.label10.Visible = false; // // lueParentId // this.lueParentId.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageAreaEdit, "PARENT_ID", true)); this.lueParentId.EditValue = ""; this.lueParentId.Location = new System.Drawing.Point(69, 45); this.lueParentId.Margin = new System.Windows.Forms.Padding(4); this.lueParentId.Name = "lueParentId"; this.lueParentId.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.lueParentId.Properties.Appearance.Options.UseFont = true; this.lueParentId.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.lueParentId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lueParentId.Properties.NullText = ""; this.lueParentId.Size = new System.Drawing.Size(213, 22); this.lueParentId.TabIndex = 105; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 11F); this.label1.ForeColor = System.Drawing.SystemColors.ControlText; this.label1.Location = new System.Drawing.Point(293, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(68, 18); this.label1.TabIndex = 1210; this.label1.Text = "库区名称"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Tahoma", 11F); this.label9.ForeColor = System.Drawing.SystemColors.ControlText; this.label9.Location = new System.Drawing.Point(1, 48); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(68, 18); this.label9.TabIndex = 1227; this.label9.Text = "所属库区"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tahoma", 11F); this.label2.ForeColor = System.Drawing.SystemColors.ControlText; this.label2.Location = new System.Drawing.Point(1, 82); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 18); this.label2.TabIndex = 1211; this.label2.Text = "库区简称"; // // rgStatus // this.rgStatus.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageAreaEdit, "STATUS", true)); this.rgStatus.EditValue = "正常"; this.rgStatus.Location = new System.Drawing.Point(69, 115); 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 = 107; // // txtShortName // this.txtShortName.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageAreaEdit, "STORAGE_AREA_SHORT_NAME", true)); this.txtShortName.FrmSelect = true; this.txtShortName.Location = new System.Drawing.Point(69, 80); this.txtShortName.Margin = new System.Windows.Forms.Padding(4); this.txtShortName.MustText = false; this.txtShortName.Name = "txtShortName"; this.txtShortName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtShortName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtShortName.Properties.Appearance.Options.UseBackColor = true; this.txtShortName.Properties.Appearance.Options.UseFont = true; this.txtShortName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtShortName.Properties.MaxLength = 1111; this.txtShortName.Size = new System.Drawing.Size(213, 22); this.txtShortName.StrLen = 50; this.txtShortName.TabIndex = 103; this.txtShortName.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtShortName.ValText = ""; // // txtRemark // this.txtRemark.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageAreaEdit, "REMARK", true)); this.txtRemark.Location = new System.Drawing.Point(69, 150); 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(487, 76); this.txtRemark.TabIndex = 109; // // 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(293, 49); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(68, 18); this.label3.TabIndex = 1212; this.label3.Text = "拼音简称"; // // lueStorage // this.lueStorage.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageAreaEdit, "STORAGE_ID", true)); this.lueStorage.EditValue = ""; this.lueStorage.Location = new System.Drawing.Point(69, 12); this.lueStorage.Margin = new System.Windows.Forms.Padding(4); this.lueStorage.Name = "lueStorage"; this.lueStorage.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.lueStorage.Properties.Appearance.Options.UseFont = true; this.lueStorage.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.lueStorage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lueStorage.Properties.NullText = ""; this.lueStorage.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.lueStorage.Size = new System.Drawing.Size(213, 22); this.lueStorage.TabIndex = 101; this.lueStorage.EditValueChanged += new System.EventHandler(this.lueStorage_EditValueChanged); // // txtPYName // this.txtPYName.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageAreaEdit, "PY_NAME", true)); this.txtPYName.FrmSelect = true; this.txtPYName.Location = new System.Drawing.Point(363, 47); 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 = 1111; this.txtPYName.Size = new System.Drawing.Size(194, 22); this.txtPYName.StrLen = 50; this.txtPYName.TabIndex = 104; this.txtPYName.Valatt = WMS.Ctrl.ValidationAttribute.字母; this.txtPYName.ValText = ""; // // txtVersion // this.txtVersion.Enabled = false; this.txtVersion.FrmSelect = true; this.txtVersion.Location = new System.Drawing.Point(167, 198); this.txtVersion.Margin = new System.Windows.Forms.Padding(4); this.txtVersion.MustText = false; this.txtVersion.Name = "txtVersion"; this.txtVersion.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtVersion.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtVersion.Properties.Appearance.Options.UseBackColor = true; this.txtVersion.Properties.Appearance.Options.UseFont = true; this.txtVersion.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtVersion.Properties.MaxLength = 1111; this.txtVersion.Size = new System.Drawing.Size(213, 22); this.txtVersion.StrLen = 50; this.txtVersion.TabIndex = 1226; this.txtVersion.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtVersion.ValText = ""; this.txtVersion.Visible = false; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Tahoma", 11F); this.label5.ForeColor = System.Drawing.SystemColors.ControlText; this.label5.Location = new System.Drawing.Point(303, 125); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(58, 18); this.label5.TabIndex = 1213; this.label5.Text = "排 序"; this.label5.Visible = false; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.SystemColors.ControlText; this.label4.Location = new System.Drawing.Point(89, 209); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(51, 14); this.label4.TabIndex = 1217; this.label4.Text = "版 本 号"; this.label4.Visible = false; // // txtSort // this.txtSort.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageAreaEdit, "SORT", true)); this.txtSort.FrmSelect = true; this.txtSort.Location = new System.Drawing.Point(363, 121); this.txtSort.Margin = new System.Windows.Forms.Padding(4); this.txtSort.MustText = false; this.txtSort.Name = "txtSort"; this.txtSort.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtSort.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtSort.Properties.Appearance.Options.UseBackColor = true; this.txtSort.Properties.Appearance.Options.UseFont = true; this.txtSort.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtSort.Properties.MaxLength = 1111; this.txtSort.Size = new System.Drawing.Size(194, 22); this.txtSort.StrLen = 50; this.txtSort.TabIndex = 106; this.txtSort.Valatt = WMS.Ctrl.ValidationAttribute.浮点数; this.txtSort.ValText = ""; this.txtSort.Visible = false; // // txtAreaName // this.txtAreaName.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageAreaEdit, "STORAGE_AREA_NAME", true)); this.txtAreaName.FrmSelect = true; this.txtAreaName.Location = new System.Drawing.Point(363, 12); this.txtAreaName.Margin = new System.Windows.Forms.Padding(4); this.txtAreaName.MustText = true; this.txtAreaName.Name = "txtAreaName"; this.txtAreaName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff; 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.Size = new System.Drawing.Size(194, 22); this.txtAreaName.StrLen = 50; this.txtAreaName.TabIndex = 102; this.txtAreaName.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtAreaName.ValText = ""; // // 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(11, 152); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(58, 18); this.label6.TabIndex = 1214; this.label6.Text = "备 注"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Tahoma", 11F); this.label8.ForeColor = System.Drawing.SystemColors.ControlText; this.label8.Location = new System.Drawing.Point(1, 16); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(68, 18); this.label8.TabIndex = 1216; this.label8.Text = "所属仓库"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Tahoma", 11F); this.label7.ForeColor = System.Drawing.SystemColors.ControlText; this.label7.Location = new System.Drawing.Point(11, 119); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(58, 18); this.label7.TabIndex = 1215; this.label7.Text = "状 态"; // // bsAreaGoodsType // this.bsAreaGoodsType.DataSource = typeof(WMS.Model.Base.AreaGoodsTypeModel); // // splitContainerControl1 // this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default; this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.splitContainerControl1.Panel1.Controls.Add(this.txtRemark); this.splitContainerControl1.Panel1.Controls.Add(this.rgEdit); this.splitContainerControl1.Panel1.Controls.Add(this.btnConfirm); this.splitContainerControl1.Panel1.Controls.Add(this.label10); this.splitContainerControl1.Panel1.Controls.Add(this.btnClose); this.splitContainerControl1.Panel1.Controls.Add(this.lueParentId); this.splitContainerControl1.Panel1.Controls.Add(this.label7); this.splitContainerControl1.Panel1.Controls.Add(this.label1); this.splitContainerControl1.Panel1.Controls.Add(this.label8); this.splitContainerControl1.Panel1.Controls.Add(this.label9); this.splitContainerControl1.Panel1.Controls.Add(this.label6); this.splitContainerControl1.Panel1.Controls.Add(this.label2); this.splitContainerControl1.Panel1.Controls.Add(this.txtAreaName); this.splitContainerControl1.Panel1.Controls.Add(this.rgStatus); this.splitContainerControl1.Panel1.Controls.Add(this.txtSort); this.splitContainerControl1.Panel1.Controls.Add(this.txtShortName); this.splitContainerControl1.Panel1.Controls.Add(this.label4); this.splitContainerControl1.Panel1.Controls.Add(this.label5); this.splitContainerControl1.Panel1.Controls.Add(this.label3); this.splitContainerControl1.Panel1.Controls.Add(this.txtVersion); this.splitContainerControl1.Panel1.Controls.Add(this.lueStorage); this.splitContainerControl1.Panel1.Controls.Add(this.txtPYName); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.tabPane1); this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(925, 366); this.splitContainerControl1.SplitterPosition = 566; this.splitContainerControl1.TabIndex = 1229; this.splitContainerControl1.Text = "splitContainerControl1"; // // tabPane1 // this.tabPane1.Controls.Add(this.tabNavigationPage1); this.tabPane1.Controls.Add(this.tabNavigationPage2); this.tabPane1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabPane1.Location = new System.Drawing.Point(0, 0); this.tabPane1.Name = "tabPane1"; this.tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { this.tabNavigationPage1, this.tabNavigationPage2}); this.tabPane1.RegularSize = new System.Drawing.Size(343, 226); this.tabPane1.SelectedPage = this.tabNavigationPage1; this.tabPane1.Size = new System.Drawing.Size(343, 226); this.tabPane1.TabIndex = 122; this.tabPane1.Text = "tabPane1"; // // tabNavigationPage1 // this.tabNavigationPage1.Caption = "物料分类"; this.tabNavigationPage1.Controls.Add(this.treeListGoodsType); this.tabNavigationPage1.Name = "tabNavigationPage1"; this.tabNavigationPage1.Size = new System.Drawing.Size(325, 181); // // treeListGoodsType // this.treeListGoodsType.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.treeListGoodsType.Appearance.EvenRow.Options.UseBackColor = true; this.treeListGoodsType.Appearance.FocusedRow.BackColor = System.Drawing.Color.LightSteelBlue; this.treeListGoodsType.Appearance.FocusedRow.Options.UseBackColor = true; this.treeListGoodsType.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.treeListGoodsType.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.colAREA_ID, this.colSTORAGE_AREA_NAME, this.colGOODS_TYPE_NAME}); this.treeListGoodsType.DataSource = this.bsAreaGoodsType; this.treeListGoodsType.Dock = System.Windows.Forms.DockStyle.Fill; this.treeListGoodsType.EnableAppearanceEvenRow = true; this.treeListGoodsType.IndicatorRowWidth = 40; this.treeListGoodsType.IndicatorWidth = 40; this.treeListGoodsType.KeyFieldName = "GOODS_TYPE_ID"; this.treeListGoodsType.Location = new System.Drawing.Point(0, 0); this.treeListGoodsType.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat; this.treeListGoodsType.LookAndFeel.UseDefaultLookAndFeel = false; this.treeListGoodsType.LookAndFeel.UseWindowsXPTheme = true; this.treeListGoodsType.Name = "treeListGoodsType"; this.treeListGoodsType.OptionsBehavior.Editable = false; this.treeListGoodsType.OptionsView.EnableAppearanceEvenRow = true; this.treeListGoodsType.ParentFieldName = "PARENT_ID"; this.treeListGoodsType.ShowRowID = true; this.treeListGoodsType.Size = new System.Drawing.Size(325, 181); this.treeListGoodsType.TabIndex = 1; this.treeListGoodsType.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeListGoodsType_FocusedNodeChanged); // // colAREA_ID // this.colAREA_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colAREA_ID.AppearanceCell.Options.UseFont = true; this.colAREA_ID.AppearanceHeader.Options.UseTextOptions = true; this.colAREA_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colAREA_ID.FieldName = "AREA_ID"; this.colAREA_ID.Name = "colAREA_ID"; this.colAREA_ID.Width = 49; // // colSTORAGE_AREA_NAME // this.colSTORAGE_AREA_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colSTORAGE_AREA_NAME.AppearanceCell.Options.UseFont = true; this.colSTORAGE_AREA_NAME.AppearanceHeader.Options.UseTextOptions = true; this.colSTORAGE_AREA_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colSTORAGE_AREA_NAME.FieldName = "STORAGE_AREA_NAME"; this.colSTORAGE_AREA_NAME.Name = "colSTORAGE_AREA_NAME"; this.colSTORAGE_AREA_NAME.Width = 49; // // colGOODS_TYPE_NAME // this.colGOODS_TYPE_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colGOODS_TYPE_NAME.AppearanceCell.Options.UseFont = true; this.colGOODS_TYPE_NAME.AppearanceHeader.Options.UseTextOptions = true; this.colGOODS_TYPE_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colGOODS_TYPE_NAME.FieldName = "GOODS_TYPE_NAME"; this.colGOODS_TYPE_NAME.Name = "colGOODS_TYPE_NAME"; this.colGOODS_TYPE_NAME.Visible = true; this.colGOODS_TYPE_NAME.VisibleIndex = 0; this.colGOODS_TYPE_NAME.Width = 73; // // tabNavigationPage2 // this.tabNavigationPage2.Caption = "物料名称"; this.tabNavigationPage2.Controls.Add(this.treeListCustom1); this.tabNavigationPage2.Name = "tabNavigationPage2"; this.tabNavigationPage2.Size = new System.Drawing.Size(304, 180); // // treeListCustom1 // this.treeListCustom1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.treeListCustom1.Appearance.EvenRow.Options.UseBackColor = true; this.treeListCustom1.Appearance.FocusedRow.BackColor = System.Drawing.Color.LightSteelBlue; this.treeListCustom1.Appearance.FocusedRow.Options.UseBackColor = true; this.treeListCustom1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.treeListCustom1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.colStorage_id, this.colAREA_ID1, this.colSTORAGE_AREA_NAME1, this.colGoods_ID, this.colGoods_Name}); this.treeListCustom1.Cursor = System.Windows.Forms.Cursors.Default; this.treeListCustom1.DataSource = this.bindingSource1; this.treeListCustom1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeListCustom1.EnableAppearanceEvenRow = true; this.treeListCustom1.IndicatorRowWidth = 40; this.treeListCustom1.IndicatorWidth = 40; this.treeListCustom1.KeyFieldName = "GOODS_TYPE_ID"; this.treeListCustom1.Location = new System.Drawing.Point(0, 0); this.treeListCustom1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat; this.treeListCustom1.LookAndFeel.UseDefaultLookAndFeel = false; this.treeListCustom1.LookAndFeel.UseWindowsXPTheme = true; this.treeListCustom1.Name = "treeListCustom1"; this.treeListCustom1.OptionsBehavior.Editable = false; this.treeListCustom1.OptionsView.EnableAppearanceEvenRow = true; this.treeListCustom1.ParentFieldName = "PARENT_ID"; this.treeListCustom1.ShowRowID = true; this.treeListCustom1.Size = new System.Drawing.Size(304, 180); this.treeListCustom1.TabIndex = 2; // // colStorage_id // this.colStorage_id.FieldName = "Storage_id"; this.colStorage_id.Name = "colStorage_id"; this.colStorage_id.Width = 52; // // colAREA_ID1 // this.colAREA_ID1.FieldName = "AREA_ID"; this.colAREA_ID1.Name = "colAREA_ID1"; this.colAREA_ID1.Width = 52; // // colSTORAGE_AREA_NAME1 // this.colSTORAGE_AREA_NAME1.FieldName = "STORAGE_AREA_NAME"; this.colSTORAGE_AREA_NAME1.Name = "colSTORAGE_AREA_NAME1"; this.colSTORAGE_AREA_NAME1.Width = 52; // // colGoods_ID // this.colGoods_ID.FieldName = "Goods_ID"; this.colGoods_ID.Name = "colGoods_ID"; this.colGoods_ID.Visible = true; this.colGoods_ID.VisibleIndex = 0; this.colGoods_ID.Width = 52; // // colGoods_Name // this.colGoods_Name.FieldName = "Goods_Name"; this.colGoods_Name.Name = "colGoods_Name"; this.colGoods_Name.Visible = true; this.colGoods_Name.VisibleIndex = 1; this.colGoods_Name.Width = 52; // // bindingSource1 // this.bindingSource1.DataSource = typeof(WMS.Model.Base.AreaGoodsModel); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.panelControl1.Controls.Add(this.ctrlDictonary1); this.panelControl1.Controls.Add(this.label11); this.panelControl1.Controls.Add(this.ctrlButtons1); this.panelControl1.Controls.Add(this.ctrlDicGoodsType); this.panelControl1.Controls.Add(this.label22); this.panelControl1.Controls.Add(this.btnDel); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 226); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(343, 136); this.panelControl1.TabIndex = 123; // // ctrlDictonary1 // this.ctrlDictonary1.BackColor = System.Drawing.Color.Transparent; this.ctrlDictonary1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.ctrlDictonary1.Cursor = System.Windows.Forms.Cursors.Default; this.ctrlDictonary1.DictonaryTableName = WMS.Ctrl.DictonaryType.商品资料t_Base_Goods; this.ctrlDictonary1.ErrText = "无数据重新查询"; this.ctrlDictonary1.Font = new System.Drawing.Font("宋体", 10F); this.ctrlDictonary1.IsSqlWhere = true; this.ctrlDictonary1.Location = new System.Drawing.Point(79, 33); this.ctrlDictonary1.Margin = new System.Windows.Forms.Padding(7); this.ctrlDictonary1.Name = "ctrlDictonary1"; this.ctrlDictonary1.Number = 0; this.ctrlDictonary1.SelectType = WMS.Ctrl.DataSlectType.MultiSelect; this.ctrlDictonary1.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] { ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns"))), ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns1"))), ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns2"))), ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns3"))), ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns4"))), ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns5"))), ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns6"))), ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns7"))), ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns8"))), ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns9")))}); this.ctrlDictonary1.Size = new System.Drawing.Size(213, 22); this.ctrlDictonary1.SqlStr = ""; this.ctrlDictonary1.TabIndex = 1372; this.ctrlDictonary1.TextBoxFlag = ""; this.ctrlDictonary1.TextBoxValue = ""; this.ctrlDictonary1.Button_Click += new System.EventHandler(this.ctrlDictonary1_Button_Click); // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Tahoma", 11F); this.label11.Location = new System.Drawing.Point(34, 33); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(38, 18); this.label11.TabIndex = 1373; this.label11.Text = "物料"; // // ctrlButtons1 // this.ctrlButtons1.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.ctrlButtons1.Appearance.Options.UseFont = true; this.ctrlButtons1.BoolDiagFrm = false; this.ctrlButtons1.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons1.Image"))); this.ctrlButtons1.ImageUri.Uri = "SaveAll;Office2013"; this.ctrlButtons1.Location = new System.Drawing.Point(13, 65); this.ctrlButtons1.Name = "ctrlButtons1"; this.ctrlButtons1.Size = new System.Drawing.Size(150, 45); this.ctrlButtons1.TabIndex = 1371; this.ctrlButtons1.Text = " 保存 "; this.ctrlButtons1.typeButton = " 保存 "; // // ctrlDicGoodsType // this.ctrlDicGoodsType.BackColor = System.Drawing.Color.Transparent; this.ctrlDicGoodsType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.ctrlDicGoodsType.Cursor = System.Windows.Forms.Cursors.Default; this.ctrlDicGoodsType.DictonaryTableName = WMS.Ctrl.DictonaryType.商品分类t_Base_Goods_Type; this.ctrlDicGoodsType.ErrText = "无数据重新查询"; this.ctrlDicGoodsType.Font = new System.Drawing.Font("宋体", 10F); this.ctrlDicGoodsType.IsSqlWhere = true; this.ctrlDicGoodsType.Location = new System.Drawing.Point(79, 9); this.ctrlDicGoodsType.Margin = new System.Windows.Forms.Padding(7); this.ctrlDicGoodsType.Name = "ctrlDicGoodsType"; this.ctrlDicGoodsType.Number = 0; this.ctrlDicGoodsType.SelectType = WMS.Ctrl.DataSlectType.MultiSelect; this.ctrlDicGoodsType.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] { ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDicGoodsType.ShowColumns"))), ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDicGoodsType.ShowColumns1"))), ((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDicGoodsType.ShowColumns2")))}); this.ctrlDicGoodsType.Size = new System.Drawing.Size(213, 22); this.ctrlDicGoodsType.SqlStr = ""; this.ctrlDicGoodsType.TabIndex = 1369; this.ctrlDicGoodsType.TextBoxFlag = ""; this.ctrlDicGoodsType.TextBoxValue = ""; this.ctrlDicGoodsType.Button_Click += new System.EventHandler(this.ctrlDicGoodsType_Button_Click); // // label22 // this.label22.AutoSize = true; this.label22.Font = new System.Drawing.Font("Tahoma", 11F); this.label22.Location = new System.Drawing.Point(10, 12); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(68, 18); this.label22.TabIndex = 1370; this.label22.Text = "物料分类"; // // btnDel // this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.btnDel.Appearance.Options.UseFont = true; this.btnDel.BoolDiagFrm = false; this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image"))); this.btnDel.ImageUri.Uri = "Delete;Office2013"; this.btnDel.Location = new System.Drawing.Point(174, 65); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(150, 45); this.btnDel.TabIndex = 121; this.btnDel.Text = " 删除 "; this.btnDel.typeButton = " 删除 "; this.btnDel.Click += new System.EventHandler(this.btnDel_Click); // // FrmStorageAreaHandle // 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(925, 366); this.Controls.Add(this.splitContainerControl1); this.Font = new System.Drawing.Font("宋体", 10F); this.LookAndFeel.SkinName = "Office 2010 Blue"; this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(941, 405); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(941, 405); this.Name = "FrmStorageAreaHandle"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "库区信息"; this.Load += new System.EventHandler(this.FrmStorageAreaHandle_Load); ((System.ComponentModel.ISupportInitialize)(this.rgEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsStorageAreaEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lueParentId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rgStatus.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtShortName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lueStorage.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPYName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtVersion.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSort.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAreaName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsAreaGoodsType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tabPane1)).EndInit(); this.tabPane1.ResumeLayout(false); this.tabNavigationPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeListGoodsType)).EndInit(); this.tabNavigationPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeListCustom1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); this.ResumeLayout(false); } #endregion private Ctrl.CtrlButtons btnConfirm; private Ctrl.CtrlButtons btnClose; private DevExpress.XtraEditors.RadioGroup rgEdit; private System.Windows.Forms.Label label10; private Ctrl.LookUpEditSystem lueParentId; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label2; private DevExpress.XtraEditors.RadioGroup rgStatus; private Ctrl.WMSCtrlTextBox txtShortName; private DevExpress.XtraEditors.MemoEdit txtRemark; private System.Windows.Forms.Label label3; private Ctrl.LookUpEditSystem lueStorage; private Ctrl.WMSCtrlTextBox txtPYName; private Ctrl.WMSCtrlTextBox txtVersion; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private Ctrl.WMSCtrlTextBox txtSort; private Ctrl.WMSCtrlTextBox txtAreaName; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.BindingSource bsStorageAreaEdit; private System.Windows.Forms.BindingSource bsAreaGoodsType; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private Ctrl.CtrlButtons btnDel; private Ctrl.CtrlDictonary ctrlDicGoodsType; private System.Windows.Forms.Label label22; private Ctrl.DevExpressCustom.TreeListCustom treeListGoodsType; private DevExpress.XtraTreeList.Columns.TreeListColumn colAREA_ID; private DevExpress.XtraTreeList.Columns.TreeListColumn colSTORAGE_AREA_NAME; private DevExpress.XtraTreeList.Columns.TreeListColumn colGOODS_TYPE_NAME; private DevExpress.XtraBars.Navigation.TabPane tabPane1; private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1; private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2; private Ctrl.DevExpressCustom.TreeListCustom treeListCustom1; private DevExpress.XtraEditors.PanelControl panelControl1; private Ctrl.CtrlButtons ctrlButtons1; private System.Windows.Forms.BindingSource bindingSource1; private DevExpress.XtraTreeList.Columns.TreeListColumn colStorage_id; private DevExpress.XtraTreeList.Columns.TreeListColumn colAREA_ID1; private DevExpress.XtraTreeList.Columns.TreeListColumn colSTORAGE_AREA_NAME1; private DevExpress.XtraTreeList.Columns.TreeListColumn colGoods_ID; private DevExpress.XtraTreeList.Columns.TreeListColumn colGoods_Name; private Ctrl.CtrlDictonary ctrlDictonary1; private System.Windows.Forms.Label label11; } }