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

84 lines
4.2 KiB
VB.net

Partial Class OperationalLog_VC
<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.aOperationLog_PrintLogs = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aOperationLog_PrintLog_Execute = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aOperationaLog_CreateNewSupportLog = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
'aOperationLog_PrintLogs
'
Me.aOperationLog_PrintLogs.Caption = "aOperationLog_PrintLogs"
Me.aOperationLog_PrintLogs.ConfirmationMessage = Nothing
Me.aOperationLog_PrintLogs.Id = "aOperationLog_PrintLogs"
Me.aOperationLog_PrintLogs.ImageName = Nothing
Me.aOperationLog_PrintLogs.Shortcut = Nothing
Me.aOperationLog_PrintLogs.Tag = Nothing
Me.aOperationLog_PrintLogs.TargetObjectsCriteria = Nothing
Me.aOperationLog_PrintLogs.TargetObjectType = GetType(Nuvolar.[Module].OperationalLog)
Me.aOperationLog_PrintLogs.TargetViewId = Nothing
Me.aOperationLog_PrintLogs.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aOperationLog_PrintLogs.ToolTip = Nothing
Me.aOperationLog_PrintLogs.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aOperationLog_PrintLog_Execute
'
Me.aOperationLog_PrintLog_Execute.Caption = "aOperationLog_PrintLog_Execute"
Me.aOperationLog_PrintLog_Execute.ConfirmationMessage = Nothing
Me.aOperationLog_PrintLog_Execute.Id = "aOperationLog_PrintLog_Execute"
Me.aOperationLog_PrintLog_Execute.ImageName = Nothing
Me.aOperationLog_PrintLog_Execute.Shortcut = Nothing
Me.aOperationLog_PrintLog_Execute.Tag = Nothing
Me.aOperationLog_PrintLog_Execute.TargetObjectsCriteria = Nothing
Me.aOperationLog_PrintLog_Execute.TargetObjectType = GetType(Nuvolar.[Module].OperationLog_ViewLogs_PopUp)
Me.aOperationLog_PrintLog_Execute.TargetViewId = Nothing
Me.aOperationLog_PrintLog_Execute.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aOperationLog_PrintLog_Execute.ToolTip = Nothing
Me.aOperationLog_PrintLog_Execute.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aOperationaLog_CreateNewSupportLog
'
Me.aOperationaLog_CreateNewSupportLog.Caption = "aOperationaLog_CreateNewSupportLog"
Me.aOperationaLog_CreateNewSupportLog.Category = "ObjectsCreation"
Me.aOperationaLog_CreateNewSupportLog.ConfirmationMessage = Nothing
Me.aOperationaLog_CreateNewSupportLog.Id = "aOperationaLog_CreateNewSupportLog"
Me.aOperationaLog_CreateNewSupportLog.ImageName = Nothing
Me.aOperationaLog_CreateNewSupportLog.Shortcut = Nothing
Me.aOperationaLog_CreateNewSupportLog.Tag = Nothing
Me.aOperationaLog_CreateNewSupportLog.TargetObjectsCriteria = Nothing
Me.aOperationaLog_CreateNewSupportLog.TargetViewId = "OperationalLog_ListView_Support"
Me.aOperationaLog_CreateNewSupportLog.ToolTip = Nothing
Me.aOperationaLog_CreateNewSupportLog.TypeOfView = Nothing
End Sub
Friend WithEvents aOperationLog_PrintLogs As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aOperationLog_PrintLog_Execute As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aOperationaLog_CreateNewSupportLog As DevExpress.ExpressApp.Actions.SimpleAction
End Class