From 154d4c352b9ab06a925451f1fdcea6afd1701e10 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 15 四月 2024 18:02:16 +0800 Subject: [PATCH] 迁移基础界面 --- WinFrm/ISupply.WinFrm.Main/basic/Region/AddRegionDlg.designer.cs | 500 ++++++++++++++++++++++++++---------------------------- 1 files changed, 241 insertions(+), 259 deletions(-) diff --git a/WinFrm/ISupply.WinFrm.Main/basic/Region/AddRegionDlg.designer.cs b/WinFrm/ISupply.WinFrm.Main/basic/Region/AddRegionDlg.designer.cs index 2371454..5788314 100644 --- a/WinFrm/ISupply.WinFrm.Main/basic/Region/AddRegionDlg.designer.cs +++ b/WinFrm/ISupply.WinFrm.Main/basic/Region/AddRegionDlg.designer.cs @@ -28,298 +28,280 @@ /// </summary> private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); - this.selectFlagsPopupCtrl1 = new ISupply.WinFrm.SelectFlagsPopupCtrl(); - this.btnOk = new DevExpress.XtraEditors.SimpleButton(); - this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); - this.NameTextEdit = new DevExpress.XtraEditors.TextEdit(); - this.DescriptionTextEdit = new DevExpress.XtraEditors.MemoEdit(); - this.TagNameTextEdit = new DevExpress.XtraEditors.TextEdit(); - this.TypeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit(); - this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); - this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); - this.ItemForName = new DevExpress.XtraLayout.LayoutControlItem(); - this.ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); - this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); - this.ItemForTagName = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); - this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); - this.ADCodeTextEdit = new DevExpress.XtraEditors.TextEdit(); - this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); - ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit(); - this.dataLayoutControl1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.DescriptionTextEdit.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.TagNameTextEdit.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.TypeImageComboBoxEdit.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ItemForName)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ItemForTagName)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ADCodeTextEdit.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); - this.SuspendLayout(); + components = new System.ComponentModel.Container(); + dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); + selectFlagsPopupCtrl1 = new SelectFlagsPopupCtrl(); + btnOk = new DevExpress.XtraEditors.SimpleButton(); + btnCancel = new DevExpress.XtraEditors.SimpleButton(); + NameTextEdit = new DevExpress.XtraEditors.TextEdit(); + DescriptionTextEdit = new DevExpress.XtraEditors.MemoEdit(); + TagNameTextEdit = new DevExpress.XtraEditors.TextEdit(); + TypeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit(); + ADCodeTextEdit = new DevExpress.XtraEditors.TextEdit(); + Root = new DevExpress.XtraLayout.LayoutControlGroup(); + layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); + ItemForName = new DevExpress.XtraLayout.LayoutControlItem(); + ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); + emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); + ItemForTagName = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); + dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); + ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit(); + dataLayoutControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)DescriptionTextEdit.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)TagNameTextEdit.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)TypeImageComboBoxEdit.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)ADCodeTextEdit.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)ItemForName).BeginInit(); + ((System.ComponentModel.ISupportInitialize)ItemForDescription).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); + ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)ItemForTagName).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); + ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); + SuspendLayout(); // // dataLayoutControl1 // - this.dataLayoutControl1.Controls.Add(this.selectFlagsPopupCtrl1); - this.dataLayoutControl1.Controls.Add(this.btnOk); - this.dataLayoutControl1.Controls.Add(this.btnCancel); - this.dataLayoutControl1.Controls.Add(this.NameTextEdit); - this.dataLayoutControl1.Controls.Add(this.DescriptionTextEdit); - this.dataLayoutControl1.Controls.Add(this.TagNameTextEdit); - this.dataLayoutControl1.Controls.Add(this.TypeImageComboBoxEdit); - this.dataLayoutControl1.Controls.Add(this.ADCodeTextEdit); - this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0); - this.dataLayoutControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.dataLayoutControl1.Name = "dataLayoutControl1"; - this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(900, 230, 650, 400); - this.dataLayoutControl1.Root = this.Root; - this.dataLayoutControl1.Size = new System.Drawing.Size(498, 303); - this.dataLayoutControl1.TabIndex = 0; - this.dataLayoutControl1.Text = "dataLayoutControl1"; + dataLayoutControl1.Controls.Add(selectFlagsPopupCtrl1); + dataLayoutControl1.Controls.Add(btnOk); + dataLayoutControl1.Controls.Add(btnCancel); + dataLayoutControl1.Controls.Add(NameTextEdit); + dataLayoutControl1.Controls.Add(DescriptionTextEdit); + dataLayoutControl1.Controls.Add(TagNameTextEdit); + dataLayoutControl1.Controls.Add(TypeImageComboBoxEdit); + dataLayoutControl1.Controls.Add(ADCodeTextEdit); + dataLayoutControl1.Dock = DockStyle.Fill; + dataLayoutControl1.Location = new Point(0, 0); + dataLayoutControl1.Name = "dataLayoutControl1"; + dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(900, 230, 650, 400); + dataLayoutControl1.Root = Root; + dataLayoutControl1.Size = new Size(349, 193); + dataLayoutControl1.TabIndex = 0; + dataLayoutControl1.Text = "dataLayoutControl1"; // // selectFlagsPopupCtrl1 // - this.selectFlagsPopupCtrl1.Location = new System.Drawing.Point(135, 108); - this.selectFlagsPopupCtrl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.selectFlagsPopupCtrl1.Name = "selectFlagsPopupCtrl1"; - this.selectFlagsPopupCtrl1.Size = new System.Drawing.Size(351, 28); - this.selectFlagsPopupCtrl1.TabIndex = 9; + selectFlagsPopupCtrl1.Location = new Point(99, 84); + selectFlagsPopupCtrl1.Name = "selectFlagsPopupCtrl1"; + selectFlagsPopupCtrl1.Size = new Size(238, 16); + selectFlagsPopupCtrl1.TabIndex = 9; // // btnOk // - this.btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; - this.btnOk.Appearance.Options.UseBackColor = true; - this.btnOk.Location = new System.Drawing.Point(283, 259); - this.btnOk.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.btnOk.Name = "btnOk"; - this.btnOk.Size = new System.Drawing.Size(99, 32); - this.btnOk.StyleController = this.dataLayoutControl1; - this.btnOk.TabIndex = 7; - this.btnOk.Text = "纭畾"; - this.btnOk.Click += new System.EventHandler(this.btnOk_Click); + btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; + btnOk.Appearance.Options.UseBackColor = true; + btnOk.Location = new Point(199, 159); + btnOk.Name = "btnOk"; + btnOk.Size = new Size(67, 22); + btnOk.StyleController = dataLayoutControl1; + btnOk.TabIndex = 7; + btnOk.Text = "纭畾"; + btnOk.Click += btnOk_Click; // // btnCancel // - this.btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; - this.btnCancel.Appearance.Options.UseBackColor = true; - this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.btnCancel.Location = new System.Drawing.Point(386, 259); - this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(100, 32); - this.btnCancel.StyleController = this.dataLayoutControl1; - this.btnCancel.TabIndex = 8; - this.btnCancel.Text = "鍙栨秷"; + btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; + btnCancel.Appearance.Options.UseBackColor = true; + btnCancel.DialogResult = DialogResult.Cancel; + btnCancel.Location = new Point(270, 159); + btnCancel.Name = "btnCancel"; + btnCancel.Size = new Size(67, 22); + btnCancel.StyleController = dataLayoutControl1; + btnCancel.TabIndex = 8; + btnCancel.Text = "鍙栨秷"; // // NameTextEdit // - this.NameTextEdit.Location = new System.Drawing.Point(135, 12); - this.NameTextEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.NameTextEdit.Name = "NameTextEdit"; - this.NameTextEdit.Size = new System.Drawing.Size(351, 28); - this.NameTextEdit.StyleController = this.dataLayoutControl1; - this.NameTextEdit.TabIndex = 0; + NameTextEdit.Location = new Point(99, 12); + NameTextEdit.Name = "NameTextEdit"; + NameTextEdit.Size = new Size(238, 20); + NameTextEdit.StyleController = dataLayoutControl1; + NameTextEdit.TabIndex = 0; // // DescriptionTextEdit // - this.DescriptionTextEdit.Location = new System.Drawing.Point(135, 172); - this.DescriptionTextEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.DescriptionTextEdit.Name = "DescriptionTextEdit"; - this.DescriptionTextEdit.Size = new System.Drawing.Size(351, 83); - this.DescriptionTextEdit.StyleController = this.dataLayoutControl1; - this.DescriptionTextEdit.TabIndex = 6; + DescriptionTextEdit.Location = new Point(99, 128); + DescriptionTextEdit.Name = "DescriptionTextEdit"; + DescriptionTextEdit.Size = new Size(238, 27); + DescriptionTextEdit.StyleController = dataLayoutControl1; + DescriptionTextEdit.TabIndex = 6; // // TagNameTextEdit // - this.TagNameTextEdit.Location = new System.Drawing.Point(135, 140); - this.TagNameTextEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.TagNameTextEdit.Name = "TagNameTextEdit"; - this.TagNameTextEdit.Size = new System.Drawing.Size(351, 28); - this.TagNameTextEdit.StyleController = this.dataLayoutControl1; - this.TagNameTextEdit.TabIndex = 4; + TagNameTextEdit.Location = new Point(99, 104); + TagNameTextEdit.Name = "TagNameTextEdit"; + TagNameTextEdit.Size = new Size(238, 20); + TagNameTextEdit.StyleController = dataLayoutControl1; + TagNameTextEdit.TabIndex = 4; // // TypeImageComboBoxEdit // - this.TypeImageComboBoxEdit.Location = new System.Drawing.Point(135, 44); - this.TypeImageComboBoxEdit.Name = "TypeImageComboBoxEdit"; - this.TypeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.TypeImageComboBoxEdit.Size = new System.Drawing.Size(351, 28); - this.TypeImageComboBoxEdit.StyleController = this.dataLayoutControl1; - this.TypeImageComboBoxEdit.TabIndex = 10; - // - // Root - // - this.Root.AppearanceItemCaption.Options.UseTextOptions = true; - this.Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; - this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; - this.Root.GroupBordersVisible = false; - this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { - this.layoutControlGroup1}); - this.Root.Name = "Root"; - this.Root.Size = new System.Drawing.Size(498, 303); - this.Root.TextVisible = false; - // - // layoutControlGroup1 - // - this.layoutControlGroup1.AllowDrawBackground = false; - this.layoutControlGroup1.GroupBordersVisible = false; - this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { - this.ItemForName, - this.ItemForDescription, - this.layoutControlItem1, - this.layoutControlItem2, - this.emptySpaceItem1, - this.ItemForTagName, - this.layoutControlItem3, - this.layoutControlItem4, - this.layoutControlItem5}); - this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); - this.layoutControlGroup1.Name = "autoGeneratedGroup0"; - this.layoutControlGroup1.Size = new System.Drawing.Size(478, 283); - // - // ItemForName - // - this.ItemForName.AllowHtmlStringInCaption = true; - this.ItemForName.Control = this.NameTextEdit; - this.ItemForName.Location = new System.Drawing.Point(0, 0); - this.ItemForName.Name = "ItemForName"; - this.ItemForName.Size = new System.Drawing.Size(478, 32); - this.ItemForName.Text = "<color=red>*</color>鍚嶇О:"; - this.ItemForName.TextSize = new System.Drawing.Size(111, 22); - // - // ItemForDescription - // - this.ItemForDescription.Control = this.DescriptionTextEdit; - this.ItemForDescription.Location = new System.Drawing.Point(0, 160); - this.ItemForDescription.Name = "ItemForDescription"; - this.ItemForDescription.Size = new System.Drawing.Size(478, 87); - this.ItemForDescription.Text = "璇存槑:"; - this.ItemForDescription.TextSize = new System.Drawing.Size(111, 22); - // - // layoutControlItem1 - // - this.layoutControlItem1.Control = this.btnCancel; - this.layoutControlItem1.Location = new System.Drawing.Point(374, 247); - this.layoutControlItem1.Name = "layoutControlItem1"; - this.layoutControlItem1.Size = new System.Drawing.Size(104, 36); - this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem1.TextVisible = false; - // - // layoutControlItem2 - // - this.layoutControlItem2.Control = this.btnOk; - this.layoutControlItem2.Location = new System.Drawing.Point(271, 247); - this.layoutControlItem2.Name = "layoutControlItem2"; - this.layoutControlItem2.Size = new System.Drawing.Size(103, 36); - this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem2.TextVisible = false; - // - // emptySpaceItem1 - // - this.emptySpaceItem1.AllowHotTrack = false; - this.emptySpaceItem1.Location = new System.Drawing.Point(0, 247); - this.emptySpaceItem1.Name = "emptySpaceItem1"; - this.emptySpaceItem1.Size = new System.Drawing.Size(271, 36); - this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); - // - // ItemForTagName - // - this.ItemForTagName.AppearanceItemCaption.Options.UseTextOptions = true; - this.ItemForTagName.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; - this.ItemForTagName.Control = this.TagNameTextEdit; - this.ItemForTagName.Location = new System.Drawing.Point(0, 128); - this.ItemForTagName.Name = "ItemForTagName"; - this.ItemForTagName.Size = new System.Drawing.Size(478, 32); - this.ItemForTagName.Text = "鏍囩鍚嶇О:"; - this.ItemForTagName.TextSize = new System.Drawing.Size(111, 22); - // - // layoutControlItem3 - // - this.layoutControlItem3.Control = this.selectFlagsPopupCtrl1; - this.layoutControlItem3.Location = new System.Drawing.Point(0, 96); - this.layoutControlItem3.MinSize = new System.Drawing.Size(95, 32); - this.layoutControlItem3.Name = "layoutControlItem3"; - this.layoutControlItem3.Size = new System.Drawing.Size(478, 32); - this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; - this.layoutControlItem3.Text = "鏍囩鍒楄〃:"; - this.layoutControlItem3.TextSize = new System.Drawing.Size(111, 22); - // - // layoutControlItem4 - // - this.layoutControlItem4.Control = this.TypeImageComboBoxEdit; - this.layoutControlItem4.Location = new System.Drawing.Point(0, 32); - this.layoutControlItem4.Name = "layoutControlItem4"; - this.layoutControlItem4.Size = new System.Drawing.Size(478, 32); - this.layoutControlItem4.Text = "绫诲瀷:"; - this.layoutControlItem4.TextSize = new System.Drawing.Size(111, 22); - // - // dxErrorProvider1 - // - this.dxErrorProvider1.ContainerControl = this; + TypeImageComboBoxEdit.Location = new Point(99, 36); + TypeImageComboBoxEdit.Margin = new Padding(2); + TypeImageComboBoxEdit.Name = "TypeImageComboBoxEdit"; + TypeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + TypeImageComboBoxEdit.Size = new Size(238, 20); + TypeImageComboBoxEdit.StyleController = dataLayoutControl1; + TypeImageComboBoxEdit.TabIndex = 10; // // ADCodeTextEdit // - this.ADCodeTextEdit.Location = new System.Drawing.Point(135, 76); - this.ADCodeTextEdit.Name = "ADCodeTextEdit"; - this.ADCodeTextEdit.Size = new System.Drawing.Size(351, 28); - this.ADCodeTextEdit.StyleController = this.dataLayoutControl1; - this.ADCodeTextEdit.TabIndex = 11; + ADCodeTextEdit.Location = new Point(99, 60); + ADCodeTextEdit.Margin = new Padding(2); + ADCodeTextEdit.Name = "ADCodeTextEdit"; + ADCodeTextEdit.Size = new Size(238, 20); + ADCodeTextEdit.StyleController = dataLayoutControl1; + ADCodeTextEdit.TabIndex = 11; + // + // Root + // + Root.AppearanceItemCaption.Options.UseTextOptions = true; + Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; + Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; + Root.GroupBordersVisible = false; + Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 }); + Root.Name = "Root"; + Root.Size = new Size(349, 193); + Root.TextVisible = false; + // + // layoutControlGroup1 + // + layoutControlGroup1.AllowDrawBackground = false; + layoutControlGroup1.GroupBordersVisible = false; + layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, ItemForDescription, layoutControlItem1, layoutControlItem2, emptySpaceItem1, ItemForTagName, layoutControlItem3, layoutControlItem4, layoutControlItem5 }); + layoutControlGroup1.Location = new Point(0, 0); + layoutControlGroup1.Name = "autoGeneratedGroup0"; + layoutControlGroup1.Size = new Size(329, 173); + // + // ItemForName + // + ItemForName.AllowHtmlStringInCaption = true; + ItemForName.Control = NameTextEdit; + ItemForName.Location = new Point(0, 0); + ItemForName.Name = "ItemForName"; + ItemForName.Size = new Size(329, 24); + ItemForName.Text = "<color=red>*</color>鍚嶇О:"; + ItemForName.TextSize = new Size(75, 14); + // + // ItemForDescription + // + ItemForDescription.Control = DescriptionTextEdit; + ItemForDescription.Location = new Point(0, 116); + ItemForDescription.Name = "ItemForDescription"; + ItemForDescription.Size = new Size(329, 31); + ItemForDescription.Text = "璇存槑:"; + ItemForDescription.TextSize = new Size(75, 14); + // + // layoutControlItem1 + // + layoutControlItem1.Control = btnCancel; + layoutControlItem1.Location = new Point(258, 147); + layoutControlItem1.Name = "layoutControlItem1"; + layoutControlItem1.Size = new Size(71, 26); + layoutControlItem1.TextSize = new Size(0, 0); + layoutControlItem1.TextVisible = false; + // + // layoutControlItem2 + // + layoutControlItem2.Control = btnOk; + layoutControlItem2.Location = new Point(187, 147); + layoutControlItem2.Name = "layoutControlItem2"; + layoutControlItem2.Size = new Size(71, 26); + layoutControlItem2.TextSize = new Size(0, 0); + layoutControlItem2.TextVisible = false; + // + // emptySpaceItem1 + // + emptySpaceItem1.AllowHotTrack = false; + emptySpaceItem1.Location = new Point(0, 147); + emptySpaceItem1.Name = "emptySpaceItem1"; + emptySpaceItem1.Size = new Size(187, 26); + emptySpaceItem1.TextSize = new Size(0, 0); + // + // ItemForTagName + // + ItemForTagName.AppearanceItemCaption.Options.UseTextOptions = true; + ItemForTagName.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; + ItemForTagName.Control = TagNameTextEdit; + ItemForTagName.Location = new Point(0, 92); + ItemForTagName.Name = "ItemForTagName"; + ItemForTagName.Size = new Size(329, 24); + ItemForTagName.Text = "鏍囩鍚嶇О:"; + ItemForTagName.TextSize = new Size(75, 14); + // + // layoutControlItem3 + // + layoutControlItem3.Control = selectFlagsPopupCtrl1; + layoutControlItem3.Location = new Point(0, 72); + layoutControlItem3.MinSize = new Size(66, 20); + layoutControlItem3.Name = "layoutControlItem3"; + layoutControlItem3.Size = new Size(329, 20); + layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; + layoutControlItem3.Text = "鏍囩鍒楄〃:"; + layoutControlItem3.TextSize = new Size(75, 14); + // + // layoutControlItem4 + // + layoutControlItem4.Control = TypeImageComboBoxEdit; + layoutControlItem4.Location = new Point(0, 24); + layoutControlItem4.Name = "layoutControlItem4"; + layoutControlItem4.Size = new Size(329, 24); + layoutControlItem4.Text = "绫诲瀷:"; + layoutControlItem4.TextSize = new Size(75, 14); // // layoutControlItem5 // - this.layoutControlItem5.Control = this.ADCodeTextEdit; - this.layoutControlItem5.Location = new System.Drawing.Point(0, 64); - this.layoutControlItem5.Name = "layoutControlItem5"; - this.layoutControlItem5.Size = new System.Drawing.Size(478, 32); - this.layoutControlItem5.Text = "鍩庡競缂栫爜(ad):"; - this.layoutControlItem5.TextSize = new System.Drawing.Size(111, 22); + layoutControlItem5.Control = ADCodeTextEdit; + layoutControlItem5.Location = new Point(0, 48); + layoutControlItem5.Name = "layoutControlItem5"; + layoutControlItem5.Size = new Size(329, 24); + layoutControlItem5.Text = "鍩庡競缂栫爜(ad):"; + layoutControlItem5.TextSize = new Size(75, 14); + // + // dxErrorProvider1 + // + dxErrorProvider1.ContainerControl = this; // // AddRegionDlg // - this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(498, 303); - this.Controls.Add(this.dataLayoutControl1); - this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.Name = "AddRegionDlg"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "娣诲姞"; - ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit(); - this.dataLayoutControl1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.DescriptionTextEdit.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.TagNameTextEdit.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.TypeImageComboBoxEdit.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ItemForName)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ItemForTagName)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ADCodeTextEdit.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); - this.ResumeLayout(false); - + AutoScaleDimensions = new SizeF(7F, 14F); + AutoScaleMode = AutoScaleMode.Font; + ClientSize = new Size(349, 193); + Controls.Add(dataLayoutControl1); + Name = "AddRegionDlg"; + StartPosition = FormStartPosition.CenterParent; + Text = "娣诲姞"; + ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit(); + dataLayoutControl1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)DescriptionTextEdit.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)TagNameTextEdit.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)TypeImageComboBoxEdit.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)ADCodeTextEdit.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)Root).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit(); + ((System.ComponentModel.ISupportInitialize)ItemForName).EndInit(); + ((System.ComponentModel.ISupportInitialize)ItemForDescription).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); + ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); + ((System.ComponentModel.ISupportInitialize)ItemForTagName).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); + ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); + ResumeLayout(false); } #endregion -- Gitblit v1.9.3