From faca8e5d589896b87535612b6d87565b73f74fe4 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期三, 11 六月 2025 16:21:16 +0800 Subject: [PATCH] 修改bug --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs index dc4b90d..57536c9 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs @@ -333,7 +333,7 @@ // // btnJianYan // - this.btnJianYan.Caption = "鎻愪氦妫�楠�"; + this.btnJianYan.Caption = "QC瀹℃牳"; this.btnJianYan.Id = 27; this.btnJianYan.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbuttons_16x16; this.btnJianYan.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.checkbuttons_32x32; @@ -343,7 +343,7 @@ // // btnFjianYan // - this.btnFjianYan.Caption = "鎾ゅ洖妫�楠�"; + this.btnFjianYan.Caption = "QC鍙嶅鏍�"; this.btnFjianYan.Id = 28; this.btnFjianYan.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.radiobuttons_16x16; this.btnFjianYan.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.radiobuttons_32x32; @@ -574,7 +574,7 @@ // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; - this.barDockControlBottom.Location = new System.Drawing.Point(0, 69); + this.barDockControlBottom.Location = new System.Drawing.Point(0, 146); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0); // @@ -584,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 // @@ -592,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 // @@ -603,7 +603,7 @@ this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "UcToolBarMenu"; - this.Size = new System.Drawing.Size(1543, 69); + this.Size = new System.Drawing.Size(1543, 146); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); -- Gitblit v1.9.3