AlonsoYSal_FactuGES2/Source/GUIBase/uViewIncidencias.dfm
2019-11-18 10:36:42 +00:00

69 lines
1.9 KiB
Plaintext

inherited frViewIncidencias: TfrViewIncidencias
Width = 451
Height = 461
Align = alBottom
ExplicitWidth = 451
ExplicitHeight = 461
object pnlSup: TPanel
Left = 0
Top = 0
Width = 451
Height = 28
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object eIncidenciaActiva: TcxDBCheckBox
Left = 2
Top = 4
Caption = 'Hay incidencias sin resolver'
DataBinding.DataField = 'INCIDENCIAS_ACTIVAS'
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
end
end
object GroupBox1: TGroupBox
Left = 0
Top = 28
Width = 451
Height = 433
Align = alClient
Caption = 'Incidencias'
TabOrder = 1
object eIncidencias: TcxDBMemo
Left = 2
Top = 15
Align = alClient
DataBinding.DataField = 'INCIDENCIAS'
DataBinding.DataSource = DADataSource
Properties.ScrollBars = ssVertical
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 = 416
Width = 447
end
end
object DADataSource: TDADataSource
Left = 560
Top = 8
end
end