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