mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-15 20:55:06 +01:00
cff2f6c926
workaround missing file #882. #802
699 lines
27 KiB
VB.net
699 lines
27 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' Dieser Code wurde von einem Tool generiert.
|
|
' Laufzeitversion:4.0.30319.42000
|
|
'
|
|
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
' der Code erneut generiert wird.
|
|
' </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", "17.6.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 "Automatische My.Settings-Speicherfunktion"
|
|
#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(sender As Global.System.Object, 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("False")> _
|
|
Public Property DarkModeValue() As Boolean
|
|
Get
|
|
Return CType(Me("DarkModeValue"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("DarkModeValue") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|
Public Property Pfad() As String
|
|
Get
|
|
Return CType(Me("Pfad"),String)
|
|
End Get
|
|
Set
|
|
Me("Pfad") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("None")> _
|
|
Public Property Fun_Sub() As String
|
|
Get
|
|
Return CType(Me("Fun_Sub"),String)
|
|
End Get
|
|
Set
|
|
Me("Fun_Sub") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute(" -c copy -c:a copy -bsf:a aac_adtstoasc")> _
|
|
Public Property ffmpeg_command() As String
|
|
Get
|
|
Return CType(Me("ffmpeg_command"),String)
|
|
End Get
|
|
Set
|
|
Me("ffmpeg_command") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("None")> _
|
|
Public Property AddedSubs() As String
|
|
Get
|
|
Return CType(Me("AddedSubs"),String)
|
|
End Get
|
|
Set
|
|
Me("AddedSubs") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Disabled")> _
|
|
Public Property FunimationDub() As String
|
|
Get
|
|
Return CType(Me("FunimationDub"),String)
|
|
End Get
|
|
Set
|
|
Me("FunimationDub") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Disabled")> _
|
|
Public Property FunimationHardsub() As String
|
|
Get
|
|
Return CType(Me("FunimationHardsub"),String)
|
|
End Get
|
|
Set
|
|
Me("FunimationHardsub") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Disabled")> _
|
|
Public Property DefaultSubFunimation() As String
|
|
Get
|
|
Return CType(Me("DefaultSubFunimation"),String)
|
|
End Get
|
|
Set
|
|
Me("DefaultSubFunimation") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("[ ignore subfolder ]")> _
|
|
Public Property SubFolder_Value() As String
|
|
Get
|
|
Return CType(Me("SubFolder_Value"),String)
|
|
End Get
|
|
Set
|
|
Me("SubFolder_Value") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|
Public Property TempFolder() As String
|
|
Get
|
|
Return CType(Me("TempFolder"),String)
|
|
End Get
|
|
Set
|
|
Me("TempFolder") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("https://www.crunchyroll.com/")> _
|
|
Public Property Startseite() As String
|
|
Get
|
|
Return CType(Me("Startseite"),String)
|
|
End Get
|
|
Set
|
|
Me("Startseite") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("[default season prefix]")> _
|
|
Public Property Prefix_S() As String
|
|
Get
|
|
Return CType(Me("Prefix_S"),String)
|
|
End Get
|
|
Set
|
|
Me("Prefix_S") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("[default episode prefix]")> _
|
|
Public Property Prefix_E() As String
|
|
Get
|
|
Return CType(Me("Prefix_E"),String)
|
|
End Get
|
|
Set
|
|
Me("Prefix_E") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|
Public Property DefaultSubCR() As String
|
|
Get
|
|
Return CType(Me("DefaultSubCR"),String)
|
|
End Get
|
|
Set
|
|
Me("DefaultSubCR") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute(".mp4")> _
|
|
Public Property VideoFormat() As String
|
|
Get
|
|
Return CType(Me("VideoFormat"),String)
|
|
End Get
|
|
Set
|
|
Me("VideoFormat") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("[merge disabled]")> _
|
|
Public Property MergeSubs() As String
|
|
Get
|
|
Return CType(Me("MergeSubs"),String)
|
|
End Get
|
|
Set
|
|
Me("MergeSubs") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property KodiSupport() As Boolean
|
|
Get
|
|
Return CType(Me("KodiSupport"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("KodiSupport") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property Dark_Mode() As Boolean
|
|
Get
|
|
Return CType(Me("Dark_Mode"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("Dark_Mode") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property Funimation_srt() As Boolean
|
|
Get
|
|
Return CType(Me("Funimation_srt"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("Funimation_srt") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property Funimation_vtt() As Boolean
|
|
Get
|
|
Return CType(Me("Funimation_vtt"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("Funimation_vtt") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property QueueMode() As Boolean
|
|
Get
|
|
Return CType(Me("QueueMode"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("QueueMode") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property IncludeLangName() As Boolean
|
|
Get
|
|
Return CType(Me("IncludeLangName"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("IncludeLangName") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property CR_Chapters() As Boolean
|
|
Get
|
|
Return CType(Me("CR_Chapters"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("CR_Chapters") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property Curl_insecure() As Boolean
|
|
Get
|
|
Return CType(Me("Curl_insecure"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("Curl_insecure") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property DubMode() As Boolean
|
|
Get
|
|
Return CType(Me("DubMode"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("DubMode") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property Keep_Cache() As Boolean
|
|
Get
|
|
Return CType(Me("Keep_Cache"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("Keep_Cache") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property HybridMode() As Boolean
|
|
Get
|
|
Return CType(Me("HybridMode"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("HybridMode") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("8")> _
|
|
Public Property HybridThread() As Integer
|
|
Get
|
|
Return CType(Me("HybridThread"),Integer)
|
|
End Get
|
|
Set
|
|
Me("HybridThread") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property LangNameType() As Integer
|
|
Get
|
|
Return CType(Me("LangNameType"),Integer)
|
|
End Get
|
|
Set
|
|
Me("LangNameType") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("1")> _
|
|
Public Property SL_DL() As Integer
|
|
Get
|
|
Return CType(Me("SL_DL"),Integer)
|
|
End Get
|
|
Set
|
|
Me("SL_DL") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("1080")> _
|
|
Public Property Reso() As Integer
|
|
Get
|
|
Return CType(Me("Reso"),Integer)
|
|
End Get
|
|
Set
|
|
Me("Reso") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property CR_NameMethode() As Integer
|
|
Get
|
|
Return CType(Me("CR_NameMethode"),Integer)
|
|
End Get
|
|
Set
|
|
Me("CR_NameMethode") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property LeadingZero() As Integer
|
|
Get
|
|
Return CType(Me("LeadingZero"),Integer)
|
|
End Get
|
|
Set
|
|
Me("LeadingZero") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property Funimation_Bitrate() As Integer
|
|
Get
|
|
Return CType(Me("Funimation_Bitrate"),Integer)
|
|
End Get
|
|
Set
|
|
Me("Funimation_Bitrate") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property ServerPort() As Integer
|
|
Get
|
|
Return CType(Me("ServerPort"),Integer)
|
|
End Get
|
|
Set
|
|
Me("ServerPort") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property IgnoreSeason() As Integer
|
|
Get
|
|
Return CType(Me("IgnoreSeason"),Integer)
|
|
End Get
|
|
Set
|
|
Me("IgnoreSeason") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("None")> _
|
|
Public Property Subtitle() As String
|
|
Get
|
|
Return CType(Me("Subtitle"),String)
|
|
End Get
|
|
Set
|
|
Me("Subtitle") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property ErrorTolerance() As Integer
|
|
Get
|
|
Return CType(Me("ErrorTolerance"),Integer)
|
|
End Get
|
|
Set
|
|
Me("ErrorTolerance") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Unused")> _
|
|
Public Property NameTemplate() As String
|
|
Get
|
|
Return CType(Me("NameTemplate"),String)
|
|
End Get
|
|
Set
|
|
Me("NameTemplate") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("ja-JP")> _
|
|
Public Property CR_Dub() As String
|
|
Get
|
|
Return CType(Me("CR_Dub"),String)
|
|
End Get
|
|
Set
|
|
Me("CR_Dub") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("null")> _
|
|
Public Property ffmpeg_command_override() As String
|
|
Get
|
|
Return CType(Me("ffmpeg_command_override"),String)
|
|
End Get
|
|
Set
|
|
Me("ffmpeg_command_override") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property HideSF() As Integer
|
|
Get
|
|
Return CType(Me("HideSF"),Integer)
|
|
End Get
|
|
Set
|
|
Me("HideSF") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property SaveThumbnail() As Boolean
|
|
Get
|
|
Return CType(Me("SaveThumbnail"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("SaveThumbnail") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property SaveMode() As Boolean
|
|
Get
|
|
Return CType(Me("SaveMode"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("SaveMode") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|
Public Property DownloadScope() As Integer
|
|
Get
|
|
Return CType(Me("DownloadScope"),Integer)
|
|
End Get
|
|
Set
|
|
Me("DownloadScope") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property OverrideDub() As Boolean
|
|
Get
|
|
Return CType(Me("OverrideDub"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("OverrideDub") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property Captions() As Boolean
|
|
Get
|
|
Return CType(Me("Captions"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("Captions") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("""User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,"& _
|
|
" like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.34""")> _
|
|
Public Property User_Agend() As String
|
|
Get
|
|
Return CType(Me("User_Agend"),String)
|
|
End Get
|
|
Set
|
|
Me("User_Agend") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property SubtitleMod1() As Boolean
|
|
Get
|
|
Return CType(Me("SubtitleMod1"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("SubtitleMod1") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property vttStyleRemove() As Boolean
|
|
Get
|
|
Return CType(Me("vttStyleRemove"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("vttStyleRemove") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("x480,")> _
|
|
Public Property AudioOnlyReso() As String
|
|
Get
|
|
Return CType(Me("AudioOnlyReso"),String)
|
|
End Get
|
|
Set
|
|
Me("AudioOnlyReso") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
|
Public Property FixCRStream() As Boolean
|
|
Get
|
|
Return CType(Me("FixCRStream"),Boolean)
|
|
End Get
|
|
Set
|
|
Me("FixCRStream") = 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.Crunchyroll_Downloader.My.MySettings
|
|
Get
|
|
Return Global.Crunchyroll_Downloader.My.MySettings.Default
|
|
End Get
|
|
End Property
|
|
End Module
|
|
End Namespace
|