This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Presupuestos_/Cliente/uViewDetallesPresupuesto.dfm

57 lines
2.0 KiB
Plaintext

inherited frViewDetallesPresupuesto: TfrViewDetallesPresupuesto
inherited cxGrid: TcxGrid
inherited cxGridView: TcxGridDBTableView
OptionsSelection.InvertSelect = False
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