This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Pagos/Cliente/uViewPago.dfm
2007-06-21 16:02:50 +00:00

82 lines
1.8 KiB
Plaintext

inherited frViewPago: TfrViewPago
Width = 834
Height = 245
ParentFont = True
inline frViewDatosPago: TfrViewDatosPago
Left = 0
Top = 0
Width = 446
Height = 97
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
ReadOnly = False
end
inline frViewFormaPago: TfrViewFormaPago
Left = 0
Top = 112
Width = 457
Height = 113
Constraints.MinWidth = 300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
ReadOnly = False
inherited Bevel1: TBevel
Width = 349
end
inherited memFormaPago: TcxDBMemo
Height = 66
Width = 426
end
end
inline frViewContacto: TfrViewDatosYSeleccionContacto
Left = 455
Top = 0
Width = 377
Height = 214
Constraints.MinHeight = 202
Constraints.MinWidth = 350
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
ReadOnly = False
end
inline frListaCuentas1: TfrListaCuentas
Left = 10
Top = 80
Width = 431
Height = 35
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
ReadOnly = False
inherited Label3: TLabel
Left = 7
end
inherited cxCuenta: TcxDBLookupComboBox
DataBinding.DataField = 'CUENTA'
DataBinding.DataSource = DADataSource
Width = 346
end
end
object DADataSource: TDADataSource
end
end