git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
101 lines
2.5 KiB
Plaintext
101 lines
2.5 KiB
Plaintext
inherited frViewDatosPago: TfrViewDatosPago
|
|
Width = 360
|
|
Height = 112
|
|
Constraints.MinHeight = 110
|
|
Constraints.MinWidth = 360
|
|
DesignSize = (
|
|
360
|
|
112)
|
|
object Bevel1: TBevel
|
|
Left = 184
|
|
Top = 8
|
|
Width = 165
|
|
Height = 9
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Shape = bsBottomLine
|
|
end
|
|
object Label5: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 170
|
|
Height = 13
|
|
Caption = 'Datos de la factura de cliente'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clActiveCaption
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Top = 32
|
|
Width = 56
|
|
Height = 13
|
|
Caption = 'Referencia:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 16
|
|
Top = 56
|
|
Width = 69
|
|
Height = 13
|
|
Caption = 'Fecha de alta:'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 16
|
|
Top = 80
|
|
Width = 61
|
|
Height = 13
|
|
Caption = 'Vencimiento:'
|
|
end
|
|
object edtFecha: TcxDBDateEdit
|
|
Left = 100
|
|
Top = 52
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'FECHAFACTURA'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.Color = clInfoBk
|
|
Style.LookAndFeel.NativeStyle = True
|
|
Style.Shadow = False
|
|
Style.ButtonTransparency = ebtNone
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 1
|
|
Width = 245
|
|
end
|
|
object edtVencimiento: TcxDBDateEdit
|
|
Left = 100
|
|
Top = 76
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataSource = DADataSource
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 2
|
|
Width = 245
|
|
end
|
|
object eReferencia: TcxDBTextEdit
|
|
Left = 100
|
|
Top = 28
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'REFERENCIA'
|
|
DataBinding.DataSource = DADataSource
|
|
Enabled = False
|
|
Properties.ReadOnly = True
|
|
Style.Color = clInfoBk
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.Color = clMenuBar
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.TextColor = clWindowText
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 0
|
|
Width = 245
|
|
end
|
|
object DADataSource: TDADataSource
|
|
Left = 192
|
|
end
|
|
end
|