From 01738c21cdb08fee76aa53ff870a38a00b4f5df4 Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期五, 13 九月 2024 12:01:18 +0800 Subject: [PATCH] 基础资料 --- DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 37 ++++++++++++++----------------------- 1 files changed, 14 insertions(+), 23 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs index ae497d5..61956b6 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs @@ -32,6 +32,7 @@ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain)); 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(); @@ -40,7 +41,6 @@ this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolTime = new System.Windows.Forms.ToolStripStatusLabel(); - this.tab = new DevExpress.XtraTab.XtraTabControl(); this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem(); @@ -74,10 +74,9 @@ 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(); + this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fluentFormDefaultManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.acrd)).BeginInit(); @@ -92,6 +91,17 @@ this.fluentDesignFormContainer1.Name = "fluentDesignFormContainer1"; this.fluentDesignFormContainer1.Size = new System.Drawing.Size(806, 727); this.fluentDesignFormContainer1.TabIndex = 0; + // + // 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); + this.tab.Name = "tab"; + this.tab.Size = new System.Drawing.Size(806, 701); + this.tab.TabIndex = 4; // // statusStrip1 // @@ -153,17 +163,6 @@ this.toolTime.Name = "toolTime"; this.toolTime.Size = new System.Drawing.Size(89, 20); this.toolTime.Text = "鐧诲綍鏃堕棿"; - // - // 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); - this.tab.Name = "tab"; - this.tab.Size = new System.Drawing.Size(806, 701); - this.tab.TabIndex = 4; // // fluentDesignFormControl1 // @@ -460,19 +459,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 // @@ -490,9 +482,9 @@ this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.fluentDesignFormContainer1.ResumeLayout(false); this.fluentDesignFormContainer1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.tab)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.tab)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fluentFormDefaultManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.acrd)).EndInit(); @@ -544,6 +536,5 @@ private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5; - private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement1; } } \ No newline at end of file -- Gitblit v1.9.3