From dd3064d7f5bb6c7d570f21e87b29012bfd95b1d2 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 17 二月 2025 11:29:12 +0800 Subject: [PATCH] 生产退料 --- DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs index a58e5cb..ec31df2 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs @@ -278,7 +278,7 @@ // barOrg // this.barOrg.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; - this.barOrg.Caption = "閫夋嫨缁勭粐"; + this.barOrg.Caption = "鍒囨崲缁勭粐"; this.barOrg.Edit = this.repositoryItemCheckedComboBoxEdit1; this.barOrg.EditValue = "鍒囨崲缁勭粐"; this.barOrg.EditWidth = 120; @@ -321,6 +321,10 @@ // // acrd // + this.acrd.Appearance.Item.Hovered.Font = new System.Drawing.Font("Tahoma", 10F); + this.acrd.Appearance.Item.Hovered.ForeColor = System.Drawing.Color.Blue; + this.acrd.Appearance.Item.Hovered.Options.UseFont = true; + this.acrd.Appearance.Item.Hovered.Options.UseForeColor = true; this.acrd.Dock = System.Windows.Forms.DockStyle.Left; this.acrd.FilterText = "鏌ユ壘"; this.acrd.Location = new System.Drawing.Point(0, 39); -- Gitblit v1.9.3