mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-10 18:25:05 +01:00
164 lines
7.4 KiB
VB.net
164 lines
7.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class Startup
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'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(Startup))
|
|
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
|
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
|
|
Me.label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Timer1
|
|
'
|
|
Me.Timer1.Interval = 75
|
|
'
|
|
'Timer2
|
|
'
|
|
Me.Timer2.Interval = 75
|
|
'
|
|
'label1
|
|
'
|
|
Me.label1.BackColor = System.Drawing.Color.Transparent
|
|
Me.label1.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.label1.ForeColor = System.Drawing.Color.Black
|
|
Me.label1.Location = New System.Drawing.Point(18, 249)
|
|
Me.label1.Name = "label1"
|
|
Me.label1.Size = New System.Drawing.Size(140, 22)
|
|
Me.label1.TabIndex = 26
|
|
Me.label1.Text = "libraries: "
|
|
Me.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.BackColor = System.Drawing.Color.Transparent
|
|
Me.Label2.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Label2.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.ForeColor = System.Drawing.Color.Green
|
|
Me.Label2.Location = New System.Drawing.Point(302, 249)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(140, 22)
|
|
Me.Label2.TabIndex = 27
|
|
Me.Label2.Text = "AsyncWorker"
|
|
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.BackColor = System.Drawing.Color.Transparent
|
|
Me.Label3.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Label3.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.ForeColor = System.Drawing.Color.Green
|
|
Me.Label3.Location = New System.Drawing.Point(438, 249)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(140, 22)
|
|
Me.Label3.TabIndex = 28
|
|
Me.Label3.Text = "ffmpeg"
|
|
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(5, Byte), Integer))
|
|
Me.PictureBox1.Image = Global.Crunchyroll_Downloader.My.Resources.Resources.main_close
|
|
Me.PictureBox1.Location = New System.Drawing.Point(549, 1)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(50, 39)
|
|
Me.PictureBox1.TabIndex = 29
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.BackColor = System.Drawing.Color.Transparent
|
|
Me.Label5.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.ForeColor = System.Drawing.Color.Black
|
|
Me.Label5.Location = New System.Drawing.Point(18, 149)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(566, 45)
|
|
Me.Label5.TabIndex = 31
|
|
Me.Label5.Text = "Created by hama3254"
|
|
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.BackColor = System.Drawing.Color.Transparent
|
|
Me.Label7.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Label7.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label7.ForeColor = System.Drawing.Color.Green
|
|
Me.Label7.Location = New System.Drawing.Point(145, 249)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(140, 22)
|
|
Me.Label7.TabIndex = 33
|
|
Me.Label7.Text = "GeckoFX"
|
|
Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.BackColor = System.Drawing.Color.Transparent
|
|
Me.Label6.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.ForeColor = System.Drawing.Color.Black
|
|
Me.Label6.Location = New System.Drawing.Point(18, 76)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(566, 45)
|
|
Me.Label6.TabIndex = 31
|
|
Me.Label6.Text = "Created by hama3254"
|
|
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Startup
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
|
|
Me.ClientSize = New System.Drawing.Size(600, 300)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.PictureBox1)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.label1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Name = "Startup"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Startup"
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Timer1 As Timer
|
|
Friend WithEvents Timer2 As Timer
|
|
Public WithEvents label1 As Label
|
|
Public WithEvents Label2 As Label
|
|
Public WithEvents Label3 As Label
|
|
Friend WithEvents PictureBox1 As PictureBox
|
|
Public WithEvents Label5 As Label
|
|
Public WithEvents Label7 As Label
|
|
Public WithEvents Label6 As Label
|
|
End Class
|