Tecsitel_FactuGES2/Source/Modulos/Recibos de cliente/Views/uEditorFechaPago.dfm

84 lines
1.9 KiB
Plaintext

object fEditorFechaPago: TfEditorFechaPago
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Fecha del cobro / devoluci'#243'n'
ClientHeight = 167
ClientWidth = 283
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 = 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 Label2: TLabel
Left = 38
Top = 67
Width = 33
Height = 13
Alignment = taRightJustify
Caption = 'Fecha:'
FocusControl = eFechaPago
end
object eFechaPago: TcxDateEdit
Left = 77
Top = 64
Properties.OnChange = eFechaPagoPropertiesChange
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 = 132
end
object Panel1: TPanel
Left = 0
Top = 126
Width = 283
Height = 41
Align = alBottom
TabOrder = 1
DesignSize = (
283
41)
object bAceptar: TButton
Left = 119
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Aceptar'
ModalResult = 1
TabOrder = 0
end
object bCancelar: TButton
Left = 200
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 1
end
end
end