266 lines
16 KiB
VB.net
266 lines
16 KiB
VB.net
Partial Class CRMEstateVC
|
|
|
|
<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.aSelectImmovables_Apartments = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateContacts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateImmovablesReservation = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aCreateOpportunityRent = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateNewCRMEstate_Opportunity_AdvanceMoney = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aFinalCRMEstate_Opportunity_AdvanceMoney = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aSelectImmovables_Offices = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aSelectImmovables_Garages = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aSelectImmovables_Container = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateOpportunitySold = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateContractRent = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aCreateContractSold = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
'
|
|
'aSelectImmovables_Apartments
|
|
'
|
|
Me.aSelectImmovables_Apartments.Caption = "Select immovables"
|
|
Me.aSelectImmovables_Apartments.ConfirmationMessage = Nothing
|
|
Me.aSelectImmovables_Apartments.Id = "aSelectImmovables_Apartments"
|
|
Me.aSelectImmovables_Apartments.ImageName = "BO_Address"
|
|
Me.aSelectImmovables_Apartments.Shortcut = Nothing
|
|
Me.aSelectImmovables_Apartments.Tag = Nothing
|
|
Me.aSelectImmovables_Apartments.TargetObjectsCriteria = Nothing
|
|
Me.aSelectImmovables_Apartments.TargetViewId = "CRMEstate_Leads_Apartments_ListView"
|
|
Me.aSelectImmovables_Apartments.ToolTip = Nothing
|
|
Me.aSelectImmovables_Apartments.TypeOfView = Nothing
|
|
'
|
|
'aCreateContacts
|
|
'
|
|
Me.aCreateContacts.Caption = "Create contact"
|
|
Me.aCreateContacts.Category = "aCreateContacts"
|
|
Me.aCreateContacts.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aCreateContacts.Id = "aCreateContacts"
|
|
Me.aCreateContacts.ImageName = "BO_Person"
|
|
Me.aCreateContacts.Shortcut = Nothing
|
|
Me.aCreateContacts.Tag = Nothing
|
|
Me.aCreateContacts.TargetObjectsCriteria = Nothing
|
|
Me.aCreateContacts.TargetViewId = "CRMEstate_Leads_DetailView"
|
|
Me.aCreateContacts.ToolTip = Nothing
|
|
Me.aCreateContacts.TypeOfView = Nothing
|
|
'
|
|
'aCreateImmovablesReservation
|
|
'
|
|
Me.aCreateImmovablesReservation.AcceptButtonCaption = Nothing
|
|
Me.aCreateImmovablesReservation.CancelButtonCaption = Nothing
|
|
Me.aCreateImmovablesReservation.Caption = "Create reservation"
|
|
Me.aCreateImmovablesReservation.Category = "aCreateImmovablesReservation"
|
|
Me.aCreateImmovablesReservation.ConfirmationMessage = Nothing
|
|
Me.aCreateImmovablesReservation.Id = "aCreateImmovablesReservation"
|
|
Me.aCreateImmovablesReservation.ImageName = "alarmclock"
|
|
Me.aCreateImmovablesReservation.Shortcut = Nothing
|
|
Me.aCreateImmovablesReservation.Tag = Nothing
|
|
Me.aCreateImmovablesReservation.TargetObjectsCriteria = Nothing
|
|
Me.aCreateImmovablesReservation.TargetViewId = "CRMEstate_Leads_DetailView"
|
|
Me.aCreateImmovablesReservation.ToolTip = Nothing
|
|
Me.aCreateImmovablesReservation.TypeOfView = Nothing
|
|
'
|
|
'aCreateOpportunityRent
|
|
'
|
|
Me.aCreateOpportunityRent.Caption = "Create opportunity rent"
|
|
Me.aCreateOpportunityRent.Category = "aCreateOpportunityRent"
|
|
Me.aCreateOpportunityRent.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aCreateOpportunityRent.Id = "aCreateOpportunityRent"
|
|
Me.aCreateOpportunityRent.ImageName = "BO_Opportunity"
|
|
Me.aCreateOpportunityRent.Shortcut = Nothing
|
|
Me.aCreateOpportunityRent.Tag = Nothing
|
|
Me.aCreateOpportunityRent.TargetObjectsCriteria = Nothing
|
|
Me.aCreateOpportunityRent.TargetViewId = "CRMEstate_Leads_DetailView"
|
|
Me.aCreateOpportunityRent.ToolTip = Nothing
|
|
Me.aCreateOpportunityRent.TypeOfView = Nothing
|
|
'
|
|
'aCreateNewCRMEstate_Opportunity_AdvanceMoney
|
|
'
|
|
Me.aCreateNewCRMEstate_Opportunity_AdvanceMoney.Caption = "New"
|
|
Me.aCreateNewCRMEstate_Opportunity_AdvanceMoney.Category = "ObjectsCreation"
|
|
Me.aCreateNewCRMEstate_Opportunity_AdvanceMoney.ConfirmationMessage = Nothing
|
|
Me.aCreateNewCRMEstate_Opportunity_AdvanceMoney.Id = "aCreateNewCRMEstate_Opportunity_AdvanceMoney"
|
|
Me.aCreateNewCRMEstate_Opportunity_AdvanceMoney.ImageName = Nothing
|
|
Me.aCreateNewCRMEstate_Opportunity_AdvanceMoney.Shortcut = Nothing
|
|
Me.aCreateNewCRMEstate_Opportunity_AdvanceMoney.Tag = Nothing
|
|
Me.aCreateNewCRMEstate_Opportunity_AdvanceMoney.TargetObjectsCriteria = Nothing
|
|
Me.aCreateNewCRMEstate_Opportunity_AdvanceMoney.TargetViewId = "CRMEstate_Opportunity_Immovables_CRMEstate_Opportunity_AdvanceMoney_ListView"
|
|
Me.aCreateNewCRMEstate_Opportunity_AdvanceMoney.ToolTip = Nothing
|
|
Me.aCreateNewCRMEstate_Opportunity_AdvanceMoney.TypeOfView = Nothing
|
|
'
|
|
'aFinalCRMEstate_Opportunity_AdvanceMoney
|
|
'
|
|
Me.aFinalCRMEstate_Opportunity_AdvanceMoney.Caption = "Final"
|
|
Me.aFinalCRMEstate_Opportunity_AdvanceMoney.Category = "Save"
|
|
Me.aFinalCRMEstate_Opportunity_AdvanceMoney.ConfirmationMessage = Nothing
|
|
Me.aFinalCRMEstate_Opportunity_AdvanceMoney.Id = "aFinalCRMEstate_Opportunity_AdvanceMoney"
|
|
Me.aFinalCRMEstate_Opportunity_AdvanceMoney.ImageName = Nothing
|
|
Me.aFinalCRMEstate_Opportunity_AdvanceMoney.Shortcut = Nothing
|
|
Me.aFinalCRMEstate_Opportunity_AdvanceMoney.Tag = Nothing
|
|
Me.aFinalCRMEstate_Opportunity_AdvanceMoney.TargetObjectsCriteria = Nothing
|
|
Me.aFinalCRMEstate_Opportunity_AdvanceMoney.TargetViewId = "CRMEstate_Opportunity_AdvanceMoney_DetailView"
|
|
Me.aFinalCRMEstate_Opportunity_AdvanceMoney.ToolTip = Nothing
|
|
Me.aFinalCRMEstate_Opportunity_AdvanceMoney.TypeOfView = Nothing
|
|
'
|
|
'aSelectImmovables_Offices
|
|
'
|
|
Me.aSelectImmovables_Offices.Caption = "Select immovables"
|
|
Me.aSelectImmovables_Offices.ConfirmationMessage = Nothing
|
|
Me.aSelectImmovables_Offices.Id = "aSelectImmovables_Offices"
|
|
Me.aSelectImmovables_Offices.ImageName = "BO_Address"
|
|
Me.aSelectImmovables_Offices.Shortcut = Nothing
|
|
Me.aSelectImmovables_Offices.Tag = Nothing
|
|
Me.aSelectImmovables_Offices.TargetObjectsCriteria = Nothing
|
|
Me.aSelectImmovables_Offices.TargetViewId = "CRMEstate_Leads_Offices_ListView"
|
|
Me.aSelectImmovables_Offices.ToolTip = Nothing
|
|
Me.aSelectImmovables_Offices.TypeOfView = Nothing
|
|
'
|
|
'aSelectImmovables_Garages
|
|
'
|
|
Me.aSelectImmovables_Garages.Caption = "Select immovables"
|
|
Me.aSelectImmovables_Garages.ConfirmationMessage = Nothing
|
|
Me.aSelectImmovables_Garages.Id = "aSelectImmovables_Garages"
|
|
Me.aSelectImmovables_Garages.ImageName = "BO_Address"
|
|
Me.aSelectImmovables_Garages.Shortcut = Nothing
|
|
Me.aSelectImmovables_Garages.Tag = Nothing
|
|
Me.aSelectImmovables_Garages.TargetObjectsCriteria = Nothing
|
|
Me.aSelectImmovables_Garages.TargetViewId = "CRMEstate_Leads_Garages_ListView"
|
|
Me.aSelectImmovables_Garages.ToolTip = Nothing
|
|
Me.aSelectImmovables_Garages.TypeOfView = Nothing
|
|
'
|
|
'aSelectImmovables_Container
|
|
'
|
|
Me.aSelectImmovables_Container.Caption = "Select immovables"
|
|
Me.aSelectImmovables_Container.ConfirmationMessage = Nothing
|
|
Me.aSelectImmovables_Container.Id = "aSelectImmovables_Container"
|
|
Me.aSelectImmovables_Container.ImageName = "BO_Address"
|
|
Me.aSelectImmovables_Container.Shortcut = Nothing
|
|
Me.aSelectImmovables_Container.Tag = Nothing
|
|
Me.aSelectImmovables_Container.TargetObjectsCriteria = Nothing
|
|
Me.aSelectImmovables_Container.TargetViewId = "CRMEstate_Leads_Container_ListView"
|
|
Me.aSelectImmovables_Container.ToolTip = Nothing
|
|
Me.aSelectImmovables_Container.TypeOfView = Nothing
|
|
'
|
|
'aCreateOpportunitySold
|
|
'
|
|
Me.aCreateOpportunitySold.Caption = "Create opportunity sold"
|
|
Me.aCreateOpportunitySold.Category = "aCreateOpportunitySold"
|
|
Me.aCreateOpportunitySold.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aCreateOpportunitySold.Id = "aCreateOpportunitySold"
|
|
Me.aCreateOpportunitySold.ImageName = "BO_Opportunity"
|
|
Me.aCreateOpportunitySold.Shortcut = Nothing
|
|
Me.aCreateOpportunitySold.Tag = Nothing
|
|
Me.aCreateOpportunitySold.TargetObjectsCriteria = Nothing
|
|
Me.aCreateOpportunitySold.TargetObjectType = GetType(Nuvolar.[Module].CRMEstate_Leads)
|
|
Me.aCreateOpportunitySold.TargetViewId = "CRMEstate_Leads_DetailView"
|
|
Me.aCreateOpportunitySold.ToolTip = Nothing
|
|
Me.aCreateOpportunitySold.TypeOfView = Nothing
|
|
'
|
|
'aDeleteCRMEstate_Opportunity_AdvanceMoney
|
|
'
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney.Caption = "Delete"
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney.Category = "Edit"
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney.ConfirmationMessage = Nothing
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney.Id = "aDeleteCRMEstate_Opportunity_AdvanceMoney"
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney.ImageName = Nothing
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney.Shortcut = Nothing
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney.Tag = Nothing
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney.TargetObjectsCriteria = Nothing
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney.TargetObjectType = GetType(Nuvolar.[Module].CRMEstate_Opportunity_AdvanceMoney)
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney.TargetViewId = Nothing
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney.ToolTip = Nothing
|
|
Me.aDeleteCRMEstate_Opportunity_AdvanceMoney.TypeOfView = Nothing
|
|
'
|
|
'aCreateNewCRMEstate_Opportunity_Payment_Forecast
|
|
'
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast.Caption = "aCreateNewCRMEstate_Opportunity_Payment_Forecast"
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast.Category = "ObjectsCreation"
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast.ConfirmationMessage = Nothing
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast.Id = "aCreateNewCRMEstate_Opportunity_Payment_Forecast"
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast.ImageName = Nothing
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast.Shortcut = Nothing
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast.Tag = Nothing
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast.TargetObjectsCriteria = Nothing
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast.TargetObjectType = GetType(Nuvolar.[Module].CRMEstate_Opportunity_Payment_Forecast)
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast.TargetViewId = "CRMEstate_Opportunity_Immovables_CRMEstate_Opportunity_Payment_Forecast_ListView"
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast.ToolTip = Nothing
|
|
Me.aCreateNewCRMEstate_Opportunity_Payment_Forecast.TypeOfView = Nothing
|
|
'
|
|
'aCreateContractRent
|
|
'
|
|
Me.aCreateContractRent.AcceptButtonCaption = Nothing
|
|
Me.aCreateContractRent.CancelButtonCaption = Nothing
|
|
Me.aCreateContractRent.Caption = "aCreateContractRent"
|
|
Me.aCreateContractRent.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aCreateContractRent.Id = "aCreateContractRent"
|
|
Me.aCreateContractRent.ImageName = "paragraph"
|
|
Me.aCreateContractRent.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aCreateContractRent.Shortcut = Nothing
|
|
Me.aCreateContractRent.Tag = Nothing
|
|
Me.aCreateContractRent.TargetObjectsCriteria = Nothing
|
|
Me.aCreateContractRent.TargetObjectType = GetType(Nuvolar.[Module].CRMEstate_Opportunity)
|
|
Me.aCreateContractRent.TargetViewId = Nothing
|
|
Me.aCreateContractRent.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aCreateContractRent.ToolTip = Nothing
|
|
Me.aCreateContractRent.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aCreateContractSold
|
|
'
|
|
Me.aCreateContractSold.AcceptButtonCaption = Nothing
|
|
Me.aCreateContractSold.CancelButtonCaption = Nothing
|
|
Me.aCreateContractSold.Caption = "aCreate Contract Sold"
|
|
Me.aCreateContractSold.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aCreateContractSold.Id = "aCreateContractSold"
|
|
Me.aCreateContractSold.ImageName = "paragraph"
|
|
Me.aCreateContractSold.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aCreateContractSold.Shortcut = Nothing
|
|
Me.aCreateContractSold.Tag = Nothing
|
|
Me.aCreateContractSold.TargetObjectsCriteria = Nothing
|
|
Me.aCreateContractSold.TargetObjectType = GetType(Nuvolar.[Module].CRMEstate_Opportunity)
|
|
Me.aCreateContractSold.TargetViewId = "CRMEstate_Opportunity_DetailView"
|
|
Me.aCreateContractSold.ToolTip = Nothing
|
|
Me.aCreateContractSold.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents aSelectImmovables_Apartments As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCreateOpportunitySold As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCreateContacts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCreateImmovablesReservation As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aCreateOpportunityRent As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCreateNewCRMEstate_Opportunity_AdvanceMoney As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aFinalCRMEstate_Opportunity_AdvanceMoney As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aDeleteCRMEstate_Opportunity_AdvanceMoney As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aSelectImmovables_Offices As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aSelectImmovables_Garages As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aSelectImmovables_Container As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCreateNewCRMEstate_Opportunity_Payment_Forecast As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCreateContractRent As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aCreateContractSold As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
|
|
End Class
|