FactuGES2/Source/Modulos/Recibos de cliente/Views/uEditorFechaPago.dfm
roberto d6e8d1a440 Generacion automatica de subcuenta para el pago de recibos y remesas de cliente, falta repaso de facturas de cliente.
Tambien se ha incluido la directiva de compilacion para el modulo de contabilidad

git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@164 f4e31baf-9722-1c47-927c-6f952f962d4b
2008-02-29 18:10:08 +00:00

107 lines
2.5 KiB
Plaintext

object fEditorFechaPago: TfEditorFechaPago
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Fecha del cobro / devoluci'#243'n'
ClientHeight = 213
ClientWidth = 535
Color = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 39
Top = 15
Width = 362
Height = 13
Caption =
'Introduzca la fecha en la que se ha hecho efectivo el cobro o la' +
' devoluci'#243'n:'
end
object Label2: TLabel
Left = 39
Top = 50
Width = 77
Height = 13
Alignment = taRightJustify
Caption = 'Fecha del pago:'
FocusControl = eFechaPago
end
object eFechaPago: TcxDateEdit
Left = 122
Top = 47
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 = 172
Width = 535
Height = 41
Align = alBottom
TabOrder = 1
object bAceptar: TButton
Left = 41
Top = 8
Width = 75
Height = 25
Caption = 'Aceptar'
ModalResult = 1
TabOrder = 0
end
object bCancelar: TButton
Left = 122
Top = 8
Width = 75
Height = 25
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 1
end
end
inline frViewCajasBancos1: TfrViewCajasBancos
Left = 39
Top = 83
Width = 453
Height = 76
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
ReadOnly = False
ExplicitLeft = 39
ExplicitTop = 83
ExplicitHeight = 76
inherited dxLayoutControl1: TdxLayoutControl
inherited cbCajasBancos: TcxComboBox
ExplicitWidth = 376
Width = 376
end
inherited eContabilizar: TcxCheckBox
ExplicitWidth = 203
Width = 203
end
end
end
end