2019-11-10 00:16:12 +01:00
< Global . Microsoft . VisualBasic . CompilerServices . DesignerGenerated ( ) >
Partial Class Main
2020-11-13 15:57:34 +01:00
Inherits MetroFramework . Forms . MetroForm
2020-12-04 20:22:22 +01:00
2019-11-10 00:16:12 +01:00
'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 ( )
2020-09-30 18:19:31 +02:00
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 ( )
2019-11-10 00:16:12 +01:00
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 )
2020-08-16 23:27:48 +02:00
Me . Timer2 = New System . Windows . Forms . Timer ( Me . components )
Me . Timer3 = New System . Windows . Forms . Timer ( Me . components )
2020-09-30 18:19:31 +02:00
Me . TheTextBox = New System . Windows . Forms . RichTextBox ( )
Me . PictureBox6 = New System . Windows . Forms . PictureBox ( )
2020-11-13 15:57:34 +01:00
Me . MetroStyleExtender1 = New MetroFramework . Components . MetroStyleExtender ( Me . components )
Me . MetroStyleManager1 = New MetroFramework . Components . MetroStyleManager ( Me . components )
2020-09-30 18:19:31 +02:00
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 ( )
2019-11-10 00:16:12 +01:00
CType ( Me . PictureBox5 , System . ComponentModel . ISupportInitialize ) . BeginInit ( )
2020-09-30 18:19:31 +02:00
CType ( Me . PictureBox6 , System . ComponentModel . ISupportInitialize ) . BeginInit ( )
2020-11-13 15:57:34 +01:00
CType ( Me . MetroStyleManager1 , System . ComponentModel . ISupportInitialize ) . BeginInit ( )
2019-11-10 00:16:12 +01:00
Me . SuspendLayout ( )
'
2020-09-30 18:19:31 +02:00
'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
2020-11-13 15:57:34 +01:00
Me . Btn_add . Location = New System . Drawing . Point ( 20 , 17 )
Me . Btn_add . Margin = New System . Windows . Forms . Padding ( 0 )
2020-09-30 18:19:31 +02:00
Me . Btn_add . Name = " Btn_add "
2020-11-13 15:57:34 +01:00
Me . Btn_add . Size = New System . Drawing . Size ( 80 , 35 )
2020-09-30 18:19:31 +02:00
Me . Btn_add . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage
Me . Btn_add . TabIndex = 24
Me . Btn_add . TabStop = False
'
'Btn_Close
'
Me . Btn_Close . BackColor = System . Drawing . Color . Transparent
Me . Btn_Close . Cursor = System . Windows . Forms . Cursors . Hand
Me . Btn_Close . Image = Global . Crunchyroll_Downloader . My . Resources . Resources . main_close
2020-11-13 15:57:34 +01:00
Me . Btn_Close . Location = New System . Drawing . Point ( 790 , 1 )
Me . Btn_Close . Margin = New System . Windows . Forms . Padding ( 0 )
2020-09-30 18:19:31 +02:00
Me . Btn_Close . Name = " Btn_Close "
Me . Btn_Close . Size = New System . Drawing . Size ( 50 , 40 )
Me . Btn_Close . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize
Me . Btn_Close . TabIndex = 23
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
2020-11-13 15:57:34 +01:00
Me . Btn_Settings . Location = New System . Drawing . Point ( 676 , 17 )
Me . Btn_Settings . Margin = New System . Windows . Forms . Padding ( 0 )
2020-09-30 18:19:31 +02:00
Me . Btn_Settings . Name = " Btn_Settings "
2020-11-13 15:57:34 +01:00
Me . Btn_Settings . Size = New System . Drawing . Size ( 80 , 35 )
2020-09-30 18:19:31 +02:00
Me . Btn_Settings . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage
Me . Btn_Settings . TabIndex = 22
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
2020-11-13 15:57:34 +01:00
Me . Btn_Browser . Location = New System . Drawing . Point ( 114 , 18 )
Me . Btn_Browser . Margin = New System . Windows . Forms . Padding ( 0 )
2020-09-30 18:19:31 +02:00
Me . Btn_Browser . Name = " Btn_Browser "
2020-11-13 15:57:34 +01:00
Me . Btn_Browser . Size = New System . Drawing . Size ( 80 , 35 )
2020-09-30 18:19:31 +02:00
Me . Btn_Browser . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage
Me . Btn_Browser . TabIndex = 21
Me . Btn_Browser . TabStop = False
'
2019-11-10 00:16:12 +01:00
'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 } )
Me . ListView1 . Font = New System . Drawing . Font ( " Microsoft Sans Serif " , 93 . 0 ! , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , CType ( 0 , Byte ) )
Me . ListView1 . ForeColor = System . Drawing . Color . Black
Me . ListView1 . HeaderStyle = System . Windows . Forms . ColumnHeaderStyle . None
2019-12-04 21:00:26 +01:00
Me . ListView1 . HideSelection = False
2020-11-13 15:57:34 +01:00
Me . ListView1 . Location = New System . Drawing . Point ( 1 , 71 )
Me . ListView1 . Margin = New System . Windows . Forms . Padding ( 0 )
Me . ListView1 . MinimumSize = New System . Drawing . Size ( 798 , 403 )
2019-11-10 00:16:12 +01:00
Me . ListView1 . Name = " ListView1 "
2020-11-13 15:57:34 +01:00
Me . ListView1 . Size = New System . Drawing . Size ( 840 , 546 )
2019-11-10 00:16:12 +01:00
Me . ListView1 . TabIndex = 57
Me . ListView1 . UseCompatibleStateImageBehavior = False
Me . ListView1 . View = System . Windows . Forms . View . Details
'
'Link
'
Me . Link . Text = " Link "
Me . Link . Width = 818
'
'PictureBox5
'
2020-12-10 19:18:20 +01:00
Me . PictureBox5 . BackColor = System . Drawing . Color . Transparent
2019-11-10 00:16:12 +01:00
Me . PictureBox5 . BackgroundImage = Global . Crunchyroll_Downloader . My . Resources . Resources . balken
2020-11-13 15:57:34 +01:00
Me . PictureBox5 . BackgroundImageLayout = System . Windows . Forms . ImageLayout . Stretch
2020-10-31 23:36:52 +01:00
Me . PictureBox5 . Location = New System . Drawing . Point ( 1 , 65 )
2020-11-13 15:57:34 +01:00
Me . PictureBox5 . Margin = New System . Windows . Forms . Padding ( 0 )
2019-11-10 00:16:12 +01:00
Me . PictureBox5 . Name = " PictureBox5 "
2020-11-13 15:57:34 +01:00
Me . PictureBox5 . Size = New System . Drawing . Size ( 840 , 6 )
2019-11-10 00:16:12 +01:00
Me . PictureBox5 . TabIndex = 67
Me . PictureBox5 . TabStop = False
'
'Timer1
'
2020-12-03 19:29:44 +01:00
Me . Timer1 . Enabled = True
2019-11-10 00:16:12 +01:00
'
2020-08-16 23:27:48 +02:00
'Timer2
'
Me . Timer2 . Enabled = True
Me . Timer2 . Interval = 1000
'
'Timer3
'
Me . Timer3 . Enabled = True
Me . Timer3 . Interval = 1000
'
2020-09-30 18:19:31 +02:00
'TheTextBox
'
Me . TheTextBox . BackColor = System . Drawing . SystemColors . ScrollBar
Me . TheTextBox . BorderStyle = System . Windows . Forms . BorderStyle . None
2020-11-13 15:57:34 +01:00
Me . TheTextBox . Location = New System . Drawing . Point ( 0 , 652 )
Me . TheTextBox . Margin = New System . Windows . Forms . Padding ( 0 )
2020-09-30 18:19:31 +02:00
Me . TheTextBox . Name = " TheTextBox "
2020-11-13 15:57:34 +01:00
Me . TheTextBox . Size = New System . Drawing . Size ( 840 , 96 )
2020-09-30 18:19:31 +02:00
Me . TheTextBox . TabIndex = 69
Me . TheTextBox . Text = " "
2020-11-13 15:57:34 +01:00
Me . TheTextBox . Visible = False
2020-09-30 18:19:31 +02:00
'
'PictureBox6
'
2020-12-10 19:18:20 +01:00
Me . PictureBox6 . BackColor = System . Drawing . Color . Transparent
2020-09-30 18:19:31 +02:00
Me . PictureBox6 . BackgroundImage = Global . Crunchyroll_Downloader . My . Resources . Resources . balken
2020-11-13 15:57:34 +01:00
Me . PictureBox6 . BackgroundImageLayout = System . Windows . Forms . ImageLayout . Stretch
2020-09-30 18:19:31 +02:00
Me . PictureBox6 . Cursor = System . Windows . Forms . Cursors . Hand
2020-11-13 15:57:34 +01:00
Me . PictureBox6 . Location = New System . Drawing . Point ( 0 , 618 )
Me . PictureBox6 . Margin = New System . Windows . Forms . Padding ( 0 )
2020-09-30 18:19:31 +02:00
Me . PictureBox6 . Name = " PictureBox6 "
2020-11-13 15:57:34 +01:00
Me . PictureBox6 . Size = New System . Drawing . Size ( 840 , 6 )
2020-09-30 18:19:31 +02:00
Me . PictureBox6 . TabIndex = 68
Me . PictureBox6 . TabStop = False
'
2020-11-13 15:57:34 +01:00
'MetroStyleManager1
'
2020-12-08 19:01:35 +01:00
Me . MetroStyleManager1 . Owner = Me
Me . MetroStyleManager1 . Style = MetroFramework . MetroColorStyle . Orange
2020-11-13 15:57:34 +01:00
'
2019-11-10 00:16:12 +01:00
'Main
'
2020-11-13 15:57:34 +01:00
Me . ApplyImageInvert = True
Me . AutoScaleMode = System . Windows . Forms . AutoScaleMode . None
Me . BorderStyle = MetroFramework . Forms . MetroFormBorderStyle . FixedSingle
Me . ClientSize = New System . Drawing . Size ( 842 , 630 )
2020-09-30 18:19:31 +02:00
Me . Controls . Add ( Me . TheTextBox )
Me . Controls . Add ( Me . PictureBox6 )
2019-11-10 00:16:12 +01:00
Me . Controls . Add ( Me . PictureBox5 )
Me . Controls . Add ( Me . ListView1 )
2020-09-30 18:19:31 +02:00
Me . Controls . Add ( Me . Btn_add )
Me . Controls . Add ( Me . Btn_Close )
Me . Controls . Add ( Me . Btn_Settings )
Me . Controls . Add ( Me . Btn_Browser )
2020-11-13 15:57:34 +01:00
Me . Font = New System . Drawing . Font ( " Microsoft Sans Serif " , 8 . 25 ! , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , CType ( 0 , Byte ) )
Me . ForeColor = System . Drawing . Color . Black
Me . Margin = New System . Windows . Forms . Padding ( 0 )
2019-11-10 00:16:12 +01:00
Me . MaximizeBox = False
Me . MinimizeBox = False
2020-11-13 15:57:34 +01:00
Me . MinimumSize = New System . Drawing . Size ( 840 , 630 )
2019-11-10 00:16:12 +01:00
Me . Name = " Main "
2020-11-13 15:57:34 +01:00
Me . Resizable = True
Me . Style = MetroFramework . MetroColorStyle . Orange
Me . Text = " Crunchyroll Downloader "
Me . TextAlign = MetroFramework . Forms . MetroFormTextAlign . Center
2020-09-30 18:19:31 +02:00
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 ( )
2019-11-10 00:16:12 +01:00
CType ( Me . PictureBox5 , System . ComponentModel . ISupportInitialize ) . EndInit ( )
2020-09-30 18:19:31 +02:00
CType ( Me . PictureBox6 , System . ComponentModel . ISupportInitialize ) . EndInit ( )
2020-11-13 15:57:34 +01:00
CType ( Me . MetroStyleManager1 , System . ComponentModel . ISupportInitialize ) . EndInit ( )
2019-11-10 00:16:12 +01:00
Me . ResumeLayout ( False )
Me . PerformLayout ( )
End Sub
2020-09-30 18:19:31 +02:00
Private WithEvents Btn_add As PictureBox
Private WithEvents Btn_Close As PictureBox
Private WithEvents Btn_Settings As PictureBox
Private WithEvents Btn_Browser As PictureBox
2019-11-10 00:16:12 +01:00
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
2020-08-16 23:27:48 +02:00
Friend WithEvents Timer2 As Timer
Friend WithEvents Timer3 As Timer
2020-09-30 18:19:31 +02:00
Friend WithEvents TheTextBox As RichTextBox
Friend WithEvents PictureBox6 As PictureBox
2020-11-13 15:57:34 +01:00
Friend WithEvents MetroStyleExtender1 As MetroFramework . Components . MetroStyleExtender
2020-12-08 19:01:35 +01:00
Friend WithEvents MetroStyleManager1 As MetroFramework . Components . MetroStyleManager
2019-11-10 00:16:12 +01:00
End Class