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/uViewDatosPago.dfm
2016-02-23 12:02:28 +00:00

123 lines
3.3 KiB
Plaintext

inherited frViewDatosPago: TfrViewDatosPago
Width = 446
Height = 97
Font.Name = 'MS Sans Serif'
DesignSize = (
446
97)
object eFecha: TLabel
Left = 16
Top = 36
Width = 33
Height = 13
Caption = 'Fecha:'
Transparent = True
end
object eDescripcion: TLabel
Left = 16
Top = 63
Width = 59
Height = 13
Caption = 'Descripci'#243'n:'
Transparent = True
end
object eImporte: TLabel
Left = 240
Top = 36
Width = 38
Height = 13
Caption = 'Importe:'
Transparent = True
end
object Bevel1: TBevel
Left = 99
Top = 8
Width = 341
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsBottomLine
end
object Label5: TLabel
Left = 8
Top = 8
Width = 87
Height = 13
Caption = 'Datos del pago'
Font.Charset = DEFAULT_CHARSET
Font.Color = clActiveCaption
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object edtFecha: TcxDBDateEdit
Left = 82
Top = 32
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'FECHAPAGO'
DataBinding.DataSource = DADataSource
Style.Color = clInfoBk
Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True
Style.Shadow = False
Style.ButtonTransparency = ebtNone
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfStandard
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 0
Width = 119
end
object edtDescripcion: TcxDBTextEdit
Left = 82
Top = 59
DataBinding.DataField = 'DESCRIPCION'
DataBinding.DataSource = DADataSource
Style.Color = clInfoBk
Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfStandard
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 1
Width = 347
end
object edtImporte: TcxDBCurrencyEdit
Left = 287
Top = 32
AutoSize = False
DataBinding.DataField = 'IMPORTE'
DataBinding.DataSource = DADataSource
ParentFont = False
Properties.Alignment.Horz = taRightJustify
Properties.ReadOnly = False
Properties.UseLeftAlignmentOnEditing = False
Properties.UseThousandSeparator = True
Style.Color = clInfoBk
Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True
Style.TextColor = clWindowText
Style.TextStyle = [fsBold]
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfStandard
StyleFocused.LookAndFeel.NativeStyle = True
StyleFocused.TextColor = clWindowText
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
StyleHot.TextColor = clWindowText
TabOrder = 2
Height = 21
Width = 141
end
object DADataSource: TDADataSource
Left = 160
Top = 65531
end
end