inherited frViewClienteDescuentos: TfrViewClienteDescuentos
Width = 582
Height = 241
ExplicitWidth = 582
ExplicitHeight = 241
inherited cxGrid: TcxGrid
Height = 216
ExplicitHeight = 216
inherited cxGridView: TcxGridDBTableView
object cxGridViewPROVEEDOR: TcxGridDBColumn
Caption = 'Proveedor'
DataBinding.FieldName = 'ID_PROVEEDOR'
PropertiesClassName = 'TcxLookupComboBoxProperties'
Properties.ImmediatePost = True
Properties.KeyFieldNames = 'ID'
Properties.ListColumns = <
item
SortOrder = soAscending
FieldName = 'NOMBRE'
end>
Properties.ListOptions.GridLines = glNone
Properties.ListOptions.ShowHeader = False
Properties.ListSource = dsProveedores
end
object cxGridViewDESCUENTO: TcxGridDBColumn
Caption = 'Descuento'
DataBinding.FieldName = 'DESCUENTO'
PropertiesClassName = 'TcxSpinEditProperties'
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
Properties.MaxValue = 100.000000000000000000
BestFitMaxWidth = 30
FooterAlignmentHorz = taRightJustify
HeaderAlignmentHorz = taRightJustify
Width = 30
inherited ToolBar1: TToolBar
inherited ToolButton1: TToolButton
ExplicitWidth = 62
inherited ToolButton4: TToolButton
ExplicitWidth = 74
inherited ToolButton2: TToolButton
ExplicitWidth = 67
inherited ToolButton7: TToolButton
ExplicitWidth = 117
inherited ActionListContenido: TActionList
inherited actModificar: TAction
Visible = False
object dsProveedores: TDADataSource
Left = 72
Top = 144