namespace Gs.DevApp.DevFrm.User { partial class SysMenuAdd { /// /// 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() { this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.txtStatus = new DevExpress.XtraEditors.ComboBoxEdit(); this.txtIdx = new System.Windows.Forms.NumericUpDown(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btnEsc = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.txtFormNamespace = new DevExpress.XtraEditors.MemoEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.txtMenuType = new DevExpress.XtraEditors.ComboBoxEdit(); this.txtMenuIco = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txtMenuName = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.panel1 = new System.Windows.Forms.Panel(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.txtParentMenuName = new DevExpress.XtraEditors.TreeListLookUpEdit(); this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList(); ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtIdx)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFormNamespace.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMenuType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMenuIco.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMenuName.Properties)).BeginInit(); this.panel1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtParentMenuName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit(); this.SuspendLayout(); // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(33, 273); this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(75, 18); this.labelControl7.TabIndex = 115; this.labelControl7.Text = "菜单状态:"; // // txtStatus // this.txtStatus.Location = new System.Drawing.Point(111, 269); this.txtStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtStatus.Name = "txtStatus"; this.txtStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtStatus.Properties.Items.AddRange(new object[] { "-请选择-", "正常", "禁用"}); this.txtStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txtStatus.Size = new System.Drawing.Size(297, 24); this.txtStatus.TabIndex = 114; // // txtIdx // this.txtIdx.Location = new System.Drawing.Point(111, 236); this.txtIdx.Name = "txtIdx"; this.txtIdx.Size = new System.Drawing.Size(120, 26); this.txtIdx.TabIndex = 113; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(30, 244); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(75, 18); this.labelControl1.TabIndex = 112; this.labelControl1.Text = "菜单排序:"; // // btnEsc // this.btnEsc.Location = new System.Drawing.Point(299, 342); this.btnEsc.Name = "btnEsc"; this.btnEsc.Size = new System.Drawing.Size(94, 29); this.btnEsc.TabIndex = 111; this.btnEsc.Text = "取消"; // // btnSave // this.btnSave.Location = new System.Drawing.Point(129, 343); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(94, 29); this.btnSave.TabIndex = 110; this.btnSave.Text = "保存"; // // labelControl12 // this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl12.Appearance.Options.UseForeColor = true; this.labelControl12.Location = new System.Drawing.Point(415, 121); this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(8, 18); this.labelControl12.TabIndex = 107; this.labelControl12.Text = "*"; // // labelControl10 // this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl10.Appearance.Options.UseForeColor = true; this.labelControl10.Location = new System.Drawing.Point(415, 92); this.labelControl10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(8, 18); this.labelControl10.TabIndex = 109; this.labelControl10.Text = "*"; // // labelControl9 // this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl9.Appearance.Options.UseForeColor = true; this.labelControl9.Location = new System.Drawing.Point(415, 57); this.labelControl9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(8, 18); this.labelControl9.TabIndex = 108; this.labelControl9.Text = "*"; // // labelControl8 // this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl8.Appearance.Options.UseForeColor = true; this.labelControl8.Location = new System.Drawing.Point(415, 14); this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(8, 18); this.labelControl8.TabIndex = 106; this.labelControl8.Text = "*"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(33, 155); this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(75, 18); this.labelControl6.TabIndex = 103; this.labelControl6.Text = "窗体类名:"; // // txtFormNamespace // this.txtFormNamespace.Location = new System.Drawing.Point(111, 152); this.txtFormNamespace.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtFormNamespace.Name = "txtFormNamespace"; this.txtFormNamespace.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtFormNamespace.Size = new System.Drawing.Size(297, 68); this.txtFormNamespace.TabIndex = 102; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(33, 121); this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(75, 18); this.labelControl5.TabIndex = 101; this.labelControl5.Text = "窗体类型:"; // // txtMenuType // this.txtMenuType.Location = new System.Drawing.Point(111, 117); this.txtMenuType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtMenuType.Name = "txtMenuType"; this.txtMenuType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtMenuType.Properties.Items.AddRange(new object[] { "-请选择-", "窗体类型", "按钮类型"}); this.txtMenuType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txtMenuType.Size = new System.Drawing.Size(297, 24); this.txtMenuType.TabIndex = 100; // // txtMenuIco // this.txtMenuIco.Location = new System.Drawing.Point(111, 83); this.txtMenuIco.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtMenuIco.Name = "txtMenuIco"; this.txtMenuIco.Size = new System.Drawing.Size(297, 24); this.txtMenuIco.TabIndex = 99; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(33, 87); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(75, 18); this.labelControl4.TabIndex = 98; this.labelControl4.Text = "菜单图标:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(33, 17); this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(75, 18); this.labelControl3.TabIndex = 97; this.labelControl3.Text = "父级菜单:"; // // txtMenuName // this.txtMenuName.Location = new System.Drawing.Point(111, 48); this.txtMenuName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtMenuName.Name = "txtMenuName"; this.txtMenuName.Size = new System.Drawing.Size(297, 24); this.txtMenuName.TabIndex = 95; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(33, 52); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(75, 18); this.labelControl2.TabIndex = 94; this.labelControl2.Text = "菜单名称:"; // // panel1 // this.panel1.Controls.Add(this.txtParentMenuName); this.panel1.Controls.Add(this.labelControl7); this.panel1.Controls.Add(this.txtStatus); this.panel1.Controls.Add(this.txtIdx); this.panel1.Controls.Add(this.labelControl1); this.panel1.Controls.Add(this.btnEsc); this.panel1.Controls.Add(this.btnSave); this.panel1.Controls.Add(this.labelControl12); this.panel1.Controls.Add(this.labelControl10); this.panel1.Controls.Add(this.labelControl9); this.panel1.Controls.Add(this.labelControl8); this.panel1.Controls.Add(this.labelControl6); this.panel1.Controls.Add(this.txtFormNamespace); this.panel1.Controls.Add(this.labelControl5); this.panel1.Controls.Add(this.txtMenuType); this.panel1.Controls.Add(this.txtMenuIco); this.panel1.Controls.Add(this.labelControl4); this.panel1.Controls.Add(this.labelControl3); this.panel1.Controls.Add(this.txtMenuName); this.panel1.Controls.Add(this.labelControl2); this.panel1.Location = new System.Drawing.Point(57, 6); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(480, 425); this.panel1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.panel1); this.tabPage1.Location = new System.Drawing.Point(4, 27); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(707, 484); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(715, 515); this.tabControl1.TabIndex = 1; // // txtParentMenuName // this.txtParentMenuName.Location = new System.Drawing.Point(114, 11); this.txtParentMenuName.Name = "txtParentMenuName"; this.txtParentMenuName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtParentMenuName.Properties.TreeList = this.treeListLookUpEdit1TreeList; this.txtParentMenuName.Size = new System.Drawing.Size(294, 24); this.txtParentMenuName.TabIndex = 116; // // treeListLookUpEdit1TreeList // this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0); this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList"; this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true; this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200); this.treeListLookUpEdit1TreeList.TabIndex = 0; // // SysMenuAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(715, 515); this.Controls.Add(this.tabControl1); this.Name = "SysMenuAdd"; this.Text = "SysMenuAdd"; ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtIdx)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFormNamespace.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMenuType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMenuIco.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMenuName.Properties)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.tabPage1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtParentMenuName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.ComboBoxEdit txtStatus; private System.Windows.Forms.NumericUpDown txtIdx; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton btnEsc; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.LabelControl labelControl12; private DevExpress.XtraEditors.LabelControl labelControl10; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.MemoEdit txtFormNamespace; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.ComboBoxEdit txtMenuType; private DevExpress.XtraEditors.TextEdit txtMenuIco; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit txtMenuName; private DevExpress.XtraEditors.LabelControl labelControl2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabControl tabControl1; private DevExpress.XtraEditors.TreeListLookUpEdit txtParentMenuName; private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList; } }