lu
2025-04-03 a9e7dd0920d8d57dc5e3831a8a01a4b81457fb1c
DevApp/Gs.DevApp/DevFrm/Sys/SysMenu.Designer.cs
@@ -29,7 +29,7 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu();
            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.tlMenu = new DevExpress.XtraTreeList.TreeList();
@@ -37,11 +37,12 @@
            this.tlcMenuName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tlcMenuCaption = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tlcActions = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tlcParentMenuName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tlcMenuType = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.txt_isStatus = new System.Windows.Forms.CheckBox();
            this.txt_icon = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.label2 = new System.Windows.Forms.Label();
            this.txt_formPath = new DevExpress.XtraEditors.ComboBoxEdit();
            this.label3 = new System.Windows.Forms.Label();
@@ -49,12 +50,10 @@
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.lbGuid = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.txt_upGuid = new DevExpress.XtraEditors.TreeListLookUpEdit();
            this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
            this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.txt_isStatus = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txt_idx = new System.Windows.Forms.NumericUpDown();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
@@ -62,7 +61,6 @@
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.txt_category = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txt_icon = new DevExpress.XtraEditors.TextEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
@@ -73,24 +71,29 @@
            ((System.ComponentModel.ISupportInitialize)(this.tlMenu)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_icon.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_formPath.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_upGuid.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_idx)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_category.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_icon.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // toolBarMenu1
            // 
            this.toolBarMenu1.chkParameter = null;
            this.toolBarMenu1.currentAction = null;
            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
            this.toolBarMenu1.guidKey = null;
            this.toolBarMenu1.isSetBtn = false;
            this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
            this.toolBarMenu1.Name = "toolBarMenu1";
            this.toolBarMenu1.Size = new System.Drawing.Size(1107, 80);
            this.toolBarMenu1.rptParameter = null;
            this.toolBarMenu1.Size = new System.Drawing.Size(1084, 80);
            this.toolBarMenu1.TabIndex = 0;
            this.toolBarMenu1.xlsInService = null;
            this.toolBarMenu1.xlsOutParameter = null;
            // 
            // xtraTabControl1
            // 
@@ -98,7 +101,7 @@
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(1107, 507);
            this.xtraTabControl1.Size = new System.Drawing.Size(1084, 662);
            this.xtraTabControl1.TabIndex = 4;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
@@ -108,31 +111,29 @@
            // 
            this.xtraTabPage1.Controls.Add(this.tlMenu);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(1105, 475);
            this.xtraTabPage1.Text = "数据查询";
            this.xtraTabPage1.Size = new System.Drawing.Size(1082, 630);
            this.xtraTabPage1.Text = "数据列表";
            // 
            // tlMenu
            // 
            this.tlMenu.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.tlMenu.Appearance.Row.Options.UseFont = true;
            this.tlMenu.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.tlcModuleID,
            this.tlcMenuName,
            this.tlcMenuCaption,
            this.tlcActions,
            this.treeListColumn1,
            this.tlcParentMenuName,
            this.tlcMenuType});
            this.tlMenu.Cursor = System.Windows.Forms.Cursors.Default;
            this.tlMenu.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tlMenu.Font = new System.Drawing.Font("Tahoma", 9F);
            this.tlMenu.Location = new System.Drawing.Point(0, 0);
            this.tlMenu.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tlMenu.MinWidth = 23;
            this.tlMenu.Name = "tlMenu";
            this.tlMenu.OptionsBehavior.Editable = false;
            this.tlMenu.OptionsView.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid;
            this.tlMenu.Size = new System.Drawing.Size(1105, 475);
            this.tlMenu.Size = new System.Drawing.Size(1082, 630);
            this.tlMenu.TabIndex = 3;
            this.tlMenu.TreeLevelWidth = 21;
            // 
@@ -143,7 +144,7 @@
            this.tlcModuleID.MinWidth = 23;
            this.tlcModuleID.Name = "tlcModuleID";
            this.tlcModuleID.Visible = true;
            this.tlcModuleID.VisibleIndex = 5;
            this.tlcModuleID.VisibleIndex = 0;
            this.tlcModuleID.Width = 103;
            // 
            // tlcMenuName
