git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@158 93f398dd-4eb6-7a46-baf6-13f46f578da2
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
inherited frViewDetallesPedidoProveedor: TfrViewDetallesPedidoProveedor
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
inherited cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Visible = True
|
|
end
|
|
inherited cxGridViewREFERENCIA_PROVEEDOR: TcxGridDBColumn
|
|
Visible = True
|
|
end
|
|
inherited cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.AutoSelect = True
|
|
end
|
|
object cxGridViewUNIDAD_MEDIDA: TcxGridDBColumn [7]
|
|
Caption = 'Unidad medida'
|
|
DataBinding.FieldName = 'UNIDAD_MEDIDA'
|
|
end
|
|
inherited cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
|
|
Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364
|
|
end
|
|
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
|
|
Properties.ReadOnly = False
|
|
end
|
|
inherited cxGridViewIMP_UNIDAD_DTO: TcxGridDBColumn
|
|
Properties.DecimalPlaces = 2
|
|
Properties.DisplayFormat = ',0.00 '#8364';-,0.00 '#8364
|
|
Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364
|
|
end
|
|
inherited cxGridViewIMPORTETOTAL: TcxGridDBColumn
|
|
Properties.DecimalPlaces = 2
|
|
Properties.DisplayFormat = ',0.00 '#8364';-,0.00 '#8364
|
|
Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364
|
|
end
|
|
end
|
|
end
|
|
end
|