diff --git a/Source/Modulos/Presupuestos de cliente/Views/uEditorVariarPrecios.dfm b/Source/Modulos/Presupuestos de cliente/Views/uEditorVariarPrecios.dfm index 715d750c..2343ab40 100644 --- a/Source/Modulos/Presupuestos de cliente/Views/uEditorVariarPrecios.dfm +++ b/Source/Modulos/Presupuestos de cliente/Views/uEditorVariarPrecios.dfm @@ -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