Partial Class CRM_LeadsVC _ 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.aCRM_Leads_CreateMail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aCRM_Leads_ReadMail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aCRM_LeadsDocumentation_OpenBusinessDirectory = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) ' 'aCRM_Leads_CreateMail ' Me.aCRM_Leads_CreateMail.Caption = "Create mail" Me.aCRM_Leads_CreateMail.ConfirmationMessage = Nothing Me.aCRM_Leads_CreateMail.Id = "aCRM_Leads_CreateMail" Me.aCRM_Leads_CreateMail.ImageName = "mail_add" Me.aCRM_Leads_CreateMail.Shortcut = Nothing Me.aCRM_Leads_CreateMail.Tag = Nothing Me.aCRM_Leads_CreateMail.TargetObjectsCriteria = Nothing Me.aCRM_Leads_CreateMail.TargetViewId = "CRM_Leads_DetailView" Me.aCRM_Leads_CreateMail.ToolTip = Nothing Me.aCRM_Leads_CreateMail.TypeOfView = Nothing ' 'aCRM_Leads_ReadMail ' Me.aCRM_Leads_ReadMail.Caption = "Read mail" Me.aCRM_Leads_ReadMail.ConfirmationMessage = Nothing Me.aCRM_Leads_ReadMail.Id = "aCRM_Leads_ReadMail" Me.aCRM_Leads_ReadMail.ImageName = "mail_view" Me.aCRM_Leads_ReadMail.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aCRM_Leads_ReadMail.Shortcut = Nothing Me.aCRM_Leads_ReadMail.Tag = Nothing Me.aCRM_Leads_ReadMail.TargetObjectsCriteria = Nothing Me.aCRM_Leads_ReadMail.TargetObjectType = GetType(Nuvolar.[Module].CRM_Leads_Activity) Me.aCRM_Leads_ReadMail.TargetViewId = "CRM_Leads_CRM_Leads_Activity_ListView" Me.aCRM_Leads_ReadMail.ToolTip = Nothing Me.aCRM_Leads_ReadMail.TypeOfView = Nothing ' 'aCRM_LeadsDocumentation_OpenBusinessDirectory ' Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.AcceptButtonCaption = Nothing Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.CancelButtonCaption = Nothing Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.Caption = "aCRM_LeadsDocumentation_OpenBusinessDirectory" Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.Category = "ObjectsCreation" Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.ConfirmationMessage = Nothing Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.Id = "aCRM_LeadsDocumentation_OpenBusinessDirectory" Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.ImageName = Nothing Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.Shortcut = Nothing Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.Tag = Nothing Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.TargetObjectsCriteria = Nothing Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.TargetObjectType = GetType(Nuvolar.[Module].CRM_LeadsDocumentation) Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.TargetViewId = "CRM_Leads_CRM_LeadsDocumentation_ListView" Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.TargetViewType = DevExpress.ExpressApp.ViewType.ListView Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.ToolTip = Nothing Me.aCRM_LeadsDocumentation_OpenBusinessDirectory.TypeOfView = GetType(DevExpress.ExpressApp.ListView) End Sub Friend WithEvents aCRM_Leads_CreateMail As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aCRM_Leads_ReadMail As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aCRM_LeadsDocumentation_OpenBusinessDirectory As DevExpress.ExpressApp.Actions.PopupWindowShowAction End Class