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/uViewPagoCliente.dfm
2007-06-21 16:02:50 +00:00

48 lines
1.2 KiB
Plaintext

inherited frViewPagoCliente: TfrViewPagoCliente
inherited frViewDatosPago: TfrViewDatosPago
inherited Bevel1: TBevel
Left = 144
Width = 301
end
inherited Label5: TLabel
Width = 130
Caption = 'Datos cobro de cliente'
end
end
inherited frViewContacto: TfrViewDatosYSeleccionContacto
inherited Label5: TLabel
Width = 97
Caption = 'Datos del cliente'
end
inherited Bevel1: TBevel
Left = 112
Width = 251
end
inherited ToolBar1: TToolBar
ButtonWidth = 129
inherited ToolButton1: TToolButton
Caption = 'Elegir un cliente'
end
inherited ToolButton3: TToolButton
Left = 106
end
inherited ToolButton2: TToolButton
Left = 114
Caption = 'Dar de alta un cliente'
end
end
inherited ToolBar2: TToolBar
Width = 182
ButtonWidth = 178
inherited ToolButton4: TToolButton
Caption = 'Ver ficha completa del cliente...'
end
end
end
inherited frListaCuentas1: TfrListaCuentas
inherited cxCuenta: TcxDBLookupComboBox
DataBinding.DataSource = DADataSource
end
end
end