git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@144 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
123 lines
3.5 KiB
Plaintext
123 lines
3.5 KiB
Plaintext
inherited frViewAgenteObjetivosFacturas: TfrViewAgenteObjetivosFacturas
|
|
OnDestroy = CustomViewDestroy
|
|
OnShow = CustomViewShow
|
|
inherited cxGrid: TcxGrid
|
|
Top = 46
|
|
Height = 311
|
|
ExplicitTop = 46
|
|
ExplicitHeight = 311
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.Summary.DefaultGroupSummaryItems = <
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Position = spFooter
|
|
Column = cxGridViewIMPORTE_OBJETIVO
|
|
end>
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Kind = skSum
|
|
Column = cxGridViewIMPORTE_OBJETIVO
|
|
end
|
|
item
|
|
Format = '0'
|
|
Kind = skSum
|
|
Column = cxGridViewUNIDADES_OBJETIVO
|
|
end>
|
|
OptionsData.Appending = False
|
|
OptionsData.Deleting = False
|
|
OptionsData.Inserting = False
|
|
OptionsView.Footer = True
|
|
inherited cxGridViewID: TcxGridDBColumn
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewID_AGENTE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_AGENTE'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewANO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ANO'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewMES: TcxGridDBColumn
|
|
DataBinding.FieldName = 'MES'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
Caption = 'Mes'
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
Options.Editing = False
|
|
end
|
|
object cxGridViewUNIDADES_OBJETIVO: TcxGridDBColumn
|
|
Caption = 'Unidades objetivo'
|
|
DataBinding.FieldName = 'UNIDADES_OBJETIVO'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
FooterAlignmentHorz = taCenter
|
|
HeaderAlignmentHorz = taCenter
|
|
end
|
|
object cxGridViewIMPORTE_OBJETIVO: TcxGridDBColumn
|
|
Caption = 'Importe objetivo'
|
|
DataBinding.FieldName = 'IMPORTE_OBJETIVO'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
end
|
|
end
|
|
inherited ToolBar1: TToolBar
|
|
Visible = False
|
|
inherited ToolButton1: TToolButton
|
|
ExplicitWidth = 62
|
|
end
|
|
inherited ToolButton4: TToolButton
|
|
ExplicitWidth = 74
|
|
end
|
|
inherited ToolButton2: TToolButton
|
|
ExplicitWidth = 67
|
|
end
|
|
inherited ToolButton7: TToolButton
|
|
ExplicitWidth = 117
|
|
end
|
|
end
|
|
object tbxFiltro: TTBXToolbar [2]
|
|
Left = 0
|
|
Top = 25
|
|
Width = 503
|
|
Height = 21
|
|
Align = alTop
|
|
CloseButton = False
|
|
DockMode = dmCannotFloatOrChangeDocks
|
|
DockPos = -6
|
|
DockRow = 2
|
|
DragHandleStyle = dhDouble
|
|
ParentShowHint = False
|
|
Resizable = False
|
|
ShowHint = True
|
|
ShrinkMode = tbsmNone
|
|
TabOrder = 2
|
|
object lblAno: TTBXLabelItem
|
|
Caption = 'A'#241'o'
|
|
end
|
|
object cbxListaAnos: TTBXComboBoxItem
|
|
end
|
|
end
|
|
inherited ActionListContenido: TActionList
|
|
inherited actAnadir: TAction
|
|
Enabled = False
|
|
Visible = False
|
|
end
|
|
inherited actEliminar: TAction
|
|
Enabled = False
|
|
Visible = False
|
|
end
|
|
inherited actModificar: TAction
|
|
Enabled = False
|
|
Visible = False
|
|
end
|
|
end
|
|
end
|