git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/tags/1.2.0@6 c93665c3-c93d-084d-9b98-7d5f4a9c3376
150 lines
4.4 KiB
Plaintext
150 lines
4.4 KiB
Plaintext
inherited fEditorEntradaArticulosInventario: TfEditorEntradaArticulosInventario
|
|
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 TBXDock: TTBXDock
|
|
inherited tbxMain: TTBXToolbar
|
|
ExplicitWidth = 181
|
|
end
|
|
end
|
|
inherited pgPaginas: TPageControl
|
|
inherited pagGeneral: TTabSheet
|
|
ExplicitLeft = 4
|
|
ExplicitTop = 24
|
|
ExplicitWidth = 646
|
|
ExplicitHeight = 340
|
|
inline frViewListaArticulos: TfrViewListaArticulosInventario
|
|
Left = 0
|
|
Top = 19
|
|
Width = 646
|
|
Height = 321
|
|
Align = alClient
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
ReadOnly = False
|
|
ExplicitTop = 19
|
|
ExplicitWidth = 646
|
|
ExplicitHeight = 321
|
|
inherited cxGrid: TcxGrid
|
|
Width = 646
|
|
Height = 321
|
|
ExplicitWidth = 646
|
|
ExplicitHeight = 321
|
|
inherited cxGridView: TcxGridDBTableView
|
|
OptionsData.Editing = True
|
|
OptionsSelection.CellSelect = True
|
|
OptionsView.ShowEditButtons = gsebAlways
|
|
inherited cxGridViewID_ALMACEN: TcxGridDBColumn
|
|
Caption = 'Almac'#233'n'
|
|
Properties.ListOptions.ShowHeader = False
|
|
end
|
|
inherited cxGridViewID_ARTICULO: TcxGridDBColumn
|
|
Visible = False
|
|
end
|
|
inherited cxGridViewDESCRIPCION: TcxGridDBColumn [4]
|
|
Caption = 'Descripci'#243'n'
|
|
Options.Editing = False
|
|
end
|
|
inherited cxGridViewCANTIDAD: TcxGridDBColumn [5]
|
|
Caption = 'Cantidad'
|
|
end
|
|
inherited cxGridViewID_PEDIDO_PROVEEDOR: TcxGridDBColumn [6]
|
|
Visible = False
|
|
end
|
|
inherited cxGridViewID_PEDIDO_CLIENTE: TcxGridDBColumn [7]
|
|
end
|
|
inherited cxGridViewREFERENCIA_PED_CLI: TcxGridDBColumn [8]
|
|
end
|
|
inherited cxGridViewID_EMPRESA: TcxGridDBColumn
|
|
Visible = False
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
inherited cxViewGridPopupMenu: TcxGridPopupMenu
|
|
PopupMenus = <
|
|
item
|
|
GridView = frViewListaArticulos.cxGridView
|
|
HitTypes = [gvhtCell]
|
|
Index = 0
|
|
end>
|
|
end
|
|
end
|
|
object TBXToolbar1: TTBXToolbar
|
|
Left = 0
|
|
Top = 0
|
|
Width = 646
|
|
Height = 19
|
|
Align = alTop
|
|
Caption = 'TBXToolbar1'
|
|
DragHandleStyle = dhNone
|
|
TabOrder = 1
|
|
object TBXItem33: TTBXItem
|
|
Action = actAnadirInventario
|
|
DisplayMode = nbdmImageAndText
|
|
end
|
|
object TBXItem34: TTBXItem
|
|
Action = actEliminarInventario
|
|
DisplayMode = nbdmImageAndText
|
|
end
|
|
object TBXSeparatorItem16: TTBXSeparatorItem
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited StatusBar: TJvStatusBar
|
|
Panels = <
|
|
item
|
|
Width = 200
|
|
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
|
|
inherited actDuplicar: TAction
|
|
Visible = False
|
|
end
|
|
object actAnadirInventario: TAction
|
|
Category = 'Inventario'
|
|
Caption = 'Anadir'
|
|
OnExecute = actAnadirInventarioExecute
|
|
end
|
|
object actEliminarInventario: TAction
|
|
Category = 'Inventario'
|
|
Caption = 'Eliminar'
|
|
OnExecute = actEliminarInventarioExecute
|
|
end
|
|
end
|
|
end
|