Partial Class InsertGridToRTF_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.aInsertGridToRTF = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aInsertGridToRTFCurrentPos = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aRestoreDocumentTemplate = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) ' 'aInsertGridToRTF ' Me.aInsertGridToRTF.Caption = "Insert grid" Me.aInsertGridToRTF.Category = "aInsertGridToRTF" Me.aInsertGridToRTF.ConfirmationMessage = Nothing Me.aInsertGridToRTF.Id = "aInsertGridToRTF" Me.aInsertGridToRTF.ImageName = "paste" Me.aInsertGridToRTF.Shortcut = Nothing Me.aInsertGridToRTF.Tag = Nothing Me.aInsertGridToRTF.TargetObjectsCriteria = Nothing Me.aInsertGridToRTF.TargetViewId = "CRMEstate_Leads_DetailView" Me.aInsertGridToRTF.ToolTip = Nothing Me.aInsertGridToRTF.TypeOfView = Nothing ' 'aInsertGridToRTFCurrentPos ' Me.aInsertGridToRTFCurrentPos.Caption = "Insert grid Current position" Me.aInsertGridToRTFCurrentPos.Category = "aInsertGridToRTFCurrentPos" Me.aInsertGridToRTFCurrentPos.ConfirmationMessage = Nothing Me.aInsertGridToRTFCurrentPos.Id = "aInsertGridToRTFCurrentPos" Me.aInsertGridToRTFCurrentPos.ImageName = "paste" Me.aInsertGridToRTFCurrentPos.Shortcut = Nothing Me.aInsertGridToRTFCurrentPos.Tag = Nothing Me.aInsertGridToRTFCurrentPos.TargetObjectsCriteria = Nothing Me.aInsertGridToRTFCurrentPos.TargetViewId = "CRMEstate_Leads_DetailView" Me.aInsertGridToRTFCurrentPos.ToolTip = Nothing Me.aInsertGridToRTFCurrentPos.TypeOfView = Nothing ' 'aRestoreDocumentTemplate ' Me.aRestoreDocumentTemplate.Caption = "aRestore Document Template" Me.aRestoreDocumentTemplate.Category = "aRestoreDocumentTemplate" Me.aRestoreDocumentTemplate.ConfirmationMessage = Nothing Me.aRestoreDocumentTemplate.Id = "aRestoreDocumentTemplate" Me.aRestoreDocumentTemplate.ImageName = Nothing Me.aRestoreDocumentTemplate.Shortcut = Nothing Me.aRestoreDocumentTemplate.Tag = Nothing Me.aRestoreDocumentTemplate.TargetObjectsCriteria = Nothing Me.aRestoreDocumentTemplate.TargetViewId = Nothing Me.aRestoreDocumentTemplate.ToolTip = Nothing Me.aRestoreDocumentTemplate.TypeOfView = Nothing End Sub Friend WithEvents aInsertGridToRTF As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aInsertGridToRTFCurrentPos As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aRestoreDocumentTemplate As DevExpress.ExpressApp.Actions.SimpleAction End Class