2020-08-16 23:27:48 +02:00
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
|
|
|
Partial Class CRD_List_Item
|
2020-12-10 19:18:20 +01:00
|
|
|
|
'Inherits System.Windows.Forms.UserControl
|
|
|
|
|
Inherits MetroFramework.Controls.MetroUserControl
|
2020-08-16 23:27:48 +02:00
|
|
|
|
'UserControl1 ü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()
|
|
|
|
|
Me.PB_Thumbnail = New System.Windows.Forms.PictureBox()
|
|
|
|
|
Me.bt_pause = New System.Windows.Forms.PictureBox()
|
|
|
|
|
Me.bt_del = New System.Windows.Forms.PictureBox()
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Me.Label_Anime = New MetroFramework.Controls.MetroLabel()
|
|
|
|
|
Me.Label_website = New MetroFramework.Controls.MetroLabel()
|
|
|
|
|
Me.Label_Reso = New MetroFramework.Controls.MetroLabel()
|
|
|
|
|
Me.Label_Hardsub = New MetroFramework.Controls.MetroLabel()
|
|
|
|
|
Me.Label_percent = New MetroFramework.Controls.MetroLabel()
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
2020-09-30 18:19:31 +02:00
|
|
|
|
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
|
2020-10-02 16:02:44 +02:00
|
|
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
|
|
|
Me.ViewInExplorerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
|
|
|
Me.PlaybackVideoFileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
2020-12-24 16:56:45 +01:00
|
|
|
|
Me.LogTocClipboard = New System.Windows.Forms.ToolStripMenuItem()
|
|
|
|
|
Me.SaveToFile = New System.Windows.Forms.ToolStripMenuItem()
|
2020-11-13 15:57:34 +01:00
|
|
|
|
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
|
2020-12-04 20:22:22 +01:00
|
|
|
|
Me.ProgressBar1 = New MetroFramework.Controls.MetroProgressBar()
|
|
|
|
|
Me.MetroStyleManager1 = New MetroFramework.Components.MetroStyleManager(Me.components)
|
2020-08-16 23:27:48 +02:00
|
|
|
|
CType(Me.PB_Thumbnail, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.bt_pause, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.bt_del, System.ComponentModel.ISupportInitialize).BeginInit()
|
2020-10-02 16:02:44 +02:00
|
|
|
|
Me.ContextMenuStrip1.SuspendLayout()
|
2020-11-13 15:57:34 +01:00
|
|
|
|
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
|
2020-12-04 20:22:22 +01:00
|
|
|
|
CType(Me.MetroStyleManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.SuspendLayout()
|
|
|
|
|
'
|
|
|
|
|
'PB_Thumbnail
|
|
|
|
|
'
|
|
|
|
|
Me.PB_Thumbnail.BackColor = System.Drawing.SystemColors.Desktop
|
|
|
|
|
Me.PB_Thumbnail.BackgroundImage = Global.Crunchyroll_Downloader.My.Resources.Resources.main_del
|
|
|
|
|
Me.PB_Thumbnail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
|
|
|
Me.PB_Thumbnail.Location = New System.Drawing.Point(11, 20)
|
|
|
|
|
Me.PB_Thumbnail.Name = "PB_Thumbnail"
|
|
|
|
|
Me.PB_Thumbnail.Size = New System.Drawing.Size(168, 95)
|
|
|
|
|
Me.PB_Thumbnail.TabIndex = 0
|
|
|
|
|
Me.PB_Thumbnail.TabStop = False
|
|
|
|
|
'
|
|
|
|
|
'bt_pause
|
|
|
|
|
'
|
|
|
|
|
Me.bt_pause.BackgroundImage = Global.Crunchyroll_Downloader.My.Resources.Resources.main_pause
|
|
|
|
|
Me.bt_pause.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
|
|
|
Me.bt_pause.Location = New System.Drawing.Point(740, 15)
|
|
|
|
|
Me.bt_pause.Name = "bt_pause"
|
|
|
|
|
Me.bt_pause.Size = New System.Drawing.Size(25, 20)
|
|
|
|
|
Me.bt_pause.TabIndex = 1
|
|
|
|
|
Me.bt_pause.TabStop = False
|
|
|
|
|
'
|
|
|
|
|
'bt_del
|
|
|
|
|
'
|
|
|
|
|
Me.bt_del.BackgroundImage = Global.Crunchyroll_Downloader.My.Resources.Resources.main_del
|
|
|
|
|
Me.bt_del.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
|
|
|
Me.bt_del.Location = New System.Drawing.Point(775, 10)
|
|
|
|
|
Me.bt_del.Name = "bt_del"
|
|
|
|
|
Me.bt_del.Size = New System.Drawing.Size(35, 29)
|
|
|
|
|
Me.bt_del.TabIndex = 2
|
|
|
|
|
Me.bt_del.TabStop = False
|
|
|
|
|
'
|
|
|
|
|
'Label_Anime
|
|
|
|
|
'
|
|
|
|
|
Me.Label_Anime.AutoSize = True
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Me.Label_Anime.BackColor = System.Drawing.Color.Transparent
|
|
|
|
|
Me.Label_Anime.FontSize = MetroFramework.MetroLabelSize.Tall
|
|
|
|
|
Me.Label_Anime.FontWeight = MetroFramework.MetroLabelWeight.Regular
|
|
|
|
|
Me.Label_Anime.Location = New System.Drawing.Point(195, 37)
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.Label_Anime.Name = "Label_Anime"
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Me.Label_Anime.Size = New System.Drawing.Size(243, 25)
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.Label_Anime.TabIndex = 3
|
|
|
|
|
Me.Label_Anime.Text = "Anime Titel, Season, Episode "
|
|
|
|
|
'
|
|
|
|
|
'Label_website
|
|
|
|
|
'
|
|
|
|
|
Me.Label_website.AutoSize = True
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Me.Label_website.BackColor = System.Drawing.Color.Transparent
|
|
|
|
|
Me.Label_website.FontSize = MetroFramework.MetroLabelSize.Tall
|
|
|
|
|
Me.Label_website.FontWeight = MetroFramework.MetroLabelWeight.Regular
|
|
|
|
|
Me.Label_website.Location = New System.Drawing.Point(195, 10)
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.Label_website.Name = "Label_website"
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Me.Label_website.Size = New System.Drawing.Size(72, 25)
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.Label_website.TabIndex = 4
|
|
|
|
|
Me.Label_website.Text = "website"
|
|
|
|
|
'
|
|
|
|
|
'Label_Reso
|
|
|
|
|
'
|
|
|
|
|
Me.Label_Reso.AutoSize = True
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Me.Label_Reso.BackColor = System.Drawing.Color.Transparent
|
|
|
|
|
Me.Label_Reso.FontSize = MetroFramework.MetroLabelSize.Tall
|
|
|
|
|
Me.Label_Reso.FontWeight = MetroFramework.MetroLabelWeight.Regular
|
|
|
|
|
Me.Label_Reso.Location = New System.Drawing.Point(195, 97)
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.Label_Reso.Name = "Label_Reso"
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Me.Label_Reso.Size = New System.Drawing.Size(63, 25)
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.Label_Reso.TabIndex = 5
|
2020-12-03 19:29:44 +01:00
|
|
|
|
Me.Label_Reso.Text = "1080p"
|
2020-08-16 23:27:48 +02:00
|
|
|
|
'
|
|
|
|
|
'Label_Hardsub
|
|
|
|
|
'
|
|
|
|
|
Me.Label_Hardsub.AutoSize = True
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Me.Label_Hardsub.BackColor = System.Drawing.Color.Transparent
|
|
|
|
|
Me.Label_Hardsub.FontSize = MetroFramework.MetroLabelSize.Tall
|
|
|
|
|
Me.Label_Hardsub.FontWeight = MetroFramework.MetroLabelWeight.Regular
|
|
|
|
|
Me.Label_Hardsub.Location = New System.Drawing.Point(265, 97)
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.Label_Hardsub.Name = "Label_Hardsub"
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Me.Label_Hardsub.Size = New System.Drawing.Size(126, 25)
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.Label_Hardsub.TabIndex = 6
|
|
|
|
|
Me.Label_Hardsub.Text = "Hardsub Label"
|
|
|
|
|
'
|
|
|
|
|
'Label_percent
|
|
|
|
|
'
|
|
|
|
|
Me.Label_percent.Anchor = System.Windows.Forms.AnchorStyles.Right
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Me.Label_percent.BackColor = System.Drawing.Color.Transparent
|
|
|
|
|
Me.Label_percent.FontSize = MetroFramework.MetroLabelSize.Tall
|
|
|
|
|
Me.Label_percent.FontWeight = MetroFramework.MetroLabelWeight.Regular
|
|
|
|
|
Me.Label_percent.Location = New System.Drawing.Point(432, 97)
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.Label_percent.Name = "Label_percent"
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Me.Label_percent.Size = New System.Drawing.Size(378, 27)
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.Label_percent.TabIndex = 7
|
|
|
|
|
Me.Label_percent.Text = "Status Label : speed, size and percent"
|
|
|
|
|
Me.Label_percent.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
|
|
|
'
|
2020-09-30 18:19:31 +02:00
|
|
|
|
'Timer2
|
|
|
|
|
'
|
|
|
|
|
Me.Timer2.Enabled = True
|
|
|
|
|
'
|
2020-10-02 16:02:44 +02:00
|
|
|
|
'ContextMenuStrip1
|
|
|
|
|
'
|
2020-12-24 16:56:45 +01:00
|
|
|
|
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ViewInExplorerToolStripMenuItem, Me.PlaybackVideoFileToolStripMenuItem, Me.LogTocClipboard, Me.SaveToFile})
|
2020-10-02 16:02:44 +02:00
|
|
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
2021-09-20 20:37:57 +02:00
|
|
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(190, 114)
|
2020-10-02 16:02:44 +02:00
|
|
|
|
'
|
|
|
|
|
'ViewInExplorerToolStripMenuItem
|
|
|
|
|
'
|
|
|
|
|
Me.ViewInExplorerToolStripMenuItem.Name = "ViewInExplorerToolStripMenuItem"
|
2020-12-24 16:56:45 +01:00
|
|
|
|
Me.ViewInExplorerToolStripMenuItem.Size = New System.Drawing.Size(189, 22)
|
2020-10-02 16:02:44 +02:00
|
|
|
|
Me.ViewInExplorerToolStripMenuItem.Text = "View in explorer"
|
|
|
|
|
'
|
|
|
|
|
'PlaybackVideoFileToolStripMenuItem
|
|
|
|
|
'
|
|
|
|
|
Me.PlaybackVideoFileToolStripMenuItem.Name = "PlaybackVideoFileToolStripMenuItem"
|
2020-12-24 16:56:45 +01:00
|
|
|
|
Me.PlaybackVideoFileToolStripMenuItem.Size = New System.Drawing.Size(189, 22)
|
2020-10-02 16:02:44 +02:00
|
|
|
|
Me.PlaybackVideoFileToolStripMenuItem.Text = "playback video file"
|
|
|
|
|
'
|
2020-12-24 16:56:45 +01:00
|
|
|
|
'LogTocClipboard
|
|
|
|
|
'
|
|
|
|
|
Me.LogTocClipboard.Name = "LogTocClipboard"
|
|
|
|
|
Me.LogTocClipboard.Size = New System.Drawing.Size(189, 22)
|
|
|
|
|
Me.LogTocClipboard.Text = "Copy log to clipboard"
|
|
|
|
|
'
|
|
|
|
|
'SaveToFile
|
|
|
|
|
'
|
|
|
|
|
Me.SaveToFile.Name = "SaveToFile"
|
|
|
|
|
Me.SaveToFile.Size = New System.Drawing.Size(189, 22)
|
|
|
|
|
Me.SaveToFile.Text = "Save log to file"
|
|
|
|
|
'
|
2020-11-13 15:57:34 +01:00
|
|
|
|
'PictureBox5
|
|
|
|
|
'
|
|
|
|
|
Me.PictureBox5.BackgroundImage = Global.Crunchyroll_Downloader.My.Resources.Resources.balken
|
|
|
|
|
Me.PictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
|
|
|
Me.PictureBox5.Location = New System.Drawing.Point(0, 136)
|
|
|
|
|
Me.PictureBox5.Margin = New System.Windows.Forms.Padding(0)
|
|
|
|
|
Me.PictureBox5.Name = "PictureBox5"
|
|
|
|
|
Me.PictureBox5.Size = New System.Drawing.Size(838, 6)
|
|
|
|
|
Me.PictureBox5.TabIndex = 68
|
|
|
|
|
Me.PictureBox5.TabStop = False
|
|
|
|
|
'
|
2020-12-04 20:22:22 +01:00
|
|
|
|
'ProgressBar1
|
|
|
|
|
'
|
|
|
|
|
Me.ProgressBar1.Location = New System.Drawing.Point(195, 70)
|
|
|
|
|
Me.ProgressBar1.Name = "ProgressBar1"
|
|
|
|
|
Me.ProgressBar1.Size = New System.Drawing.Size(615, 20)
|
|
|
|
|
Me.ProgressBar1.TabIndex = 9
|
|
|
|
|
'
|
|
|
|
|
'MetroStyleManager1
|
|
|
|
|
'
|
|
|
|
|
Me.MetroStyleManager1.Owner = Me
|
|
|
|
|
Me.MetroStyleManager1.Style = MetroFramework.MetroColorStyle.Orange
|
|
|
|
|
'
|
2020-08-16 23:27:48 +02:00
|
|
|
|
'CRD_List_Item
|
|
|
|
|
'
|
|
|
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
|
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Me.BackColor = System.Drawing.Color.Transparent
|
2020-11-13 15:57:34 +01:00
|
|
|
|
Me.Controls.Add(Me.PictureBox5)
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.Controls.Add(Me.ProgressBar1)
|
|
|
|
|
Me.Controls.Add(Me.Label_percent)
|
|
|
|
|
Me.Controls.Add(Me.Label_Hardsub)
|
|
|
|
|
Me.Controls.Add(Me.Label_Reso)
|
|
|
|
|
Me.Controls.Add(Me.Label_website)
|
|
|
|
|
Me.Controls.Add(Me.Label_Anime)
|
|
|
|
|
Me.Controls.Add(Me.bt_del)
|
|
|
|
|
Me.Controls.Add(Me.bt_pause)
|
|
|
|
|
Me.Controls.Add(Me.PB_Thumbnail)
|
|
|
|
|
Me.Name = "CRD_List_Item"
|
|
|
|
|
Me.Size = New System.Drawing.Size(838, 142)
|
|
|
|
|
CType(Me.PB_Thumbnail, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.bt_pause, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.bt_del, System.ComponentModel.ISupportInitialize).EndInit()
|
2020-10-02 16:02:44 +02:00
|
|
|
|
Me.ContextMenuStrip1.ResumeLayout(False)
|
2020-11-13 15:57:34 +01:00
|
|
|
|
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
|
2020-12-04 20:22:22 +01:00
|
|
|
|
CType(Me.MetroStyleManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
2020-08-16 23:27:48 +02:00
|
|
|
|
Me.ResumeLayout(False)
|
|
|
|
|
Me.PerformLayout()
|
|
|
|
|
|
|
|
|
|
End Sub
|
|
|
|
|
|
|
|
|
|
Friend WithEvents PB_Thumbnail As PictureBox
|
|
|
|
|
Friend WithEvents bt_pause As PictureBox
|
|
|
|
|
Friend WithEvents bt_del As PictureBox
|
|
|
|
|
Friend WithEvents ToolTip1 As ToolTip
|
2020-09-30 18:19:31 +02:00
|
|
|
|
Friend WithEvents Timer2 As Timer
|
2020-10-02 16:02:44 +02:00
|
|
|
|
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
|
|
|
|
|
Friend WithEvents ViewInExplorerToolStripMenuItem As ToolStripMenuItem
|
|
|
|
|
Friend WithEvents PlaybackVideoFileToolStripMenuItem As ToolStripMenuItem
|
2020-11-13 15:57:34 +01:00
|
|
|
|
Friend WithEvents ProgressBar1 As MetroFramework.Controls.MetroProgressBar
|
|
|
|
|
Friend WithEvents PictureBox5 As PictureBox
|
2020-12-04 20:22:22 +01:00
|
|
|
|
Friend WithEvents MetroStyleManager1 As MetroFramework.Components.MetroStyleManager
|
2020-12-10 19:18:20 +01:00
|
|
|
|
Friend WithEvents Label_Anime As MetroFramework.Controls.MetroLabel
|
|
|
|
|
Friend WithEvents Label_website As MetroFramework.Controls.MetroLabel
|
|
|
|
|
Friend WithEvents Label_Reso As MetroFramework.Controls.MetroLabel
|
|
|
|
|
Friend WithEvents Label_Hardsub As MetroFramework.Controls.MetroLabel
|
|
|
|
|
Friend WithEvents Label_percent As MetroFramework.Controls.MetroLabel
|
2020-12-24 16:56:45 +01:00
|
|
|
|
Friend WithEvents LogTocClipboard As ToolStripMenuItem
|
|
|
|
|
Friend WithEvents SaveToFile As ToolStripMenuItem
|
2020-08-16 23:27:48 +02:00
|
|
|
|
End Class
|