From 2ba8bd4b8e381e173e10d69396a744708b2f32e5 Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期五, 30 八月 2024 11:05:55 +0800 Subject: [PATCH] 用户管理 --- DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs index 910e9df..207b9d8 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs @@ -70,7 +70,6 @@ this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem(); this.fluentFormDefaultManager1 = new DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager(this.components); this.acrd = new DevExpress.XtraBars.Navigation.AccordionControl(); - this.accordionControlElement1 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.fluentDesignFormContainer1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tab)).BeginInit(); @@ -123,6 +122,8 @@ // // tab // + this.tab.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.tab.Appearance.Options.UseFont = true; this.tab.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeader; this.tab.Dock = System.Windows.Forms.DockStyle.Fill; this.tab.Location = new System.Drawing.Point(0, 0); @@ -425,19 +426,12 @@ // acrd // this.acrd.Dock = System.Windows.Forms.DockStyle.Left; - this.acrd.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { - this.accordionControlElement1}); this.acrd.Location = new System.Drawing.Point(0, 39); this.acrd.Name = "acrd"; this.acrd.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Touch; this.acrd.Size = new System.Drawing.Size(208, 727); this.acrd.TabIndex = 1; this.acrd.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu; - // - // accordionControlElement1 - // - this.accordionControlElement1.Name = "accordionControlElement1"; - this.accordionControlElement1.Text = "Element1"; // // FrmMain // @@ -505,6 +499,5 @@ private DevExpress.XtraBars.BarButtonItem barButtonItem5; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3; private System.Windows.Forms.ToolStripStatusLabel toolTime; - private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement1; } } \ No newline at end of file -- Gitblit v1.9.3