_ Partial Class Debug_Mode Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ 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.Button1 = New System.Windows.Forms.Button() Me.RichTextBox2 = New System.Windows.Forms.RichTextBox() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() 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 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(194, 409) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(139, 23) Me.Button1.TabIndex = 5 Me.Button1.Text = "URL Convert" Me.Button1.UseVisualStyleBackColor = True ' 'RichTextBox2 ' Me.RichTextBox2.Location = New System.Drawing.Point(49, 451) Me.RichTextBox2.Name = "RichTextBox2" Me.RichTextBox2.Size = New System.Drawing.Size(444, 241) Me.RichTextBox2.TabIndex = 3 Me.RichTextBox2.Text = "" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(230, 715) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 5 Me.Button2.Text = "Reso Test" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(382, 715) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(75, 23) Me.Button3.TabIndex = 6 Me.Button3.Text = "Button3" Me.Button3.UseVisualStyleBackColor = True ' '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.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.RichTextBox2) 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 ComboBox2 As ComboBox Friend WithEvents Button1 As Button Public WithEvents RichTextBox2 As RichTextBox Friend WithEvents Button2 As Button Public WithEvents RichTextBox1 As RichTextBox Friend WithEvents Button3 As Button End Class