168 lines
9.0 KiB
VB.net
168 lines
9.0 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.aCloseInventoryHeader = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateInventoryHeader = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aCreatePDACollection = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateDifferent = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aInventory_Print = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aInventoryHeader_RecreateInventory = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aInventoryHeader_LoadSpreadFromParameters = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aInventoryRecalculatePrice = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aCloseInventoryHeader
|
|
'
|
|
Me.aCloseInventoryHeader.Caption = "aCloseInventoryHeader"
|
|
Me.aCloseInventoryHeader.Category = "RecordEdit"
|
|
Me.aCloseInventoryHeader.ConfirmationMessage = Nothing
|
|
Me.aCloseInventoryHeader.Id = "aCloseInventoryHeader"
|
|
Me.aCloseInventoryHeader.ImageName = Nothing
|
|
Me.aCloseInventoryHeader.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aCloseInventoryHeader.Shortcut = Nothing
|
|
Me.aCloseInventoryHeader.Tag = Nothing
|
|
Me.aCloseInventoryHeader.TargetObjectsCriteria = Nothing
|
|
Me.aCloseInventoryHeader.TargetViewId = Nothing
|
|
Me.aCloseInventoryHeader.ToolTip = Nothing
|
|
Me.aCloseInventoryHeader.TypeOfView = Nothing
|
|
'
|
|
'aCreateInventoryHeader
|
|
'
|
|
Me.aCreateInventoryHeader.AcceptButtonCaption = Nothing
|
|
Me.aCreateInventoryHeader.CancelButtonCaption = Nothing
|
|
Me.aCreateInventoryHeader.Caption = "aCreateInventoryHeader"
|
|
Me.aCreateInventoryHeader.Category = "ObjectsCreation"
|
|
Me.aCreateInventoryHeader.ConfirmationMessage = Nothing
|
|
Me.aCreateInventoryHeader.Id = "aCreateInventoryHeader"
|
|
Me.aCreateInventoryHeader.ImageName = Nothing
|
|
Me.aCreateInventoryHeader.Shortcut = Nothing
|
|
Me.aCreateInventoryHeader.Tag = Nothing
|
|
Me.aCreateInventoryHeader.TargetObjectsCriteria = Nothing
|
|
Me.aCreateInventoryHeader.TargetViewId = Nothing
|
|
Me.aCreateInventoryHeader.ToolTip = Nothing
|
|
Me.aCreateInventoryHeader.TypeOfView = Nothing
|
|
'
|
|
'aCreatePDACollection
|
|
'
|
|
Me.aCreatePDACollection.Caption = "aCreatePDACollection"
|
|
Me.aCreatePDACollection.ConfirmationMessage = Nothing
|
|
Me.aCreatePDACollection.Id = "aCreatePDACollection"
|
|
Me.aCreatePDACollection.ImageName = Nothing
|
|
Me.aCreatePDACollection.Shortcut = Nothing
|
|
Me.aCreatePDACollection.Tag = Nothing
|
|
Me.aCreatePDACollection.TargetObjectsCriteria = Nothing
|
|
Me.aCreatePDACollection.TargetViewId = Nothing
|
|
Me.aCreatePDACollection.ToolTip = Nothing
|
|
Me.aCreatePDACollection.TypeOfView = Nothing
|
|
'
|
|
'aCreateDifferent
|
|
'
|
|
Me.aCreateDifferent.Caption = "aCreateDifferent"
|
|
Me.aCreateDifferent.ConfirmationMessage = Nothing
|
|
Me.aCreateDifferent.Id = "aCreateDifferent"
|
|
Me.aCreateDifferent.ImageName = Nothing
|
|
Me.aCreateDifferent.Shortcut = Nothing
|
|
Me.aCreateDifferent.Tag = Nothing
|
|
Me.aCreateDifferent.TargetObjectsCriteria = Nothing
|
|
Me.aCreateDifferent.TargetViewId = Nothing
|
|
Me.aCreateDifferent.ToolTip = Nothing
|
|
Me.aCreateDifferent.TypeOfView = Nothing
|
|
'
|
|
'aInventory_Print
|
|
'
|
|
Me.aInventory_Print.Caption = "aInventory_Print"
|
|
Me.aInventory_Print.ConfirmationMessage = Nothing
|
|
Me.aInventory_Print.Id = "aInventory_Print"
|
|
Me.aInventory_Print.ImageName = Nothing
|
|
Me.aInventory_Print.Shortcut = Nothing
|
|
Me.aInventory_Print.Tag = Nothing
|
|
Me.aInventory_Print.TargetObjectsCriteria = Nothing
|
|
Me.aInventory_Print.TargetObjectType = GetType(Nuvolar.[Module].InventoryHeader)
|
|
Me.aInventory_Print.TargetViewId = Nothing
|
|
Me.aInventory_Print.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aInventory_Print.ToolTip = Nothing
|
|
Me.aInventory_Print.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aInventoryHeader_RecreateInventory
|
|
'
|
|
Me.aInventoryHeader_RecreateInventory.Caption = "aInventoryHeader_RecreateInventory"
|
|
Me.aInventoryHeader_RecreateInventory.Category = "ObjectsCreation"
|
|
Me.aInventoryHeader_RecreateInventory.ConfirmationMessage = "Are you sure ?"
|
|
Me.aInventoryHeader_RecreateInventory.Id = "aInventoryHeader_RecreateInventory"
|
|
Me.aInventoryHeader_RecreateInventory.ImageName = Nothing
|
|
Me.aInventoryHeader_RecreateInventory.Shortcut = Nothing
|
|
Me.aInventoryHeader_RecreateInventory.Tag = Nothing
|
|
Me.aInventoryHeader_RecreateInventory.TargetObjectsCriteria = Nothing
|
|
Me.aInventoryHeader_RecreateInventory.TargetObjectType = GetType(Nuvolar.[Module].InventoryHeader)
|
|
Me.aInventoryHeader_RecreateInventory.TargetViewId = Nothing
|
|
Me.aInventoryHeader_RecreateInventory.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aInventoryHeader_RecreateInventory.ToolTip = Nothing
|
|
Me.aInventoryHeader_RecreateInventory.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aInventoryHeader_LoadSpreadFromParameters
|
|
'
|
|
Me.aInventoryHeader_LoadSpreadFromParameters.Caption = "aInventoryHeader_LoadSpreadFromParameters"
|
|
Me.aInventoryHeader_LoadSpreadFromParameters.Category = "aInventoryHeader_LoadSpreadFromParameters"
|
|
Me.aInventoryHeader_LoadSpreadFromParameters.ConfirmationMessage = Nothing
|
|
Me.aInventoryHeader_LoadSpreadFromParameters.Id = "aInventoryHeader_LoadSpreadFromParameters"
|
|
Me.aInventoryHeader_LoadSpreadFromParameters.ImageName = Nothing
|
|
Me.aInventoryHeader_LoadSpreadFromParameters.Shortcut = Nothing
|
|
Me.aInventoryHeader_LoadSpreadFromParameters.Tag = Nothing
|
|
Me.aInventoryHeader_LoadSpreadFromParameters.TargetObjectsCriteria = Nothing
|
|
Me.aInventoryHeader_LoadSpreadFromParameters.TargetObjectType = GetType(Nuvolar.[Module].InventoryHeader)
|
|
Me.aInventoryHeader_LoadSpreadFromParameters.TargetViewId = Nothing
|
|
Me.aInventoryHeader_LoadSpreadFromParameters.ToolTip = Nothing
|
|
Me.aInventoryHeader_LoadSpreadFromParameters.TypeOfView = Nothing
|
|
'
|
|
'aInventoryRecalculatePrice
|
|
'
|
|
Me.aInventoryRecalculatePrice.Caption = "aInventory Recalculate Price"
|
|
Me.aInventoryRecalculatePrice.ConfirmationMessage = "Are you sure ?"
|
|
Me.aInventoryRecalculatePrice.Id = "aInventoryRecalculatePrice"
|
|
Me.aInventoryRecalculatePrice.ImageName = Nothing
|
|
Me.aInventoryRecalculatePrice.Shortcut = Nothing
|
|
Me.aInventoryRecalculatePrice.Tag = Nothing
|
|
Me.aInventoryRecalculatePrice.TargetObjectsCriteria = Nothing
|
|
Me.aInventoryRecalculatePrice.TargetObjectType = GetType(Nuvolar.[Module].InventoryHeader)
|
|
Me.aInventoryRecalculatePrice.TargetViewId = Nothing
|
|
Me.aInventoryRecalculatePrice.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aInventoryRecalculatePrice.ToolTip = Nothing
|
|
Me.aInventoryRecalculatePrice.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
|
|
End Sub
|
|
Friend WithEvents aCloseInventoryHeader As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCreateInventoryHeader As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aCreatePDACollection As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCreateDifferent As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aInventory_Print As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aInventoryHeader_RecreateInventory As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Protected WithEvents aInventoryHeader_LoadSpreadFromParameters As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aInventoryRecalculatePrice As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|