Files
2017-03-08 11:21:27 +01:00

100 lines
4.5 KiB
VB.net

Partial Class CustomRoleEditorVC
<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.aCustomRoleLoad = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aCustomRoleSave = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aCustomRoleGroupSetUp = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aCreateCustomRoleObjectTypes = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
'
'aCustomRoleLoad
'
Me.aCustomRoleLoad.Caption = "Custom Role Load"
Me.aCustomRoleLoad.ConfirmationMessage = Nothing
Me.aCustomRoleLoad.Id = "aCustomRoleLoad"
Me.aCustomRoleLoad.ImageName = Nothing
Me.aCustomRoleLoad.Shortcut = Nothing
Me.aCustomRoleLoad.Tag = Nothing
Me.aCustomRoleLoad.TargetObjectsCriteria = Nothing
Me.aCustomRoleLoad.TargetViewId = "PermissionMatrix_ListView"
Me.aCustomRoleLoad.ToolTip = Nothing
Me.aCustomRoleLoad.TypeOfView = Nothing
'
'aCustomRoleSave
'
Me.aCustomRoleSave.Caption = "Custom Role Save"
Me.aCustomRoleSave.ConfirmationMessage = Nothing
Me.aCustomRoleSave.Id = "aCustomRoleSave"
Me.aCustomRoleSave.ImageName = Nothing
Me.aCustomRoleSave.Shortcut = Nothing
Me.aCustomRoleSave.Tag = Nothing
Me.aCustomRoleSave.TargetObjectsCriteria = Nothing
Me.aCustomRoleSave.TargetViewId = "PermissionMatrix_ListView"
Me.aCustomRoleSave.ToolTip = Nothing
Me.aCustomRoleSave.TypeOfView = Nothing
'
'aCustomRoleGroupSetUp
'
Me.aCustomRoleGroupSetUp.AcceptButtonCaption = Nothing
Me.aCustomRoleGroupSetUp.CancelButtonCaption = Nothing
Me.aCustomRoleGroupSetUp.Caption = "Custom Role Group SetUp"
Me.aCustomRoleGroupSetUp.Category = "ObjectsCreation"
Me.aCustomRoleGroupSetUp.ConfirmationMessage = Nothing
Me.aCustomRoleGroupSetUp.Id = "aCustomRoleGroupSetUp"
Me.aCustomRoleGroupSetUp.ImageName = Nothing
Me.aCustomRoleGroupSetUp.Shortcut = Nothing
Me.aCustomRoleGroupSetUp.Tag = Nothing
Me.aCustomRoleGroupSetUp.TargetObjectsCriteria = Nothing
Me.aCustomRoleGroupSetUp.TargetViewId = "PermissionMatrix_ListView"
Me.aCustomRoleGroupSetUp.ToolTip = Nothing
Me.aCustomRoleGroupSetUp.TypeOfView = Nothing
'
'aCreateCustomRoleObjectTypes
'
Me.aCreateCustomRoleObjectTypes.AcceptButtonCaption = Nothing
Me.aCreateCustomRoleObjectTypes.CancelButtonCaption = Nothing
Me.aCreateCustomRoleObjectTypes.Caption = "Create Custom Role ObjectTypes"
Me.aCreateCustomRoleObjectTypes.Category = "ObjectsCreation"
Me.aCreateCustomRoleObjectTypes.ConfirmationMessage = Nothing
Me.aCreateCustomRoleObjectTypes.Id = "aCreateCustomRoleObjectTypes"
Me.aCreateCustomRoleObjectTypes.ImageName = Nothing
Me.aCreateCustomRoleObjectTypes.Shortcut = Nothing
Me.aCreateCustomRoleObjectTypes.Tag = Nothing
Me.aCreateCustomRoleObjectTypes.TargetObjectsCriteria = Nothing
Me.aCreateCustomRoleObjectTypes.TargetViewId = "PermissionMatrix_ListView"
Me.aCreateCustomRoleObjectTypes.ToolTip = Nothing
Me.aCreateCustomRoleObjectTypes.TypeOfView = Nothing
End Sub
Friend WithEvents aCustomRoleLoad As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aCustomRoleSave As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aCustomRoleGroupSetUp As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aCreateCustomRoleObjectTypes As DevExpress.ExpressApp.Actions.PopupWindowShowAction
End Class