2011-11-14 17:40:41 +00:00
|
|
|
inherited frViewDetallesAlbaranProveedor: TfrViewDetallesAlbaranProveedor
|
|
|
|
|
inherited cxGrid: TcxGrid
|
|
|
|
|
inherited cxGridView: TcxGridDBTableView
|
2022-06-23 15:49:41 +00:00
|
|
|
inherited cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
|
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
|
|
|
Properties.AutoSelect = True
|
|
|
|
|
end
|
|
|
|
|
inherited cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
|
|
|
|
|
Properties.DecimalPlaces = 4
|
|
|
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
Properties.EditFormat = ',0.0000;-,0.0000'
|
|
|
|
|
end
|
2011-11-14 17:40:41 +00:00
|
|
|
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
|
2022-06-23 15:49:41 +00:00
|
|
|
Properties.DecimalPlaces = 4
|
|
|
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
Properties.EditFormat = ',0.0000;-,0.0000'
|
2011-11-14 17:40:41 +00:00
|
|
|
Properties.ReadOnly = False
|
|
|
|
|
end
|
2022-06-23 15:49:41 +00:00
|
|
|
inherited cxGridViewIMP_UNIDAD_DTO: TcxGridDBColumn
|
|
|
|
|
Properties.DecimalPlaces = 4
|
|
|
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
Properties.EditFormat = ',0.0000;-,0.0000'
|
|
|
|
|
end
|
|
|
|
|
inherited cxGridViewIMPORTETOTAL: TcxGridDBColumn
|
|
|
|
|
Properties.DecimalPlaces = 4
|
|
|
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
Properties.EditFormat = ',0.0000;-,0.0000'
|
|
|
|
|
end
|
2011-11-14 17:40:41 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|