git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
74 lines
1.9 KiB
Plaintext
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
|