First create solution
This commit is contained in:
@@ -0,0 +1,207 @@
|
||||
Partial Class RolesModelSecurity
|
||||
|
||||
<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.aRoleActionEnable = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aRoleNavigationEnable = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aRoleNavigationDisable = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aRoleActionDisable = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aRoleNavigationView = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aRoleBOModelEnable = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aRoleBOModelView = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aRoleBOModelDisable = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aRoleActionView = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
'
|
||||
'aRoleActionEnable
|
||||
'
|
||||
Me.aRoleActionEnable.AcceptButtonCaption = Nothing
|
||||
Me.aRoleActionEnable.CancelButtonCaption = Nothing
|
||||
Me.aRoleActionEnable.Caption = "aRole Action Enable"
|
||||
Me.aRoleActionEnable.Category = "Save"
|
||||
Me.aRoleActionEnable.ConfirmationMessage = Nothing
|
||||
Me.aRoleActionEnable.Id = "aRoleActionEnable"
|
||||
Me.aRoleActionEnable.ImageName = Nothing
|
||||
Me.aRoleActionEnable.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aRoleActionEnable.Shortcut = Nothing
|
||||
Me.aRoleActionEnable.Tag = Nothing
|
||||
Me.aRoleActionEnable.TargetObjectsCriteria = Nothing
|
||||
Me.aRoleActionEnable.TargetObjectType = GetType(DevExpress.Persistent.BaseImpl.Role)
|
||||
Me.aRoleActionEnable.TargetViewId = Nothing
|
||||
Me.aRoleActionEnable.ToolTip = Nothing
|
||||
Me.aRoleActionEnable.TypeOfView = Nothing
|
||||
'
|
||||
'aRoleNavigationEnable
|
||||
'
|
||||
Me.aRoleNavigationEnable.AcceptButtonCaption = Nothing
|
||||
Me.aRoleNavigationEnable.CancelButtonCaption = Nothing
|
||||
Me.aRoleNavigationEnable.Caption = "aRole Navigation Enable"
|
||||
Me.aRoleNavigationEnable.Category = "Save"
|
||||
Me.aRoleNavigationEnable.ConfirmationMessage = Nothing
|
||||
Me.aRoleNavigationEnable.Id = "aRoleNavigationEnable"
|
||||
Me.aRoleNavigationEnable.ImageName = Nothing
|
||||
Me.aRoleNavigationEnable.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aRoleNavigationEnable.Shortcut = Nothing
|
||||
Me.aRoleNavigationEnable.Tag = Nothing
|
||||
Me.aRoleNavigationEnable.TargetObjectsCriteria = Nothing
|
||||
Me.aRoleNavigationEnable.TargetObjectType = GetType(DevExpress.Persistent.BaseImpl.Role)
|
||||
Me.aRoleNavigationEnable.TargetViewId = Nothing
|
||||
Me.aRoleNavigationEnable.ToolTip = Nothing
|
||||
Me.aRoleNavigationEnable.TypeOfView = Nothing
|
||||
'
|
||||
'aRoleNavigationDisable
|
||||
'
|
||||
Me.aRoleNavigationDisable.AcceptButtonCaption = Nothing
|
||||
Me.aRoleNavigationDisable.CancelButtonCaption = Nothing
|
||||
Me.aRoleNavigationDisable.Caption = "aRole Navigation Disable"
|
||||
Me.aRoleNavigationDisable.Category = "Save"
|
||||
Me.aRoleNavigationDisable.ConfirmationMessage = Nothing
|
||||
Me.aRoleNavigationDisable.Id = "aRoleNavigationDisable"
|
||||
Me.aRoleNavigationDisable.ImageName = Nothing
|
||||
Me.aRoleNavigationDisable.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aRoleNavigationDisable.Shortcut = Nothing
|
||||
Me.aRoleNavigationDisable.Tag = Nothing
|
||||
Me.aRoleNavigationDisable.TargetObjectsCriteria = Nothing
|
||||
Me.aRoleNavigationDisable.TargetObjectType = GetType(DevExpress.Persistent.BaseImpl.Role)
|
||||
Me.aRoleNavigationDisable.TargetViewId = Nothing
|
||||
Me.aRoleNavigationDisable.ToolTip = Nothing
|
||||
Me.aRoleNavigationDisable.TypeOfView = Nothing
|
||||
'
|
||||
'aRoleActionDisable
|
||||
'
|
||||
Me.aRoleActionDisable.AcceptButtonCaption = Nothing
|
||||
Me.aRoleActionDisable.CancelButtonCaption = Nothing
|
||||
Me.aRoleActionDisable.Caption = "aRole Action Disable"
|
||||
Me.aRoleActionDisable.Category = "Save"
|
||||
Me.aRoleActionDisable.ConfirmationMessage = Nothing
|
||||
Me.aRoleActionDisable.Id = "aRoleActionDisable"
|
||||
Me.aRoleActionDisable.ImageName = Nothing
|
||||
Me.aRoleActionDisable.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aRoleActionDisable.Shortcut = Nothing
|
||||
Me.aRoleActionDisable.Tag = Nothing
|
||||
Me.aRoleActionDisable.TargetObjectsCriteria = Nothing
|
||||
Me.aRoleActionDisable.TargetObjectType = GetType(DevExpress.Persistent.BaseImpl.Role)
|
||||
Me.aRoleActionDisable.TargetViewId = Nothing
|
||||
Me.aRoleActionDisable.ToolTip = Nothing
|
||||
Me.aRoleActionDisable.TypeOfView = Nothing
|
||||
'
|
||||
'aRoleNavigationView
|
||||
'
|
||||
Me.aRoleNavigationView.Caption = "aRole Navigation View"
|
||||
Me.aRoleNavigationView.Category = "View"
|
||||
Me.aRoleNavigationView.ConfirmationMessage = Nothing
|
||||
Me.aRoleNavigationView.Id = "aRoleNavigationView"
|
||||
Me.aRoleNavigationView.ImageName = Nothing
|
||||
Me.aRoleNavigationView.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aRoleNavigationView.Shortcut = Nothing
|
||||
Me.aRoleNavigationView.Tag = Nothing
|
||||
Me.aRoleNavigationView.TargetObjectsCriteria = Nothing
|
||||
Me.aRoleNavigationView.TargetObjectType = GetType(DevExpress.Persistent.BaseImpl.Role)
|
||||
Me.aRoleNavigationView.TargetViewId = Nothing
|
||||
Me.aRoleNavigationView.ToolTip = Nothing
|
||||
Me.aRoleNavigationView.TypeOfView = Nothing
|
||||
'
|
||||
'aRoleBOModelEnable
|
||||
'
|
||||
Me.aRoleBOModelEnable.AcceptButtonCaption = Nothing
|
||||
Me.aRoleBOModelEnable.CancelButtonCaption = Nothing
|
||||
Me.aRoleBOModelEnable.Caption = "aRole BOModel Enable"
|
||||
Me.aRoleBOModelEnable.Category = "Save"
|
||||
Me.aRoleBOModelEnable.ConfirmationMessage = Nothing
|
||||
Me.aRoleBOModelEnable.Id = "aRoleBOModelEnable"
|
||||
Me.aRoleBOModelEnable.ImageName = Nothing
|
||||
Me.aRoleBOModelEnable.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aRoleBOModelEnable.Shortcut = Nothing
|
||||
Me.aRoleBOModelEnable.Tag = Nothing
|
||||
Me.aRoleBOModelEnable.TargetObjectsCriteria = Nothing
|
||||
Me.aRoleBOModelEnable.TargetObjectType = GetType(DevExpress.Persistent.BaseImpl.Role)
|
||||
Me.aRoleBOModelEnable.TargetViewId = Nothing
|
||||
Me.aRoleBOModelEnable.ToolTip = Nothing
|
||||
Me.aRoleBOModelEnable.TypeOfView = Nothing
|
||||
'
|
||||
'aRoleBOModelView
|
||||
'
|
||||
Me.aRoleBOModelView.Caption = "aRole BOModel View"
|
||||
Me.aRoleBOModelView.Category = "View"
|
||||
Me.aRoleBOModelView.ConfirmationMessage = Nothing
|
||||
Me.aRoleBOModelView.Id = "aRoleBOModelView"
|
||||
Me.aRoleBOModelView.ImageName = Nothing
|
||||
Me.aRoleBOModelView.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aRoleBOModelView.Shortcut = Nothing
|
||||
Me.aRoleBOModelView.Tag = Nothing
|
||||
Me.aRoleBOModelView.TargetObjectsCriteria = Nothing
|
||||
Me.aRoleBOModelView.TargetObjectType = GetType(DevExpress.Persistent.BaseImpl.Role)
|
||||
Me.aRoleBOModelView.TargetViewId = Nothing
|
||||
Me.aRoleBOModelView.ToolTip = Nothing
|
||||
Me.aRoleBOModelView.TypeOfView = Nothing
|
||||
'
|
||||
'aRoleBOModelDisable
|
||||
'
|
||||
Me.aRoleBOModelDisable.AcceptButtonCaption = Nothing
|
||||
Me.aRoleBOModelDisable.CancelButtonCaption = Nothing
|
||||
Me.aRoleBOModelDisable.Caption = "aRole BOModel Disable"
|
||||
Me.aRoleBOModelDisable.Category = "Save"
|
||||
Me.aRoleBOModelDisable.ConfirmationMessage = Nothing
|
||||
Me.aRoleBOModelDisable.Id = "aRoleBOModelDisable"
|
||||
Me.aRoleBOModelDisable.ImageName = Nothing
|
||||
Me.aRoleBOModelDisable.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aRoleBOModelDisable.Shortcut = Nothing
|
||||
Me.aRoleBOModelDisable.Tag = Nothing
|
||||
Me.aRoleBOModelDisable.TargetObjectsCriteria = Nothing
|
||||
Me.aRoleBOModelDisable.TargetObjectType = GetType(DevExpress.Persistent.BaseImpl.Role)
|
||||
Me.aRoleBOModelDisable.TargetViewId = Nothing
|
||||
Me.aRoleBOModelDisable.ToolTip = Nothing
|
||||
Me.aRoleBOModelDisable.TypeOfView = Nothing
|
||||
'
|
||||
'aRoleActionView
|
||||
'
|
||||
Me.aRoleActionView.Caption = "aRole Action View"
|
||||
Me.aRoleActionView.Category = "View"
|
||||
Me.aRoleActionView.ConfirmationMessage = Nothing
|
||||
Me.aRoleActionView.Id = "aRoleActionView"
|
||||
Me.aRoleActionView.ImageName = Nothing
|
||||
Me.aRoleActionView.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aRoleActionView.Shortcut = Nothing
|
||||
Me.aRoleActionView.Tag = Nothing
|
||||
Me.aRoleActionView.TargetObjectsCriteria = Nothing
|
||||
Me.aRoleActionView.TargetObjectType = GetType(DevExpress.Persistent.BaseImpl.Role)
|
||||
Me.aRoleActionView.TargetViewId = Nothing
|
||||
Me.aRoleActionView.ToolTip = Nothing
|
||||
Me.aRoleActionView.TypeOfView = Nothing
|
||||
|
||||
End Sub
|
||||
Friend WithEvents aRoleActionEnable As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aRoleNavigationEnable As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aRoleNavigationDisable As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aRoleActionDisable As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aRoleNavigationView As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aRoleBOModelEnable As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aRoleBOModelView As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aRoleBOModelDisable As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aRoleActionView As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user