uViewIncidencias.dfm: usar temas.

git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@199 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
David Arranz 2008-04-09 16:51:46 +00:00
parent c3c66723ec
commit 7abc9e0849

View File

@ -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