Partial Class BusinessDirectory_VC _ 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. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Me.aBusinessDirectory_OpenRTFDocument = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aOpenRTFDocument_InsertTable = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aOpenRTFDocument_SaveBusinessDiretory = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aOpenRTFDocument_SaveToCRM_Lead = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aOpenRTFDocument_InsertDocVariable = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aBusinessDirectory_OpenSpreadDocument = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) ' 'aBusinessDirectory_OpenRTFDocument ' Me.aBusinessDirectory_OpenRTFDocument.Caption = "aBusinessDirectory_OpenRTFDocument" Me.aBusinessDirectory_OpenRTFDocument.Category = "RecordEdit" Me.aBusinessDirectory_OpenRTFDocument.ConfirmationMessage = Nothing Me.aBusinessDirectory_OpenRTFDocument.Id = "aBusinessDirectory_OpenRTFDocument" Me.aBusinessDirectory_OpenRTFDocument.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aBusinessDirectory_OpenRTFDocument.TargetObjectsCriteria = "IsFolder=False" Me.aBusinessDirectory_OpenRTFDocument.TargetObjectType = GetType(Nuvolar.[Module].BusinessDirectory) Me.aBusinessDirectory_OpenRTFDocument.TargetViewType = DevExpress.ExpressApp.ViewType.ListView Me.aBusinessDirectory_OpenRTFDocument.ToolTip = Nothing Me.aBusinessDirectory_OpenRTFDocument.TypeOfView = GetType(DevExpress.ExpressApp.ListView) ' 'aOpenRTFDocument_InsertTable ' Me.aOpenRTFDocument_InsertTable.Caption = "aOpenRTFDocument_InsertTable" Me.aOpenRTFDocument_InsertTable.Category = "RecordEdit" Me.aOpenRTFDocument_InsertTable.ConfirmationMessage = Nothing Me.aOpenRTFDocument_InsertTable.Id = "aOpenRTFDocument_InsertTable" Me.aOpenRTFDocument_InsertTable.TargetObjectType = GetType(Nuvolar.[Module].OpenRTFDocument_PopUp) Me.aOpenRTFDocument_InsertTable.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aOpenRTFDocument_InsertTable.ToolTip = Nothing Me.aOpenRTFDocument_InsertTable.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aOpenRTFDocument_SaveBusinessDiretory ' Me.aOpenRTFDocument_SaveBusinessDiretory.Caption = "aOpenRTFDocument_SaveBusinessDiretory" Me.aOpenRTFDocument_SaveBusinessDiretory.Category = "Save" Me.aOpenRTFDocument_SaveBusinessDiretory.ConfirmationMessage = Nothing Me.aOpenRTFDocument_SaveBusinessDiretory.Id = "aOpenRTFDocument_SaveBusinessDiretory" Me.aOpenRTFDocument_SaveBusinessDiretory.TargetObjectType = GetType(Nuvolar.[Module].OpenRTFDocument_PopUp) Me.aOpenRTFDocument_SaveBusinessDiretory.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aOpenRTFDocument_SaveBusinessDiretory.ToolTip = Nothing Me.aOpenRTFDocument_SaveBusinessDiretory.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aOpenRTFDocument_SaveToCRM_Lead ' Me.aOpenRTFDocument_SaveToCRM_Lead.AcceptButtonCaption = Nothing Me.aOpenRTFDocument_SaveToCRM_Lead.CancelButtonCaption = Nothing Me.aOpenRTFDocument_SaveToCRM_Lead.Caption = "aOpenRTFDocument_SaveToCRM_Lead" Me.aOpenRTFDocument_SaveToCRM_Lead.Category = "Save" Me.aOpenRTFDocument_SaveToCRM_Lead.ConfirmationMessage = Nothing Me.aOpenRTFDocument_SaveToCRM_Lead.Id = "aOpenRTFDocument_SaveToCRM_Lead" Me.aOpenRTFDocument_SaveToCRM_Lead.TargetObjectType = GetType(Nuvolar.[Module].OpenRTFDocument_PopUp) Me.aOpenRTFDocument_SaveToCRM_Lead.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aOpenRTFDocument_SaveToCRM_Lead.ToolTip = Nothing Me.aOpenRTFDocument_SaveToCRM_Lead.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aOpenRTFDocument_InsertDocVariable ' Me.aOpenRTFDocument_InsertDocVariable.AcceptButtonCaption = Nothing Me.aOpenRTFDocument_InsertDocVariable.CancelButtonCaption = Nothing Me.aOpenRTFDocument_InsertDocVariable.Caption = "aOpenRTFDocument_InsertDocVariable" Me.aOpenRTFDocument_InsertDocVariable.Category = "RecordEdit" Me.aOpenRTFDocument_InsertDocVariable.ConfirmationMessage = Nothing Me.aOpenRTFDocument_InsertDocVariable.Id = "aOpenRTFDocument_InsertDocVariable" Me.aOpenRTFDocument_InsertDocVariable.TargetObjectType = GetType(Nuvolar.[Module].OpenRTFDocument_PopUp) Me.aOpenRTFDocument_InsertDocVariable.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aOpenRTFDocument_InsertDocVariable.ToolTip = Nothing Me.aOpenRTFDocument_InsertDocVariable.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aBusinessDirectory_OpenSpreadDocument ' Me.aBusinessDirectory_OpenSpreadDocument.Caption = "aBusinessDirectory_OpenSpreadDocument" Me.aBusinessDirectory_OpenSpreadDocument.Category = "RecordEdit" Me.aBusinessDirectory_OpenSpreadDocument.ConfirmationMessage = Nothing Me.aBusinessDirectory_OpenSpreadDocument.Id = "aBusinessDirectory_OpenSpreadDocument" Me.aBusinessDirectory_OpenSpreadDocument.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aBusinessDirectory_OpenSpreadDocument.TargetObjectsCriteria = "IsFolder=False" Me.aBusinessDirectory_OpenSpreadDocument.TargetObjectType = GetType(Nuvolar.[Module].BusinessDirectory) Me.aBusinessDirectory_OpenSpreadDocument.TargetViewType = DevExpress.ExpressApp.ViewType.ListView Me.aBusinessDirectory_OpenSpreadDocument.ToolTip = Nothing Me.aBusinessDirectory_OpenSpreadDocument.TypeOfView = GetType(DevExpress.ExpressApp.ListView) End Sub Friend WithEvents aBusinessDirectory_OpenRTFDocument As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aOpenRTFDocument_InsertTable As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aOpenRTFDocument_SaveBusinessDiretory As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aOpenRTFDocument_SaveToCRM_Lead As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aOpenRTFDocument_InsertDocVariable As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aBusinessDirectory_OpenSpreadDocument As DevExpress.ExpressApp.Actions.SimpleAction End Class