Partial Class DragAndDropCRMOutlookProducts_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.aDragDrop_Products_Change = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aDragDrop_CustomersDoc_Change = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) ' 'aDragDrop_Products_Change ' Me.aDragDrop_Products_Change.AcceptButtonCaption = Nothing Me.aDragDrop_Products_Change.CancelButtonCaption = Nothing Me.aDragDrop_Products_Change.Caption = "aDragDrop_Products_Change" Me.aDragDrop_Products_Change.Category = "aDragDrop_Products_Change" Me.aDragDrop_Products_Change.ConfirmationMessage = Nothing Me.aDragDrop_Products_Change.Id = "aDragDrop_Products_Change" Me.aDragDrop_Products_Change.ImageName = Nothing Me.aDragDrop_Products_Change.Shortcut = Nothing Me.aDragDrop_Products_Change.Tag = Nothing Me.aDragDrop_Products_Change.TargetObjectsCriteria = Nothing Me.aDragDrop_Products_Change.TargetViewId = Nothing Me.aDragDrop_Products_Change.ToolTip = Nothing Me.aDragDrop_Products_Change.TypeOfView = Nothing ' 'aDragDrop_CustomersDoc_Change ' Me.aDragDrop_CustomersDoc_Change.AcceptButtonCaption = Nothing Me.aDragDrop_CustomersDoc_Change.CancelButtonCaption = Nothing Me.aDragDrop_CustomersDoc_Change.Caption = "aDragDrop_CustomersDoc_Change" Me.aDragDrop_CustomersDoc_Change.Category = "aDragDrop_CustomersDoc_Change" Me.aDragDrop_CustomersDoc_Change.ConfirmationMessage = Nothing Me.aDragDrop_CustomersDoc_Change.Id = "aDragDrop_CustomersDoc_Change" Me.aDragDrop_CustomersDoc_Change.ImageName = Nothing Me.aDragDrop_CustomersDoc_Change.Shortcut = Nothing Me.aDragDrop_CustomersDoc_Change.Tag = Nothing Me.aDragDrop_CustomersDoc_Change.TargetObjectsCriteria = Nothing Me.aDragDrop_CustomersDoc_Change.TargetViewId = Nothing Me.aDragDrop_CustomersDoc_Change.ToolTip = Nothing Me.aDragDrop_CustomersDoc_Change.TypeOfView = Nothing End Sub Friend WithEvents aDragDrop_Products_Change As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aDragDrop_CustomersDoc_Change As DevExpress.ExpressApp.Actions.PopupWindowShowAction End Class