#405, se arregla el poder meter decimales en el cambio de valoracion general de los detalles de un presupuesto

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1010 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
roberto 2010-07-01 17:38:30 +00:00
parent 18ecb7db06
commit 17531b78bd

View File

@ -48,8 +48,6 @@ object fEditorVariarPrecios: TfEditorVariarPrecios
Height = 41 Height = 41
Align = alBottom Align = alBottom
TabOrder = 0 TabOrder = 0
ExplicitTop = 83
ExplicitWidth = 342
DesignSize = ( DesignSize = (
387 387
41) 41)
@ -62,7 +60,6 @@ object fEditorVariarPrecios: TfEditorVariarPrecios
Caption = 'Aceptar' Caption = 'Aceptar'
ModalResult = 1 ModalResult = 1
TabOrder = 0 TabOrder = 0
ExplicitLeft = 178
end end
object bCancelar: TButton object bCancelar: TButton
Left = 304 Left = 304
@ -73,13 +70,13 @@ object fEditorVariarPrecios: TfEditorVariarPrecios
Caption = 'Cancelar' Caption = 'Cancelar'
ModalResult = 2 ModalResult = 2
TabOrder = 1 TabOrder = 1
ExplicitLeft = 259
end end
end end
object sDescuento: TcxSpinEdit object sDescuento: TcxSpinEdit
Left = 192 Left = 192
Top = 50 Top = 50
Properties.AssignedValues.MinValue = True Properties.AssignedValues.MinValue = True
Properties.ValueType = vtFloat
Style.LookAndFeel.NativeStyle = True Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True StyleFocused.LookAndFeel.NativeStyle = True
@ -107,6 +104,7 @@ object fEditorVariarPrecios: TfEditorVariarPrecios
object sAumento: TcxSpinEdit object sAumento: TcxSpinEdit
Left = 192 Left = 192
Top = 90 Top = 90
Properties.ValueType = vtFloat
Style.LookAndFeel.NativeStyle = True Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True StyleFocused.LookAndFeel.NativeStyle = True