First create solution
This commit is contained in:
+80
@@ -0,0 +1,80 @@
|
||||
Partial Class CRM_OpportunitiesVC
|
||||
|
||||
<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.aCRM_Opportunities_CreateMail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aCRM_Opportunities_ReadMail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aCRM_Opportunities_Contact_Role_CreateMail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
'
|
||||
'aCRM_Opportunities_CreateMail
|
||||
'
|
||||
Me.aCRM_Opportunities_CreateMail.Caption = "Create mail"
|
||||
Me.aCRM_Opportunities_CreateMail.Category = "ObjectsCreation"
|
||||
Me.aCRM_Opportunities_CreateMail.ConfirmationMessage = Nothing
|
||||
Me.aCRM_Opportunities_CreateMail.Id = "aCRM_Opportunities_CreateMail"
|
||||
Me.aCRM_Opportunities_CreateMail.ImageName = "mail_add"
|
||||
Me.aCRM_Opportunities_CreateMail.Shortcut = Nothing
|
||||
Me.aCRM_Opportunities_CreateMail.Tag = Nothing
|
||||
Me.aCRM_Opportunities_CreateMail.TargetObjectsCriteria = Nothing
|
||||
Me.aCRM_Opportunities_CreateMail.TargetViewId = "CRM_Opportunities_DetailView"
|
||||
Me.aCRM_Opportunities_CreateMail.ToolTip = Nothing
|
||||
Me.aCRM_Opportunities_CreateMail.TypeOfView = Nothing
|
||||
'
|
||||
'aCRM_Opportunities_ReadMail
|
||||
'
|
||||
Me.aCRM_Opportunities_ReadMail.Caption = "Read mail"
|
||||
Me.aCRM_Opportunities_ReadMail.ConfirmationMessage = Nothing
|
||||
Me.aCRM_Opportunities_ReadMail.Id = "aCRM_Opportunities_ReadMail"
|
||||
Me.aCRM_Opportunities_ReadMail.ImageName = "mail_view"
|
||||
Me.aCRM_Opportunities_ReadMail.Shortcut = Nothing
|
||||
Me.aCRM_Opportunities_ReadMail.Tag = Nothing
|
||||
Me.aCRM_Opportunities_ReadMail.TargetObjectsCriteria = Nothing
|
||||
Me.aCRM_Opportunities_ReadMail.TargetViewId = "CRM_Opportunities_CRM_Leads_Activity_ListView"
|
||||
Me.aCRM_Opportunities_ReadMail.ToolTip = Nothing
|
||||
Me.aCRM_Opportunities_ReadMail.TypeOfView = Nothing
|
||||
'
|
||||
'aCRM_Opportunities_Contact_Role_CreateMail
|
||||
'
|
||||
Me.aCRM_Opportunities_Contact_Role_CreateMail.Caption = "Contact Role CreateMail"
|
||||
Me.aCRM_Opportunities_Contact_Role_CreateMail.ConfirmationMessage = Nothing
|
||||
Me.aCRM_Opportunities_Contact_Role_CreateMail.Id = "aCRM_Opportunities_Contact_Role_CreateMail"
|
||||
Me.aCRM_Opportunities_Contact_Role_CreateMail.ImageName = "mail_add"
|
||||
Me.aCRM_Opportunities_Contact_Role_CreateMail.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aCRM_Opportunities_Contact_Role_CreateMail.Shortcut = Nothing
|
||||
Me.aCRM_Opportunities_Contact_Role_CreateMail.Tag = Nothing
|
||||
Me.aCRM_Opportunities_Contact_Role_CreateMail.TargetObjectsCriteria = Nothing
|
||||
Me.aCRM_Opportunities_Contact_Role_CreateMail.TargetViewId = ""
|
||||
Me.aCRM_Opportunities_Contact_Role_CreateMail.ToolTip = Nothing
|
||||
Me.aCRM_Opportunities_Contact_Role_CreateMail.TypeOfView = Nothing
|
||||
|
||||
End Sub
|
||||
Friend WithEvents aCRM_Opportunities_CreateMail As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aCRM_Opportunities_ReadMail As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aCRM_Opportunities_Contact_Role_CreateMail As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user