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

74 lines
1.9 KiB
Plaintext

inherited fEditorPagoCliente: TfEditorPagoCliente
Left = 440
Top = 349
Width = 851
Height = 402
Caption = 'Nuevo cobro de cliente'
PixelsPerInch = 96
TextHeight = 13
inherited JvNavPanelHeader: TJvNavPanelHeader
Width = 843
Caption = 'Nuevo cobro de cliente'
inherited Image1: TImage
Left = 816
end
end
inherited TBXDock: TTBXDock
Width = 843
end
inherited pgPaginas: TPageControl
Width = 843
Height = 273
inherited pagGeneral: TTabSheet
inline frViewPagoCliente1: TfrViewPagoCliente
Left = 0
Top = 0
Width = 835
Height = 245
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
ReadOnly = False
inherited frViewDatosPago: TfrViewDatosPago
ParentFont = True
inherited eDescripcion: TLabel
Width = 58
end
inherited eImporte: TLabel
Width = 42
end
inherited Bevel1: TBevel
Width = 349
end
inherited edtImporte: TcxDBCurrencyEdit
Style.Font.Name = 'Tahoma'
Style.IsFontAssigned = True
end
end
inherited frViewContacto: TfrViewDatosYSeleccionContacto
inherited Bevel1: TBevel
Width = 299
end
inherited edtlNombre: TcxDBTextEdit
Properties.OnChange = frViewContactoedtlNombrePropertiesChange
end
end
inherited frListaCuentas1: TfrListaCuentas
inherited cxCuenta: TcxDBLookupComboBox
DataBinding.DataSource = frViewPagoCliente1.DADataSource
end
end
end
end
end
inherited StatusBar: TStatusBar
Top = 349
Width = 843
end
end