mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-12-26 16:11:49 +01:00
773ac24679
fix musik api stream deletion #987 added button for users #988 added test for account details and premium (probably #982)
203 lines
9.4 KiB
VB.net
203 lines
9.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class Error_msg
|
|
Inherits MetroFramework.Forms.MetroForm
|
|
|
|
'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()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.ErrorText = New MetroFramework.Controls.MetroTextBox()
|
|
Me.btn_cl = New System.Windows.Forms.Button()
|
|
Me.btn_option = New System.Windows.Forms.Button()
|
|
Me.btn_ok = New System.Windows.Forms.Button()
|
|
Me.Delay = New System.Windows.Forms.Timer(Me.components)
|
|
Me.Btn_Close = New System.Windows.Forms.Button()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.ErrorBox = New System.Windows.Forms.RichTextBox()
|
|
Me.GroupBox3.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.BackColor = System.Drawing.Color.Transparent
|
|
Me.GroupBox3.Controls.Add(Me.ErrorText)
|
|
Me.GroupBox3.Controls.Add(Me.btn_cl)
|
|
Me.GroupBox3.Controls.Add(Me.btn_option)
|
|
Me.GroupBox3.Controls.Add(Me.btn_ok)
|
|
Me.GroupBox3.Location = New System.Drawing.Point(13, 60)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.Size = New System.Drawing.Size(613, 203)
|
|
Me.GroupBox3.TabIndex = 38
|
|
Me.GroupBox3.TabStop = False
|
|
'
|
|
'ErrorText
|
|
'
|
|
'
|
|
'
|
|
'
|
|
Me.ErrorText.CustomButton.Image = Nothing
|
|
Me.ErrorText.CustomButton.Location = New System.Drawing.Point(526, 1)
|
|
Me.ErrorText.CustomButton.Name = ""
|
|
Me.ErrorText.CustomButton.Size = New System.Drawing.Size(73, 73)
|
|
Me.ErrorText.CustomButton.Style = MetroFramework.MetroColorStyle.Blue
|
|
Me.ErrorText.CustomButton.TabIndex = 1
|
|
Me.ErrorText.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light
|
|
Me.ErrorText.CustomButton.UseSelectable = True
|
|
Me.ErrorText.CustomButton.Visible = False
|
|
Me.ErrorText.Enabled = False
|
|
Me.ErrorText.FontSize = MetroFramework.MetroTextBoxSize.Tall
|
|
Me.ErrorText.Lines = New String() {"Status: Hier könnte Ihre Werbung stehen"}
|
|
Me.ErrorText.Location = New System.Drawing.Point(6, 16)
|
|
Me.ErrorText.MaxLength = 32767
|
|
Me.ErrorText.Multiline = True
|
|
Me.ErrorText.Name = "ErrorText"
|
|
Me.ErrorText.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
|
|
Me.ErrorText.ReadOnly = True
|
|
Me.ErrorText.ScrollBars = System.Windows.Forms.ScrollBars.None
|
|
Me.ErrorText.SelectedText = ""
|
|
Me.ErrorText.SelectionLength = 0
|
|
Me.ErrorText.SelectionStart = 0
|
|
Me.ErrorText.ShortcutsEnabled = True
|
|
Me.ErrorText.Size = New System.Drawing.Size(600, 75)
|
|
Me.ErrorText.TabIndex = 79
|
|
Me.ErrorText.Text = "Status: Hier könnte Ihre Werbung stehen"
|
|
Me.ErrorText.UseSelectable = True
|
|
Me.ErrorText.WaterMarkColor = System.Drawing.Color.FromArgb(CType(CType(109, Byte), Integer), CType(CType(109, Byte), Integer), CType(CType(109, Byte), Integer))
|
|
Me.ErrorText.WaterMarkFont = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel)
|
|
'
|
|
'btn_cl
|
|
'
|
|
Me.btn_cl.BackgroundImage = Global.Crunchyroll_Downloader.My.Resources.Resources.ffmpeg_OK_cL
|
|
Me.btn_cl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
Me.btn_cl.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.btn_cl.FlatAppearance.BorderSize = 0
|
|
Me.btn_cl.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn_cl.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btn_cl.ForeColor = System.Drawing.SystemColors.Control
|
|
Me.btn_cl.Location = New System.Drawing.Point(27, 121)
|
|
Me.btn_cl.Name = "btn_cl"
|
|
Me.btn_cl.Size = New System.Drawing.Size(150, 40)
|
|
Me.btn_cl.TabIndex = 77
|
|
Me.btn_cl.Text = "Details"
|
|
Me.btn_cl.UseVisualStyleBackColor = True
|
|
'
|
|
'btn_option
|
|
'
|
|
Me.btn_option.BackgroundImage = Global.Crunchyroll_Downloader.My.Resources.Resources.ffmpeg_OK_cL
|
|
Me.btn_option.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
Me.btn_option.FlatAppearance.BorderSize = 0
|
|
Me.btn_option.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn_option.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btn_option.ForeColor = System.Drawing.SystemColors.Control
|
|
Me.btn_option.Location = New System.Drawing.Point(228, 121)
|
|
Me.btn_option.Name = "btn_option"
|
|
Me.btn_option.Size = New System.Drawing.Size(150, 40)
|
|
Me.btn_option.TabIndex = 78
|
|
Me.btn_option.Text = "Ignore"
|
|
Me.btn_option.UseVisualStyleBackColor = True
|
|
'
|
|
'btn_ok
|
|
'
|
|
Me.btn_ok.BackgroundImage = Global.Crunchyroll_Downloader.My.Resources.Resources.ffmpeg_OK_cL
|
|
Me.btn_ok.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
Me.btn_ok.FlatAppearance.BorderSize = 0
|
|
Me.btn_ok.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn_ok.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btn_ok.ForeColor = System.Drawing.SystemColors.Control
|
|
Me.btn_ok.Location = New System.Drawing.Point(430, 121)
|
|
Me.btn_ok.Name = "btn_ok"
|
|
Me.btn_ok.Size = New System.Drawing.Size(150, 40)
|
|
Me.btn_ok.TabIndex = 78
|
|
Me.btn_ok.Text = "Ok"
|
|
Me.btn_ok.UseVisualStyleBackColor = True
|
|
'
|
|
'Delay
|
|
'
|
|
Me.Delay.Interval = 2000
|
|
'
|
|
'Btn_Close
|
|
'
|
|
Me.Btn_Close.BackColor = System.Drawing.Color.Transparent
|
|
Me.Btn_Close.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.Btn_Close.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Btn_Close.FlatAppearance.BorderSize = 0
|
|
Me.Btn_Close.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
|
|
Me.Btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Btn_Close.ForeColor = System.Drawing.Color.Transparent
|
|
Me.Btn_Close.Image = Global.Crunchyroll_Downloader.My.Resources.Resources.main_close
|
|
Me.Btn_Close.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.Btn_Close.Location = New System.Drawing.Point(581, 8)
|
|
Me.Btn_Close.Name = "Btn_Close"
|
|
Me.Btn_Close.Size = New System.Drawing.Size(35, 35)
|
|
Me.Btn_Close.TabIndex = 39
|
|
Me.Btn_Close.UseVisualStyleBackColor = False
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
|
|
Me.GroupBox1.Controls.Add(Me.ErrorBox)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(13, 286)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(613, 203)
|
|
Me.GroupBox1.TabIndex = 79
|
|
Me.GroupBox1.TabStop = False
|
|
'
|
|
'ErrorBox
|
|
'
|
|
Me.ErrorBox.BackColor = System.Drawing.SystemColors.ButtonHighlight
|
|
Me.ErrorBox.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.ErrorBox.Location = New System.Drawing.Point(10, 19)
|
|
Me.ErrorBox.Name = "ErrorBox"
|
|
Me.ErrorBox.ReadOnly = True
|
|
Me.ErrorBox.Size = New System.Drawing.Size(593, 170)
|
|
Me.ErrorBox.TabIndex = 0
|
|
Me.ErrorBox.Text = ""
|
|
'
|
|
'Error_msg
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(640, 275)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.Btn_Close)
|
|
Me.Controls.Add(Me.GroupBox3)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "Error_msg"
|
|
Me.Text = "CRD-Error"
|
|
Me.TextAlign = MetroFramework.Forms.MetroFormTextAlign.Center
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Private WithEvents GroupBox3 As GroupBox
|
|
Friend WithEvents Delay As Timer
|
|
Friend WithEvents Btn_Close As Button
|
|
Friend WithEvents btn_cl As Button
|
|
Friend WithEvents btn_ok As Button
|
|
Private WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents ErrorBox As RichTextBox
|
|
Friend WithEvents btn_option As Button
|
|
Friend WithEvents ErrorText As MetroFramework.Controls.MetroTextBox
|
|
End Class
|