Partial Class CRM_OpportunitiesVC _ 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_O_CreateOfferOut = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aCRM_O_CreateOrderIn = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aCRM_O_ViewLeads = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aCRM_O_CreateActivity = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aCRM_O_CreateOfferIn = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aCRM_O_CreateContracts = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aCRM_O_Set_Registry = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aCRM_O_UnSet_Registry = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aCRM_O_RecalculateEstimatedRevenue = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aCRM_O_CreateBusinessDirectoryTask = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aCRM_O_CRM_O_Customers_New = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aCRM_O_CRM_O_CustomersContacts_New = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aCRM_O_CRM_O_CustomersContacts_Delete = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aCRM_O_CRM_O_Customers_Delete = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) ' 'aCRM_O_CreateOfferOut ' Me.aCRM_O_CreateOfferOut.Caption = "Create offer out" Me.aCRM_O_CreateOfferOut.Category = "ObjectsCreation" Me.aCRM_O_CreateOfferOut.ConfirmationMessage = Nothing Me.aCRM_O_CreateOfferOut.Id = "aCRM_O_CreateOfferOut" Me.aCRM_O_CreateOfferOut.ImageName = "document_edit" Me.aCRM_O_CreateOfferOut.TargetViewId = "CRM_Opportunities_OfferOutHeader_ListView" Me.aCRM_O_CreateOfferOut.ToolTip = Nothing ' 'aCRM_O_CreateOrderIn ' Me.aCRM_O_CreateOrderIn.Caption = "Create order in" Me.aCRM_O_CreateOrderIn.Category = "ObjectsCreation" Me.aCRM_O_CreateOrderIn.ConfirmationMessage = Nothing Me.aCRM_O_CreateOrderIn.Id = "aCRM_O_CreateOrderIn" Me.aCRM_O_CreateOrderIn.ImageName = "document_down" Me.aCRM_O_CreateOrderIn.TargetViewId = "CRM_Opportunities_OrderInHeader_ListView" Me.aCRM_O_CreateOrderIn.ToolTip = Nothing ' 'aCRM_O_ViewLeads ' Me.aCRM_O_ViewLeads.Caption = "View leads" Me.aCRM_O_ViewLeads.Category = "OpenObject" Me.aCRM_O_ViewLeads.ConfirmationMessage = Nothing Me.aCRM_O_ViewLeads.Id = "aCRM_O_ViewLeads" Me.aCRM_O_ViewLeads.ImageName = "BO_Lead" Me.aCRM_O_ViewLeads.TargetViewId = "CRM_Opportunities_DetailView" Me.aCRM_O_ViewLeads.ToolTip = Nothing ' 'aCRM_O_CreateActivity ' Me.aCRM_O_CreateActivity.Caption = "Create Activity" Me.aCRM_O_CreateActivity.ConfirmationMessage = Nothing Me.aCRM_O_CreateActivity.Id = "aCRM_O_CreateActivity" Me.aCRM_O_CreateActivity.ImageName = "Action_New" Me.aCRM_O_CreateActivity.TargetViewId = "CRM_Opportunities_CRM_Leads_Activity_ListView" Me.aCRM_O_CreateActivity.ToolTip = Nothing ' 'aCRM_O_CreateOfferIn ' Me.aCRM_O_CreateOfferIn.Caption = "Create offer in" Me.aCRM_O_CreateOfferIn.Category = "ObjectsCreation" Me.aCRM_O_CreateOfferIn.ConfirmationMessage = Nothing Me.aCRM_O_CreateOfferIn.Id = "aCRM_O_CreateOfferIn" Me.aCRM_O_CreateOfferIn.TargetViewId = "CRM_Opportunities_OfferInHeader_ListView" Me.aCRM_O_CreateOfferIn.ToolTip = Nothing ' 'aCRM_O_CreateContracts ' Me.aCRM_O_CreateContracts.AcceptButtonCaption = Nothing Me.aCRM_O_CreateContracts.CancelButtonCaption = Nothing Me.aCRM_O_CreateContracts.Caption = "Create Contracts" Me.aCRM_O_CreateContracts.Category = "ObjectsCreation" Me.aCRM_O_CreateContracts.ConfirmationMessage = Nothing Me.aCRM_O_CreateContracts.Id = "aCRM_O_CreateContracts" Me.aCRM_O_CreateContracts.TargetViewId = "CRM_Opportunities_Contracts_ListView" Me.aCRM_O_CreateContracts.ToolTip = Nothing ' 'aCRM_O_Set_Registry ' Me.aCRM_O_Set_Registry.Caption = "CRM O Set Registry" Me.aCRM_O_Set_Registry.Category = "ObjectsCreation" Me.aCRM_O_Set_Registry.ConfirmationMessage = Nothing Me.aCRM_O_Set_Registry.Id = "aCRM_O_Set_Registry" Me.aCRM_O_Set_Registry.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aCRM_O_Set_Registry.TargetViewId = "" Me.aCRM_O_Set_Registry.ToolTip = Nothing ' 'aCRM_O_UnSet_Registry ' Me.aCRM_O_UnSet_Registry.Caption = "CRM O UnSet Registry" Me.aCRM_O_UnSet_Registry.Category = "ObjectsCreation" Me.aCRM_O_UnSet_Registry.ConfirmationMessage = Nothing Me.aCRM_O_UnSet_Registry.Id = "aCRM_O_UnSet_Registry" Me.aCRM_O_UnSet_Registry.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aCRM_O_UnSet_Registry.TargetViewId = "" Me.aCRM_O_UnSet_Registry.ToolTip = Nothing ' 'aCRM_O_RecalculateEstimatedRevenue ' Me.aCRM_O_RecalculateEstimatedRevenue.Caption = "aCRM_O_RecalculateEstimatedRevenue" Me.aCRM_O_RecalculateEstimatedRevenue.Category = "RecordEdit" Me.aCRM_O_RecalculateEstimatedRevenue.ConfirmationMessage = Nothing Me.aCRM_O_RecalculateEstimatedRevenue.Id = "aCRM_O_RecalculateEstimatedRevenue" Me.aCRM_O_RecalculateEstimatedRevenue.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects Me.aCRM_O_RecalculateEstimatedRevenue.TargetObjectType = GetType(Nuvolar.[Module].CRM_Opportunities) Me.aCRM_O_RecalculateEstimatedRevenue.ToolTip = Nothing ' 'aCRM_O_CreateBusinessDirectoryTask ' Me.aCRM_O_CreateBusinessDirectoryTask.AcceptButtonCaption = Nothing Me.aCRM_O_CreateBusinessDirectoryTask.CancelButtonCaption = Nothing Me.aCRM_O_CreateBusinessDirectoryTask.Caption = "aCRM_O_CreateBusinessDirectoryTask" Me.aCRM_O_CreateBusinessDirectoryTask.ConfirmationMessage = Nothing Me.aCRM_O_CreateBusinessDirectoryTask.Id = "aCRM_O_CreateBusinessDirectoryTask" Me.aCRM_O_CreateBusinessDirectoryTask.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aCRM_O_CreateBusinessDirectoryTask.TargetObjectType = GetType(Nuvolar.[Module].BusinessDirectory) Me.aCRM_O_CreateBusinessDirectoryTask.TargetViewId = "CRM_Opportunities_CRM_Opportunities_BusinessDirectory_ListView" Me.aCRM_O_CreateBusinessDirectoryTask.ToolTip = Nothing ' 'aCRM_O_CRM_O_Customers_New ' Me.aCRM_O_CRM_O_Customers_New.AcceptButtonCaption = Nothing Me.aCRM_O_CRM_O_Customers_New.CancelButtonCaption = Nothing Me.aCRM_O_CRM_O_Customers_New.Caption = "aCRM_O_CRM_O_Customers_New" Me.aCRM_O_CRM_O_Customers_New.Category = "ObjectsCreation" Me.aCRM_O_CRM_O_Customers_New.ConfirmationMessage = Nothing Me.aCRM_O_CRM_O_Customers_New.Id = "aCRM_O_CRM_O_Customers_New" Me.aCRM_O_CRM_O_Customers_New.TargetObjectType = GetType(Nuvolar.[Module].CRM_Opportunities_Customers) Me.aCRM_O_CRM_O_Customers_New.ToolTip = Nothing ' 'aCRM_O_CRM_O_CustomersContacts_New ' Me.aCRM_O_CRM_O_CustomersContacts_New.AcceptButtonCaption = Nothing Me.aCRM_O_CRM_O_CustomersContacts_New.CancelButtonCaption = Nothing Me.aCRM_O_CRM_O_CustomersContacts_New.Caption = "aCRM_O_CRM_O_CustomersContacts_New" Me.aCRM_O_CRM_O_CustomersContacts_New.Category = "ObjectsCreation" Me.aCRM_O_CRM_O_CustomersContacts_New.ConfirmationMessage = Nothing Me.aCRM_O_CRM_O_CustomersContacts_New.Id = "aCRM_O_CRM_O_CustomersContacts_New" Me.aCRM_O_CRM_O_CustomersContacts_New.TargetObjectType = GetType(Nuvolar.[Module].CRM_Opportunities_CustomersContacts) Me.aCRM_O_CRM_O_CustomersContacts_New.ToolTip = Nothing ' 'aCRM_O_CRM_O_CustomersContacts_Delete ' Me.aCRM_O_CRM_O_CustomersContacts_Delete.Caption = "aCRM_O_CRM_O_CustomersContacts_Delete" Me.aCRM_O_CRM_O_CustomersContacts_Delete.Category = "Edit" Me.aCRM_O_CRM_O_CustomersContacts_Delete.ConfirmationMessage = Nothing Me.aCRM_O_CRM_O_CustomersContacts_Delete.Id = "aCRM_O_CRM_O_CustomersContacts_Delete" Me.aCRM_O_CRM_O_CustomersContacts_Delete.TargetObjectType = GetType(Nuvolar.[Module].CRM_Opportunities_CustomersContacts) Me.aCRM_O_CRM_O_CustomersContacts_Delete.ToolTip = Nothing ' 'aCRM_O_CRM_O_Customers_Delete ' Me.aCRM_O_CRM_O_Customers_Delete.Caption = "aCRM_O_CRM_O_Customers_Delete" Me.aCRM_O_CRM_O_Customers_Delete.ConfirmationMessage = Nothing Me.aCRM_O_CRM_O_Customers_Delete.Id = "aCRM_O_CRM_O_Customers_Delete" Me.aCRM_O_CRM_O_Customers_Delete.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects Me.aCRM_O_CRM_O_Customers_Delete.TargetObjectType = GetType(Nuvolar.[Module].CRM_Opportunities_Customers) Me.aCRM_O_CRM_O_Customers_Delete.ToolTip = Nothing End Sub Friend WithEvents aCRM_O_CreateOfferOut As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aCRM_O_CreateOrderIn As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aCRM_O_ViewLeads As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aCRM_O_CreateActivity As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aCRM_O_CreateOfferIn As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aCRM_O_CreateContracts As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aCRM_O_Set_Registry As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aCRM_O_UnSet_Registry As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aCRM_O_RecalculateEstimatedRevenue As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aCRM_O_CreateBusinessDirectoryTask As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aCRM_O_CRM_O_Customers_New As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aCRM_O_CRM_O_CustomersContacts_New As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aCRM_O_CRM_O_CustomersContacts_Delete As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aCRM_O_CRM_O_Customers_Delete As DevExpress.ExpressApp.Actions.SimpleAction End Class