mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-15 04:35:06 +01:00
4da2fd8334
improved logging, reversed curl for subtitle
97 lines
3.9 KiB
VB.net
97 lines
3.9 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Trackbar
|
|
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.Button1 = New System.Windows.Forms.Button()
|
|
Me.TrackBar1 = New System.Windows.Forms.TrackBar()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button1.Location = New System.Drawing.Point(260, 120)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(100, 41)
|
|
Me.Button1.TabIndex = 0
|
|
Me.Button1.Text = "Apply"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'TrackBar1
|
|
'
|
|
Me.TrackBar1.Location = New System.Drawing.Point(12, 23)
|
|
Me.TrackBar1.Maximum = 64
|
|
Me.TrackBar1.Minimum = 2
|
|
Me.TrackBar1.Name = "TrackBar1"
|
|
Me.TrackBar1.Size = New System.Drawing.Size(431, 45)
|
|
Me.TrackBar1.TabIndex = 1
|
|
Me.TrackBar1.Value = 2
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(12, 87)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(431, 20)
|
|
Me.Label1.TabIndex = 2
|
|
Me.Label1.Text = "Label1"
|
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button2.Location = New System.Drawing.Point(109, 120)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(100, 41)
|
|
Me.Button2.TabIndex = 3
|
|
Me.Button2.Text = "Save"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Trackbar
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(459, 173)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.TrackBar1)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "Trackbar"
|
|
Me.Text = "Form1"
|
|
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents TrackBar1 As Windows.Forms.TrackBar
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Button2 As Button
|
|
End Class
|