From 7abc9e08493ad096e455b751aad02eb863475d69 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 9 Apr 2008 16:51:46 +0000 Subject: [PATCH] uViewIncidencias.dfm: usar temas. git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@199 f4e31baf-9722-1c47-927c-6f952f962d4b --- Source/GUIBase/uViewIncidencias.dfm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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