AbetoDesign_FactuGES2/Source/Modulos/Contactos/Views/uEditorAsignarPrecioPunto.dfm

77 lines
1.6 KiB
Plaintext

object fEditorAsignarPrecioPunto: TfEditorAsignarPrecioPunto
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Asignar precio punto'
ClientHeight = 124
ClientWidth = 379
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 = 337
Height = 13
Caption =
'Inserte el precio punto que desea asignar a los clientes selecci' +
'onado/s'
end
object Label2: TLabel
Left = 97
Top = 45
Width = 64
Height = 13
Alignment = taRightJustify
Caption = 'Precio punto:'
end
object Panel1: TPanel
Left = 0
Top = 83
Width = 379
Height = 41
Align = alBottom
TabOrder = 0
DesignSize = (
379
41)
object bAceptar: TButton
Left = 215
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Aceptar'
ModalResult = 1
TabOrder = 0
end
object bCancelar: TButton
Left = 296
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 1
end
end
object ePrecioPunto: TcxCurrencyEdit
Left = 167
Top = 42
AutoSize = False
Properties.Alignment.Horz = taRightJustify
Properties.UseLeftAlignmentOnEditing = False
TabOrder = 1
Height = 21
Width = 190
end
end