uViewDetallesArticulos: quitar columnas de referencias y más ancho para la columna de concepto.
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@281 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
b9ba1dcb4c
commit
8540d46daf
@ -1,7 +1,10 @@
|
||||
inherited frViewDetallesArticulos: TfrViewDetallesArticulos
|
||||
Width = 753
|
||||
Height = 384
|
||||
ParentBiDiMode = False
|
||||
OnShow = CustomViewShow
|
||||
inherited ToolBar1: TToolBar
|
||||
Width = 753
|
||||
inherited ToolButton4: TToolButton
|
||||
Wrap = True
|
||||
end
|
||||
@ -62,6 +65,8 @@ inherited frViewDetallesArticulos: TfrViewDetallesArticulos
|
||||
end
|
||||
end
|
||||
inherited cxGrid: TcxGrid
|
||||
Width = 753
|
||||
Height = 312
|
||||
inherited cxGridView: TcxGridDBTableView
|
||||
inherited cxGridViewTIPO: TcxGridDBColumn
|
||||
Visible = False
|
||||
@ -76,38 +81,49 @@ inherited frViewDetallesArticulos: TfrViewDetallesArticulos
|
||||
Caption = 'Referencia'
|
||||
DataBinding.FieldName = 'REFERENCIA'
|
||||
PropertiesClassName = 'TcxTextEditProperties'
|
||||
Visible = False
|
||||
VisibleForCustomization = False
|
||||
Width = 59
|
||||
end
|
||||
object cxGridViewREFERENCIA_PROVEEDOR: TcxGridDBColumn [5]
|
||||
Caption = 'Ref. proveedor'
|
||||
DataBinding.FieldName = 'REFERENCIA_PROVEEDOR'
|
||||
PropertiesClassName = 'TcxTextEditProperties'
|
||||
Visible = False
|
||||
VisibleForCustomization = False
|
||||
Width = 66
|
||||
end
|
||||
inherited cxGridViewDESCRIPCION: TcxGridDBColumn
|
||||
Width = 85
|
||||
Width = 480
|
||||
end
|
||||
inherited cxGridViewCANTIDAD: TcxGridDBColumn
|
||||
Width = 48
|
||||
end
|
||||
inherited cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
|
||||
Width = 48
|
||||
Width = 68
|
||||
end
|
||||
inherited cxGridViewDESCUENTO: TcxGridDBColumn
|
||||
HeaderAlignmentHorz = taRightJustify
|
||||
Width = 25
|
||||
Width = 29
|
||||
end
|
||||
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
|
||||
Width = 56
|
||||
end
|
||||
inherited cxGridViewIMPORTEPORTE: TcxGridDBColumn
|
||||
Caption = 'Porte unidad'
|
||||
Visible = False
|
||||
VisibleForCustomization = False
|
||||
Width = 78
|
||||
end
|
||||
inherited cxGridViewIMPORTETOTAL: TcxGridDBColumn
|
||||
Width = 49
|
||||
Width = 58
|
||||
end
|
||||
end
|
||||
end
|
||||
inherited TBXDock1: TTBXDock
|
||||
Width = 753
|
||||
inherited TBXToolbar1: TTBXToolbar
|
||||
ExplicitWidth = 451
|
||||
ExplicitWidth = 548
|
||||
object TBXItem12: TTBXItem [0]
|
||||
Action = actAnadirArticulos
|
||||
DisplayMode = nbdmImageAndText
|
||||
|
||||
Loading…
Reference in New Issue
Block a user