@@ -153,46 +154,37 @@
            this.tlcMenuName.MinWidth = 38;
            this.tlcMenuName.Name = "tlcMenuName";
            this.tlcMenuName.Visible = true;
            this.tlcMenuName.VisibleIndex = 0;
            this.tlcMenuName.VisibleIndex = 1;
            this.tlcMenuName.Width = 215;
            // 
            // tlcMenuCaption
            // 
            this.tlcMenuCaption.Caption = "窗体路径";
            this.tlcMenuCaption.Caption = "菜单路径";
            this.tlcMenuCaption.FieldName = "formPath";
            this.tlcMenuCaption.MinWidth = 23;
            this.tlcMenuCaption.Name = "tlcMenuCaption";
            this.tlcMenuCaption.Visible = true;
            this.tlcMenuCaption.VisibleIndex = 3;
            this.tlcMenuCaption.VisibleIndex = 2;
            this.tlcMenuCaption.Width = 139;
            // 
            // tlcActions
            // 
            this.tlcActions.Caption = "窗体类型";
            this.tlcActions.FieldName = "categoryTxt";
            this.tlcActions.Caption = "菜单类型";
            this.tlcActions.FieldName = "category";
            this.tlcActions.MinWidth = 23;
            this.tlcActions.Name = "tlcActions";
            this.tlcActions.Visible = true;
            this.tlcActions.VisibleIndex = 6;
            this.tlcActions.VisibleIndex = 3;
            this.tlcActions.Width = 50;
            //
            // treeListColumn1
            //
            this.treeListColumn1.Caption = "窗体图标";
            this.treeListColumn1.FieldName = "icon";
            this.treeListColumn1.Name = "treeListColumn1";
            this.treeListColumn1.Visible = true;
            this.treeListColumn1.VisibleIndex = 4;
            this.treeListColumn1.Width = 104;
            // 
            // tlcParentMenuName
            // 
            this.tlcParentMenuName.Caption = "状态";
            this.tlcParentMenuName.FieldName = "isStatusTxt";
            this.tlcParentMenuName.FieldName = "isStatus";
            this.tlcParentMenuName.MinWidth = 23;
            this.tlcParentMenuName.Name = "tlcParentMenuName";
            this.tlcParentMenuName.Visible = true;
            this.tlcParentMenuName.VisibleIndex = 2;
            this.tlcParentMenuName.VisibleIndex = 4;
            this.tlcParentMenuName.Width = 64;
            // 
            // tlcMenuType
@@ -202,20 +194,21 @@
            this.tlcMenuType.MinWidth = 23;
            this.tlcMenuType.Name = "tlcMenuType";
            this.tlcMenuType.Visible = true;
            this.tlcMenuType.VisibleIndex = 1;
            this.tlcMenuType.VisibleIndex = 5;
            this.tlcMenuType.Width = 50;
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.panel1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.PageEnabled = false;
            this.xtraTabPage2.Size = new System.Drawing.Size(1105, 475);
            this.xtraTabPage2.Text = "数据编辑";
            this.xtraTabPage2.Size = new System.Drawing.Size(1082, 630);
            this.xtraTabPage2.Text = "数据详细";
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.txt_isStatus);
            this.panel1.Controls.Add(this.txt_icon);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.txt_formPath);
            this.panel1.Controls.Add(this.label3);
@@ -223,10 +216,8 @@
            this.panel1.Controls.Add(this.labelControl11);
            this.panel1.Controls.Add(this.lbGuid);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.labelControl8);
            this.panel1.Controls.Add(this.txt_upGuid);
            this.panel1.Controls.Add(this.labelControl7);
            this.panel1.Controls.Add(this.txt_isStatus);
            this.panel1.Controls.Add(this.txt_idx);
            this.panel1.Controls.Add(this.labelControl1);
            this.panel1.Controls.Add(this.labelControl12);
