This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Articulos/Cliente/uEditorEntradaArticulos.dfm

90 lines
2.4 KiB
Plaintext

inherited fEditorEntradaArticulos: TfEditorEntradaArticulos
Left = 387
Top = 196
Caption = 'Entrada de art'#237'culos en almac'#233'n'
OnClose = CustomEditorClose
PixelsPerInch = 96
TextHeight = 13
inherited JvNavPanelHeader: TJvNavPanelHeader
Caption = 'Entrada de art'#237'culos en almac'#233'n'
end
inherited pgPaginas: TPageControl
inherited pagGeneral: TTabSheet
inline frViewListaArticulos: TfrViewListaArticulos
Left = 0
Top = 117
Width = 654
Height = 238
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
ReadOnly = False
inherited cxGrid: TcxGrid
Width = 654
Height = 213
inherited cxGridView: TcxGridDBTableView
OptionsCustomize.ColumnSorting = True
inherited cxGridViewCODIGOALMACEN: TcxGridDBColumn
Caption = 'Almac'#233'n de destino'
Properties.ListOptions.GridLines = glNone
SortIndex = 0
SortOrder = soAscending
end
inherited cxGridViewCANTIDAD: TcxGridDBColumn
Caption = 'Cantidad'
end
end
end
inherited ToolBar1: TToolBar
Width = 654
end
end
inline frViewDatosPedido: TfrViewDatosPedido
Left = 0
Top = 0
Width = 654
Height = 117
Align = alTop
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
Visible = False
ReadOnly = False
inherited GroupBox1: TGroupBox
Left = 7
Top = 4
end
end
end
end
inherited EditorActionList: TActionList
inherited actNuevo: TAction
Visible = False
end
inherited actModificar: TAction
Visible = False
end
inherited actEliminar: TAction
Visible = False
end
inherited actPrevisualizar: TAction
Visible = False
end
inherited actImprimir: TAction
Visible = False
end
inherited actRefrescar: TAction
Visible = False
end
end
end