git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@201 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
61 lines
1.4 KiB
Plaintext
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
|