Tecsitel_FactuGES2/Source/GUIBase/uViewIncidencias.dfm

71 lines
2.0 KiB
Plaintext
Raw Normal View History

inherited frViewIncidencias: TfrViewIncidencias
Width = 451
Height = 370
Align = alBottom
ExplicitWidth = 451
ExplicitHeight = 370
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 = 342
Align = alClient
Caption = 'Incidencias'
TabOrder = 1
DesignSize = (
451
342)
object eIncidencias: TcxDBMemo
Left = 10
Top = 22
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
end
end
object DADataSource: TDADataSource
Left = 560
Top = 8
end
end