@@ -234,30 +225,51 @@
            this.panel1.Controls.Add(this.labelControl6);
            this.panel1.Controls.Add(this.labelControl5);
            this.panel1.Controls.Add(this.txt_category);
            this.panel1.Controls.Add(this.txt_icon);
            this.panel1.Controls.Add(this.labelControl4);
            this.panel1.Controls.Add(this.labelControl3);
            this.panel1.Controls.Add(this.labelControl2);
            this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.panel1.Location = new System.Drawing.Point(29, 34);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(679, 411);
            this.panel1.Size = new System.Drawing.Size(679, 337);
            this.panel1.TabIndex = 2;
            //
            // txt_isStatus
            //
            this.txt_isStatus.AutoSize = true;
            this.txt_isStatus.Checked = true;
            this.txt_isStatus.CheckState = System.Windows.Forms.CheckState.Checked;
            this.txt_isStatus.Location = new System.Drawing.Point(111, 205);
            this.txt_isStatus.Name = "txt_isStatus";
            this.txt_isStatus.Size = new System.Drawing.Size(18, 17);
            this.txt_isStatus.TabIndex = 137;
            this.txt_isStatus.UseVisualStyleBackColor = true;
            //
            // txt_icon
            //
            this.txt_icon.Location = new System.Drawing.Point(111, 121);
            this.txt_icon.Name = "txt_icon";
            this.txt_icon.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_icon.Properties.ContextImageOptions.SvgImageSize = new System.Drawing.Size(50, 50);
            this.txt_icon.Properties.DropDownRows = 30;
            this.txt_icon.Size = new System.Drawing.Size(297, 24);
            this.txt_icon.TabIndex = 136;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(429, 163);
            this.label2.Location = new System.Drawing.Point(429, 161);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(197, 21);
            this.label2.Size = new System.Drawing.Size(177, 21);
            this.label2.TabIndex = 135;
            this.label2.Text = "(建议从下拉框中选择)";
            this.label2.Text = "(建议从下拉框中选择)";
            // 
            // txt_formPath
            // 
            this.txt_formPath.Location = new System.Drawing.Point(111, 160);
            this.txt_formPath.Location = new System.Drawing.Point(111, 157);
            this.txt_formPath.Name = "txt_formPath";
            this.txt_formPath.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_formPath.Properties.Appearance.Options.UseFont = true;
            this.txt_formPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -268,17 +280,17 @@
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(429, 87);
            this.label3.Location = new System.Drawing.Point(428, 87);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(248, 21);
            this.label3.Size = new System.Drawing.Size(228, 21);
            this.label3.TabIndex = 132;
            this.label3.Text = "(按钮类型请从下拉框中选择)";
            this.label3.Text = "(按钮类型请从下拉框中选择)";
            // 
            // txt_name
            // 
            this.txt_name.Location = new System.Drawing.Point(111, 83);
            this.txt_name.Name = "txt_name";
            this.txt_name.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_name.Properties.Appearance.Options.UseFont = true;
            this.txt_name.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -288,47 +300,38 @@
            // 
            // labelControl11
            // 
            this.labelControl11.Location = new System.Drawing.Point(13, 319);
            this.labelControl11.Location = new System.Drawing.Point(13, 299);
            this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(45, 18);
            this.labelControl11.TabIndex = 131;
            this.labelControl11.Text = "主键:";
            this.labelControl11.Visible = false;
            // 
            // lbGuid
            // 
            this.lbGuid.AutoSize = true;
            this.lbGuid.Location = new System.Drawing.Point(111, 319);
            this.lbGuid.Location = new System.Drawing.Point(111, 299);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(0, 21);
            this.lbGuid.TabIndex = 1;
            this.lbGuid.Visible = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(412, 15);
            this.label1.Location = new System.Drawing.Point(416, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(163, 21);
            this.label1.TabIndex = 118;
            this.label1.Text = "(空将为一级菜单)";
            //
            // labelControl8
            //
            this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red;
            this.labelControl8.Appearance.Options.UseForeColor = true;
            this.labelControl8.Location = new System.Drawing.Point(418, 211);
            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 = 117;
            this.labelControl8.Text = "*";
            // 
            // txt_upGuid
            // 
            this.txt_upGuid.EditValue = "";
            this.txt_upGuid.Location = new System.Drawing.Point(111, 11);
            this.txt_upGuid.Name = "txt_upGuid";
            this.txt_upGuid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_upGuid.Properties.Appearance.Options.UseFont = true;
            this.txt_upGuid.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -360,35 +363,18 @@
            // 
            // labelControl7
            // 
            this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl7.Appearance.Options.UseFont = true;
            this.labelControl7.Location = new System.Drawing.Point(13, 209);
            this.labelControl7.Location = new System.Drawing.Point(13, 203);
            this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(85, 21);
            this.labelControl7.TabIndex = 115;
            this.labelControl7.Text = "菜单状态:";
            //
            // txt_isStatus
            //
            this.txt_isStatus.Location = new System.Drawing.Point(111, 208);
            this.txt_isStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txt_isStatus.Name = "txt_isStatus";
            this.txt_isStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_isStatus.Properties.Appearance.Options.UseFont = true;
            this.txt_isStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_isStatus.Properties.Items.AddRange(new object[] {
            "-请选择-",
            "正常",
            "禁用"});
            this.txt_isStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txt_isStatus.Size = new System.Drawing.Size(297, 28);
            this.txt_isStatus.TabIndex = 114;
            this.labelControl7.Text = "是否启用:";
            // 
            // txt_idx
            // 
            this.txt_idx.Location = new System.Drawing.Point(111, 244);
            this.txt_idx.Location = new System.Drawing.Point(111, 239);
            this.txt_idx.Name = "txt_idx";
            this.txt_idx.Size = new System.Drawing.Size(297, 28);
            this.txt_idx.TabIndex = 113;
@@ -400,9 +386,9 @@
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl1.Appearance.Options.UseFont = true;
            this.labelControl1.Location = new System.Drawing.Point(13, 252);
            this.labelControl1.Location = new System.Drawing.Point(13, 243);
            this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(85, 21);
@@ -433,18 +419,18 @@
            // 
            // labelControl6
            // 
            this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl6.Appearance.Options.UseFont = true;
            this.labelControl6.Location = new System.Drawing.Point(13, 161);
            this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(85, 21);
            this.labelControl6.TabIndex = 103;
            this.labelControl6.Text = "窗体类名:";
            this.labelControl6.Text = "菜单类名:";
            // 
            // labelControl5
            // 
            this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl5.Appearance.Options.UseFont = true;
            this.labelControl5.Location = new System.Drawing.Point(13, 49);
            this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -459,7 +445,7 @@
            this.txt_category.Location = new System.Drawing.Point(111, 47);
            this.txt_category.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txt_category.Name = "txt_category";
            this.txt_category.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_category.Properties.Appearance.Options.UseFont = true;
            this.txt_category.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -471,21 +457,11 @@
            this.txt_category.Size = new System.Drawing.Size(297, 28);
            this.txt_category.TabIndex = 100;
            // 
            // txt_icon
            //
            this.txt_icon.Location = new System.Drawing.Point(111, 119);
            this.txt_icon.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txt_icon.Name = "txt_icon";
            this.txt_icon.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_icon.Properties.Appearance.Options.UseFont = true;
            this.txt_icon.Size = new System.Drawing.Size(297, 28);
            this.txt_icon.TabIndex = 99;
            //
            // labelControl4
            // 
            this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl4.Appearance.Options.UseFont = true;
            this.labelControl4.Location = new System.Drawing.Point(13, 119);
            this.labelControl4.Location = new System.Drawing.Point(13, 123);
            this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(85, 21);
@@ -494,7 +470,7 @@
            // 
            // labelControl3
            // 
            this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl3.Appearance.Options.UseFont = true;
            this.labelControl3.Location = new System.Drawing.Point(13, 17);
            this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -505,7 +481,7 @@
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl2.Appearance.Options.UseFont = true;
            this.labelControl2.Location = new System.Drawing.Point(13, 84);
            this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -526,11 +502,15 @@
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1107, 587);
            this.ClientSize = new System.Drawing.Size(1084, 742);
            this.Controls.Add(this.xtraTabControl1);
            this.Controls.Add(this.toolBarMenu1);
            this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SysMenu";
            this.Text = "SysMenu";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "功能菜单";
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
@@ -538,21 +518,20 @@
            this.xtraTabPage2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_icon.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_formPath.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_upGuid.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_idx)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_category.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_icon.Properties)).EndInit();
            this.ResumeLayout(false);
        }
        #endregion
        private UserControl.ToolBarMenu toolBarMenu1;
        private UserControl.UcToolBarMenu toolBarMenu1;
        private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
