From ec02022018c44e794fa53e40daa96321daaae4fc Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 02 六月 2025 15:21:30 +0800 Subject: [PATCH] 清理 --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs index 39f1d89..873cffb 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs @@ -501,8 +501,8 @@ // this.btnShouHouChk.Caption = "鍞悗瀹℃牳"; this.btnShouHouChk.Id = 60; - this.btnShouHouChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.user_16x163; - this.btnShouHouChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.user_32x321; + this.btnShouHouChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.boperson_16x16; + this.btnShouHouChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.boperson_32x32; this.btnShouHouChk.Name = "btnShouHouChk"; this.btnShouHouChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // @@ -510,8 +510,8 @@ // this.btnShouHouFchk.Caption = "鍞悗鍙嶅鏍�"; this.btnShouHouFchk.Id = 61; - this.btnShouHouFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.employee_16x161; - this.btnShouHouFchk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.employee_32x322; + this.btnShouHouFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.bodetails_16x162; + this.btnShouHouFchk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.bodetails_32x32; this.btnShouHouFchk.Name = "btnShouHouFchk"; this.btnShouHouFchk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // @@ -519,7 +519,8 @@ // this.btnCaiWuChk.Caption = "璐㈠姟瀹℃牳"; this.btnCaiWuChk.Id = 58; - this.btnCaiWuChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_showmarkup_32x32; + this.btnCaiWuChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.botask_16x16; + this.btnCaiWuChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.botask_32x32; this.btnCaiWuChk.Name = "btnCaiWuChk"; this.btnCaiWuChk.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btnCaiWuChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; @@ -528,7 +529,8 @@ // this.btnCaiWuFchk.Caption = "璐㈠姟鍙嶅鏍�"; this.btnCaiWuFchk.Id = 59; - this.btnCaiWuFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.insertdatafield_32x32; + this.btnCaiWuFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.boresume_16x16; + this.btnCaiWuFchk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.boresume_32x32; this.btnCaiWuFchk.Name = "btnCaiWuFchk"; this.btnCaiWuFchk.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btnCaiWuFchk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; @@ -572,7 +574,7 @@ // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; - this.barDockControlBottom.Location = new System.Drawing.Point(0, 67); + this.barDockControlBottom.Location = new System.Drawing.Point(0, 146); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0); // @@ -582,7 +584,7 @@ this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 142); this.barDockControlLeft.Manager = this.barManager1; - this.barDockControlLeft.Size = new System.Drawing.Size(0, 0); + this.barDockControlLeft.Size = new System.Drawing.Size(0, 4); // // barDockControlRight // @@ -590,7 +592,7 @@ this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(1543, 142); this.barDockControlRight.Manager = this.barManager1; - this.barDockControlRight.Size = new System.Drawing.Size(0, 0); + this.barDockControlRight.Size = new System.Drawing.Size(0, 4); // // UcToolBarMenu // @@ -601,7 +603,7 @@ this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "UcToolBarMenu"; - this.Size = new System.Drawing.Size(1543, 67); + this.Size = new System.Drawing.Size(1543, 146); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); -- Gitblit v1.9.3