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

59 lines
1.5 KiB
Plaintext

inherited frViewVendedor: TfrViewVendedor
object Label3: TLabel [0]
Left = 16
Top = 56
Width = 42
Height = 13
Caption = 'NIF/CIF:'
end
inherited pnlGeneral: TPanel
Height = 81
TabOrder = 2
DesignSize = (
300
81)
end
inherited frViewInternet1: TfrViewInternet
TabOrder = 1
end
inherited frViewDireccion: TfrViewDireccion
TabOrder = 0
end
object Panel1: TPanel [5]
Left = -1
Top = 78
Width = 300
Height = 27
BevelOuter = bvNone
TabOrder = 4
object Label4: TLabel
Left = 16
Top = 3
Width = 68
Height = 13
Caption = 'Comisi'#243'n (%):'
end
object eComision: TcxDBSpinEdit
Left = 100
Top = 0
DataBinding.DataField = 'COMISION'
DataBinding.DataSource = DADataSource
Properties.AssignedValues.MinValue = True
Properties.ImmediatePost = True
Properties.Increment = 0.100000000000000000
Properties.LargeIncrement = 1.000000000000000000
Properties.ValueType = vtFloat
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 = 0
Width = 101
end
end
end