From 25901fce975c288864cc2bcff7f4156463fbf2f8 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 04 十一月 2024 18:35:17 +0800 Subject: [PATCH] iqc --- DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 48 +++++++++++++++++++++++++----------------------- 1 files changed, 25 insertions(+), 23 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs index a7f0c36..4a73d17 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs @@ -34,7 +34,6 @@ this.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer(); this.tab = new DevExpress.XtraTab.XtraTabControl(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); - this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.tooLoading = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel(); @@ -52,6 +51,7 @@ this.barAbout = new DevExpress.XtraBars.BarSubItem(); this.barUs = new DevExpress.XtraBars.BarButtonItem(); this.barHelp = new DevExpress.XtraBars.BarButtonItem(); + this.barEasy = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem(); this.barHeaderItem1 = new DevExpress.XtraBars.BarHeaderItem(); this.barLargeButtonItem1 = new DevExpress.XtraBars.BarLargeButtonItem(); @@ -72,9 +72,9 @@ this.barHeaderItem2 = new DevExpress.XtraBars.BarHeaderItem(); this.barListItem4 = new DevExpress.XtraBars.BarListItem(); this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem(); + this.barSubItem4 = new DevExpress.XtraBars.BarSubItem(); 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(); ((System.ComponentModel.ISupportInitialize)(this.tab)).BeginInit(); this.statusStrip1.SuspendLayout(); @@ -108,7 +108,6 @@ // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.toolStripStatusLabel1, this.tooLoading, this.toolStripStatusLabel4, this.toolStripStatusLabel3, @@ -120,12 +119,6 @@ this.statusStrip1.Size = new System.Drawing.Size(806, 26); this.statusStrip1.TabIndex = 5; this.statusStrip1.Text = "statusStrip1"; - // - // toolStripStatusLabel1 - // - this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; - this.toolStripStatusLabel1.Size = new System.Drawing.Size(17, 20); - this.toolStripStatusLabel1.Text = " "; // // tooLoading // @@ -198,7 +191,9 @@ this.barMsg, this.barHeaderItem2, this.barListItem4, - this.barButtonItem5}); + this.barButtonItem5, + this.barSubItem4, + this.barEasy}); this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0); this.fluentDesignFormControl1.Manager = this.fluentFormDefaultManager1; this.fluentDesignFormControl1.Name = "fluentDesignFormControl1"; @@ -271,7 +266,8 @@ this.barAbout.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barAbout.ImageOptions.LargeImage"))); this.barAbout.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.barUs), - new DevExpress.XtraBars.LinkPersistInfo(this.barHelp)}); + new DevExpress.XtraBars.LinkPersistInfo(this.barHelp), + new DevExpress.XtraBars.LinkPersistInfo(this.barEasy)}); this.barAbout.Name = "barAbout"; this.barAbout.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; // @@ -286,6 +282,12 @@ this.barHelp.Caption = "鍦ㄧ嚎甯姪"; this.barHelp.Id = 9; this.barHelp.Name = "barHelp"; + // + // barEasy + // + this.barEasy.Caption = "EasyCode"; + this.barEasy.Id = 33; + this.barEasy.Name = "barEasy"; // // barButtonItem7 // @@ -420,9 +422,14 @@ this.barButtonItem5.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.ImageOptions.LargeImage"))); this.barButtonItem5.Name = "barButtonItem5"; // + // barSubItem4 + // + this.barSubItem4.Caption = "barSubItem4"; + this.barSubItem4.Id = 32; + this.barSubItem4.Name = "barSubItem4"; + // // fluentFormDefaultManager1 // - this.fluentFormDefaultManager1.DockingEnabled = false; this.fluentFormDefaultManager1.Form = this; this.fluentFormDefaultManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barButtonItem1, @@ -454,25 +461,20 @@ this.barMsg, this.barHeaderItem2, this.barListItem4, - this.barButtonItem5}); - this.fluentFormDefaultManager1.MaxItemId = 32; + this.barButtonItem5, + this.barSubItem4, + this.barEasy}); + this.fluentFormDefaultManager1.MaxItemId = 34; // // 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 // @@ -542,9 +544,9 @@ private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3; private System.Windows.Forms.ToolStripStatusLabel toolTime; private System.Windows.Forms.ToolStripStatusLabel tooLoading; - private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5; - private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement1; + private DevExpress.XtraBars.BarButtonItem barEasy; + private DevExpress.XtraBars.BarSubItem barSubItem4; } } \ No newline at end of file -- Gitblit v1.9.3