This commit is contained in:
2021-01-06 13:50:39 +01:00
parent 4585e63d81
commit ba76f607fc
6 changed files with 108 additions and 143 deletions

View File

@@ -225,6 +225,7 @@ Public Class frmMain
SearchItem1.Caption = oCaption
SearchItem1.Tag = oCommand
SearchItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
RibbonPageGroup4.Visible = True
End If
Catch ex As Exception
@@ -239,6 +240,7 @@ Public Class frmMain
SearchItem2.Caption = oCaption
SearchItem2.Tag = oCommand
SearchItem2.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
RibbonPageGroup4.Visible = True
End If
Catch ex As Exception
@@ -246,6 +248,7 @@ Public Class frmMain
If START_CW = True Then
bbtniCW.Caption = START_CW_CAPTION
bbtniCW.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
RibbonPageGroup4.Visible = True
End If
End If