diff --git a/Source/GUIBase/uViewIncidencias.dfm b/Source/GUIBase/uViewIncidencias.dfm index 451339a3..2b600617 100644 --- a/Source/GUIBase/uViewIncidencias.dfm +++ b/Source/GUIBase/uViewIncidencias.dfm @@ -20,6 +20,14 @@ inherited frViewIncidencias: TfrViewIncidencias DataBinding.DataSource = DADataSource Properties.ValueChecked = 1 Properties.ValueUnchecked = 0 + Style.LookAndFeel.Kind = lfStandard + Style.LookAndFeel.NativeStyle = True + StyleDisabled.LookAndFeel.Kind = lfStandard + StyleDisabled.LookAndFeel.NativeStyle = True + StyleFocused.LookAndFeel.Kind = lfStandard + StyleFocused.LookAndFeel.NativeStyle = True + StyleHot.LookAndFeel.Kind = lfStandard + StyleHot.LookAndFeel.NativeStyle = True TabOrder = 0 Transparent = True Width = 359 @@ -42,6 +50,14 @@ inherited frViewIncidencias: TfrViewIncidencias Anchors = [akLeft, akTop, akRight, akBottom] DataBinding.DataField = 'INCIDENCIAS' DataBinding.DataSource = DADataSource + Style.LookAndFeel.Kind = lfStandard + Style.LookAndFeel.NativeStyle = True + StyleDisabled.LookAndFeel.Kind = lfStandard + StyleDisabled.LookAndFeel.NativeStyle = True + StyleFocused.LookAndFeel.Kind = lfStandard + StyleFocused.LookAndFeel.NativeStyle = True + StyleHot.LookAndFeel.Kind = lfStandard + StyleHot.LookAndFeel.NativeStyle = True TabOrder = 0 Height = 305 Width = 420