@@ -560,12 +539,10 @@
        private DevExpress.XtraEditors.LabelControl labelControl11;
        private System.Windows.Forms.Label lbGuid;
        private System.Windows.Forms.Label label1;
        private DevExpress.XtraEditors.LabelControl labelControl8;
        private DevExpress.XtraEditors.TreeListLookUpEdit txt_upGuid;
        private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
        private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn2;
        private DevExpress.XtraEditors.LabelControl labelControl7;
        private DevExpress.XtraEditors.ComboBoxEdit txt_isStatus;
        private System.Windows.Forms.NumericUpDown txt_idx;
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private DevExpress.XtraEditors.LabelControl labelControl12;
@@ -573,7 +550,6 @@
        private DevExpress.XtraEditors.LabelControl labelControl6;
        private DevExpress.XtraEditors.LabelControl labelControl5;
        private DevExpress.XtraEditors.ComboBoxEdit txt_category;
        private DevExpress.XtraEditors.TextEdit txt_icon;
        private DevExpress.XtraEditors.LabelControl labelControl4;
        private DevExpress.XtraEditors.LabelControl labelControl3;
        private DevExpress.XtraEditors.LabelControl labelControl2;
@@ -587,8 +563,9 @@
        private DevExpress.XtraTreeList.Columns.TreeListColumn tlcMenuName;
        private DevExpress.XtraTreeList.Columns.TreeListColumn tlcMenuCaption;
        private DevExpress.XtraTreeList.Columns.TreeListColumn tlcActions;
        private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
        private DevExpress.XtraTreeList.Columns.TreeListColumn tlcParentMenuName;
        private DevExpress.XtraTreeList.Columns.TreeListColumn tlcMenuType;
        private DevExpress.XtraEditors.ImageComboBoxEdit txt_icon;
        private System.Windows.Forms.CheckBox txt_isStatus;
    }
}