From 13e64fb5b4abec0bfc880d28185e5c919d964b16 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 24 三月 2025 16:27:52 +0800 Subject: [PATCH] iqc --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs index 377fe4c..0fa741a 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs @@ -62,9 +62,9 @@ this.btnZhongTai = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnJieAn = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnFjieAn = new DevExpress.XtraBars.BarLargeButtonItem(); + this.btnOa = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnLayout = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnHelp = new DevExpress.XtraBars.BarLargeButtonItem(); - this.btnOa = new DevExpress.XtraBars.BarLargeButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); @@ -448,6 +448,15 @@ this.btnFjieAn.Name = "btnFjieAn"; this.btnFjieAn.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // + // btnOa + // + this.btnOa.Caption = "鎻愪氦OA"; + this.btnOa.Id = 54; + this.btnOa.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.meeting_16x16; + this.btnOa.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.meeting_32x321; + this.btnOa.Name = "btnOa"; + this.btnOa.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // // btnLayout // this.btnLayout.Caption = "淇濆瓨鐗堥潰"; @@ -466,15 +475,6 @@ this.btnHelp.ItemAppearance.Normal.Options.UseFont = true; this.btnHelp.Name = "btnHelp"; // - // btnOa - // - this.btnOa.Caption = "鎻愪氦OA"; - this.btnOa.Id = 54; - this.btnOa.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.meeting_16x16; - this.btnOa.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.meeting_32x321; - this.btnOa.Name = "btnOa"; - this.btnOa.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; - // // barDockControlTop // this.barDockControlTop.CausesValidation = false; @@ -487,7 +487,7 @@ // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; - this.barDockControlBottom.Location = new System.Drawing.Point(0, 72); + this.barDockControlBottom.Location = new System.Drawing.Point(0, 67); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0); // @@ -516,7 +516,7 @@ this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "UcToolBarMenu"; - this.Size = new System.Drawing.Size(1543, 72); + this.Size = new System.Drawing.Size(1543, 67); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); -- Gitblit v1.9.3