git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
inherited frViewIncidencias: TfrViewIncidencias
|
|
Width = 443
|
|
Height = 370
|
|
Align = alBottom
|
|
object pnlSup: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 443
|
|
Height = 28
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object eIncidenciaActiva: TcxDBCheckBox
|
|
Left = 2
|
|
Top = 4
|
|
Caption = 'Hay incidencias sin resolver'
|
|
DataBinding.DataField = 'INCIDENCIASACTIVAS'
|
|
DataBinding.DataSource = DADataSource
|
|
Properties.ValueChecked = 1
|
|
Properties.ValueUnchecked = 0
|
|
TabOrder = 0
|
|
Transparent = True
|
|
Width = 359
|
|
end
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 0
|
|
Top = 28
|
|
Width = 443
|
|
Height = 342
|
|
Align = alClient
|
|
Caption = 'Incidencias'
|
|
TabOrder = 1
|
|
DesignSize = (
|
|
443
|
|
342)
|
|
object eIncidencias: TcxDBMemo
|
|
Left = 10
|
|
Top = 22
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
DataBinding.DataField = 'INCIDENCIAS'
|
|
DataBinding.DataSource = DADataSource
|
|
TabOrder = 0
|
|
Height = 305
|
|
Width = 420
|
|
end
|
|
end
|
|
object DADataSource: TDADataSource
|
|
Left = 560
|
|
Top = 8
|
|
end
|
|
end
|