84 lines
4.1 KiB
VB.net
84 lines
4.1 KiB
VB.net
Partial Class PCIGroupAgingVC
|
|
|
|
<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.aGeneratePCIGroupAging = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aViewAttachmentsPCIGroupAging = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aViewRegistryPCIGroupAging = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aGeneratePCIGroupAging
|
|
'
|
|
Me.aGeneratePCIGroupAging.Caption = "aGenerate PCIGroup Aging"
|
|
Me.aGeneratePCIGroupAging.ConfirmationMessage = Nothing
|
|
Me.aGeneratePCIGroupAging.Id = "aGeneratePCIGroupAging"
|
|
Me.aGeneratePCIGroupAging.ImageName = Nothing
|
|
Me.aGeneratePCIGroupAging.Shortcut = Nothing
|
|
Me.aGeneratePCIGroupAging.Tag = Nothing
|
|
Me.aGeneratePCIGroupAging.TargetObjectsCriteria = Nothing
|
|
Me.aGeneratePCIGroupAging.TargetObjectType = GetType(Nuvolar.[Module].PCIGroupAging)
|
|
Me.aGeneratePCIGroupAging.TargetViewId = Nothing
|
|
Me.aGeneratePCIGroupAging.ToolTip = Nothing
|
|
Me.aGeneratePCIGroupAging.TypeOfView = Nothing
|
|
'
|
|
'aViewAttachmentsPCIGroupAging
|
|
'
|
|
Me.aViewAttachmentsPCIGroupAging.Caption = "aViewAttachmentsPCIGroup"
|
|
Me.aViewAttachmentsPCIGroupAging.ConfirmationMessage = Nothing
|
|
Me.aViewAttachmentsPCIGroupAging.Id = "aViewAttachmentsPCIGroupAging"
|
|
Me.aViewAttachmentsPCIGroupAging.ImageName = "printer_view"
|
|
Me.aViewAttachmentsPCIGroupAging.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aViewAttachmentsPCIGroupAging.Shortcut = Nothing
|
|
Me.aViewAttachmentsPCIGroupAging.Tag = Nothing
|
|
Me.aViewAttachmentsPCIGroupAging.TargetObjectsCriteria = Nothing
|
|
Me.aViewAttachmentsPCIGroupAging.TargetObjectType = GetType(Nuvolar.[Module].PCIGroupAging)
|
|
Me.aViewAttachmentsPCIGroupAging.TargetViewId = ""
|
|
Me.aViewAttachmentsPCIGroupAging.ToolTip = Nothing
|
|
Me.aViewAttachmentsPCIGroupAging.TypeOfView = Nothing
|
|
'
|
|
'aViewRegistryPCIGroupAging
|
|
'
|
|
Me.aViewRegistryPCIGroupAging.Caption = "aViewRegistryPCIGroupAging"
|
|
Me.aViewRegistryPCIGroupAging.ConfirmationMessage = Nothing
|
|
Me.aViewRegistryPCIGroupAging.Id = "aViewRegistryPCIGroupAging"
|
|
Me.aViewRegistryPCIGroupAging.ImageName = "document_pinned"
|
|
Me.aViewRegistryPCIGroupAging.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aViewRegistryPCIGroupAging.Shortcut = Nothing
|
|
Me.aViewRegistryPCIGroupAging.Tag = Nothing
|
|
Me.aViewRegistryPCIGroupAging.TargetObjectsCriteria = Nothing
|
|
Me.aViewRegistryPCIGroupAging.TargetObjectType = GetType(Nuvolar.[Module].PCIGroupAging)
|
|
Me.aViewRegistryPCIGroupAging.TargetViewId = ""
|
|
Me.aViewRegistryPCIGroupAging.ToolTip = Nothing
|
|
Me.aViewRegistryPCIGroupAging.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents aGeneratePCIGroupAging As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aViewAttachmentsPCIGroupAging As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aViewRegistryPCIGroupAging As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|