git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioCarnicero_ProGestion/trunk@4 1b8572a8-2d6b-b84e-8c90-20ed86fa4eca
56 lines
1.8 KiB
Plaintext
56 lines
1.8 KiB
Plaintext
inherited frViewDetallesFacturaCliente: TfrViewDetallesFacturaCliente
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
inherited cxGridViewTIPO: TcxGridDBColumn
|
|
Width = 69
|
|
end
|
|
inherited cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
Width = 526
|
|
end
|
|
object cxGridViewPUNTOS: TcxGridDBColumn [3]
|
|
DataBinding.FieldName = 'PUNTOS'
|
|
PropertiesClassName = 'TcxMaskEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Visible = False
|
|
Styles.OnGetContentStyle = cxGridViewPUNTOSStylesGetContentStyle
|
|
Width = 74
|
|
end
|
|
object cxGridViewIMPORTEPUNTOS: TcxGridDBColumn [4]
|
|
DataBinding.FieldName = 'IMPORTEPUNTOS'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Visible = False
|
|
Styles.OnGetContentStyle = cxGridViewPUNTOSStylesGetContentStyle
|
|
Width = 124
|
|
end
|
|
inherited cxGridViewCANTIDAD: TcxGridDBColumn
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Width = 83
|
|
end
|
|
inherited cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
|
|
Width = 157
|
|
end
|
|
inherited cxGridViewIMPORTETOTAL: TcxGridDBColumn
|
|
Width = 157
|
|
end
|
|
inherited cxGridViewVISIBLE: TcxGridDBColumn
|
|
Visible = False
|
|
Styles.OnGetContentStyle = cxGridViewVISIBLEStylesGetContentStyle
|
|
Width = 76
|
|
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
|