73 lines
2.1 KiB
Plaintext
73 lines
2.1 KiB
Plaintext
|
|
inherited frViewClienteDescuentosArticulos: TfrViewClienteDescuentosArticulos
|
||
|
|
Width = 582
|
||
|
|
Height = 241
|
||
|
|
ExplicitWidth = 582
|
||
|
|
ExplicitHeight = 241
|
||
|
|
inherited cxGrid: TcxGrid
|
||
|
|
Width = 582
|
||
|
|
Height = 216
|
||
|
|
ExplicitWidth = 582
|
||
|
|
ExplicitHeight = 216
|
||
|
|
inherited cxGridView: TcxGridDBTableView
|
||
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
||
|
|
Caption = 'Referencia'
|
||
|
|
DataBinding.FieldName = 'REFERENCIA'
|
||
|
|
Options.Editing = False
|
||
|
|
Width = 150
|
||
|
|
end
|
||
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
||
|
|
Caption = 'Descripci'#243'n'
|
||
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
||
|
|
Options.Editing = False
|
||
|
|
Width = 300
|
||
|
|
end
|
||
|
|
object cxGridViewPRECIO_COSTE: TcxGridDBColumn
|
||
|
|
Caption = 'Precio'
|
||
|
|
DataBinding.FieldName = 'PRECIO_COSTE'
|
||
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||
|
|
Properties.Alignment.Horz = taRightJustify
|
||
|
|
HeaderAlignmentHorz = taRightJustify
|
||
|
|
Options.Editing = False
|
||
|
|
Width = 150
|
||
|
|
end
|
||
|
|
object cxGridViewDESCUENTO: TcxGridDBColumn
|
||
|
|
Caption = 'Descuento'
|
||
|
|
DataBinding.FieldName = 'DESCUENTO'
|
||
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
||
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
||
|
|
Properties.ImmediatePost = True
|
||
|
|
Properties.MaxValue = 100.000000000000000000
|
||
|
|
BestFitMaxWidth = 30
|
||
|
|
FooterAlignmentHorz = taRightJustify
|
||
|
|
HeaderAlignmentHorz = taRightJustify
|
||
|
|
Width = 150
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|
||
|
|
inherited ToolBar1: TToolBar
|
||
|
|
Width = 582
|
||
|
|
ExplicitWidth = 582
|
||
|
|
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
|
||
|
|
inherited ActionListContenido: TActionList
|
||
|
|
inherited actModificar: TAction
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
end
|
||
|
|
object dsArticulos: TDADataSource
|
||
|
|
Left = 72
|
||
|
|
Top = 144
|
||
|
|
end
|
||
|
|
end
|