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_FactuGES/Codigo/Modulos/Recibos de cliente2/Views/uEditorFechaPago.dfm
2007-06-12 14:12:46 +00:00

53 lines
1.1 KiB
Plaintext

object fEditorFechaPago: TfEditorFechaPago
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Fecha del cobro / devoluci'#243'n'
ClientHeight = 145
ClientWidth = 338
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 = 45
Top = 24
Width = 246
Height = 26
Caption =
'Introduzca la fecha en la que se ha hecho efectivo '#13#10'el cobro o ' +
'la devoluci'#243'n:'
end
object eFechaPago: TcxDateEdit
Left = 45
Top = 64
TabOrder = 0
Width = 246
end
object bAceptar: TButton
Left = 128
Top = 104
Width = 75
Height = 25
Caption = 'Aceptar'
ModalResult = 1
TabOrder = 1
end
object bCancelar: TButton
Left = 216
Top = 104
Width = 75
Height = 25
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 2
end
end