git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@166 93f398dd-4eb6-7a46-baf6-13f46f578da2
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
inherited frViewDetallesAlbaranProveedor: TfrViewDetallesAlbaranProveedor
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
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
|
|
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
|
|
Properties.DecimalPlaces = 4
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
Properties.EditFormat = ',0.0000;-,0.0000'
|
|
Properties.ReadOnly = False
|
|
end
|
|
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
|
|
end
|
|
end
|
|
end
|