Files
Nuvolar/Nuvolar.Module/BusinessObjects/Financial/FinancialObjects/FinancialTransactions/AssetsHandling/AssetsHandlingCPBVC.Designer.vb
T
2017-03-08 11:21:27 +01:00

105 lines
4.9 KiB
VB.net

Partial Class AssetsHandlingCPBVC
<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.aToTable_AHCPB = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aToTableD_AHCPB = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aBackToRowEdit_AHCPB = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aViewAtachments_AHCPB = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
'aToTable_AHCPB
'
Me.aToTable_AHCPB.Caption = "aToTable"
Me.aToTable_AHCPB.Category = "aToTable_AHCPB"
Me.aToTable_AHCPB.ConfirmationMessage = Nothing
Me.aToTable_AHCPB.Id = "aToTable_AHCPB"
Me.aToTable_AHCPB.ImageName = Nothing
Me.aToTable_AHCPB.Shortcut = Nothing
Me.aToTable_AHCPB.Tag = Nothing
Me.aToTable_AHCPB.TargetObjectsCriteria = Nothing
Me.aToTable_AHCPB.TargetObjectType = GetType(Nuvolar.[Module].AssetsHandlingCPB)
Me.aToTable_AHCPB.TargetViewId = ""
Me.aToTable_AHCPB.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aToTable_AHCPB.ToolTip = Nothing
Me.aToTable_AHCPB.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aToTableD_AHCPB
'
Me.aToTableD_AHCPB.Caption = "Delete row"
Me.aToTableD_AHCPB.Category = "aToTableD_AHCPB"
Me.aToTableD_AHCPB.ConfirmationMessage = Nothing
Me.aToTableD_AHCPB.Id = "aToTableD_AHCPB"
Me.aToTableD_AHCPB.ImageName = Nothing
Me.aToTableD_AHCPB.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aToTableD_AHCPB.Shortcut = Nothing
Me.aToTableD_AHCPB.Tag = Nothing
Me.aToTableD_AHCPB.TargetObjectsCriteria = Nothing
Me.aToTableD_AHCPB.TargetObjectType = GetType(Nuvolar.[Module].AssetsHandlingCPB)
Me.aToTableD_AHCPB.TargetViewId = ""
Me.aToTableD_AHCPB.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aToTableD_AHCPB.ToolTip = Nothing
Me.aToTableD_AHCPB.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aBackToRowEdit_AHCPB
'
Me.aBackToRowEdit_AHCPB.Caption = "Edit row"
Me.aBackToRowEdit_AHCPB.Category = "aBackToRowEdit_AHCPB"
Me.aBackToRowEdit_AHCPB.ConfirmationMessage = Nothing
Me.aBackToRowEdit_AHCPB.Id = "aBackToRowEdit_AHCPB"
Me.aBackToRowEdit_AHCPB.ImageName = Nothing
Me.aBackToRowEdit_AHCPB.Shortcut = Nothing
Me.aBackToRowEdit_AHCPB.Tag = Nothing
Me.aBackToRowEdit_AHCPB.TargetObjectsCriteria = Nothing
Me.aBackToRowEdit_AHCPB.TargetObjectType = GetType(Nuvolar.[Module].AssetsHandlingCPB)
Me.aBackToRowEdit_AHCPB.TargetViewId = ""
Me.aBackToRowEdit_AHCPB.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aBackToRowEdit_AHCPB.ToolTip = Nothing
Me.aBackToRowEdit_AHCPB.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aViewAtachments_AHCPB
'
Me.aViewAtachments_AHCPB.Caption = "aViewAtachments_AHCPB"
Me.aViewAtachments_AHCPB.ConfirmationMessage = Nothing
Me.aViewAtachments_AHCPB.Id = "aViewAtachments_AHCPB"
Me.aViewAtachments_AHCPB.ImageName = Nothing
Me.aViewAtachments_AHCPB.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aViewAtachments_AHCPB.Shortcut = Nothing
Me.aViewAtachments_AHCPB.Tag = Nothing
Me.aViewAtachments_AHCPB.TargetObjectsCriteria = Nothing
Me.aViewAtachments_AHCPB.TargetViewId = "AssetsHandlingCPB_PCIGroup_ListView"
Me.aViewAtachments_AHCPB.ToolTip = Nothing
Me.aViewAtachments_AHCPB.TypeOfView = Nothing
End Sub
Friend WithEvents aToTable_AHCPB As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aToTableD_AHCPB As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aBackToRowEdit_AHCPB As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aViewAtachments_AHCPB As DevExpress.ExpressApp.Actions.SimpleAction
End Class