Inizio gestione colori GENERAL EgtTextBox

This commit is contained in:
Nicola Pievani
2023-09-07 18:14:34 +02:00
parent 41f5b6ba70
commit eba9686148
5 changed files with 114 additions and 1 deletions
+2 -1
View File
@@ -154,10 +154,11 @@ Public Class MyMachinePanelVM
' Dim MachDbWindowV As New EgtWPFLib5.MachiningDbWindowV(Application.Current.MainWindow, MachDbWindowVM)
' definisco lo stile della pagina
MachDbWindowVM.TextForegroundTxBl = Brushes.White
MachDbWindowVM.TextForegroundTxBl = Brushes.White ' → OmagOFFICEDictionary.Button_Static_Background
MachDbWindowVM.BorderGrbThickness = 0.25
MachDbWindowVM.TextBackgroundTxBx = DirectCast(New System.Windows.Media.BrushConverter().ConvertFromString("#1C1D22"), Brush)
MachDbWindowVM.TextForegroundTxBx = Brushes.White
MachDbWindowVM.TextBorderBrushTxBx = DirectCast(New System.Windows.Media.BrushConverter().ConvertFromString("#1C1D22"), Brush)
Dim MachDbWindowV As New MyMachiningDbWindowV(Application.Current.MainWindow, MachDbWindowVM)