lu
2025-02-21 b5a5f3fe2ee6b0db77b679c6713265e2393e1d90
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -62,6 +62,7 @@
            this.btnZhongTai = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnJieAn = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnFjieAn = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnLayout = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnHelp = new DevExpress.XtraBars.BarLargeButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
@@ -72,6 +73,7 @@
            // 
            // barManager1
            // 
            this.barManager1.AllowShowToolbarsPopup = false;
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar2});
            this.barManager1.DockControls.Add(this.barDockControlTop);
@@ -109,9 +111,10 @@
            this.btnKg,
            this.btnZhongTai,
            this.btnWg,
            this.btnHelp});
            this.btnHelp,
            this.btnLayout});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 51;
            this.barManager1.MaxItemId = 54;
            // 
            // bar2
            // 
@@ -149,7 +152,9 @@
            new DevExpress.XtraBars.LinkPersistInfo(this.btnZhongTai),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnJieAn, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnFjieAn, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnLayout),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnHelp)});
            this.bar2.OptionsBar.AllowQuickCustomization = false;
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Main menu";
@@ -392,6 +397,7 @@
            this.btnTzbl.Caption = "通知备料";
            this.btnTzbl.Id = 41;
            this.btnTzbl.ImageOptions.ImageUri.Uri = "business%20objects/bo_security_permission_object";
            this.btnTzbl.ImageOptions.SvgImage = global::Gs.DevApp.Properties.Resources.time;
            this.btnTzbl.Name = "btnTzbl";
            this.btnTzbl.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.btnTzbl.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
@@ -439,6 +445,15 @@
            this.btnFjieAn.Name = "btnFjieAn";
            this.btnFjieAn.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // btnLayout
            //
            this.btnLayout.Caption = "保存版面";
            this.btnLayout.Id = 51;
            this.btnLayout.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.globalcolorscheme_16x16;
            this.btnLayout.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.globalcolorscheme_32x32;
            this.btnLayout.Name = "btnLayout";
            this.btnLayout.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // btnHelp
            // 
            this.btnHelp.Caption = "帮助";
@@ -461,7 +476,7 @@
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 60);
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 61);
            this.barDockControlBottom.Manager = this.barManager1;
            this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
            // 
@@ -490,7 +505,7 @@
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "UcToolBarMenu";
            this.Size = new System.Drawing.Size(1543, 60);
            this.Size = new System.Drawing.Size(1543, 61);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
@@ -534,6 +549,6 @@
        private DevExpress.XtraBars.BarLargeButtonItem btnZhongTai;
        private DevExpress.XtraBars.BarLargeButtonItem btnWg;
        private DevExpress.XtraBars.BarLargeButtonItem btnHelp;
        private DevExpress.XtraBars.BarLargeButtonItem btnLayout;
    }
}