git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@18 9a1d36f3-7752-2d40-8ccb-50eb49674c68
73 lines
2.4 KiB
Plaintext
73 lines
2.4 KiB
Plaintext
inherited frViewDetallesPresupuesto: TfrViewDetallesPresupuesto
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
end
|
|
item
|
|
Format = '0 Conceptos'
|
|
Kind = skCount
|
|
Column = cxGridViewDESCRIPCION
|
|
end
|
|
item
|
|
Format = '0 Unidades'
|
|
Kind = skSum
|
|
Column = cxGridViewCANTIDAD
|
|
end>
|
|
OptionsSelection.InvertSelect = False
|
|
OptionsView.Footer = True
|
|
inherited cxGridViewTIPO: TcxGridDBColumn
|
|
Width = 40
|
|
end
|
|
inherited cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
Width = 165
|
|
end
|
|
object cxGridViewPUNTOS: TcxGridDBColumn [3]
|
|
DataBinding.FieldName = 'PUNTOS'
|
|
PropertiesClassName = 'TcxMaskEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Styles.OnGetContentStyle = cxGridViewIMPORTEPUNTOSStylesGetContentStyle
|
|
Width = 33
|
|
end
|
|
object cxGridViewIMPORTEPUNTOS: TcxGridDBColumn [4]
|
|
DataBinding.FieldName = 'IMPORTEPUNTOS'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Styles.OnGetContentStyle = cxGridViewIMPORTEPUNTOSStylesGetContentStyle
|
|
Width = 55
|
|
end
|
|
inherited cxGridViewCANTIDAD: TcxGridDBColumn
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Width = 29
|
|
end
|
|
inherited cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
|
|
Width = 43
|
|
end
|
|
inherited cxGridViewIMPORTETOTAL: TcxGridDBColumn
|
|
Width = 43
|
|
end
|
|
inherited cxGridViewVISIBLE: TcxGridDBColumn
|
|
Styles.OnGetContentStyle = cxGridViewVISIBLEStylesGetContentStyle
|
|
Width = 21
|
|
end
|
|
inherited cxGridViewVALORADO: TcxGridDBColumn
|
|
Styles.OnGetContentStyle = cxGridViewVALORADOStylesGetContentStyle
|
|
end
|
|
end
|
|
end
|
|
inherited cxStyleRepository1: TcxStyleRepository
|
|
object cxStyle_PUNTOS: TcxStyle
|
|
AssignedValues = [svColor, svFont, svTextColor]
|
|
Color = 16053492
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
TextColor = clWindowText
|
|
end
|
|
end
|
|
end
|