This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES2/Source/Modulos/Relaciones/Facturas proforma - Facturas de cliente/uEditorFechaFacturaFinal.dfm
2013-12-12 17:42:50 +00:00

61 lines
1.4 KiB
Plaintext

object fEditorFechaFacturaFinal: TfEditorFechaFacturaFinal
Left = 0
Top = 0
BorderStyle = bsToolWindow
Caption = 'Fecha de la factura'
ClientHeight = 148
ClientWidth = 371
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 320
Height = 13
Caption =
'Introduzca la fecha que desea para la factura que se va a genera' +
'r'
WordWrap = True
end
object Label2: TLabel
Left = 24
Top = 59
Width = 86
Height = 13
Caption = 'Fecha de factura:'
WordWrap = True
end
object eFechaFactura: TcxDateEdit
Left = 127
Top = 56
Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfStandard
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 0
Width = 162
end
object Button1: TButton
Left = 286
Top = 110
Width = 75
Height = 25
Caption = 'Continuar'
ModalResult = 1
TabOrder = 1
end
end