git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@69 0c75b7a4-871f-7646-8a2f-f78d34cc349f
317 lines
12 KiB
Plaintext
317 lines
12 KiB
Plaintext
inherited frViewRecibosCliente: TfrViewRecibosCliente
|
|
Width = 531
|
|
Height = 387
|
|
ExplicitWidth = 531
|
|
ExplicitHeight = 387
|
|
inherited cxGrid: TcxGrid
|
|
Width = 531
|
|
Height = 259
|
|
RootLevelOptions.DetailTabsPosition = dtpTop
|
|
OnActiveTabChanged = cxGridActiveTabChanged
|
|
ExplicitWidth = 531
|
|
ExplicitHeight = 259
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.KeyFieldNames = 'ID'
|
|
DataController.Options = [dcoAnsiSort, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoGroupsAlwaysExpanded]
|
|
DataController.Summary.DefaultGroupSummaryItems = <
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Position = spFooter
|
|
Column = cxGridViewIMPORTE_TOTAL
|
|
end>
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Column = cxGridViewIMPORTE_TOTAL
|
|
end
|
|
item
|
|
Format = '0 recibos'
|
|
Kind = skCount
|
|
Column = cxGridViewREFERENCIA
|
|
end
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Column = cxGridViewIMPORTE
|
|
end
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Column = cxGridViewOTROS_GASTOS
|
|
end>
|
|
OptionsCustomize.ColumnHidingOnGrouping = False
|
|
OptionsView.GroupFooters = gfAlwaysVisible
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
Width = 64
|
|
end
|
|
object cxGridViewID_RECIBO_COMPENSADO: TcxGridDBColumn
|
|
Caption = 'Compensado'
|
|
DataBinding.FieldName = 'ID_RECIBO_COMPENSADO'
|
|
OnCustomDrawCell = cxGridViewID_RECIBO_COMPENSADOCustomDrawCell
|
|
end
|
|
object cxGridViewREFERENCIA_REC_COMPENSADO: TcxGridDBColumn
|
|
Caption = 'Ref. recibo compensado'
|
|
DataBinding.FieldName = 'REFERENCIA_REC_COMPENSADO'
|
|
end
|
|
object cxGridViewSITUACION: TcxGridDBColumn
|
|
Caption = 'Situaci'#243'n'
|
|
DataBinding.FieldName = 'SITUACION'
|
|
PropertiesClassName = 'TcxImageComboBoxProperties'
|
|
Properties.Images = PngImageList
|
|
Properties.Items = <
|
|
item
|
|
Description = 'Pendiente'
|
|
Value = 'PENDIENTE'
|
|
end
|
|
item
|
|
Description = 'Cobrado'
|
|
ImageIndex = 0
|
|
Value = 'COBRADO'
|
|
end
|
|
item
|
|
Description = 'Devuelto'
|
|
ImageIndex = 1
|
|
Value = 'DEVUELTO'
|
|
end>
|
|
Width = 50
|
|
end
|
|
object cxGridViewFECHA_EMISION: TcxGridDBColumn
|
|
Caption = 'Fecha emisi'#243'n'
|
|
DataBinding.FieldName = 'FECHA_EMISION'
|
|
Width = 36
|
|
end
|
|
object cxGridViewFECHA_VENCIMIENTO: TcxGridDBColumn
|
|
Caption = 'Fecha vencimiento'
|
|
DataBinding.FieldName = 'FECHA_VENCIMIENTO'
|
|
Width = 40
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
Caption = 'Descripci'#243'n'
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
Visible = False
|
|
end
|
|
object cxGridViewNIF_CIF_CLIENTE: TcxGridDBColumn
|
|
Caption = 'NIF/CIF'
|
|
DataBinding.FieldName = 'NIF_CIF_CLIENTE'
|
|
Visible = False
|
|
end
|
|
object cxGridViewNOMBRE_CLIENTE: TcxGridDBColumn
|
|
Caption = 'Cliente'
|
|
DataBinding.FieldName = 'NOMBRE_CLIENTE'
|
|
Width = 51
|
|
end
|
|
object cxGridViewIMPORTE: TcxGridDBColumn
|
|
Caption = 'Importe'
|
|
DataBinding.FieldName = 'IMPORTE'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 56
|
|
end
|
|
object cxGridViewOTROS_GASTOS: TcxGridDBColumn
|
|
Caption = 'Otros gastos'
|
|
DataBinding.FieldName = 'OTROS_GASTOS'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 55
|
|
end
|
|
object cxGridViewIMPORTE_TOTAL: TcxGridDBColumn
|
|
Caption = 'Importe total'
|
|
DataBinding.FieldName = 'IMPORTE_TOTAL'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 117
|
|
end
|
|
object cxGridViewREFERENCIA_REMESA: TcxGridDBColumn
|
|
Caption = 'Ref. remesa'
|
|
DataBinding.FieldName = 'REFERENCIA_REMESA'
|
|
Width = 48
|
|
end
|
|
end
|
|
inherited cxGridLevel: TcxGridLevel
|
|
Caption = 'Todos'
|
|
end
|
|
object cxGridPendientes: TcxGridLevel
|
|
Caption = 'Pendientes'
|
|
end
|
|
object cxGridPagados: TcxGridLevel
|
|
Caption = 'Cobrados'
|
|
end
|
|
object cxGridDevueltos: TcxGridLevel
|
|
Caption = 'Devueltos'
|
|
end
|
|
end
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
Width = 531
|
|
ExplicitWidth = 531
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
ExplicitWidth = 531
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
Width = 531
|
|
ExplicitWidth = 531
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
ExplicitWidth = 287
|
|
Width = 287
|
|
end
|
|
end
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
Width = 531
|
|
ExplicitWidth = 531
|
|
inherited tbxBotones: TTBXToolbar
|
|
Width = 521
|
|
ExplicitWidth = 521
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited pnlAgrupaciones: TTBXDockablePanel
|
|
Top = 361
|
|
Visible = True
|
|
ExplicitTop = 361
|
|
ExplicitWidth = 531
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
Width = 531
|
|
ExplicitWidth = 531
|
|
inherited TBXToolbar1: TTBXToolbar
|
|
Width = 521
|
|
ExplicitWidth = 521
|
|
object TBXSeparatorItem1: TTBXSeparatorItem
|
|
end
|
|
object TBXItem2: TTBXItem
|
|
Action = actCliente
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
Top = 152
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 38673.741107951390000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
inherited dxPSEngineController1: TdxPSEngineController
|
|
Top = 152
|
|
end
|
|
inherited cxStyleRepository1: TcxStyleRepository
|
|
Top = 144
|
|
object cxStylePendientes: TcxStyle
|
|
AssignedValues = [svTextColor]
|
|
TextColor = clGreen
|
|
end
|
|
object cxStylePagados: TcxStyle
|
|
AssignedValues = [svTextColor]
|
|
TextColor = clBlack
|
|
end
|
|
object cxStyleDevueltos: TcxStyle
|
|
AssignedValues = [svTextColor]
|
|
TextColor = clRed
|
|
end
|
|
end
|
|
inherited cxViewGridPopupMenu: TcxGridPopupMenu
|
|
Top = 144
|
|
end
|
|
inherited ActionList1: TActionList
|
|
object actCliente: TAction
|
|
Caption = 'Cliente'
|
|
OnExecute = actClienteExecute
|
|
OnUpdate = actClienteUpdate
|
|
end
|
|
end
|
|
inherited cxStyleRepositoryInforme: TcxStyleRepository
|
|
Top = 184
|
|
end
|
|
inherited dxPrintStyleManager1: TdxPrintStyleManager
|
|
Top = 184
|
|
inherited dxPrintStyleManager1Style1: TdxPSPrintStyle
|
|
BuiltInStyle = True
|
|
end
|
|
end
|
|
object PngImageList: TPngImageList
|
|
PngImages = <
|
|
item
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
|
|
61000000097048597300000AEB00000AEB01828B0D5A000001DA4944415478DA
|
|
63FCFFFF3F032580912C5DF2F33964B539E3DF7DF8F1956403380CE7C85B5929
|
|
CFFAF99ED7FCFCED9BE124192060B7D8D6CE5279E99B876C42674FFC0CFEF9C0
|
|
7A27D10628FBAF0FB030915F74E7EA6FE6F387FF87FD7A6AB195E83090F55915
|
|
EEE7A23BE7FCD9CFAC170EFF4EFDF6C07A31D18128E1BE3CC8DB597BE1A3BBBF
|
|
B98EECFA91FBFDBEF574A0F07FA20C10B09B67EBE366B8E3CDF37F9C47F77CED
|
|
FC7CD3AE125D0DC400B3897C9CCCBCEADFD9182F331C4CFC010E6DCB39F29E0E
|
|
3A07599939E477AE7FBFFBE3CF4BBE0C77F27F621820EAB848DFDC447931372B
|
|
9FE68E5DF7577F3C73368E414588D9C6496BB3AA92B8CBDECD9FDEBC7CF9D3F2
|
|
E71DE7BBD85CC928EAB438C4C7556F3A0B1B8BC8B1BD9FFFDE7B753F4C41994B
|
|
C3CA48B1E5F09ECFFFEF3F7D19F3FB5AD0725CDE047B41276243A09D85FAAAA7
|
|
CFBFB11CDEFBEA8EA79F98E4C3FBBFB8CF9F7BBDE5EB453F3FE440C31E060CF5
|
|
4C4ED9F63B6565845D5EBEFEF29F11287AE9C4AF2FAFBF3D32FF753EFE3ABE80
|
|
86C7028FF5429B101F83FDCF5F7F66797697E1FFCDDB6FA7FFBAE69F4D289A91
|
|
A2B19EC539C7E1C49BC7EC46F71EBDD9FFF9DFD338868B994F4930808181D76E
|
|
413EF33F56D90F0F5ED4323C29FE4E4833080000904EC47A3EA3126900000000
|
|
49454E44AE426082}
|
|
Name = 'PngImage0'
|
|
Background = clWindow
|
|
end
|
|
item
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
|
|
61000000097048597300000AEB00000AEB01828B0D5A0000029B4944415478DA
|
|
A5936B48536118C7FFE79CB5CD332F639B9A379C683051B232CDEA835D14BB40
|
|
A444501FACCC254811F529858811519411917D705A5041D04D30A34F82214118
|
|
D8B0455E2A755E6665BA9DCDED6C3BDBDE76365C9A981F7AE0BDF0C2FFF7FE9F
|
|
E7E1A10821F89FA0C27B7E8B8ED526D731085A9DAFAA6EFC4B1053FAA844AA8A
|
|
377053B64ED27BAC99C2E6FB4574667A4F5676B23C5ECE9091FE2F97B98ECA4B
|
|
CB9405B794AAEC9CAB5E307A97C3ED8383AB26BD35CF29EC7ED68AA4A45A0483
|
|
4852B1484D64C9A8E9EB15AEB3F2E282962D7BBC5FA651B73A5C424AC0E59E05
|
|
673B88BEBAB762FA14726EC7639DB60BB1B145083DC4C824D0A62790E901CB75
|
|
FB4B53A362EF060351B08D6E978706CF4F807356C0A41F10C1118018BA3B6A68
|
|
33DE8065F345080D82B4940432373933E863A43AC1E3A5E0E68730E72883F9D4
|
|
E482B33F003136B6A52251DD831879B60811530A2FF1CEF31670F3DB60AAB52E
|
|
2ECB528018EB8D5948D6F442264D8C8A03018299D94321DBED7FD775194051FE
|
|
E49C54A36CB2715E3AEA423CBD9E09CCD977C05C3FB222407DA0FD4A467E6643
|
|
FF472B450221A15F2010FCF39048E222109F052E5B294CA72DCB008A8AA7E775
|
|
25B94DC343D394D3EE167F2670380CA1DCDBC02A8CA194F685213EE11B387E17
|
|
3ED78D4701CCF687E559C579AF79DE2B991AFB19B1EC703EC0BBEAE351AF85F7
|
|
4E42B6E626683A0182300CDFFC4E98CE58C300CDD1EEC9B8B5AAB4B1C13184AD
|
|
BBDD668CFB8A6139E15952B1BCBB19A10E192161F6840A3B04DE594ACC677F50
|
|
CAC35D2F78BFBFCAEBE211A20BB0FFDA8A0FF57D2B0E4381510F09DD0412EC20
|
|
7DFA6A0A9B8C25502ABBC1307270DC35BCAF69587504739B3341532CF9543F10
|
|
E94261CB16486417F07DF4082C06CFAA80455DF80DE5433FF01720E9DB000000
|
|
0049454E44AE426082}
|
|
Name = 'PngImage1'
|
|
Background = clWindow
|
|
end
|
|
item
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
|
|
610000000774494D45000000000000000973942E000000097048597300001712
|
|
0000171201679FD252000001754944415478DA6364C001D6ECBE900CA4E640B9
|
|
2921AE0673B1A963C4A739C8598FE1DB8FDF0C33966C67505054C06A08232ECD
|
|
3EF6BA0C250B7F315C7FF88F6179E15F86456BF76135841197CD79737F324C4E
|
|
E1008BF345BC63B833959561F13A4C4318D13507BBE833E4CEF9C160ACC1C290
|
|
60C30296734D5FCD70F2A333564318B1D90CD20C02D72E9C04D33C92A60CAFDF
|
|
FF6358B8E71B86218CE87E866986D90E738186A92FC397EF0C0C6B8FA21A0232
|
|
E03FBACD5FBEFF07E30A3F36B801323ABE0C3F7FFF67F8FE938161EFC5EF7043
|
|
C00678586B32F8B7FD61887167836BFEF59B81A12E186180A8BA0F58F3E76FFF
|
|
194EDDFE0136A07DDA1AB001C90FEE3F98131BE4C4A092FD9BA12A8A07AC19E4
|
|
67582C800CE051F0C1D06C636994020F44902171214E0CCA99BF19E25DB8E09A
|
|
91C301161330CDE040448E46649764D85C473160C6114D0CCD581312B221CEFA
|
|
9C589D8D3521E13204047069C69B99608680002ECD380D4036E4C98B77383583
|
|
000005100EB8572466A60000000049454E44AE426082}
|
|
Name = 'PngImage2'
|
|
Background = clWindow
|
|
end>
|
|
Left = 56
|
|
Top = 48
|
|
Bitmap = {}
|
|
end
|
|
end
|