786 lines
35 KiB
VB.net
786 lines
35 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' This code was generated by a tool.
|
|
' Runtime Version:4.0.30319.42000
|
|
'
|
|
' Changes to this file may cause incorrect behavior and will be lost if
|
|
' the code is regenerated.
|
|
' </auto-generated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict On
|
|
Option Explicit On
|
|
|
|
|
|
Namespace My
|
|
|
|
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0"), _
|
|
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Partial Friend NotInheritable Class MySettings
|
|
Inherits Global.System.Configuration.ApplicationSettingsBase
|
|
|
|
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
|
|
|
#Region "My.Settings Auto-Save Functionality"
|
|
#If _MyType = "WindowsForms" Then
|
|
Private Shared addedHandler As Boolean
|
|
|
|
Private Shared addedHandlerLockObject As New Object
|
|
|
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
|
|
If My.Application.SaveMySettingsOnExit Then
|
|
My.Settings.Save()
|
|
End If
|
|
End Sub
|
|
#End If
|
|
#End Region
|
|
|
|
Public Shared ReadOnly Property [Default]() As MySettings
|
|
Get
|
|
|
|
#If _MyType = "WindowsForms" Then
|
|
If Not addedHandler Then
|
|
SyncLock addedHandlerLockObject
|
|
If Not addedHandler Then
|
|
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
|
addedHandler = True
|
|
End If
|
|
End SyncLock
|
|
End If
|
|
#End If
|
|
Return defaultInstance
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Lucida Console, 12pt")> _
|
|
Public Property Font() As Global.System.Drawing.Font
|
|
Get
|
|
Return CType(Me("Font"),Global.System.Drawing.Font)
|
|
End Get
|
|
Set
|
|
Me("Font") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property WordWrap() As Boolean
|
|
Get
|
|
Return CType(Me("WordWrap"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("WordWrap") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("///FIRST RUN///")> _
|
|
Public Property WorkingDirectory() As String
|
|
Get
|
|
Return CType(Me("WorkingDirectory"),String)
|
|
End Get
|
|
Set
|
|
Me("WorkingDirectory") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property ShowSidebar() As Boolean
|
|
Get
|
|
Return CType(Me("ShowSidebar"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("ShowSidebar") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property DefaultEncoding() As Integer
|
|
Get
|
|
Return CType(Me("DefaultEncoding"),Integer)
|
|
End Get
|
|
Set
|
|
Me("DefaultEncoding") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property GreenNotifications() As Boolean
|
|
Get
|
|
Return CType(Me("GreenNotifications"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("GreenNotifications") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property MoveTransparency() As Boolean
|
|
Get
|
|
Return CType(Me("MoveTransparency"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("MoveTransparency") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("50")> _
|
|
Public Property UndoSteps() As Integer
|
|
Get
|
|
Return CType(Me("UndoSteps"),Integer)
|
|
End Get
|
|
Set
|
|
Me("UndoSteps") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("256")> _
|
|
Public Property UndoMaxMemory() As Integer
|
|
Get
|
|
Return CType(Me("UndoMaxMemory"),Integer)
|
|
End Get
|
|
Set
|
|
Me("UndoMaxMemory") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property StandardTextBG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("StandardTextBG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("StandardTextBG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Black")> _
|
|
Public Property StandardTextFG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("StandardTextFG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("StandardTextFG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Black")> _
|
|
Public Property NiteTextBG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("NiteTextBG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("NiteTextBG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("224, 224, 224")> _
|
|
Public Property NiteTextFG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("NiteTextFG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("NiteTextFG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Red")> _
|
|
Public Property StandardNotifyColourCritical() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("StandardNotifyColourCritical"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("StandardNotifyColourCritical") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Orange")> _
|
|
Public Property StandardNotifyColourWarning() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("StandardNotifyColourWarning"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("StandardNotifyColourWarning") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Green")> _
|
|
Public Property StandardNotifyColourInfo() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("StandardNotifyColourInfo"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("StandardNotifyColourInfo") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property StandardNotifyTextColourCritical() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("StandardNotifyTextColourCritical"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("StandardNotifyTextColourCritical") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property StandardNotifyTextColourWarning() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("StandardNotifyTextColourWarning"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("StandardNotifyTextColourWarning") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property StandardNotifyTextColourInfo() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("StandardNotifyTextColourInfo"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("StandardNotifyTextColourInfo") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("RoyalBlue")> _
|
|
Public Property TertiaryTextBG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("TertiaryTextBG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("TertiaryTextBG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property TertiaryTextFG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("TertiaryTextFG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("TertiaryTextFG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Control")> _
|
|
Public Property TertiaryStatBG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("TertiaryStatBG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("TertiaryStatBG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Black")> _
|
|
Public Property TertiaryStatFG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("TertiaryStatFG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("TertiaryStatFG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Black")> _
|
|
Public Property StandardStatFG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("StandardStatFG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("StandardStatFG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Control")> _
|
|
Public Property StandardStatBG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("StandardStatBG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("StandardStatBG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Black")> _
|
|
Public Property NiteStatFG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("NiteStatFG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("NiteStatFG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Control")> _
|
|
Public Property NiteStatBG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("NiteStatBG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("NiteStatBG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("<?xml version=""1.0"" encoding=""utf-16""?>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"<ArrayOfString xmlns:xsi=""http://www.w3."& _
|
|
"org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <s"& _
|
|
"tring>txt</string>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <string>cfg</string>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <string>ini</string>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <string>lo"& _
|
|
"g</string>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"</ArrayOfString>")> _
|
|
Public Property SupportedExtensions() As Global.System.Collections.Specialized.StringCollection
|
|
Get
|
|
Return CType(Me("SupportedExtensions"),Global.System.Collections.Specialized.StringCollection)
|
|
End Get
|
|
Set
|
|
Me("SupportedExtensions") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Black")> _
|
|
Public Property StandardSidebarFG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("StandardSidebarFG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("StandardSidebarFG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property StandardSidebarBG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("StandardSidebarBG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("StandardSidebarBG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property NiteSidebarFG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("NiteSidebarFG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("NiteSidebarFG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Black")> _
|
|
Public Property NiteSidebarBG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("NiteSidebarBG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("NiteSidebarBG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property TertiarySidebarFG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("TertiarySidebarFG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("TertiarySidebarFG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("RoyalBlue")> _
|
|
Public Property TertiarySidebarBG() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("TertiarySidebarBG"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("TertiarySidebarBG") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Red")> _
|
|
Public Property NiteNotifyColourCritical() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("NiteNotifyColourCritical"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("NiteNotifyColourCritical") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Orange")> _
|
|
Public Property NiteNotifyColourWarning() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("NiteNotifyColourWarning"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("NiteNotifyColourWarning") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Green")> _
|
|
Public Property NiteNotifyColourInfo() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("NiteNotifyColourInfo"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("NiteNotifyColourInfo") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property NiteNotifyTextColourCritical() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("NiteNotifyTextColourCritical"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("NiteNotifyTextColourCritical") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property NiteNotifyTextColourWarning() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("NiteNotifyTextColourWarning"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("NiteNotifyTextColourWarning") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property NiteNotifyTextColourInfo() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("NiteNotifyTextColourInfo"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("NiteNotifyTextColourInfo") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Red")> _
|
|
Public Property TertiaryNotifyColourCritical() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("TertiaryNotifyColourCritical"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("TertiaryNotifyColourCritical") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Orange")> _
|
|
Public Property TertiaryNotifyColourWarning() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("TertiaryNotifyColourWarning"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("TertiaryNotifyColourWarning") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Green")> _
|
|
Public Property TertiaryNotifyColourInfo() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("TertiaryNotifyColourInfo"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("TertiaryNotifyColourInfo") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property TertiaryNotifyTextColourCritical() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("TertiaryNotifyTextColourCritical"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("TertiaryNotifyTextColourCritical") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property TertiaryNotifyTextColourWarning() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("TertiaryNotifyTextColourWarning"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("TertiaryNotifyTextColourWarning") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("White")> _
|
|
Public Property TertiaryNotifyTextColourInfo() As Global.System.Drawing.Color
|
|
Get
|
|
Return CType(Me("TertiaryNotifyTextColourInfo"),Global.System.Drawing.Color)
|
|
End Get
|
|
Set
|
|
Me("TertiaryNotifyTextColourInfo") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property CurrentTheme() As Integer
|
|
Get
|
|
Return CType(Me("CurrentTheme"),Integer)
|
|
End Get
|
|
Set
|
|
Me("CurrentTheme") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property StatBarSize() As Boolean
|
|
Get
|
|
Return CType(Me("StatBarSize"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("StatBarSize") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property StatBarChars() As Boolean
|
|
Get
|
|
Return CType(Me("StatBarChars"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("StatBarChars") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property StatBarDate() As Boolean
|
|
Get
|
|
Return CType(Me("StatBarDate"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("StatBarDate") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property StatBarDir() As Boolean
|
|
Get
|
|
Return CType(Me("StatBarDir"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("StatBarDir") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property StatBarFontSize() As Boolean
|
|
Get
|
|
Return CType(Me("StatBarFontSize"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("StatBarFontSize") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property StatBarStatus() As Boolean
|
|
Get
|
|
Return CType(Me("StatBarStatus"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("StatBarStatus") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property StatBarMode() As Boolean
|
|
Get
|
|
Return CType(Me("StatBarMode"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("StatBarMode") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property UseRecycleBin() As Boolean
|
|
Get
|
|
Return CType(Me("UseRecycleBin"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("UseRecycleBin") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("<?xml version=""1.0"" encoding=""utf-16""?>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"<ArrayOfString xmlns:xsi=""http://www.w3."& _
|
|
"org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <s"& _
|
|
"tring />"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"</ArrayOfString>")> _
|
|
Public Property PresetDirectories() As Global.System.Collections.Specialized.StringCollection
|
|
Get
|
|
Return CType(Me("PresetDirectories"),Global.System.Collections.Specialized.StringCollection)
|
|
End Get
|
|
Set
|
|
Me("PresetDirectories") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property UndoUnlimitedSteps() As Boolean
|
|
Get
|
|
Return CType(Me("UndoUnlimitedSteps"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("UndoUnlimitedSteps") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property UndoMemoryLimit() As Boolean
|
|
Get
|
|
Return CType(Me("UndoMemoryLimit"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("UndoMemoryLimit") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property DefaultFileAction() As Integer
|
|
Get
|
|
Return CType(Me("DefaultFileAction"),Integer)
|
|
End Get
|
|
Set
|
|
Me("DefaultFileAction") = value
|
|
End Set
|
|
End Property
|
|
End Class
|
|
End Namespace
|
|
|
|
Namespace My
|
|
|
|
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
|
Friend Module MySettingsProperty
|
|
|
|
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
|
Friend ReadOnly Property Settings() As Global.Notepad_Ultra.My.MySettings
|
|
Get
|
|
Return Global.Notepad_Ultra.My.MySettings.Default
|
|
End Get
|
|
End Property
|
|
End Module
|
|
End Namespace
|