git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@9 93f398dd-4eb6-7a46-baf6-13f46f578da2
169 lines
4.2 KiB
Plaintext
169 lines
4.2 KiB
Plaintext
object fEditorFechaPago: TfEditorFechaPago
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsDialog
|
|
Caption = 'Fecha del cobro / devoluci'#243'n'
|
|
ClientHeight = 234
|
|
ClientWidth = 402
|
|
Color = clWindow
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 38
|
|
Top = 64
|
|
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 = 38
|
|
Top = 87
|
|
Width = 77
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Fecha del pago:'
|
|
FocusControl = eFechaPago
|
|
end
|
|
object Label3: TLabel
|
|
Left = 38
|
|
Top = 127
|
|
Width = 306
|
|
Height = 13
|
|
Caption = 'Seleccione el banco o caja donde se hace el cobro o devoluci'#243'n:'
|
|
end
|
|
object eFechaPago: TcxDateEdit
|
|
Left = 121
|
|
Top = 84
|
|
Properties.ImmediatePost = True
|
|
Properties.OnEditValueChanged = eFechaPagoPropertiesEditValueChanged
|
|
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 = 267
|
|
end
|
|
inline frViewListaSubcuentas1: TfrViewListaSubcuentas
|
|
Left = 0
|
|
Top = 143
|
|
Width = 402
|
|
Height = 50
|
|
Align = alBottom
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
ReadOnly = False
|
|
ExplicitTop = 143
|
|
ExplicitWidth = 425
|
|
ExplicitHeight = 50
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
Width = 402
|
|
ExplicitWidth = 425
|
|
inherited cbSubCuentas: TcxComboBox
|
|
Left = 122
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitLeft = 122
|
|
ExplicitWidth = 376
|
|
Width = 376
|
|
end
|
|
inherited eContabilizar: TcxCheckBox
|
|
Left = 282
|
|
Enabled = False
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitLeft = 282
|
|
ExplicitWidth = 203
|
|
Width = 203
|
|
end
|
|
inherited dxLayoutControl1Group_Root: TdxLayoutGroup
|
|
inherited dxLayoutControl1Item1: TdxLayoutItem
|
|
Caption = ' Caja/Banco: '
|
|
end
|
|
inherited dxLayoutControl1Item2: TdxLayoutItem
|
|
Enabled = False
|
|
Visible = False
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object PnlComentario: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 402
|
|
Height = 45
|
|
Align = alTop
|
|
Alignment = taLeftJustify
|
|
AutoSize = True
|
|
Color = 13499902
|
|
ParentBackground = False
|
|
TabOrder = 2
|
|
VerticalAlignment = taAlignTop
|
|
ExplicitWidth = 425
|
|
object lbComentario: TLabel
|
|
AlignWithMargins = True
|
|
Left = 6
|
|
Top = 4
|
|
Width = 392
|
|
Height = 40
|
|
Margins.Left = 5
|
|
Align = alClient
|
|
Caption = 'Comentario'
|
|
WordWrap = True
|
|
ExplicitWidth = 55
|
|
ExplicitHeight = 13
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 193
|
|
Width = 402
|
|
Height = 41
|
|
Align = alBottom
|
|
TabOrder = 3
|
|
ExplicitWidth = 425
|
|
object bAceptar: TButton
|
|
Left = 213
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Aceptar'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object bCancelar: TButton
|
|
Left = 311
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|