Tecsitel_FactuGES2/Source/Modulos/Presupuestos de cliente/Views/uEditorVariarPrecios.dfm

129 lines
2.8 KiB
Plaintext
Raw Normal View History

object fEditorVariarPrecios: TfEditorVariarPrecios
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Variar precios'
ClientHeight = 184
ClientWidth = 387
Color = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 21
Top = 16
Width = 354
Height = 13
Caption =
'Seleccione el tipo de variaci'#243'n que desea realizar a las filas s' +
'eleccionadas.'
end
object Label3: TLabel
Left = 263
Top = 53
Width = 11
Height = 13
Alignment = taRightJustify
Caption = '%'
end
object Label2: TLabel
Left = 263
Top = 93
Width = 11
Height = 13
Alignment = taRightJustify
Caption = '%'
FocusControl = bAceptar
end
object Panel1: TPanel
Left = 0
Top = 143
Width = 387
Height = 41
Align = alBottom
TabOrder = 0
DesignSize = (
387
41)
object bAceptar: TButton
Left = 223
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Aceptar'
ModalResult = 1
TabOrder = 0
end
object bCancelar: TButton
Left = 304
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 1
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
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 1
Width = 65
end
object rdDescuento: TcxRadioButton
Left = 80
Top = 52
Width = 113
Height = 17
Action = actDescuento
TabOrder = 2
TabStop = True
end
object rdAumento: TcxRadioButton
Left = 80
Top = 92
Width = 113
Height = 17
Action = actAumento
TabOrder = 3
end
object sAumento: TcxSpinEdit
Left = 192
Top = 90
Properties.ValueType = vtFloat
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 4
Width = 65
end
object ActionListContenido: TActionList
Left = 24
Top = 56
object actDescuento: TAction
Caption = 'Descuento'
Checked = True
OnExecute = actDescuentoExecute
end
object actAumento: TAction
Caption = 'Aumento'
OnExecute = actAumentoExecute
end
end
end