git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@23 9a1d36f3-7752-2d40-8ccb-50eb49674c68
84 lines
1.9 KiB
Plaintext
84 lines
1.9 KiB
Plaintext
object fEditorPreguntarIVA: TfEditorPreguntarIVA
|
|
Left = 562
|
|
Top = 449
|
|
BorderStyle = bsDialog
|
|
Caption = 'Desglose de IVA'
|
|
ClientHeight = 129
|
|
ClientWidth = 266
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poOwnerFormCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 56
|
|
Top = 56
|
|
Width = 40
|
|
Height = 13
|
|
Caption = 'IVA (%) :'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 250
|
|
Height = 26
|
|
Caption =
|
|
'Por favor, antes de realizar el desglose de la factura, '#13#10'confir' +
|
|
'me el IVA que quiere utilizar:'
|
|
end
|
|
object pnlSeleccion: TPanel
|
|
Left = 0
|
|
Top = 92
|
|
Width = 266
|
|
Height = 37
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
ParentBackground = True
|
|
TabOrder = 0
|
|
DesignSize = (
|
|
266
|
|
37)
|
|
object bSeleccionar: TButton
|
|
Left = 103
|
|
Top = 7
|
|
Width = 74
|
|
Height = 23
|
|
Anchors = [akRight]
|
|
Caption = '&Aceptar'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object bCancelar: TButton
|
|
Left = 184
|
|
Top = 7
|
|
Width = 74
|
|
Height = 23
|
|
Anchors = [akRight]
|
|
Cancel = True
|
|
Caption = '&Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object edtIVA: TcxSpinEdit
|
|
Left = 104
|
|
Top = 52
|
|
Properties.DisplayFormat = '0.00'
|
|
Properties.ImmediatePost = True
|
|
Properties.MaxValue = 100.000000000000000000
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 1
|
|
Value = 21
|
|
Width = 121
|
|
end
|
|
end
|