105 lines
5.3 KiB
VB.net
105 lines
5.3 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.aInsertStoragePDARows = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aDeleteStoragePDARows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aLocatePDACollectionIn = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aLocatePDACollectionOut = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aInsertStoragePDARows
|
|
'
|
|
Me.aInsertStoragePDARows.AcceptButtonCaption = Nothing
|
|
Me.aInsertStoragePDARows.CancelButtonCaption = Nothing
|
|
Me.aInsertStoragePDARows.Caption = "aInsertStoragePDARows"
|
|
Me.aInsertStoragePDARows.Category = "aInsertStoragePDARows"
|
|
Me.aInsertStoragePDARows.ConfirmationMessage = Nothing
|
|
Me.aInsertStoragePDARows.Id = "aInsertStoragePDARows"
|
|
Me.aInsertStoragePDARows.ImageName = Nothing
|
|
Me.aInsertStoragePDARows.Shortcut = Nothing
|
|
Me.aInsertStoragePDARows.Tag = Nothing
|
|
Me.aInsertStoragePDARows.TargetObjectsCriteria = Nothing
|
|
Me.aInsertStoragePDARows.TargetViewId = Nothing
|
|
Me.aInsertStoragePDARows.ToolTip = Nothing
|
|
Me.aInsertStoragePDARows.TypeOfView = Nothing
|
|
'
|
|
'aDeleteStoragePDARows
|
|
'
|
|
Me.aDeleteStoragePDARows.Caption = "aDeleteStoragePDARows"
|
|
Me.aDeleteStoragePDARows.Category = "aDeleteStoragePDARows"
|
|
Me.aDeleteStoragePDARows.ConfirmationMessage = Nothing
|
|
Me.aDeleteStoragePDARows.Id = "aDeleteStoragePDARows"
|
|
Me.aDeleteStoragePDARows.ImageName = "table_delete"
|
|
Me.aDeleteStoragePDARows.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aDeleteStoragePDARows.Shortcut = Nothing
|
|
Me.aDeleteStoragePDARows.Tag = Nothing
|
|
Me.aDeleteStoragePDARows.TargetObjectsCriteria = Nothing
|
|
Me.aDeleteStoragePDARows.TargetViewId = ""
|
|
Me.aDeleteStoragePDARows.ToolTip = Nothing
|
|
Me.aDeleteStoragePDARows.TypeOfView = Nothing
|
|
'
|
|
'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.Shortcut = Nothing
|
|
Me.aLocatePDACollectionIn.Tag = Nothing
|
|
Me.aLocatePDACollectionIn.TargetObjectsCriteria = "StorageCollectionType=1 AND StoragePDACollectionHeaderStatus=2"
|
|
Me.aLocatePDACollectionIn.TargetObjectType = GetType(SISBusiness.[Module].StoragePDACollectionHeader)
|
|
Me.aLocatePDACollectionIn.TargetViewId = ""
|
|
Me.aLocatePDACollectionIn.ToolTip = Nothing
|
|
Me.aLocatePDACollectionIn.TypeOfView = 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.Shortcut = Nothing
|
|
Me.aLocatePDACollectionOut.Tag = Nothing
|
|
Me.aLocatePDACollectionOut.TargetObjectsCriteria = "StorageCollectionType=2 AND StoragePDACollectionHeaderStatus=2"
|
|
Me.aLocatePDACollectionOut.TargetObjectType = GetType(SISBusiness.[Module].StoragePDACollectionHeader)
|
|
Me.aLocatePDACollectionOut.TargetViewId = ""
|
|
Me.aLocatePDACollectionOut.ToolTip = Nothing
|
|
Me.aLocatePDACollectionOut.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents aInsertStoragePDARows As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aDeleteStoragePDARows As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aLocatePDACollectionIn As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aLocatePDACollectionOut As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|