Files
2017-03-08 11:21:27 +01:00

72 lines
3.9 KiB
VB.net

Partial Class RTFDocumentsHandlerVC
<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.aRFTDocuments_CreateBusinessDirectoryDocument = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aRTFDocuments_InsertRTFDocVariable = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
'
'aRFTDocuments_CreateBusinessDirectoryDocument
'
Me.aRFTDocuments_CreateBusinessDirectoryDocument.AcceptButtonCaption = Nothing
Me.aRFTDocuments_CreateBusinessDirectoryDocument.CancelButtonCaption = Nothing
Me.aRFTDocuments_CreateBusinessDirectoryDocument.Caption = "aRFTDocuments_CreateBusinessDirectoryDocument"
Me.aRFTDocuments_CreateBusinessDirectoryDocument.ConfirmationMessage = Nothing
Me.aRFTDocuments_CreateBusinessDirectoryDocument.Id = "aRFTDocuments_CreateBusinessDirectoryDocument"
Me.aRFTDocuments_CreateBusinessDirectoryDocument.ImageName = Nothing
Me.aRFTDocuments_CreateBusinessDirectoryDocument.Shortcut = Nothing
Me.aRFTDocuments_CreateBusinessDirectoryDocument.Tag = Nothing
Me.aRFTDocuments_CreateBusinessDirectoryDocument.TargetObjectsCriteria = Nothing
Me.aRFTDocuments_CreateBusinessDirectoryDocument.TargetObjectType = GetType(Nuvolar.[Module].RTFDocumentsHandler)
Me.aRFTDocuments_CreateBusinessDirectoryDocument.TargetViewId = Nothing
Me.aRFTDocuments_CreateBusinessDirectoryDocument.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aRFTDocuments_CreateBusinessDirectoryDocument.ToolTip = Nothing
Me.aRFTDocuments_CreateBusinessDirectoryDocument.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aRTFDocuments_InsertRTFDocVariable
'
Me.aRTFDocuments_InsertRTFDocVariable.AcceptButtonCaption = Nothing
Me.aRTFDocuments_InsertRTFDocVariable.CancelButtonCaption = Nothing
Me.aRTFDocuments_InsertRTFDocVariable.Caption = "aRTFDocuments_InsertRTFDocVariable"
Me.aRTFDocuments_InsertRTFDocVariable.ConfirmationMessage = Nothing
Me.aRTFDocuments_InsertRTFDocVariable.Id = "aRTFDocuments_InsertRTFDocVariable"
Me.aRTFDocuments_InsertRTFDocVariable.ImageName = Nothing
Me.aRTFDocuments_InsertRTFDocVariable.Shortcut = Nothing
Me.aRTFDocuments_InsertRTFDocVariable.Tag = Nothing
Me.aRTFDocuments_InsertRTFDocVariable.TargetObjectsCriteria = Nothing
Me.aRTFDocuments_InsertRTFDocVariable.TargetObjectType = GetType(Nuvolar.[Module].RTFDocumentsHandler)
Me.aRTFDocuments_InsertRTFDocVariable.TargetViewId = Nothing
Me.aRTFDocuments_InsertRTFDocVariable.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aRTFDocuments_InsertRTFDocVariable.ToolTip = Nothing
Me.aRTFDocuments_InsertRTFDocVariable.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
End Sub
Friend WithEvents aRFTDocuments_CreateBusinessDirectoryDocument As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aRTFDocuments_InsertRTFDocVariable As DevExpress.ExpressApp.Actions.PopupWindowShowAction
End Class