git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES2/trunk@6 40301925-124e-1c4e-b97d-170ad7a8785b
204 lines
6.6 KiB
Plaintext
204 lines
6.6 KiB
Plaintext
inherited frViewApuntes: TfrViewApuntes
|
|
Width = 749
|
|
Height = 374
|
|
ExplicitWidth = 749
|
|
ExplicitHeight = 374
|
|
object Panel1: TPanel [0]
|
|
Left = 0
|
|
Top = 0
|
|
Width = 749
|
|
Height = 30
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 2
|
|
ExplicitWidth = 670
|
|
object Panel2: TPanel
|
|
Left = 565
|
|
Top = 0
|
|
Width = 184
|
|
Height = 30
|
|
Align = alRight
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
ExplicitLeft = 486
|
|
object Label1: TLabel
|
|
Left = 11
|
|
Top = 8
|
|
Width = 55
|
|
Height = 13
|
|
Margins.Top = 8
|
|
Alignment = taRightJustify
|
|
Caption = 'Descuadre:'
|
|
Layout = tlCenter
|
|
end
|
|
object eDescuadre: TcxCurrencyEdit
|
|
Left = 72
|
|
Top = 5
|
|
Enabled = False
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 0
|
|
BiDiMode = bdLeftToRight
|
|
ParentBiDiMode = False
|
|
Width = 112
|
|
end
|
|
end
|
|
end
|
|
inherited cxGrid: TcxGrid
|
|
Top = 30
|
|
Width = 749
|
|
Height = 344
|
|
ExplicitTop = 30
|
|
ExplicitWidth = 670
|
|
ExplicitHeight = 344
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Column = cxGridViewDEBE
|
|
end
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Column = cxGridViewHABER
|
|
end>
|
|
DataController.Summary.OnAfterSummary = cxGridViewDataControllerSummaryAfterSummary
|
|
OptionsBehavior.PullFocusing = True
|
|
OptionsView.CellAutoHeight = False
|
|
OptionsView.Footer = True
|
|
inherited cxGridViewID: TcxGridDBColumn
|
|
Options.Sorting = False
|
|
end
|
|
object cxGridViewNUM_ORDEN: TcxGridDBColumn
|
|
DataBinding.FieldName = 'NUM_ORDEN'
|
|
Visible = False
|
|
SortIndex = 0
|
|
SortOrder = soAscending
|
|
end
|
|
object cxGridViewID_ASIENTO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_ASIENTO'
|
|
Visible = False
|
|
Options.Sorting = False
|
|
end
|
|
object cxGridViewREF_SUBCUENTA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REF_SUBCUENTA'
|
|
PropertiesClassName = 'TcxButtonEditProperties'
|
|
Properties.Buttons = <
|
|
item
|
|
Default = True
|
|
Kind = bkEllipsis
|
|
end>
|
|
Properties.ReadOnly = True
|
|
Properties.OnButtonClick = cxGridViewREF_SUBCUENTAPropertiesButtonClick
|
|
Options.Sorting = False
|
|
Width = 119
|
|
end
|
|
object cxGridViewSUBCUENTA: TcxGridDBColumn
|
|
Caption = 'SubCuenta'
|
|
DataBinding.FieldName = 'SUBCUENTA'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.ReadOnly = True
|
|
Options.Sorting = False
|
|
Width = 86
|
|
end
|
|
object cxGridViewCONCEPTO: TcxGridDBColumn
|
|
Caption = 'Concepto'
|
|
DataBinding.FieldName = 'CONCEPTO'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Options.Sorting = False
|
|
Width = 109
|
|
end
|
|
object cxGridViewDOCUMENTO: TcxGridDBColumn
|
|
Caption = 'Documento'
|
|
DataBinding.FieldName = 'DOCUMENTO'
|
|
Options.Sorting = False
|
|
Width = 58
|
|
end
|
|
object cxGridViewDEBE: TcxGridDBColumn
|
|
Caption = 'Debe'
|
|
DataBinding.FieldName = 'DEBE'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.OnEditValueChanged = cxGridViewDEBEPropertiesEditValueChanged
|
|
Options.Sorting = False
|
|
Width = 59
|
|
end
|
|
object cxGridViewHABER: TcxGridDBColumn
|
|
Caption = 'Haber'
|
|
DataBinding.FieldName = 'HABER'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.OnEditValueChanged = cxGridViewHABERPropertiesEditValueChanged
|
|
Options.Sorting = False
|
|
Width = 58
|
|
end
|
|
end
|
|
end
|
|
inherited ToolBar1: TToolBar
|
|
Width = 369
|
|
Align = alNone
|
|
Wrapable = False
|
|
ExplicitWidth = 369
|
|
inherited ToolButton1: TToolButton
|
|
ExplicitWidth = 62
|
|
end
|
|
inherited ToolButton4: TToolButton
|
|
ExplicitWidth = 74
|
|
end
|
|
inherited ToolButton2: TToolButton
|
|
ExplicitWidth = 67
|
|
end
|
|
inherited ToolButton7: TToolButton
|
|
ExplicitWidth = 117
|
|
end
|
|
object ToolButton3: TToolButton
|
|
Left = 336
|
|
Top = 0
|
|
Width = 8
|
|
Caption = 'ToolButton3'
|
|
ImageIndex = 4
|
|
Style = tbsSeparator
|
|
end
|
|
end
|
|
inherited ActionListContenido: TActionList
|
|
object actElegirSubCuenta: TAction
|
|
Category = 'Operaciones'
|
|
Caption = 'Elegir Subcuenta'
|
|
OnExecute = actElegirSubCuentaExecute
|
|
end
|
|
end
|
|
object PngImageList: TPngImageList
|
|
PngImages = <
|
|
item
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
|
|
610000000970485973000017120000171201679FD2520000022E4944415478DA
|
|
8D93CF6BD36018C7BF6997A45DD376EA70CA18D31D44981741280C44119DA83D
|
|
C87619781A1EFD1BC49B2028B28353141111A43BE8CD934E65A8D4A1686B61B5
|
|
A31DD8CCBAFEDAACEDF226B389EFFB26CBCC54E6030FEFCB4B3E9FE79B9744B0
|
|
2C0B8220E0F7BA3AB2D75A282DE07F4AD82C60F0851B8F50530BF85EF98A6236
|
|
8DCCAB69B0B366BD8C95B24ACF4BB877FD226AFD635EC13A5CF99243A356869A
|
|
4D51F8398799EC476D09E5621E0F6F5EC6C8D938EE7C503604EB7055CDA34127
|
|
A8B90C3ECD3CE570A35AA2FD0DCB4B2AEE4F5CC29953C35094102667655B706D
|
|
7480C3F97412AD951AAAC502E6DEBCE47031974673B942BB8AA9DB57103F7D12
|
|
9D9D413ED4154C8C0BD6FCE7AD2F6C2816C3CE9E6E8862077C3E9F57307CE2FC
|
|
1F80655A308C35E844C7B3273318D8D78FE8B6282449A41211B7DE05FE2D304D
|
|
13866EC34433F0FAC55BF4EDE945A42B0C910A6459C6DD94F27781D936F964B2
|
|
AADB02DAEF9329ECEEED4138A240944548B2840773DBBD02B637596C6238205D
|
|
352AD175643E66B1A3BB0B0A15489204292061AAB0CB2B68D3C96B34367120BE
|
|
3AB2F96C01E1A8825028083920F35778BCD8B721387E6C9C42060788465C50A3
|
|
12B24AB0582C2110946907282C61BA3588442221B882C343E75C50A30093B104
|
|
84D849EAD53AFC1D7E0ECFFA631C76FF0526387470D4135977405B62A0D56CB2
|
|
C791891C71618FE0C0FEB873618623B2E33361FB679B4A340A1FF5C01E41928C
|
|
6DF9256E8659FD02D3B7960923D6946A0000000049454E44AE426082}
|
|
Name = 'PngImage0'
|
|
Background = clWindow
|
|
end>
|
|
Left = 160
|
|
Top = 32
|
|
Bitmap = {}
|
|
end
|
|
end
|