git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES2/trunk@19 40301925-124e-1c4e-b97d-170ad7a8785b
165 lines
4.1 KiB
Plaintext
165 lines
4.1 KiB
Plaintext
object fEditorFechaPago: TfEditorFechaPago
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsDialog
|
|
Caption = 'Fecha del cobro / devoluci'#243'n'
|
|
ClientHeight = 205
|
|
ClientWidth = 422
|
|
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 = 33
|
|
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 = 61
|
|
Width = 77
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Fecha del pago:'
|
|
FocusControl = eFechaPago
|
|
end
|
|
object Label3: TLabel
|
|
Left = 38
|
|
Top = 101
|
|
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 = 58
|
|
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 = 293
|
|
end
|
|
inline frViewListaSubcuentas1: TfrViewListaSubcuentas
|
|
Left = 0
|
|
Top = 114
|
|
Width = 422
|
|
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 = 114
|
|
ExplicitWidth = 422
|
|
ExplicitHeight = 50
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
Width = 422
|
|
ExplicitWidth = 422
|
|
inherited cbSubCuentas: TcxComboBox
|
|
Left = 122
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitLeft = 122
|
|
ExplicitWidth = 1000
|
|
Width = 1000
|
|
end
|
|
inherited eContabilizar: TcxCheckBox
|
|
Left = 351
|
|
Enabled = False
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitLeft = 351
|
|
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 = 422
|
|
Height = 25
|
|
Align = alTop
|
|
Alignment = taLeftJustify
|
|
Color = 13499902
|
|
ParentBackground = False
|
|
TabOrder = 2
|
|
VerticalAlignment = taAlignTop
|
|
object lbComentario: TLabel
|
|
AlignWithMargins = True
|
|
Left = 6
|
|
Top = 4
|
|
Width = 412
|
|
Height = 20
|
|
Margins.Left = 5
|
|
Align = alClient
|
|
Caption = 'Comentario'
|
|
WordWrap = True
|
|
ExplicitWidth = 55
|
|
ExplicitHeight = 13
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 164
|
|
Width = 422
|
|
Height = 41
|
|
Align = alBottom
|
|
TabOrder = 3
|
|
object bAceptar: TButton
|
|
Left = 241
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Aceptar'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object bCancelar: TButton
|
|
Left = 339
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|