1
lu
2024-12-08 c47dadf9b621c36d84c6f0f2cac1fc5e08221858
DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
@@ -75,12 +75,16 @@
            this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
            this.fluentFormDefaultManager1 = new DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager(this.components);
            this.acrd = new DevExpress.XtraBars.Navigation.AccordionControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tabCloseCurrent = new System.Windows.Forms.ToolStripMenuItem();
            this.tabCloseAll = new System.Windows.Forms.ToolStripMenuItem();
            this.fluentDesignFormContainer1.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();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // fluentDesignFormContainer1
@@ -476,6 +480,29 @@
            this.acrd.TabIndex = 1;
            this.acrd.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
            // 
            // contextMenuStrip1
            //
            this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tabCloseCurrent,
            this.tabCloseAll});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(158, 56);
            //
            // tabCloseCurrent
            //
            this.tabCloseCurrent.Image = global::Gs.DevApp.Properties.Resources.close_16x16;
            this.tabCloseCurrent.Name = "tabCloseCurrent";
            this.tabCloseCurrent.Size = new System.Drawing.Size(157, 26);
            this.tabCloseCurrent.Text = "关闭当前页";
            //
            // tabCloseAll
            //
            this.tabCloseAll.Image = global::Gs.DevApp.Properties.Resources.close_16x16;
            this.tabCloseAll.Name = "tabCloseAll";
            this.tabCloseAll.Size = new System.Drawing.Size(157, 26);
            this.tabCloseAll.Text = "关闭其它页";
            //
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -499,6 +526,7 @@
            ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fluentFormDefaultManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.acrd)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
@@ -548,5 +576,8 @@
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
        private DevExpress.XtraBars.BarButtonItem barEasy;
        private DevExpress.XtraBars.BarSubItem barSubItem4;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem tabCloseCurrent;
        private System.Windows.Forms.ToolStripMenuItem tabCloseAll;
    }
}