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

81 lines
1.8 KiB
Plaintext

object fEditorAsignarDescuentoCapitulo: TfEditorAsignarDescuentoCapitulo
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Asignar descuento de cap'#237'tulo'
ClientHeight = 124
ClientWidth = 420
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 = 382
Height = 13
Caption =
'Inserte el descuento de capitulo que desea asignar a los cliente' +
's seleccionado/s'
end
object Label2: TLabel
Left = 106
Top = 45
Width = 55
Height = 13
Alignment = taRightJustify
Caption = 'Descuento:'
end
object Panel1: TPanel
Left = 0
Top = 83
Width = 420
Height = 41
Align = alBottom
TabOrder = 0
ExplicitWidth = 379
DesignSize = (
420
41)
object bAceptar: TButton
Left = 256
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Aceptar'
ModalResult = 1
TabOrder = 0
ExplicitLeft = 215
end
object bCancelar: TButton
Left = 337
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 1
ExplicitLeft = 296
end
end
object eDescuentoCapitulo: TcxCurrencyEdit
Left = 167
Top = 45
AutoSize = False
Properties.Alignment.Horz = taRightJustify
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
Properties.UseLeftAlignmentOnEditing = False
TabOrder = 1
Height = 21
Width = 190
end
end