Arreglos varios

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@505 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
roberto 2008-08-04 15:11:47 +00:00
parent 427800b088
commit 0c3f6a21b5
4 changed files with 30 additions and 21 deletions

View File

@ -114,9 +114,11 @@ inherited frViewDetallesAlbaranProveedor: TfrViewDetallesAlbaranProveedor
Options.Editing = False
end
inherited cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
Visible = False
VisibleForCustomization = False
end
inherited cxGridViewDESCUENTO: TcxGridDBColumn
Visible = True
end
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
Caption = 'Importe coste'
Properties.ReadOnly = False

View File

@ -110,9 +110,11 @@ inherited frViewDetallesFacturaProveedor: TfrViewDetallesFacturaProveedor
Options.Editing = False
end
inherited cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
Visible = False
VisibleForCustomization = False
end
inherited cxGridViewDESCUENTO: TcxGridDBColumn
Visible = True
end
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
Caption = 'Importe coste'
Visible = True

View File

@ -2,11 +2,11 @@ inherited fEditorPedidoProveedor: TfEditorPedidoProveedor
Left = 332
Top = 147
Caption = 'Nuevo pedido a proveedor'
ClientHeight = 633
ClientHeight = 678
ClientWidth = 879
OnClose = CustomEditorClose
ExplicitWidth = 887
ExplicitHeight = 667
ExplicitHeight = 712
PixelsPerInch = 96
TextHeight = 13
inherited JvNavPanelHeader: TJvNavPanelHeader
@ -63,7 +63,7 @@ inherited fEditorPedidoProveedor: TfEditorPedidoProveedor
end
inherited pgPaginas: TPageControl
Width = 873
Height = 486
Height = 534
ActivePage = pagContenido
TabOrder = 1
OnChanging = pgPaginasChanging
@ -73,16 +73,17 @@ inherited fEditorPedidoProveedor: TfEditorPedidoProveedor
ExplicitLeft = 4
ExplicitTop = 24
ExplicitWidth = 865
ExplicitHeight = 458
ExplicitHeight = 455
end
object pagContenido: TTabSheet
Caption = 'Contenido'
ImageIndex = 1
ExplicitHeight = 458
inline frViewDetallesPedidoProveedor1: TfrViewDetallesPedidoProveedor
Left = 0
Top = 0
Width = 865
Height = 458
Height = 506
Align = alClient
BiDiMode = bdLeftToRight
Font.Charset = DEFAULT_CHARSET
@ -113,10 +114,10 @@ inherited fEditorPedidoProveedor: TfEditorPedidoProveedor
inherited FontSize: TEdit
Left = 544
Top = 0
Width = 134
Width = 150
ExplicitLeft = 544
ExplicitTop = 0
ExplicitWidth = 134
ExplicitWidth = 150
end
inherited ToolButton13: TToolButton [7]
Left = 0
@ -180,12 +181,10 @@ inherited fEditorPedidoProveedor: TfEditorPedidoProveedor
inherited cxGrid: TcxGrid
Top = 77
Width = 865
Height = 381
Height = 429
ExplicitTop = 77
ExplicitWidth = 865
ExplicitHeight = 381
inherited cxGridView: TcxGridDBTableView
end
end
inherited TBXDock1: TTBXDock
Top = 51
@ -210,11 +209,12 @@ inherited fEditorPedidoProveedor: TfEditorPedidoProveedor
object pagInicidencias: TTabSheet
Caption = 'Incidencias'
ImageIndex = 2
ExplicitHeight = 458
inline frViewIncidenciasProv: TfrViewIncidencias
Left = 0
Top = 0
Width = 865
Height = 458
Height = 506
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
@ -235,13 +235,13 @@ inherited fEditorPedidoProveedor: TfEditorPedidoProveedor
end
inherited GroupBox1: TGroupBox
Width = 865
Height = 430
Height = 478
ExplicitWidth = 865
ExplicitHeight = 430
inherited eIncidencias: TcxDBMemo
ExplicitWidth = 848
ExplicitHeight = 403
Height = 403
Height = 451
Width = 848
end
end
@ -249,7 +249,7 @@ inherited fEditorPedidoProveedor: TfEditorPedidoProveedor
end
end
inherited StatusBar: TJvStatusBar
Top = 614
Top = 659
Width = 879
Panels = <
item
@ -260,9 +260,9 @@ inherited fEditorPedidoProveedor: TfEditorPedidoProveedor
end
inline frViewTotales1: TfrViewTotales [4]
Left = 0
Top = 568
Top = 616
Width = 879
Height = 46
Height = 43
Align = alBottom
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
@ -272,9 +272,9 @@ inherited fEditorPedidoProveedor: TfEditorPedidoProveedor
ParentFont = False
TabOrder = 4
ReadOnly = False
ExplicitTop = 568
ExplicitTop = 616
ExplicitWidth = 879
ExplicitHeight = 46
ExplicitHeight = 43
inherited dxLayoutControl1: TdxLayoutControl
Width = 879
LookAndFeel = dxLayoutOfficeLookAndFeel1
@ -458,6 +458,9 @@ inherited fEditorPedidoProveedor: TfEditorPedidoProveedor
inherited dxLayoutControl1Item14: TdxLayoutItem
Visible = False
end
inherited dxLayoutControl1Item3: TdxLayoutItem
Visible = False
end
end
end
end

View File

@ -119,7 +119,9 @@ inherited frViewDetallesPedidoProveedor: TfrViewDetallesPedidoProveedor
end
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
Caption = 'Importe coste'
Visible = True
end
inherited cxGridViewIMPORTETOTAL: TcxGridDBColumn
Visible = False
end
end
end