Files
Nuvolar/Nuvolar.Module/BusinessObjects/Financial/FinancialObjects/FinancialTransactions/Reports/Partner Connection/PCICheckVC.Designer.vb
T
2017-03-08 11:21:27 +01:00

71 lines
3.1 KiB
VB.net

Partial Class PCICheckVC
<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.aPCICheck_PCICheck = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aViewPCI_PCICheck = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
'aPCICheck_PCICheck
'
Me.aPCICheck_PCICheck.Caption = "aPCICheck_PCICheck"
Me.aPCICheck_PCICheck.Category = "RecordEdit"
Me.aPCICheck_PCICheck.ConfirmationMessage = Nothing
Me.aPCICheck_PCICheck.Id = "aPCICheck_PCICheck"
Me.aPCICheck_PCICheck.ImageName = Nothing
Me.aPCICheck_PCICheck.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aPCICheck_PCICheck.Shortcut = Nothing
Me.aPCICheck_PCICheck.Tag = Nothing
Me.aPCICheck_PCICheck.TargetObjectsCriteria = Nothing
Me.aPCICheck_PCICheck.TargetObjectType = GetType(Nuvolar.[Module].PCICheck)
Me.aPCICheck_PCICheck.TargetViewId = Nothing
Me.aPCICheck_PCICheck.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aPCICheck_PCICheck.ToolTip = Nothing
Me.aPCICheck_PCICheck.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aViewPCI_PCICheck
'
Me.aViewPCI_PCICheck.Caption = "aViewPCI_PCICheck"
Me.aViewPCI_PCICheck.ConfirmationMessage = Nothing
Me.aViewPCI_PCICheck.Id = "aViewPCI_PCICheck"
Me.aViewPCI_PCICheck.ImageName = Nothing
Me.aViewPCI_PCICheck.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aViewPCI_PCICheck.Shortcut = Nothing
Me.aViewPCI_PCICheck.Tag = Nothing
Me.aViewPCI_PCICheck.TargetObjectsCriteria = Nothing
Me.aViewPCI_PCICheck.TargetObjectType = GetType(Nuvolar.[Module].PCICheck)
Me.aViewPCI_PCICheck.TargetViewId = ""
Me.aViewPCI_PCICheck.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aViewPCI_PCICheck.ToolTip = Nothing
Me.aViewPCI_PCICheck.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
End Sub
Friend WithEvents aPCICheck_PCICheck As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aViewPCI_PCICheck As DevExpress.ExpressApp.Actions.SimpleAction
End Class