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

271 lines
16 KiB
VB.net

Partial Class StoragePDACollectionHeaderVC
<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.aLocatePDACollectionIn = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aLocatePDACollectionOut = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aImportCSVToStoragePDA = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aGetBarcodeStoragePDA = New DevExpress.ExpressApp.Actions.ParametrizedAction(Me.components)
Me.aPrintReport_StoragePDA = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aImportPDA_StoragePDA = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aToTableD_StoragePDA = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aToTable_StoragePDA = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aToTable_StoragePDA_ocur = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aToTableD_StoragePDA_ocur = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aGetBarcodeStoragePDA_ocur = New DevExpress.ExpressApp.Actions.ParametrizedAction(Me.components)
Me.aImportPDA_StoragePDA_ocur = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aGeneratePDARowsByPricingActionHeader = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aGeneratePDARowsByDiscount = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aStoragePDARow_Divide = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aStoragePDARow_Merge = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
'aLocatePDACollectionIn
'
Me.aLocatePDACollectionIn.Caption = "aLocatePDACollectionIn"
Me.aLocatePDACollectionIn.Category = "ObjectsCreation"
Me.aLocatePDACollectionIn.ConfirmationMessage = Nothing
Me.aLocatePDACollectionIn.Id = "aLocatePDACollectionIn"
Me.aLocatePDACollectionIn.ImageName = "PDA"
Me.aLocatePDACollectionIn.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aLocatePDACollectionIn.TargetObjectsCriteria = "StorageCollectionType=1 AND StoragePDACollectionHeaderStatus=2"
Me.aLocatePDACollectionIn.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aLocatePDACollectionIn.TargetViewId = ""
Me.aLocatePDACollectionIn.ToolTip = Nothing
'
'aLocatePDACollectionOut
'
Me.aLocatePDACollectionOut.Caption = "aLocatePDACollectionOut"
Me.aLocatePDACollectionOut.Category = "ObjectsCreation"
Me.aLocatePDACollectionOut.ConfirmationMessage = Nothing
Me.aLocatePDACollectionOut.Id = "aLocatePDACollectionOut"
Me.aLocatePDACollectionOut.ImageName = "PDA"
Me.aLocatePDACollectionOut.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aLocatePDACollectionOut.TargetObjectsCriteria = "StorageCollectionType=2 AND StoragePDACollectionHeaderStatus=2"
Me.aLocatePDACollectionOut.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aLocatePDACollectionOut.TargetViewId = ""
Me.aLocatePDACollectionOut.ToolTip = Nothing
'
'aImportCSVToStoragePDA
'
Me.aImportCSVToStoragePDA.Caption = "aImport CSVTo Storage PDA"
Me.aImportCSVToStoragePDA.Category = "aImportCSVToStoragePDA"
Me.aImportCSVToStoragePDA.ConfirmationMessage = Nothing
Me.aImportCSVToStoragePDA.Id = "aImportCSVToStoragePDA"
Me.aImportCSVToStoragePDA.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aImportCSVToStoragePDA.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aImportCSVToStoragePDA.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root
Me.aImportCSVToStoragePDA.ToolTip = Nothing
'
'aGetBarcodeStoragePDA
'
Me.aGetBarcodeStoragePDA.Caption = "aGet Barcode Storage PDA"
Me.aGetBarcodeStoragePDA.Category = "aGetBarcodeStoragePDA"
Me.aGetBarcodeStoragePDA.ConfirmationMessage = Nothing
Me.aGetBarcodeStoragePDA.Id = "aGetBarcodeStoragePDA"
Me.aGetBarcodeStoragePDA.NullValuePrompt = Nothing
Me.aGetBarcodeStoragePDA.ShortCaption = Nothing
Me.aGetBarcodeStoragePDA.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aGetBarcodeStoragePDA.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aGetBarcodeStoragePDA.ToolTip = Nothing
Me.aGetBarcodeStoragePDA.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aPrintReport_StoragePDA
'
Me.aPrintReport_StoragePDA.AcceptButtonCaption = Nothing
Me.aPrintReport_StoragePDA.CancelButtonCaption = Nothing
Me.aPrintReport_StoragePDA.Caption = "aPrintReport_StoragePDA"
Me.aPrintReport_StoragePDA.ConfirmationMessage = Nothing
Me.aPrintReport_StoragePDA.Id = "aPrintReport_StoragePDA"
Me.aPrintReport_StoragePDA.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aPrintReport_StoragePDA.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aPrintReport_StoragePDA.ToolTip = Nothing
'
'aImportPDA_StoragePDA
'
Me.aImportPDA_StoragePDA.Caption = "aImportPDA_StoragePDA"
Me.aImportPDA_StoragePDA.Category = "aImportPDA_StoragePDA"
Me.aImportPDA_StoragePDA.ConfirmationMessage = Nothing
Me.aImportPDA_StoragePDA.Id = "aImportPDA_StoragePDA"
Me.aImportPDA_StoragePDA.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aImportPDA_StoragePDA.ToolTip = Nothing
'
'aToTableD_StoragePDA
'
Me.aToTableD_StoragePDA.Caption = "Delete row"
Me.aToTableD_StoragePDA.Category = "aToTableD_StoragePDA"
Me.aToTableD_StoragePDA.ConfirmationMessage = Nothing
Me.aToTableD_StoragePDA.Id = "aToTableD_StoragePDA"
Me.aToTableD_StoragePDA.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aToTableD_StoragePDA.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aToTableD_StoragePDA.TargetViewId = ""
Me.aToTableD_StoragePDA.ToolTip = Nothing
'
'aToTable_StoragePDA
'
Me.aToTable_StoragePDA.Caption = "Add row"
Me.aToTable_StoragePDA.Category = "aToTable_StoragePDA"
Me.aToTable_StoragePDA.ConfirmationMessage = Nothing
Me.aToTable_StoragePDA.Id = "aToTable_StoragePDA"
Me.aToTable_StoragePDA.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aToTable_StoragePDA.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aToTable_StoragePDA.TargetViewId = ""
Me.aToTable_StoragePDA.ToolTip = Nothing
'
'aToTable_StoragePDA_ocur
'
Me.aToTable_StoragePDA_ocur.Caption = "Add row"
Me.aToTable_StoragePDA_ocur.Category = "aToTable_StoragePDA_ocur"
Me.aToTable_StoragePDA_ocur.ConfirmationMessage = Nothing
Me.aToTable_StoragePDA_ocur.Id = "aToTable_StoragePDA_ocur"
Me.aToTable_StoragePDA_ocur.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aToTable_StoragePDA_ocur.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aToTable_StoragePDA_ocur.TargetViewId = ""
Me.aToTable_StoragePDA_ocur.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aToTable_StoragePDA_ocur.ToolTip = Nothing
Me.aToTable_StoragePDA_ocur.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aToTableD_StoragePDA_ocur
'
Me.aToTableD_StoragePDA_ocur.Caption = "Delete row"
Me.aToTableD_StoragePDA_ocur.Category = "aToTableD_StoragePDA_ocur"
Me.aToTableD_StoragePDA_ocur.ConfirmationMessage = Nothing
Me.aToTableD_StoragePDA_ocur.Id = "aToTableD_StoragePDA_ocur"
Me.aToTableD_StoragePDA_ocur.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aToTableD_StoragePDA_ocur.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aToTableD_StoragePDA_ocur.TargetViewId = ""
Me.aToTableD_StoragePDA_ocur.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aToTableD_StoragePDA_ocur.ToolTip = Nothing
Me.aToTableD_StoragePDA_ocur.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aGetBarcodeStoragePDA_ocur
'
Me.aGetBarcodeStoragePDA_ocur.Caption = "aGetBarcodeStoragePDA_ocur"
Me.aGetBarcodeStoragePDA_ocur.Category = "aGetBarcodeStoragePDA_ocur"
Me.aGetBarcodeStoragePDA_ocur.ConfirmationMessage = Nothing
Me.aGetBarcodeStoragePDA_ocur.Id = "aGetBarcodeStoragePDA_ocur"
Me.aGetBarcodeStoragePDA_ocur.NullValuePrompt = Nothing
Me.aGetBarcodeStoragePDA_ocur.ShortCaption = Nothing
Me.aGetBarcodeStoragePDA_ocur.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aGetBarcodeStoragePDA_ocur.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aGetBarcodeStoragePDA_ocur.ToolTip = Nothing
Me.aGetBarcodeStoragePDA_ocur.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aImportPDA_StoragePDA_ocur
'
Me.aImportPDA_StoragePDA_ocur.Caption = "aImportPDA_StoragePDA_ocur"
Me.aImportPDA_StoragePDA_ocur.Category = "aImportPDA_StoragePDA_ocur"
Me.aImportPDA_StoragePDA_ocur.ConfirmationMessage = Nothing
Me.aImportPDA_StoragePDA_ocur.Id = "aImportPDA_StoragePDA_ocur"
Me.aImportPDA_StoragePDA_ocur.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aImportPDA_StoragePDA_ocur.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aImportPDA_StoragePDA_ocur.ToolTip = Nothing
Me.aImportPDA_StoragePDA_ocur.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aGeneratePDARowsByPricingActionHeader
'
Me.aGeneratePDARowsByPricingActionHeader.AcceptButtonCaption = Nothing
Me.aGeneratePDARowsByPricingActionHeader.CancelButtonCaption = Nothing
Me.aGeneratePDARowsByPricingActionHeader.Caption = "aGenerate PDARows By Pricing Action Header"
Me.aGeneratePDARowsByPricingActionHeader.Category = "aGeneratePDARowsByPricingActionHeader"
Me.aGeneratePDARowsByPricingActionHeader.ConfirmationMessage = Nothing
Me.aGeneratePDARowsByPricingActionHeader.Id = "aGeneratePDARowsByPricingActionHeader"
Me.aGeneratePDARowsByPricingActionHeader.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aGeneratePDARowsByPricingActionHeader.ToolTip = Nothing
'
'aGeneratePDARowsByDiscount
'
Me.aGeneratePDARowsByDiscount.AcceptButtonCaption = Nothing
Me.aGeneratePDARowsByDiscount.CancelButtonCaption = Nothing
Me.aGeneratePDARowsByDiscount.Caption = "aGenerate PDARows By Discount"
Me.aGeneratePDARowsByDiscount.Category = "aGeneratePDARowsByDiscount"
Me.aGeneratePDARowsByDiscount.ConfirmationMessage = Nothing
Me.aGeneratePDARowsByDiscount.Id = "aGeneratePDARowsByDiscount"
Me.aGeneratePDARowsByDiscount.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionHeader)
Me.aGeneratePDARowsByDiscount.ToolTip = Nothing
'
'aStoragePDARow_Divide
'
Me.aStoragePDARow_Divide.AcceptButtonCaption = Nothing
Me.aStoragePDARow_Divide.CancelButtonCaption = Nothing
Me.aStoragePDARow_Divide.Caption = "aStoragePDARow_Divide"
Me.aStoragePDARow_Divide.ConfirmationMessage = Nothing
Me.aStoragePDARow_Divide.Id = "aStoragePDARow_Divide"
Me.aStoragePDARow_Divide.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aStoragePDARow_Divide.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionRows)
Me.aStoragePDARow_Divide.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aStoragePDARow_Divide.ToolTip = Nothing
Me.aStoragePDARow_Divide.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aStoragePDARow_Merge
'
Me.aStoragePDARow_Merge.Caption = "aStoragePDARow_Merge"
Me.aStoragePDARow_Merge.ConfirmationMessage = Nothing
Me.aStoragePDARow_Merge.Id = "aStoragePDARow_Merge"
Me.aStoragePDARow_Merge.TargetObjectType = GetType(Nuvolar.[Module].StoragePDACollectionRows)
Me.aStoragePDARow_Merge.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aStoragePDARow_Merge.ToolTip = Nothing
Me.aStoragePDARow_Merge.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'StoragePDACollectionHeaderVC
'
Me.Actions.Add(Me.aLocatePDACollectionIn)
Me.Actions.Add(Me.aLocatePDACollectionOut)
Me.Actions.Add(Me.aImportCSVToStoragePDA)
Me.Actions.Add(Me.aGetBarcodeStoragePDA)
Me.Actions.Add(Me.aPrintReport_StoragePDA)
Me.Actions.Add(Me.aImportPDA_StoragePDA)
Me.Actions.Add(Me.aToTableD_StoragePDA)
Me.Actions.Add(Me.aToTable_StoragePDA)
Me.Actions.Add(Me.aToTable_StoragePDA_ocur)
Me.Actions.Add(Me.aToTableD_StoragePDA_ocur)
Me.Actions.Add(Me.aGetBarcodeStoragePDA_ocur)
Me.Actions.Add(Me.aImportPDA_StoragePDA_ocur)
Me.Actions.Add(Me.aGeneratePDARowsByPricingActionHeader)
Me.Actions.Add(Me.aGeneratePDARowsByDiscount)
Me.Actions.Add(Me.aStoragePDARow_Divide)
Me.Actions.Add(Me.aStoragePDARow_Merge)
End Sub
Friend WithEvents aLocatePDACollectionIn As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aLocatePDACollectionOut As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aGetBarcodeStoragePDA As DevExpress.ExpressApp.Actions.ParametrizedAction
Public WithEvents aImportCSVToStoragePDA As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aPrintReport_StoragePDA As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aImportPDA_StoragePDA As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aToTableD_StoragePDA As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aToTable_StoragePDA As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aToTable_StoragePDA_ocur As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aToTableD_StoragePDA_ocur As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aGetBarcodeStoragePDA_ocur As DevExpress.ExpressApp.Actions.ParametrizedAction
Friend WithEvents aImportPDA_StoragePDA_ocur As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aGeneratePDARowsByPricingActionHeader As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aGeneratePDARowsByDiscount As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Public WithEvents aStoragePDARow_Divide As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Public WithEvents aStoragePDARow_Merge As DevExpress.ExpressApp.Actions.SimpleAction
End Class