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/Albaranes de cliente/Cliente/uViewDatosAlbaranCliente.dfm
2007-06-21 16:02:50 +00:00

102 lines
2.6 KiB
Plaintext

inherited frViewDatosAlbaranCliente: TfrViewDatosAlbaranCliente
Width = 360
Height = 110
Constraints.MinHeight = 110
Constraints.MinWidth = 360
DesignSize = (
360
110)
object Bevel1: TBevel
Left = 176
Top = 8
Width = 173
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsBottomLine
end
object Label5: TLabel
Left = 8
Top = 8
Width = 161
Height = 13
Caption = 'Datos del albar'#225'n 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 = 75
Height = 13
Caption = 'Fecha de pago:'
end
object edtFecha: TcxDBDateEdit
Left = 100
Top = 52
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'FECHAALBARAN'
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 edtFechaPago: TcxDBDateEdit
Left = 100
Top = 76
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'FECHAPAGO'
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