duheng
2024-04-15 154d4c352b9ab06a925451f1fdcea6afd1701e10
WinFrm/ISupply.WinFrm.Main/basic/BuildingType/AddBuildingTypeDlg.designer.cs
@@ -11,7 +11,7 @@
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        private IContainer components = null;
        /// <summary>
        /// Clean up any resources being used.
@@ -34,253 +34,236 @@
        /// </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.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.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
            ((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.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.dxErrorProvider1)).BeginInit();
            this.SuspendLayout();
            components = new Container();
            dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
            selectFlagsPopupCtrl1 = new SelectFlagsPopupCtrl();
            btnOk = new SimpleButton();
            btnCancel = new SimpleButton();
            NameTextEdit = new TextEdit();
            DescriptionTextEdit = new MemoEdit();
            TagNameTextEdit = new 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();
            dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
            ((ISupportInitialize)dataLayoutControl1).BeginInit();
            dataLayoutControl1.SuspendLayout();
            ((ISupportInitialize)NameTextEdit.Properties).BeginInit();
            ((ISupportInitialize)DescriptionTextEdit.Properties).BeginInit();
            ((ISupportInitialize)TagNameTextEdit.Properties).BeginInit();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutControlGroup1).BeginInit();
            ((ISupportInitialize)ItemForName).BeginInit();
            ((ISupportInitialize)ItemForDescription).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)layoutControlItem2).BeginInit();
            ((ISupportInitialize)emptySpaceItem1).BeginInit();
            ((ISupportInitialize)ItemForTagName).BeginInit();
            ((ISupportInitialize)layoutControlItem3).BeginInit();
            ((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.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, 253);
            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.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, 161);
            dataLayoutControl1.TabIndex = 0;
            dataLayoutControl1.Text = "dataLayoutControl1";
            // 
            // selectFlagsPopupCtrl1
            // 
            this.selectFlagsPopupCtrl1.Location = new System.Drawing.Point(102, 44);
            this.selectFlagsPopupCtrl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.selectFlagsPopupCtrl1.Name = "selectFlagsPopupCtrl1";
            this.selectFlagsPopupCtrl1.Size = new System.Drawing.Size(384, 28);
            this.selectFlagsPopupCtrl1.TabIndex = 9;
            selectFlagsPopupCtrl1.Location = new Point(68, 29);
            selectFlagsPopupCtrl1.Name = "selectFlagsPopupCtrl1";
            selectFlagsPopupCtrl1.Size = new Size(273, 18);
            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, 209);
            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(198, 132);
            btnOk.Name = "btnOk";
            btnOk.Size = new Size(70, 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, 209);
            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, 132);
            btnCancel.Name = "btnCancel";
            btnCancel.Size = new Size(71, 22);
            btnCancel.StyleController = dataLayoutControl1;
            btnCancel.TabIndex = 8;
            btnCancel.Text = "取消";
            // 
            // NameTextEdit
            // 
            this.NameTextEdit.Location = new System.Drawing.Point(102, 12);
            this.NameTextEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.NameTextEdit.Name = "NameTextEdit";
            this.NameTextEdit.Size = new System.Drawing.Size(384, 28);
            this.NameTextEdit.StyleController = this.dataLayoutControl1;
            this.NameTextEdit.TabIndex = 0;
            NameTextEdit.Location = new Point(68, 7);
            NameTextEdit.Name = "NameTextEdit";
            NameTextEdit.Size = new Size(273, 20);
            NameTextEdit.StyleController = dataLayoutControl1;
            NameTextEdit.TabIndex = 0;
            // 
            // DescriptionTextEdit
            // 
            this.DescriptionTextEdit.Location = new System.Drawing.Point(102, 108);
            this.DescriptionTextEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.DescriptionTextEdit.Name = "DescriptionTextEdit";
            this.DescriptionTextEdit.Size = new System.Drawing.Size(384, 97);
            this.DescriptionTextEdit.StyleController = this.dataLayoutControl1;
            this.DescriptionTextEdit.TabIndex = 6;
            DescriptionTextEdit.Location = new Point(68, 71);
            DescriptionTextEdit.Name = "DescriptionTextEdit";
            DescriptionTextEdit.Size = new Size(273, 59);
            DescriptionTextEdit.StyleController = dataLayoutControl1;
            DescriptionTextEdit.TabIndex = 6;
            // 
            // TagNameTextEdit
            // 
            this.TagNameTextEdit.Location = new System.Drawing.Point(102, 76);
            this.TagNameTextEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.TagNameTextEdit.Name = "TagNameTextEdit";
            this.TagNameTextEdit.Size = new System.Drawing.Size(384, 28);
            this.TagNameTextEdit.StyleController = this.dataLayoutControl1;
            this.TagNameTextEdit.TabIndex = 4;
            TagNameTextEdit.Location = new Point(68, 49);
            TagNameTextEdit.Name = "TagNameTextEdit";
            TagNameTextEdit.Size = new Size(273, 20);
            TagNameTextEdit.StyleController = dataLayoutControl1;
            TagNameTextEdit.TabIndex = 4;
            // 
            // 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, 253);
            this.Root.TextVisible = false;
            Root.AppearanceItemCaption.Options.UseTextOptions = true;
            Root.AppearanceItemCaption.TextOptions.HAlignment = HorzAlignment.Far;
            Root.EnableIndentsWithoutBorders = DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
            Root.Name = "Root";
            Root.Size = new Size(349, 161);
            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.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "autoGeneratedGroup0";
            this.layoutControlGroup1.Size = new System.Drawing.Size(478, 233);
            layoutControlGroup1.AllowDrawBackground = false;
            layoutControlGroup1.GroupBordersVisible = false;
            layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, ItemForDescription, layoutControlItem1, layoutControlItem2, emptySpaceItem1, ItemForTagName, layoutControlItem3 });
            layoutControlGroup1.Location = new Point(0, 0);
            layoutControlGroup1.Name = "autoGeneratedGroup0";
            layoutControlGroup1.Size = new Size(335, 149);
            // 
            // 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(78, 22);
            ItemForName.AllowHtmlStringInCaption = true;
            ItemForName.Control = NameTextEdit;
            ItemForName.Location = new Point(0, 0);
            ItemForName.Name = "ItemForName";
            ItemForName.Size = new Size(335, 22);
            ItemForName.Text = "<color=red>*</color>名称:";
            ItemForName.TextSize = new Size(52, 14);
            // 
            // ItemForDescription
            // 
            this.ItemForDescription.Control = this.DescriptionTextEdit;
            this.ItemForDescription.Location = new System.Drawing.Point(0, 96);
            this.ItemForDescription.Name = "ItemForDescription";
            this.ItemForDescription.Size = new System.Drawing.Size(478, 101);
            this.ItemForDescription.Text = "说明:";
            this.ItemForDescription.TextSize = new System.Drawing.Size(78, 22);
            ItemForDescription.Control = DescriptionTextEdit;
            ItemForDescription.Location = new Point(0, 64);
            ItemForDescription.Name = "ItemForDescription";
            ItemForDescription.Size = new Size(335, 61);
            ItemForDescription.Text = "说明:";
            ItemForDescription.TextSize = new Size(52, 14);
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.btnCancel;
            this.layoutControlItem1.Location = new System.Drawing.Point(374, 197);
            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;
            layoutControlItem1.Control = btnCancel;
            layoutControlItem1.Location = new Point(262, 125);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(73, 24);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.btnOk;
            this.layoutControlItem2.Location = new System.Drawing.Point(271, 197);
            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;
            layoutControlItem2.Control = btnOk;
            layoutControlItem2.Location = new Point(190, 125);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(72, 24);
            layoutControlItem2.TextSize = new Size(0, 0);
            layoutControlItem2.TextVisible = false;
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 197);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(271, 36);
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 125);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(190, 24);
            emptySpaceItem1.TextSize = new 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, 64);
            this.ItemForTagName.Name = "ItemForTagName";
            this.ItemForTagName.Size = new System.Drawing.Size(478, 32);
            this.ItemForTagName.Text = "标签名称:";
            this.ItemForTagName.TextSize = new System.Drawing.Size(78, 22);
            ItemForTagName.AppearanceItemCaption.Options.UseTextOptions = true;
            ItemForTagName.AppearanceItemCaption.TextOptions.HAlignment = HorzAlignment.Far;
            ItemForTagName.Control = TagNameTextEdit;
            ItemForTagName.Location = new Point(0, 42);
            ItemForTagName.Name = "ItemForTagName";
            ItemForTagName.Size = new Size(335, 22);
            ItemForTagName.Text = "标签名称:";
            ItemForTagName.TextSize = new Size(52, 14);
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.selectFlagsPopupCtrl1;
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 32);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(478, 32);
            this.layoutControlItem3.Text = "标签列表:";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(78, 22);
            layoutControlItem3.Control = selectFlagsPopupCtrl1;
            layoutControlItem3.Location = new Point(0, 22);
            layoutControlItem3.Name = "layoutControlItem3";
            layoutControlItem3.Size = new Size(335, 20);
            layoutControlItem3.Text = "标签列表:";
            layoutControlItem3.TextSize = new Size(52, 14);
            // 
            // dxErrorProvider1
            // 
            this.dxErrorProvider1.ContainerControl = this;
            dxErrorProvider1.ContainerControl = this;
            // 
            // AddBuildingTypeDlg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(498, 253);
            this.Controls.Add(this.dataLayoutControl1);
            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.Name = "AddBuildingTypeDlg";
            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.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.dxErrorProvider1)).EndInit();
            this.ResumeLayout(false);
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(349, 161);
            Controls.Add(dataLayoutControl1);
            Name = "AddBuildingTypeDlg";
            StartPosition = FormStartPosition.CenterParent;
            Text = "添加";
            ((ISupportInitialize)dataLayoutControl1).EndInit();
            dataLayoutControl1.ResumeLayout(false);
            ((ISupportInitialize)NameTextEdit.Properties).EndInit();
            ((ISupportInitialize)DescriptionTextEdit.Properties).EndInit();
            ((ISupportInitialize)TagNameTextEdit.Properties).EndInit();
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutControlGroup1).EndInit();
            ((ISupportInitialize)ItemForName).EndInit();
            ((ISupportInitialize)ItemForDescription).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)layoutControlItem2).EndInit();
            ((ISupportInitialize)emptySpaceItem1).EndInit();
            ((ISupportInitialize)ItemForTagName).EndInit();
            ((ISupportInitialize)layoutControlItem3).EndInit();
            ((ISupportInitialize)dxErrorProvider1).EndInit();
            ResumeLayout(false);
        }
        #endregion
        private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
        private DevExpress.XtraEditors.SimpleButton btnOk;
        private DevExpress.XtraEditors.SimpleButton btnCancel;
        private DevExpress.XtraEditors.TextEdit NameTextEdit;
        private DevExpress.XtraEditors.MemoEdit DescriptionTextEdit;
        private SimpleButton btnOk;
        private SimpleButton btnCancel;
        private TextEdit NameTextEdit;
        private MemoEdit DescriptionTextEdit;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
        private DevExpress.XtraLayout.LayoutControlItem ItemForName;
@@ -289,7 +272,7 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
        private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
        private DevExpress.XtraEditors.TextEdit TagNameTextEdit;
        private TextEdit TagNameTextEdit;
        private DevExpress.XtraLayout.LayoutControlItem ItemForTagName;
        private SelectFlagsPopupCtrl selectFlagsPopupCtrl1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;