namespace HStation.WinFrmUI.Organize { partial class EditMenuDlg { /// /// 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() { components = new System.ComponentModel.Container(); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); layoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); btnOk = new DevExpress.XtraEditors.SimpleButton(); btnCancel = new DevExpress.XtraEditors.SimpleButton(); NameTextEdit = new DevExpress.XtraEditors.TextEdit(); CodeTextEdit = new DevExpress.XtraEditors.TextEdit(); DescriptionMemoEdit = new DevExpress.XtraEditors.MemoEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); ItemForName = new DevExpress.XtraLayout.LayoutControlItem(); ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem(); ItemForCode = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)CodeTextEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)DescriptionMemoEdit.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)ItemForCode).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); SuspendLayout(); // // dxErrorProvider1 // dxErrorProvider1.ContainerControl = this; // // layoutControl1 // layoutControl1.Controls.Add(btnOk); layoutControl1.Controls.Add(btnCancel); layoutControl1.Controls.Add(NameTextEdit); layoutControl1.Controls.Add(CodeTextEdit); layoutControl1.Controls.Add(DescriptionMemoEdit); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Margin = new Padding(3, 2, 3, 2); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(760, 110, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(438, 273); layoutControl1.TabIndex = 1; layoutControl1.Text = "dataLayoutControl1"; // // btnOk // btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; btnOk.Appearance.Options.UseBackColor = true; btnOk.Location = new Point(257, 246); btnOk.Margin = new Padding(3, 2, 3, 2); btnOk.Name = "btnOk"; btnOk.Size = new Size(83, 19); btnOk.StyleController = layoutControl1; btnOk.TabIndex = 8; btnOk.Text = "确定"; btnOk.Click += btnOk_Click; // // btnCancel // btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; btnCancel.Appearance.Options.UseBackColor = true; btnCancel.DialogResult = DialogResult.Cancel; btnCancel.Location = new Point(344, 246); btnCancel.Margin = new Padding(3, 2, 3, 2); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(83, 19); btnCancel.StyleController = layoutControl1; btnCancel.TabIndex = 7; btnCancel.Text = "取消"; // // NameTextEdit // NameTextEdit.Location = new Point(56, 8); NameTextEdit.Margin = new Padding(3, 2, 3, 2); NameTextEdit.Name = "NameTextEdit"; NameTextEdit.Size = new Size(161, 20); NameTextEdit.StyleController = layoutControl1; NameTextEdit.TabIndex = 4; // // CodeTextEdit // CodeTextEdit.Location = new Point(266, 8); CodeTextEdit.Margin = new Padding(3, 2, 3, 2); CodeTextEdit.Name = "CodeTextEdit"; CodeTextEdit.Size = new Size(161, 20); CodeTextEdit.StyleController = layoutControl1; CodeTextEdit.TabIndex = 5; // // DescriptionMemoEdit // DescriptionMemoEdit.Location = new Point(56, 30); DescriptionMemoEdit.Margin = new Padding(3, 2, 3, 2); DescriptionMemoEdit.Name = "DescriptionMemoEdit"; DescriptionMemoEdit.Size = new Size(371, 214); DescriptionMemoEdit.StyleController = layoutControl1; DescriptionMemoEdit.TabIndex = 6; // // 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(438, 273); Root.TextVisible = false; // // layoutControlGroup1 // layoutControlGroup1.AllowDrawBackground = false; layoutControlGroup1.GroupBordersVisible = false; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, ItemForDescription, ItemForCode, layoutControlItem1, emptySpaceItem1, layoutControlItem2 }); layoutControlGroup1.Location = new Point(0, 0); layoutControlGroup1.Name = "autoGeneratedGroup0"; layoutControlGroup1.Size = new Size(420, 259); // // ItemForName // ItemForName.AllowHtmlStringInCaption = true; ItemForName.Control = NameTextEdit; ItemForName.Location = new Point(0, 0); ItemForName.Name = "ItemForName"; ItemForName.Size = new Size(210, 22); ItemForName.Text = "*名称:"; ItemForName.TextSize = new Size(35, 14); // // ItemForDescription // ItemForDescription.Control = DescriptionMemoEdit; ItemForDescription.Location = new Point(0, 22); ItemForDescription.Name = "ItemForDescription"; ItemForDescription.Size = new Size(420, 216); ItemForDescription.StartNewLine = true; ItemForDescription.Text = "备注:"; ItemForDescription.TextSize = new Size(35, 14); // // ItemForCode // ItemForCode.AllowHtmlStringInCaption = true; ItemForCode.Control = CodeTextEdit; ItemForCode.Location = new Point(210, 0); ItemForCode.Name = "ItemForCode"; ItemForCode.Size = new Size(210, 22); ItemForCode.Text = "*编码:"; ItemForCode.TextSize = new Size(35, 14); // // layoutControlItem1 // layoutControlItem1.Control = btnCancel; layoutControlItem1.Location = new Point(333, 238); layoutControlItem1.MaxSize = new Size(87, 21); layoutControlItem1.MinSize = new Size(87, 21); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(87, 21); layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(0, 238); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(246, 21); emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem2 // layoutControlItem2.Control = btnOk; layoutControlItem2.Location = new Point(246, 238); layoutControlItem2.MaxSize = new Size(87, 21); layoutControlItem2.MinSize = new Size(87, 21); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(87, 21); layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // EditMenuDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(438, 273); Controls.Add(layoutControl1); Margin = new Padding(3, 2, 3, 2); Name = "EditMenuDlg"; StartPosition = FormStartPosition.CenterParent; Text = "编辑菜单"; ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)CodeTextEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)DescriptionMemoEdit.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)ItemForCode).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DevExpress.XtraDataLayout.DataLayoutControl layoutControl1; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.TextEdit NameTextEdit; private DevExpress.XtraEditors.TextEdit CodeTextEdit; private DevExpress.XtraEditors.MemoEdit DescriptionMemoEdit; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem ItemForName; private DevExpress.XtraLayout.LayoutControlItem ItemForDescription; private DevExpress.XtraLayout.LayoutControlItem ItemForCode; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; } }