mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-10 18:25:05 +01:00
2bf5ee0a4c
beta for Crunchyroll beta improved code for any network scan related tasks added simple adblock (via domain list) possible errorhandling certificate issues
211 lines
9.5 KiB
VB.net
211 lines
9.5 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class Main
|
|
Inherits MetroFramework.Forms.MetroForm
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main))
|
|
Me.Btn_add = New System.Windows.Forms.PictureBox()
|
|
Me.Btn_Close = New System.Windows.Forms.PictureBox()
|
|
Me.Btn_Settings = New System.Windows.Forms.PictureBox()
|
|
Me.Btn_Browser = New System.Windows.Forms.PictureBox()
|
|
Me.ListView1 = New System.Windows.Forms.ListView()
|
|
Me.Link = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
|
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
|
|
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
|
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
|
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
|
|
Me.Timer3 = New System.Windows.Forms.Timer(Me.components)
|
|
Me.TheTextBox = New System.Windows.Forms.RichTextBox()
|
|
Me.PictureBox6 = New System.Windows.Forms.PictureBox()
|
|
Me.MetroStyleExtender1 = New MetroFramework.Components.MetroStyleExtender(Me.components)
|
|
Me.MetroStyleManager1 = New MetroFramework.Components.MetroStyleManager(Me.components)
|
|
Me.Btn_min = New System.Windows.Forms.PictureBox()
|
|
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
|
|
CType(Me.Btn_add, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Btn_Close, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Btn_Settings, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Btn_Browser, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.MetroStyleManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Btn_min, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Btn_add
|
|
'
|
|
Me.Btn_add.BackColor = System.Drawing.Color.Transparent
|
|
Me.Btn_add.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Btn_add.Image = Global.Crunchyroll_Downloader.My.Resources.Resources.main_add
|
|
resources.ApplyResources(Me.Btn_add, "Btn_add")
|
|
Me.Btn_add.Name = "Btn_add"
|
|
Me.Btn_add.TabStop = False
|
|
'
|
|
'Btn_Close
|
|
'
|
|
Me.Btn_Close.BackColor = System.Drawing.Color.Transparent
|
|
resources.ApplyResources(Me.Btn_Close, "Btn_Close")
|
|
Me.Btn_Close.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Btn_Close.Image = Global.Crunchyroll_Downloader.My.Resources.Resources.main_close
|
|
Me.Btn_Close.Name = "Btn_Close"
|
|
Me.Btn_Close.TabStop = False
|
|
'
|
|
'Btn_Settings
|
|
'
|
|
Me.Btn_Settings.BackColor = System.Drawing.Color.Transparent
|
|
Me.Btn_Settings.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Btn_Settings.Image = Global.Crunchyroll_Downloader.My.Resources.Resources.main_settings
|
|
resources.ApplyResources(Me.Btn_Settings, "Btn_Settings")
|
|
Me.Btn_Settings.Name = "Btn_Settings"
|
|
Me.Btn_Settings.TabStop = False
|
|
'
|
|
'Btn_Browser
|
|
'
|
|
Me.Btn_Browser.BackColor = System.Drawing.Color.Transparent
|
|
Me.Btn_Browser.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Btn_Browser.Image = Global.Crunchyroll_Downloader.My.Resources.Resources.main_browser
|
|
resources.ApplyResources(Me.Btn_Browser, "Btn_Browser")
|
|
Me.Btn_Browser.Name = "Btn_Browser"
|
|
Me.Btn_Browser.TabStop = False
|
|
'
|
|
'ListView1
|
|
'
|
|
Me.ListView1.BackColor = System.Drawing.SystemColors.Control
|
|
Me.ListView1.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.Link})
|
|
resources.ApplyResources(Me.ListView1, "ListView1")
|
|
Me.ListView1.ForeColor = System.Drawing.Color.Black
|
|
Me.ListView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None
|
|
Me.ListView1.HideSelection = False
|
|
Me.ListView1.Name = "ListView1"
|
|
Me.ListView1.UseCompatibleStateImageBehavior = False
|
|
Me.ListView1.View = System.Windows.Forms.View.Details
|
|
'
|
|
'Link
|
|
'
|
|
resources.ApplyResources(Me.Link, "Link")
|
|
'
|
|
'PictureBox5
|
|
'
|
|
Me.PictureBox5.BackColor = System.Drawing.Color.Transparent
|
|
Me.PictureBox5.BackgroundImage = Global.Crunchyroll_Downloader.My.Resources.Resources.balken
|
|
resources.ApplyResources(Me.PictureBox5, "PictureBox5")
|
|
Me.PictureBox5.Name = "PictureBox5"
|
|
Me.PictureBox5.TabStop = False
|
|
'
|
|
'Timer1
|
|
'
|
|
Me.Timer1.Enabled = True
|
|
'
|
|
'Timer2
|
|
'
|
|
Me.Timer2.Enabled = True
|
|
Me.Timer2.Interval = 1000
|
|
'
|
|
'Timer3
|
|
'
|
|
Me.Timer3.Interval = 1000
|
|
'
|
|
'TheTextBox
|
|
'
|
|
Me.TheTextBox.BackColor = System.Drawing.SystemColors.ScrollBar
|
|
Me.TheTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
resources.ApplyResources(Me.TheTextBox, "TheTextBox")
|
|
Me.TheTextBox.Name = "TheTextBox"
|
|
'
|
|
'PictureBox6
|
|
'
|
|
Me.PictureBox6.BackColor = System.Drawing.Color.Transparent
|
|
Me.PictureBox6.BackgroundImage = Global.Crunchyroll_Downloader.My.Resources.Resources.balken
|
|
resources.ApplyResources(Me.PictureBox6, "PictureBox6")
|
|
Me.PictureBox6.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.PictureBox6.Name = "PictureBox6"
|
|
Me.PictureBox6.TabStop = False
|
|
'
|
|
'MetroStyleManager1
|
|
'
|
|
Me.MetroStyleManager1.Owner = Me
|
|
Me.MetroStyleManager1.Style = MetroFramework.MetroColorStyle.Orange
|
|
'
|
|
'Btn_min
|
|
'
|
|
Me.Btn_min.BackColor = System.Drawing.Color.Transparent
|
|
resources.ApplyResources(Me.Btn_min, "Btn_min")
|
|
Me.Btn_min.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Btn_min.Name = "Btn_min"
|
|
Me.Btn_min.TabStop = False
|
|
'
|
|
'BackgroundWorker1
|
|
'
|
|
'
|
|
'Main
|
|
'
|
|
Me.ApplyImageInvert = True
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
|
|
Me.BorderStyle = MetroFramework.Forms.MetroFormBorderStyle.FixedSingle
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.Controls.Add(Me.Btn_min)
|
|
Me.Controls.Add(Me.TheTextBox)
|
|
Me.Controls.Add(Me.PictureBox6)
|
|
Me.Controls.Add(Me.PictureBox5)
|
|
Me.Controls.Add(Me.ListView1)
|
|
Me.Controls.Add(Me.Btn_add)
|
|
Me.Controls.Add(Me.Btn_Close)
|
|
Me.Controls.Add(Me.Btn_Settings)
|
|
Me.Controls.Add(Me.Btn_Browser)
|
|
Me.ForeColor = System.Drawing.Color.Black
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "Main"
|
|
Me.Resizable = True
|
|
Me.Style = MetroFramework.MetroColorStyle.Orange
|
|
Me.TextAlign = MetroFramework.Forms.MetroFormTextAlign.Center
|
|
CType(Me.Btn_add, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Btn_Close, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Btn_Settings, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Btn_Browser, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.MetroStyleManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Btn_min, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Private WithEvents Btn_add As PictureBox
|
|
Private WithEvents Btn_Close As PictureBox
|
|
Private WithEvents Btn_Settings As PictureBox
|
|
Private WithEvents Btn_Browser As PictureBox
|
|
Friend WithEvents ListView1 As ListView
|
|
Friend WithEvents Link As ColumnHeader
|
|
Friend WithEvents PictureBox5 As PictureBox
|
|
Friend WithEvents ToolTip1 As ToolTip
|
|
Friend WithEvents Timer1 As Timer
|
|
Friend WithEvents Timer2 As Timer
|
|
Friend WithEvents Timer3 As Timer
|
|
Friend WithEvents TheTextBox As RichTextBox
|
|
Friend WithEvents PictureBox6 As PictureBox
|
|
Friend WithEvents MetroStyleExtender1 As MetroFramework.Components.MetroStyleExtender
|
|
Friend WithEvents MetroStyleManager1 As MetroFramework.Components.MetroStyleManager
|
|
Private WithEvents Btn_min As PictureBox
|
|
Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
|
|
End Class
|