En el inventario, la columna 'Pendiente de recibir' tiene demasiado ancho al hacer un ancho automático.
git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@41 c93665c3-c93d-084d-9b98-7d5f4a9c3376
This commit is contained in:
parent
316c1c31e9
commit
50691cfe5b
@ -36,36 +36,47 @@ inherited frViewInventario: TfrViewInventario
|
||||
object cxGridViewFAMILIA: TcxGridDBColumn
|
||||
Caption = 'Familia'
|
||||
DataBinding.FieldName = 'FAMILIA'
|
||||
MinWidth = 40
|
||||
end
|
||||
object cxGridViewREFERENCIA: TcxGridDBColumn
|
||||
Caption = 'Referencia'
|
||||
DataBinding.FieldName = 'REFERENCIA'
|
||||
MinWidth = 30
|
||||
end
|
||||
object cxGridViewREFERENCIA_PROVEEDOR: TcxGridDBColumn
|
||||
Caption = 'Ref. proveedor'
|
||||
DataBinding.FieldName = 'REFERENCIA_PROVEEDOR'
|
||||
MinWidth = 30
|
||||
end
|
||||
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
||||
Caption = 'Descripci'#243'n'
|
||||
DataBinding.FieldName = 'DESCRIPCION'
|
||||
MinWidth = 80
|
||||
end
|
||||
object cxGridViewSTOCK: TcxGridDBColumn
|
||||
DataBinding.FieldName = 'STOCK'
|
||||
PropertiesClassName = 'TcxSpinEditProperties'
|
||||
Properties.Alignment.Horz = taRightJustify
|
||||
BestFitMaxWidth = 50
|
||||
FooterAlignmentHorz = taRightJustify
|
||||
HeaderAlignmentHorz = taRightJustify
|
||||
MinWidth = 30
|
||||
Width = 50
|
||||
end
|
||||
object cxGridViewALMACEN: TcxGridDBColumn
|
||||
Caption = 'Almac'#233'n'
|
||||
DataBinding.FieldName = 'ALMACEN'
|
||||
MinWidth = 80
|
||||
end
|
||||
object cxGridViewUNIDADES_ALMACEN: TcxGridDBColumn
|
||||
DataBinding.FieldName = 'UNIDADES_ALMACEN'
|
||||
PropertiesClassName = 'TcxSpinEditProperties'
|
||||
Properties.Alignment.Horz = taRightJustify
|
||||
BestFitMaxWidth = 50
|
||||
FooterAlignmentHorz = taRightJustify
|
||||
HeaderAlignmentHorz = taRightJustify
|
||||
MinWidth = 30
|
||||
Width = 50
|
||||
end
|
||||
object cxGridViewPRECIO_NETO: TcxGridDBColumn
|
||||
DataBinding.FieldName = 'PRECIO_NETO'
|
||||
@ -82,16 +93,22 @@ inherited frViewInventario: TfrViewInventario
|
||||
DataBinding.FieldName = 'RESERVA'
|
||||
PropertiesClassName = 'TcxSpinEditProperties'
|
||||
Properties.Alignment.Horz = taRightJustify
|
||||
BestFitMaxWidth = 50
|
||||
HeaderAlignmentHorz = taRightJustify
|
||||
HeaderGlyphAlignmentHorz = taRightJustify
|
||||
MinWidth = 30
|
||||
Width = 50
|
||||
end
|
||||
object cxGridViewPENDIENTE_RECEPCION: TcxGridDBColumn
|
||||
DataBinding.FieldName = 'PENDIENTE_RECEPCION'
|
||||
PropertiesClassName = 'TcxSpinEditProperties'
|
||||
Properties.Alignment.Horz = taRightJustify
|
||||
BestFitMaxWidth = 50
|
||||
FooterAlignmentHorz = taRightJustify
|
||||
HeaderAlignmentHorz = taRightJustify
|
||||
HeaderGlyphAlignmentHorz = taRightJustify
|
||||
MinWidth = 30
|
||||
Width = 50
|
||||
end
|
||||
end
|
||||
object cxGridDBTableView1: TcxGridDBTableView [1]
|
||||
@ -111,16 +128,16 @@ inherited frViewInventario: TfrViewInventario
|
||||
inherited dxLayoutControl1: TdxLayoutControl
|
||||
ExplicitWidth = 550
|
||||
inherited txtFiltroTodo: TcxTextEdit
|
||||
ExplicitWidth = 273
|
||||
Width = 273
|
||||
ExplicitWidth = 464
|
||||
Width = 464
|
||||
end
|
||||
inherited edtFechaIniFiltro: TcxDateEdit
|
||||
ExplicitWidth = 121
|
||||
Width = 121
|
||||
ExplicitWidth = 244
|
||||
Width = 244
|
||||
end
|
||||
inherited edtFechaFinFiltro: TcxDateEdit
|
||||
ExplicitWidth = 121
|
||||
Width = 121
|
||||
ExplicitWidth = 203
|
||||
Width = 203
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user