Pedidos de proveedor -> Ajuste del ancho de las columnas en el grid.

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@556 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
David Arranz 2008-09-03 10:19:29 +00:00
parent 700748bbd2
commit 1918248afd

View File

@ -60,44 +60,44 @@ inherited frViewPedidosProveedor: TfrViewPedidosProveedor
Caption = 'Referencia'
DataBinding.FieldName = 'REFERENCIA'
BestFitMaxWidth = 40
Width = 56
Width = 57
end
object cxGridViewSITUACION: TcxGridDBColumn
DataBinding.FieldName = 'SITUACION'
BestFitMaxWidth = 40
Width = 56
Width = 58
end
object cxGridViewFECHA_PEDIDO: TcxGridDBColumn
DataBinding.FieldName = 'FECHA_PEDIDO'
BestFitMaxWidth = 40
SortIndex = 0
SortOrder = soAscending
Width = 46
Width = 65
end
object cxGridViewFECHA_ENVIO: TcxGridDBColumn
DataBinding.FieldName = 'FECHA_ENVIO'
BestFitMaxWidth = 40
Width = 57
Width = 62
end
object cxGridViewNOMBRE: TcxGridDBColumn
Caption = 'Proveedor'
DataBinding.FieldName = 'NOMBRE'
Width = 58
Width = 190
end
object cxGridViewFECHA_CONFIRMACION: TcxGridDBColumn
DataBinding.FieldName = 'FECHA_CONFIRMACION'
BestFitMaxWidth = 40
Width = 57
Width = 64
end
object cxGridViewFECHA_ENTREGA: TcxGridDBColumn
DataBinding.FieldName = 'FECHA_ENTREGA'
BestFitMaxWidth = 40
Width = 47
Width = 54
end
object cxGridViewNOMBRE_ALMACEN: TcxGridDBColumn
DataBinding.FieldName = 'NOMBRE_ALMACEN'
BestFitMaxWidth = 60
Width = 48
Width = 54
end
object cxGridViewCALLE: TcxGridDBColumn
DataBinding.FieldName = 'CALLE'
@ -145,7 +145,7 @@ inherited frViewPedidosProveedor: TfrViewPedidosProveedor
BestFitMaxWidth = 40
FooterAlignmentHorz = taRightJustify
HeaderAlignmentHorz = taRightJustify
Width = 94
Width = 105
end
object cxGridViewINCIDENCIAS: TcxGridDBColumn
DataBinding.FieldName = 'INCIDENCIAS'
@ -155,6 +155,7 @@ inherited frViewPedidosProveedor: TfrViewPedidosProveedor
object cxGridViewREF_FACTURA_PROV: TcxGridDBColumn
Caption = 'Ref. factura'
DataBinding.FieldName = 'REF_FACTURA_PROV'
Width = 72
end
end
object cxGridDBTableView1: TcxGridDBTableView [1]
@ -185,22 +186,40 @@ inherited frViewPedidosProveedor: TfrViewPedidosProveedor
Width = 839
ExplicitWidth = 839
inherited txtFiltroTodo: TcxTextEdit
Style.LookAndFeel.SkinName = ''
StyleDisabled.LookAndFeel.SkinName = ''
StyleFocused.LookAndFeel.SkinName = ''
StyleHot.LookAndFeel.SkinName = ''
ExplicitWidth = 799
Width = 799
end
inherited edtFechaIniFiltro: TcxDateEdit
Style.LookAndFeel.SkinName = ''
StyleDisabled.LookAndFeel.SkinName = ''
StyleFocused.LookAndFeel.SkinName = ''
StyleHot.LookAndFeel.SkinName = ''
ExplicitWidth = 243
Width = 243
end
inherited edtFechaFinFiltro: TcxDateEdit
Left = 347
Style.LookAndFeel.SkinName = ''
StyleDisabled.LookAndFeel.SkinName = ''
StyleFocused.LookAndFeel.SkinName = ''
StyleHot.LookAndFeel.SkinName = ''
ExplicitLeft = 347
ExplicitWidth = 482
Width = 482
end
inherited eLista: TcxComboBox
Left = 866
Style.LookAndFeel.SkinName = ''
StyleDisabled.LookAndFeel.SkinName = ''
StyleFocused.LookAndFeel.SkinName = ''
StyleHot.LookAndFeel.SkinName = ''
ExplicitLeft = 866
ExplicitWidth = 215
Width = 215
end
end
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
@ -238,13 +257,19 @@ inherited frViewPedidosProveedor: TfrViewPedidosProveedor
end
end
inherited dxComponentPrinter: TdxComponentPrinter
Left = 408
Top = 168
inherited dxComponentPrinterLink: TdxGridReportLink
ReportDocument.CreationDate = 38673.741107951390000000
BuiltInReportLink = True
end
end
inherited dxPSEngineController1: TdxPSEngineController
Top = 184
end
inherited cxStyleRepository1: TcxStyleRepository
Left = 248
Top = 184
object cxStylePendientes: TcxStyle
AssignedValues = [svTextColor]
TextColor = clGreen
@ -417,5 +442,6 @@ inherited frViewPedidosProveedor: TfrViewPedidosProveedor
end
inherited cxViewGridPopupMenu: TcxGridPopupMenu
Left = 288
Top = 168
end
end