mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-15 04:35:06 +01:00
18a06b84dc
new settings UI (CR softsubs) added save thumbnail debug option #690
51 lines
1.8 KiB
VB.net
51 lines
1.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class CheckBoxComboBox
|
|
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.Animation = New System.Windows.Forms.Timer(Me.components)
|
|
Me.SuspendLayout()
|
|
'
|
|
'Animation
|
|
'
|
|
Me.Animation.Interval = 10
|
|
'
|
|
'CheckBoxComboBox
|
|
'
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
|
|
Me.BorderStyle = MetroFramework.Forms.MetroFormBorderStyle.FixedSingle
|
|
Me.ClientSize = New System.Drawing.Size(320, 302)
|
|
Me.ControlBox = False
|
|
Me.DisplayHeader = False
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "CheckBoxComboBox"
|
|
Me.Padding = New System.Windows.Forms.Padding(10, 30, 10, 10)
|
|
Me.TextAlign = MetroFramework.Forms.MetroFormTextAlign.Center
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Animation As Timer
|
|
End Class
|