git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1164 0c75b7a4-871f-7646-8a2f-f78d34cc349f
92 lines
2.0 KiB
Plaintext
92 lines
2.0 KiB
Plaintext
object fEditorElegirFechaVencimiento: TfEditorElegirFechaVencimiento
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsDialog
|
|
Caption = 'Domiciliaci'#243'n bancaria'
|
|
ClientHeight = 152
|
|
ClientWidth = 565
|
|
Color = clWindow
|
|
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 = 21
|
|
Top = 16
|
|
Width = 417
|
|
Height = 13
|
|
Caption =
|
|
'Seleccione la fecha de vencimiento que desea establecer a la/s f' +
|
|
'actura/s seleccionadas'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 21
|
|
Top = 45
|
|
Width = 33
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Fecha:'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 21
|
|
Top = 80
|
|
Width = 512
|
|
Height = 13
|
|
Caption =
|
|
'* Todos los recibos de las facturas ser'#225'n generados nuevamente c' +
|
|
'on la fecha de vencimiento seleccionada'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clMaroon
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 111
|
|
Width = 565
|
|
Height = 41
|
|
Align = alBottom
|
|
TabOrder = 0
|
|
ExplicitWidth = 500
|
|
DesignSize = (
|
|
565
|
|
41)
|
|
object bAceptar: TButton
|
|
Left = 401
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Aceptar'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
ExplicitLeft = 336
|
|
end
|
|
object bCancelar: TButton
|
|
Left = 482
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
ExplicitLeft = 417
|
|
end
|
|
end
|
|
object cbFechaVencimiento: TcxDateEdit
|
|
Left = 60
|
|
Top = 42
|
|
TabOrder = 1
|
|
Width = 183
|
|
end
|
|
end
|