Files
Nuvolar/Nuvolar.Module.Win/BusinessObjects/Business/StorageTransactions/Inventory/InventoryVC.Designer.vb
T
2017-03-08 11:21:27 +01:00

71 lines
3.7 KiB
VB.net

Partial Class InventoryVC
<System.Diagnostics.DebuggerNonUserCode()> _
Public Sub New(ByVal Container As System.ComponentModel.IContainer)
MyClass.New()
'Required for Windows.Forms Class Composition Designer support
Container.Add(Me)
End Sub
'Component overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Component Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Component Designer
'It can be modified using the Component Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.aInventoryParameters_CreateProductsListInSpread = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aInventoryHeader_UpdateInventorySpread = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
'aInventoryHeader_LoadSpreadFromParameters
'
'
'aInventoryParameters_CreateProductsListInSpread
'
Me.aInventoryParameters_CreateProductsListInSpread.Caption = "aInventoryParameters_CreateProductsListInSpread"
Me.aInventoryParameters_CreateProductsListInSpread.ConfirmationMessage = Nothing
Me.aInventoryParameters_CreateProductsListInSpread.Id = "aInventoryParameters_CreateProductsListInSpread"
Me.aInventoryParameters_CreateProductsListInSpread.ImageName = Nothing
Me.aInventoryParameters_CreateProductsListInSpread.Shortcut = Nothing
Me.aInventoryParameters_CreateProductsListInSpread.Tag = Nothing
Me.aInventoryParameters_CreateProductsListInSpread.TargetObjectsCriteria = Nothing
Me.aInventoryParameters_CreateProductsListInSpread.TargetObjectType = GetType(Nuvolar.[Module].InventoryParameters)
Me.aInventoryParameters_CreateProductsListInSpread.TargetViewId = Nothing
Me.aInventoryParameters_CreateProductsListInSpread.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aInventoryParameters_CreateProductsListInSpread.ToolTip = Nothing
Me.aInventoryParameters_CreateProductsListInSpread.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aInventoryHeader_UpdateInventorySpread
'
Me.aInventoryHeader_UpdateInventorySpread.Caption = "aInventoryHeader_UpdateInventorySpread"
Me.aInventoryHeader_UpdateInventorySpread.Category = "aInventoryHeader_UpdateInventorySpread"
Me.aInventoryHeader_UpdateInventorySpread.ConfirmationMessage = Nothing
Me.aInventoryHeader_UpdateInventorySpread.Id = "aInventoryHeader_UpdateInventorySpread"
Me.aInventoryHeader_UpdateInventorySpread.ImageName = Nothing
Me.aInventoryHeader_UpdateInventorySpread.Shortcut = Nothing
Me.aInventoryHeader_UpdateInventorySpread.Tag = Nothing
Me.aInventoryHeader_UpdateInventorySpread.TargetObjectsCriteria = Nothing
Me.aInventoryHeader_UpdateInventorySpread.TargetObjectType = GetType(Nuvolar.[Module].InventoryHeader)
Me.aInventoryHeader_UpdateInventorySpread.TargetViewId = Nothing
Me.aInventoryHeader_UpdateInventorySpread.ToolTip = Nothing
Me.aInventoryHeader_UpdateInventorySpread.TypeOfView = Nothing
End Sub
Friend WithEvents aInventoryParameters_CreateProductsListInSpread As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aInventoryHeader_UpdateInventorySpread As DevExpress.ExpressApp.Actions.SimpleAction
End Class