mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-10 18:25:05 +01:00
77 lines
3.0 KiB
VB.net
77 lines
3.0 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class Debug_Mode
|
|||
|
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.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|||
|
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
|
|||
|
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'ComboBox1
|
|||
|
'
|
|||
|
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
Me.ComboBox1.FormattingEnabled = True
|
|||
|
Me.ComboBox1.Location = New System.Drawing.Point(61, 84)
|
|||
|
Me.ComboBox1.Name = "ComboBox1"
|
|||
|
Me.ComboBox1.Size = New System.Drawing.Size(414, 21)
|
|||
|
Me.ComboBox1.TabIndex = 1
|
|||
|
'
|
|||
|
'RichTextBox1
|
|||
|
'
|
|||
|
Me.RichTextBox1.Location = New System.Drawing.Point(49, 151)
|
|||
|
Me.RichTextBox1.Name = "RichTextBox1"
|
|||
|
Me.RichTextBox1.Size = New System.Drawing.Size(444, 241)
|
|||
|
Me.RichTextBox1.TabIndex = 3
|
|||
|
Me.RichTextBox1.Text = ""
|
|||
|
'
|
|||
|
'ComboBox2
|
|||
|
'
|
|||
|
Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
Me.ComboBox2.FormattingEnabled = True
|
|||
|
Me.ComboBox2.Items.AddRange(New Object() {".txt", ".m3u8", ".mpd"})
|
|||
|
Me.ComboBox2.Location = New System.Drawing.Point(61, 25)
|
|||
|
Me.ComboBox2.Name = "ComboBox2"
|
|||
|
Me.ComboBox2.Size = New System.Drawing.Size(414, 21)
|
|||
|
Me.ComboBox2.TabIndex = 4
|
|||
|
'
|
|||
|
'Debug_Mode
|
|||
|
'
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.ClientSize = New System.Drawing.Size(537, 750)
|
|||
|
Me.Controls.Add(Me.ComboBox2)
|
|||
|
Me.Controls.Add(Me.RichTextBox1)
|
|||
|
Me.Controls.Add(Me.ComboBox1)
|
|||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
|||
|
Me.Name = "Debug_Mode"
|
|||
|
Me.ShowIcon = False
|
|||
|
Me.ShowInTaskbar = False
|
|||
|
Me.Text = "Debug"
|
|||
|
Me.ResumeLayout(False)
|
|||
|
|
|||
|
End Sub
|
|||
|
Friend WithEvents ComboBox1 As ComboBox
|
|||
|
Friend WithEvents RichTextBox1 As RichTextBox
|
|||
|
Friend WithEvents ComboBox2 As ComboBox
|
|||
|
End Class
|