lu
2024-11-28 122819b5dd643d82a730e549f99bd56fe90eed21
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -66,11 +66,11 @@
            this.btnBdll = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnWg = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnTb = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnHelp = new DevExpress.XtraBars.BarLargeButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.barLargeButtonItem1 = new DevExpress.XtraBars.BarLargeButtonItem();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.SuspendLayout();
            // 
@@ -116,10 +116,10 @@
            this.btnZanTing,
            this.btnBdll,
            this.btnWg,
            this.barLargeButtonItem1,
            this.btnTb});
            this.btnTb,
            this.btnHelp});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 49;
            this.barManager1.MaxItemId = 50;
            // 
            // bar2
            // 
@@ -160,7 +160,8 @@
            new DevExpress.XtraBars.LinkPersistInfo(this.btnZanTing),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnBdll),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnWg),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnTb)});
            new DevExpress.XtraBars.LinkPersistInfo(this.btnTb),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnHelp)});
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Main menu";
@@ -491,6 +492,16 @@
            this.btnTb.Name = "btnTb";
            this.btnTb.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // btnHelp
            //
            this.btnHelp.Caption = "帮助";
            this.btnHelp.Id = 49;
            this.btnHelp.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.knowledgebasearticle_32x32;
            this.btnHelp.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.knowledgebasearticle_32x32;
            this.btnHelp.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            this.btnHelp.ItemAppearance.Normal.Options.UseFont = true;
            this.btnHelp.Name = "btnHelp";
            //
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
@@ -503,7 +514,7 @@
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 61);
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 66);
            this.barDockControlBottom.Manager = this.barManager1;
            this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
            // 
@@ -523,12 +534,6 @@
            this.barDockControlRight.Manager = this.barManager1;
            this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
            // 
            // barLargeButtonItem1
            //
            this.barLargeButtonItem1.Caption = "barLargeButtonItem1";
            this.barLargeButtonItem1.Id = 47;
            this.barLargeButtonItem1.Name = "barLargeButtonItem1";
            //
            // UcToolBarMenu
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -538,7 +543,7 @@
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "UcToolBarMenu";
            this.Size = new System.Drawing.Size(1543, 61);
            this.Size = new System.Drawing.Size(1543, 66);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
@@ -584,7 +589,7 @@
        private DevExpress.XtraBars.BarLargeButtonItem btnZanTing;
        private DevExpress.XtraBars.BarLargeButtonItem btnBdll;
        private DevExpress.XtraBars.BarLargeButtonItem btnWg;
        private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem1;
        private DevExpress.XtraBars.BarLargeButtonItem btnTb;
        private DevExpress.XtraBars.BarLargeButtonItem btnHelp;
    }
}