#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:
parent
18ecb7db06
commit
17531b78bd
@ -48,8 +48,6 @@ object fEditorVariarPrecios: TfEditorVariarPrecios
|
||||
Height = 41
|
||||
Align = alBottom
|
||||
TabOrder = 0
|
||||
ExplicitTop = 83
|
||||
ExplicitWidth = 342
|
||||
DesignSize = (
|
||||
387
|
||||
41)
|
||||
@ -62,7 +60,6 @@ object fEditorVariarPrecios: TfEditorVariarPrecios
|
||||
Caption = 'Aceptar'
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
ExplicitLeft = 178
|
||||
end
|
||||
object bCancelar: TButton
|
||||
Left = 304
|
||||
@ -73,13 +70,13 @@ object fEditorVariarPrecios: TfEditorVariarPrecios
|
||||
Caption = 'Cancelar'
|
||||
ModalResult = 2
|
||||
TabOrder = 1
|
||||
ExplicitLeft = 259
|
||||
end
|
||||
end
|
||||
object sDescuento: TcxSpinEdit
|
||||
Left = 192
|
||||
Top = 50
|
||||
Properties.AssignedValues.MinValue = True
|
||||
Properties.ValueType = vtFloat
|
||||
Style.LookAndFeel.NativeStyle = True
|
||||
StyleDisabled.LookAndFeel.NativeStyle = True
|
||||
StyleFocused.LookAndFeel.NativeStyle = True
|
||||
@ -107,6 +104,7 @@ object fEditorVariarPrecios: TfEditorVariarPrecios
|
||||
object sAumento: TcxSpinEdit
|
||||
Left = 192
|
||||
Top = 90
|
||||
Properties.ValueType = vtFloat
|
||||
Style.LookAndFeel.NativeStyle = True
|
||||
StyleDisabled.LookAndFeel.NativeStyle = True
|
||||
StyleFocused.LookAndFeel.NativeStyle = True
|
||||
|
||||
Loading…
Reference in New Issue
Block a user