lg
2024-09-10 f5907dab0137d9cfb610ef01b09592832e5aecb9
DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs
@@ -55,6 +55,7 @@
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.barLargeButtonItem5 = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnReport = new DevExpress.XtraBars.BarLargeButtonItem();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.SuspendLayout();
            // 
@@ -104,9 +105,10 @@
            this.barLargeButtonItem4,
            this.btnKG,
            this.barLargeButtonItem5,
            this.btnRole});
            this.btnRole,
            this.btnReport});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 22;
            this.barManager1.MaxItemId = 23;
            // 
            // bar2
            // 
@@ -129,7 +131,8 @@
            new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnKG),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnRole)});
            new DevExpress.XtraBars.LinkPersistInfo(this.btnRole),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnReport)});
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Main menu";
@@ -319,6 +322,14 @@
            this.barLargeButtonItem5.Id = 20;
            this.barLargeButtonItem5.Name = "barLargeButtonItem5";
            // 
            // btnReport
            //
            this.btnReport.Caption = "报表";
            this.btnReport.Id = 22;
            this.btnReport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnReport.ImageOptions.Image")));
            this.btnReport.Name = "btnReport";
            this.btnReport.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // ToolBarMenu
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -360,5 +371,6 @@
        private DevExpress.XtraBars.BarLargeButtonItem btnKG;
        private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem5;
        private DevExpress.XtraBars.BarLargeButtonItem btnRole;
        private DevExpress.XtraBars.BarLargeButtonItem btnReport;
    }
}