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

117 lines
5.8 KiB
VB.net

Partial Class PCIDetailVC
<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.aViewAttachmentsPCIDetail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aViewRegistryPCIDetail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aOpenObjectPCIDetail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aPCICheckDetail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aChangeCurrencyRatePCIDetail = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
'
'aViewAttachmentsPCIDetail
'
Me.aViewAttachmentsPCIDetail.Caption = "aViewAttachmentsPCIDetail"
Me.aViewAttachmentsPCIDetail.ConfirmationMessage = Nothing
Me.aViewAttachmentsPCIDetail.Id = "aViewAttachmentsPCIDetail"
Me.aViewAttachmentsPCIDetail.ImageName = "printer_view"
Me.aViewAttachmentsPCIDetail.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aViewAttachmentsPCIDetail.Shortcut = Nothing
Me.aViewAttachmentsPCIDetail.Tag = Nothing
Me.aViewAttachmentsPCIDetail.TargetObjectsCriteria = Nothing
Me.aViewAttachmentsPCIDetail.TargetViewId = ""
Me.aViewAttachmentsPCIDetail.ToolTip = Nothing
Me.aViewAttachmentsPCIDetail.TypeOfView = Nothing
'
'aViewRegistryPCIDetail
'
Me.aViewRegistryPCIDetail.Caption = "aViewRegistryPCIDetail"
Me.aViewRegistryPCIDetail.ConfirmationMessage = Nothing
Me.aViewRegistryPCIDetail.Id = "aViewRegistryPCIDetail"
Me.aViewRegistryPCIDetail.ImageName = "document_pinned"
Me.aViewRegistryPCIDetail.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aViewRegistryPCIDetail.Shortcut = Nothing
Me.aViewRegistryPCIDetail.Tag = Nothing
Me.aViewRegistryPCIDetail.TargetObjectsCriteria = Nothing
Me.aViewRegistryPCIDetail.TargetViewId = ""
Me.aViewRegistryPCIDetail.ToolTip = Nothing
Me.aViewRegistryPCIDetail.TypeOfView = Nothing
'
'aOpenObjectPCIDetail
'
Me.aOpenObjectPCIDetail.Caption = "aOpenObjectPCIDetail"
Me.aOpenObjectPCIDetail.ConfirmationMessage = Nothing
Me.aOpenObjectPCIDetail.Id = "aOpenObjectPCIDetail"
Me.aOpenObjectPCIDetail.ImageName = Nothing
Me.aOpenObjectPCIDetail.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aOpenObjectPCIDetail.Shortcut = Nothing
Me.aOpenObjectPCIDetail.Tag = Nothing
Me.aOpenObjectPCIDetail.TargetObjectsCriteria = Nothing
Me.aOpenObjectPCIDetail.TargetViewId = ""
Me.aOpenObjectPCIDetail.ToolTip = Nothing
Me.aOpenObjectPCIDetail.TypeOfView = Nothing
'
'aPCICheckDetail
'
Me.aPCICheckDetail.Caption = "aPCICheckDetail"
Me.aPCICheckDetail.Category = "RecordEdit"
Me.aPCICheckDetail.ConfirmationMessage = Nothing
Me.aPCICheckDetail.Id = "aPCICheckDetail"
Me.aPCICheckDetail.ImageName = Nothing
Me.aPCICheckDetail.Shortcut = Nothing
Me.aPCICheckDetail.Tag = Nothing
Me.aPCICheckDetail.TargetObjectsCriteria = Nothing
Me.aPCICheckDetail.TargetViewId = Nothing
Me.aPCICheckDetail.ToolTip = Nothing
Me.aPCICheckDetail.TypeOfView = Nothing
'
'aChangeCurrencyRatePCIDetail
'
Me.aChangeCurrencyRatePCIDetail.AcceptButtonCaption = Nothing
Me.aChangeCurrencyRatePCIDetail.CancelButtonCaption = Nothing
Me.aChangeCurrencyRatePCIDetail.Caption = "aChange Currency Rate PCIDetail"
Me.aChangeCurrencyRatePCIDetail.Category = "RecordEdit"
Me.aChangeCurrencyRatePCIDetail.ConfirmationMessage = Nothing
Me.aChangeCurrencyRatePCIDetail.Id = "aChangeCurrencyRatePCIDetail"
Me.aChangeCurrencyRatePCIDetail.ImageName = Nothing
Me.aChangeCurrencyRatePCIDetail.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aChangeCurrencyRatePCIDetail.Shortcut = Nothing
Me.aChangeCurrencyRatePCIDetail.Tag = Nothing
Me.aChangeCurrencyRatePCIDetail.TargetObjectsCriteria = Nothing
Me.aChangeCurrencyRatePCIDetail.TargetViewId = Nothing
Me.aChangeCurrencyRatePCIDetail.ToolTip = Nothing
Me.aChangeCurrencyRatePCIDetail.TypeOfView = Nothing
End Sub
Friend WithEvents aViewAttachmentsPCIDetail As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aViewRegistryPCIDetail As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aOpenObjectPCIDetail As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aPCICheckDetail As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aChangeCurrencyRatePCIDetail As DevExpress.ExpressApp.Actions.PopupWindowShowAction
End Class