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
|
object cxGridViewFAMILIA: TcxGridDBColumn
|
||||||
Caption = 'Familia'
|
Caption = 'Familia'
|
||||||
DataBinding.FieldName = 'FAMILIA'
|
DataBinding.FieldName = 'FAMILIA'
|
||||||
|
MinWidth = 40
|
||||||
end
|
end
|
||||||
object cxGridViewREFERENCIA: TcxGridDBColumn
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
||||||
Caption = 'Referencia'
|
Caption = 'Referencia'
|
||||||
DataBinding.FieldName = 'REFERENCIA'
|
DataBinding.FieldName = 'REFERENCIA'
|
||||||
|
MinWidth = 30
|
||||||
end
|
end
|
||||||
object cxGridViewREFERENCIA_PROVEEDOR: TcxGridDBColumn
|
object cxGridViewREFERENCIA_PROVEEDOR: TcxGridDBColumn
|
||||||
Caption = 'Ref. proveedor'
|
Caption = 'Ref. proveedor'
|
||||||
DataBinding.FieldName = 'REFERENCIA_PROVEEDOR'
|
DataBinding.FieldName = 'REFERENCIA_PROVEEDOR'
|
||||||
|
MinWidth = 30
|
||||||
end
|
end
|
||||||
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
||||||
Caption = 'Descripci'#243'n'
|
Caption = 'Descripci'#243'n'
|
||||||
DataBinding.FieldName = 'DESCRIPCION'
|
DataBinding.FieldName = 'DESCRIPCION'
|
||||||
|
MinWidth = 80
|
||||||
end
|
end
|
||||||
object cxGridViewSTOCK: TcxGridDBColumn
|
object cxGridViewSTOCK: TcxGridDBColumn
|
||||||
DataBinding.FieldName = 'STOCK'
|
DataBinding.FieldName = 'STOCK'
|
||||||
PropertiesClassName = 'TcxSpinEditProperties'
|
PropertiesClassName = 'TcxSpinEditProperties'
|
||||||
Properties.Alignment.Horz = taRightJustify
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
BestFitMaxWidth = 50
|
||||||
FooterAlignmentHorz = taRightJustify
|
FooterAlignmentHorz = taRightJustify
|
||||||
HeaderAlignmentHorz = taRightJustify
|
HeaderAlignmentHorz = taRightJustify
|
||||||
|
MinWidth = 30
|
||||||
|
Width = 50
|
||||||
end
|
end
|
||||||
object cxGridViewALMACEN: TcxGridDBColumn
|
object cxGridViewALMACEN: TcxGridDBColumn
|
||||||
Caption = 'Almac'#233'n'
|
Caption = 'Almac'#233'n'
|
||||||
DataBinding.FieldName = 'ALMACEN'
|
DataBinding.FieldName = 'ALMACEN'
|
||||||
|
MinWidth = 80
|
||||||
end
|
end
|
||||||
object cxGridViewUNIDADES_ALMACEN: TcxGridDBColumn
|
object cxGridViewUNIDADES_ALMACEN: TcxGridDBColumn
|
||||||
DataBinding.FieldName = 'UNIDADES_ALMACEN'
|
DataBinding.FieldName = 'UNIDADES_ALMACEN'
|
||||||
PropertiesClassName = 'TcxSpinEditProperties'
|
PropertiesClassName = 'TcxSpinEditProperties'
|
||||||
Properties.Alignment.Horz = taRightJustify
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
BestFitMaxWidth = 50
|
||||||
FooterAlignmentHorz = taRightJustify
|
FooterAlignmentHorz = taRightJustify
|
||||||
HeaderAlignmentHorz = taRightJustify
|
HeaderAlignmentHorz = taRightJustify
|
||||||
|
MinWidth = 30
|
||||||
|
Width = 50
|
||||||
end
|
end
|
||||||
object cxGridViewPRECIO_NETO: TcxGridDBColumn
|
object cxGridViewPRECIO_NETO: TcxGridDBColumn
|
||||||
DataBinding.FieldName = 'PRECIO_NETO'
|
DataBinding.FieldName = 'PRECIO_NETO'
|
||||||
@ -82,16 +93,22 @@ inherited frViewInventario: TfrViewInventario
|
|||||||
DataBinding.FieldName = 'RESERVA'
|
DataBinding.FieldName = 'RESERVA'
|
||||||
PropertiesClassName = 'TcxSpinEditProperties'
|
PropertiesClassName = 'TcxSpinEditProperties'
|
||||||
Properties.Alignment.Horz = taRightJustify
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
BestFitMaxWidth = 50
|
||||||
HeaderAlignmentHorz = taRightJustify
|
HeaderAlignmentHorz = taRightJustify
|
||||||
HeaderGlyphAlignmentHorz = taRightJustify
|
HeaderGlyphAlignmentHorz = taRightJustify
|
||||||
|
MinWidth = 30
|
||||||
|
Width = 50
|
||||||
end
|
end
|
||||||
object cxGridViewPENDIENTE_RECEPCION: TcxGridDBColumn
|
object cxGridViewPENDIENTE_RECEPCION: TcxGridDBColumn
|
||||||
DataBinding.FieldName = 'PENDIENTE_RECEPCION'
|
DataBinding.FieldName = 'PENDIENTE_RECEPCION'
|
||||||
PropertiesClassName = 'TcxSpinEditProperties'
|
PropertiesClassName = 'TcxSpinEditProperties'
|
||||||
Properties.Alignment.Horz = taRightJustify
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
BestFitMaxWidth = 50
|
||||||
FooterAlignmentHorz = taRightJustify
|
FooterAlignmentHorz = taRightJustify
|
||||||
HeaderAlignmentHorz = taRightJustify
|
HeaderAlignmentHorz = taRightJustify
|
||||||
HeaderGlyphAlignmentHorz = taRightJustify
|
HeaderGlyphAlignmentHorz = taRightJustify
|
||||||
|
MinWidth = 30
|
||||||
|
Width = 50
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object cxGridDBTableView1: TcxGridDBTableView [1]
|
object cxGridDBTableView1: TcxGridDBTableView [1]
|
||||||
@ -111,16 +128,16 @@ inherited frViewInventario: TfrViewInventario
|
|||||||
inherited dxLayoutControl1: TdxLayoutControl
|
inherited dxLayoutControl1: TdxLayoutControl
|
||||||
ExplicitWidth = 550
|
ExplicitWidth = 550
|
||||||
inherited txtFiltroTodo: TcxTextEdit
|
inherited txtFiltroTodo: TcxTextEdit
|
||||||
ExplicitWidth = 273
|
ExplicitWidth = 464
|
||||||
Width = 273
|
Width = 464
|
||||||
end
|
end
|
||||||
inherited edtFechaIniFiltro: TcxDateEdit
|
inherited edtFechaIniFiltro: TcxDateEdit
|
||||||
ExplicitWidth = 121
|
ExplicitWidth = 244
|
||||||
Width = 121
|
Width = 244
|
||||||
end
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
ExplicitWidth = 121
|
ExplicitWidth = 203
|
||||||
Width = 121
|
Width = 203
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user