git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@226 c93665c3-c93d-084d-9b98-7d5f4a9c3376
61 lines
1.4 KiB
Plaintext
61 lines
1.4 KiB
Plaintext
object fEditorFechaFactura: TfEditorFechaFactura
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsToolWindow
|
|
Caption = 'Fecha de las facturas'
|
|
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 = 336
|
|
Height = 13
|
|
Caption =
|
|
'Introduzca la fecha que desea para las facturas que se van a gen' +
|
|
'erar'
|
|
WordWrap = True
|
|
end
|
|
object Label2: TLabel
|
|
Left = 24
|
|
Top = 59
|
|
Width = 97
|
|
Height = 26
|
|
Caption = 'Fecha de facturas:'
|
|
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
|