190 lines
11 KiB
VB.net
190 lines
11 KiB
VB.net
Partial Class ProductsVC
|
|
|
|
<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.aModifyProductsParameters = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aPrintSelectedProductsBarcode = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aViewStorageMoveInfo_Products = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aProductsBarcodeGenerator = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aProductsDocumentations_ChangeGroup = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aProductsDocumentations_Remove = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aProducts_Open = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aProducts_CreateBusinessDirectory = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aProducts_GenerateNotUsedList = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aModifyProductsParameters
|
|
'
|
|
Me.aModifyProductsParameters.AcceptButtonCaption = Nothing
|
|
Me.aModifyProductsParameters.CancelButtonCaption = Nothing
|
|
Me.aModifyProductsParameters.Caption = "Modify Products Parameters"
|
|
Me.aModifyProductsParameters.ConfirmationMessage = Nothing
|
|
Me.aModifyProductsParameters.Id = "aModifyProductsParameters"
|
|
Me.aModifyProductsParameters.ImageName = Nothing
|
|
Me.aModifyProductsParameters.Shortcut = Nothing
|
|
Me.aModifyProductsParameters.Tag = Nothing
|
|
Me.aModifyProductsParameters.TargetObjectsCriteria = Nothing
|
|
Me.aModifyProductsParameters.TargetViewId = "Products_ListView"
|
|
Me.aModifyProductsParameters.ToolTip = Nothing
|
|
Me.aModifyProductsParameters.TypeOfView = Nothing
|
|
'
|
|
'aPrintSelectedProductsBarcode
|
|
'
|
|
Me.aPrintSelectedProductsBarcode.Caption = "aPrint Selected Products Barcode"
|
|
Me.aPrintSelectedProductsBarcode.Category = "View"
|
|
Me.aPrintSelectedProductsBarcode.ConfirmationMessage = "Do you want to execute?"
|
|
Me.aPrintSelectedProductsBarcode.Id = "aPrintSelectedProductsBarcode"
|
|
Me.aPrintSelectedProductsBarcode.ImageName = Nothing
|
|
Me.aPrintSelectedProductsBarcode.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aPrintSelectedProductsBarcode.Shortcut = Nothing
|
|
Me.aPrintSelectedProductsBarcode.Tag = Nothing
|
|
Me.aPrintSelectedProductsBarcode.TargetObjectsCriteria = Nothing
|
|
Me.aPrintSelectedProductsBarcode.TargetObjectType = GetType(SISBusiness.[Module].Products)
|
|
Me.aPrintSelectedProductsBarcode.TargetViewId = "Products_ListView"
|
|
Me.aPrintSelectedProductsBarcode.ToolTip = Nothing
|
|
Me.aPrintSelectedProductsBarcode.TypeOfView = Nothing
|
|
'
|
|
'aViewStorageMoveInfo_Products
|
|
'
|
|
Me.aViewStorageMoveInfo_Products.Caption = "aViewStorageMoveInfo_Products"
|
|
Me.aViewStorageMoveInfo_Products.ConfirmationMessage = Nothing
|
|
Me.aViewStorageMoveInfo_Products.Id = "aViewStorageMoveInfo_Products"
|
|
Me.aViewStorageMoveInfo_Products.ImageName = Nothing
|
|
Me.aViewStorageMoveInfo_Products.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aViewStorageMoveInfo_Products.Shortcut = Nothing
|
|
Me.aViewStorageMoveInfo_Products.Tag = Nothing
|
|
Me.aViewStorageMoveInfo_Products.TargetObjectsCriteria = Nothing
|
|
Me.aViewStorageMoveInfo_Products.TargetObjectType = GetType(SISBusiness.[Module].Products)
|
|
Me.aViewStorageMoveInfo_Products.TargetViewId = Nothing
|
|
Me.aViewStorageMoveInfo_Products.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aViewStorageMoveInfo_Products.ToolTip = Nothing
|
|
Me.aViewStorageMoveInfo_Products.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
'
|
|
'aProductsBarcodeGenerator
|
|
'
|
|
Me.aProductsBarcodeGenerator.Caption = "aProductsBarcodeGenerator"
|
|
Me.aProductsBarcodeGenerator.Category = ""
|
|
Me.aProductsBarcodeGenerator.ConfirmationMessage = "Do you want to execute?"
|
|
Me.aProductsBarcodeGenerator.Id = "aProductsBarcodeGenerator"
|
|
Me.aProductsBarcodeGenerator.ImageName = Nothing
|
|
Me.aProductsBarcodeGenerator.Shortcut = Nothing
|
|
Me.aProductsBarcodeGenerator.Tag = Nothing
|
|
Me.aProductsBarcodeGenerator.TargetObjectsCriteria = Nothing
|
|
Me.aProductsBarcodeGenerator.TargetObjectType = GetType(SISBusiness.[Module].Products)
|
|
Me.aProductsBarcodeGenerator.TargetViewId = "Products_ListView"
|
|
Me.aProductsBarcodeGenerator.ToolTip = Nothing
|
|
Me.aProductsBarcodeGenerator.TypeOfView = Nothing
|
|
'
|
|
'aProductsDocumentations_ChangeGroup
|
|
'
|
|
Me.aProductsDocumentations_ChangeGroup.AcceptButtonCaption = Nothing
|
|
Me.aProductsDocumentations_ChangeGroup.CancelButtonCaption = Nothing
|
|
Me.aProductsDocumentations_ChangeGroup.Caption = "aProductsDocumentations_ChangeGroup"
|
|
Me.aProductsDocumentations_ChangeGroup.ConfirmationMessage = Nothing
|
|
Me.aProductsDocumentations_ChangeGroup.Id = "aProductsDocumentations_ChangeGroup"
|
|
Me.aProductsDocumentations_ChangeGroup.ImageName = Nothing
|
|
Me.aProductsDocumentations_ChangeGroup.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aProductsDocumentations_ChangeGroup.Shortcut = Nothing
|
|
Me.aProductsDocumentations_ChangeGroup.Tag = Nothing
|
|
Me.aProductsDocumentations_ChangeGroup.TargetObjectsCriteria = Nothing
|
|
Me.aProductsDocumentations_ChangeGroup.TargetObjectType = GetType(SISBusiness.[Module].ProductsDocumentations)
|
|
Me.aProductsDocumentations_ChangeGroup.TargetViewId = Nothing
|
|
Me.aProductsDocumentations_ChangeGroup.ToolTip = Nothing
|
|
Me.aProductsDocumentations_ChangeGroup.TypeOfView = Nothing
|
|
'
|
|
'aProductsDocumentations_Remove
|
|
'
|
|
Me.aProductsDocumentations_Remove.Caption = "aProductsDocumentations_Remove"
|
|
Me.aProductsDocumentations_Remove.Category = "Edit"
|
|
Me.aProductsDocumentations_Remove.ConfirmationMessage = "Biztosan törlöd a kijelölt fájlokat?"
|
|
Me.aProductsDocumentations_Remove.Id = "aProductsDocumentations_Remove"
|
|
Me.aProductsDocumentations_Remove.ImageName = "Action_Delete"
|
|
Me.aProductsDocumentations_Remove.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aProductsDocumentations_Remove.Shortcut = Nothing
|
|
Me.aProductsDocumentations_Remove.Tag = Nothing
|
|
Me.aProductsDocumentations_Remove.TargetObjectsCriteria = Nothing
|
|
Me.aProductsDocumentations_Remove.TargetObjectType = GetType(SISBusiness.[Module].ProductsDocumentations)
|
|
Me.aProductsDocumentations_Remove.TargetViewId = Nothing
|
|
Me.aProductsDocumentations_Remove.ToolTip = Nothing
|
|
Me.aProductsDocumentations_Remove.TypeOfView = Nothing
|
|
'
|
|
'aProducts_Open
|
|
'
|
|
Me.aProducts_Open.Caption = "aProducts_Open"
|
|
Me.aProducts_Open.ConfirmationMessage = Nothing
|
|
Me.aProducts_Open.Id = "aProducts_Open"
|
|
Me.aProducts_Open.ImageName = Nothing
|
|
Me.aProducts_Open.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aProducts_Open.Shortcut = Nothing
|
|
Me.aProducts_Open.Tag = Nothing
|
|
Me.aProducts_Open.TargetObjectsCriteria = Nothing
|
|
Me.aProducts_Open.TargetViewId = "Products_ListView_CRM_Outlook"
|
|
Me.aProducts_Open.ToolTip = Nothing
|
|
Me.aProducts_Open.TypeOfView = Nothing
|
|
'
|
|
'aProducts_CreateBusinessDirectory
|
|
'
|
|
Me.aProducts_CreateBusinessDirectory.Caption = "aProducts_CreateBusinessDirectory"
|
|
Me.aProducts_CreateBusinessDirectory.Category = "ObjectsCreation"
|
|
Me.aProducts_CreateBusinessDirectory.ConfirmationMessage = Nothing
|
|
Me.aProducts_CreateBusinessDirectory.Id = "aProducts_CreateBusinessDirectory"
|
|
Me.aProducts_CreateBusinessDirectory.ImageName = Nothing
|
|
Me.aProducts_CreateBusinessDirectory.Shortcut = Nothing
|
|
Me.aProducts_CreateBusinessDirectory.Tag = Nothing
|
|
Me.aProducts_CreateBusinessDirectory.TargetObjectsCriteria = Nothing
|
|
Me.aProducts_CreateBusinessDirectory.TargetObjectType = GetType(SISBusiness.[Module].Products)
|
|
Me.aProducts_CreateBusinessDirectory.TargetViewId = ""
|
|
Me.aProducts_CreateBusinessDirectory.ToolTip = Nothing
|
|
Me.aProducts_CreateBusinessDirectory.TypeOfView = Nothing
|
|
'
|
|
'aProducts_GenerateNotUsedList
|
|
'
|
|
Me.aProducts_GenerateNotUsedList.Caption = "aProducts_GenerateNotUsedList"
|
|
Me.aProducts_GenerateNotUsedList.Category = "ObjectsCreation"
|
|
Me.aProducts_GenerateNotUsedList.ConfirmationMessage = Nothing
|
|
Me.aProducts_GenerateNotUsedList.Id = "aProducts_GenerateNotUsedList"
|
|
Me.aProducts_GenerateNotUsedList.ImageName = Nothing
|
|
Me.aProducts_GenerateNotUsedList.Shortcut = Nothing
|
|
Me.aProducts_GenerateNotUsedList.Tag = Nothing
|
|
Me.aProducts_GenerateNotUsedList.TargetObjectsCriteria = Nothing
|
|
Me.aProducts_GenerateNotUsedList.TargetViewId = "Products_ListView_EverUsed"
|
|
Me.aProducts_GenerateNotUsedList.ToolTip = Nothing
|
|
Me.aProducts_GenerateNotUsedList.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents aModifyProductsParameters As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aPrintSelectedProductsBarcode As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aViewStorageMoveInfo_Products As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aProductsBarcodeGenerator As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aProductsDocumentations_ChangeGroup As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aProductsDocumentations_Remove As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aProducts_Open As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aProducts_CreateBusinessDirectory As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aProducts_GenerateNotUsedList As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|