Partial Class Support_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.aSupportNavigationDisable = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aSupportNavigationEnable = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) ' 'aSupportNavigationDisable ' Me.aSupportNavigationDisable.AcceptButtonCaption = Nothing Me.aSupportNavigationDisable.CancelButtonCaption = Nothing Me.aSupportNavigationDisable.Caption = "aSupport Navigation Disable" Me.aSupportNavigationDisable.ConfirmationMessage = Nothing Me.aSupportNavigationDisable.Id = "aSupportNavigationDisable" Me.aSupportNavigationDisable.ImageName = Nothing Me.aSupportNavigationDisable.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aSupportNavigationDisable.Shortcut = Nothing Me.aSupportNavigationDisable.Tag = Nothing Me.aSupportNavigationDisable.TargetObjectsCriteria = Nothing Me.aSupportNavigationDisable.TargetObjectType = GetType(SISBusiness.[Module].SupportRoles) Me.aSupportNavigationDisable.TargetViewId = Nothing Me.aSupportNavigationDisable.ToolTip = Nothing Me.aSupportNavigationDisable.TypeOfView = Nothing ' 'aSupportNavigationEnable ' Me.aSupportNavigationEnable.AcceptButtonCaption = Nothing Me.aSupportNavigationEnable.CancelButtonCaption = Nothing Me.aSupportNavigationEnable.Caption = "aSupport Navigation Enable" Me.aSupportNavigationEnable.ConfirmationMessage = Nothing Me.aSupportNavigationEnable.Id = "aSupportNavigationEnable" Me.aSupportNavigationEnable.ImageName = Nothing Me.aSupportNavigationEnable.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aSupportNavigationEnable.Shortcut = Nothing Me.aSupportNavigationEnable.Tag = Nothing Me.aSupportNavigationEnable.TargetObjectsCriteria = Nothing Me.aSupportNavigationEnable.TargetObjectType = GetType(SISBusiness.[Module].SupportRoles) Me.aSupportNavigationEnable.TargetViewId = Nothing Me.aSupportNavigationEnable.ToolTip = Nothing Me.aSupportNavigationEnable.TypeOfView = Nothing End Sub Friend WithEvents aSupportNavigationDisable As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aSupportNavigationEnable As DevExpress.ExpressApp.Actions.PopupWindowShowAction End Class