Partial Class Login 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.components = New System.ComponentModel.Container() Me.pictureBox3 = New System.Windows.Forms.PictureBox() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Password = New System.Windows.Forms.TextBox() Me.LoginID = New System.Windows.Forms.TextBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.PictureBox9 = New System.Windows.Forms.PictureBox() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) CType(Me.pictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'pictureBox3 ' Me.pictureBox3.BackColor = System.Drawing.Color.Transparent Me.pictureBox3.Cursor = System.Windows.Forms.Cursors.Hand Me.pictureBox3.Image = Global.Crunchyroll_Downloader.My.Resources.Resources.main_close Me.pictureBox3.Location = New System.Drawing.Point(329, 1) Me.pictureBox3.Name = "pictureBox3" Me.pictureBox3.Size = New System.Drawing.Size(50, 40) Me.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize Me.pictureBox3.TabIndex = 36 Me.pictureBox3.TabStop = False ' 'GroupBox3 ' Me.GroupBox3.BackColor = System.Drawing.Color.Transparent Me.GroupBox3.Controls.Add(Me.Label2) Me.GroupBox3.Controls.Add(Me.Label1) Me.GroupBox3.Controls.Add(Me.Password) Me.GroupBox3.Controls.Add(Me.LoginID) Me.GroupBox3.Controls.Add(Me.PictureBox1) Me.GroupBox3.Controls.Add(Me.PictureBox9) Me.GroupBox3.Location = New System.Drawing.Point(13, 43) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(354, 203) Me.GroupBox3.TabIndex = 38 Me.GroupBox3.TabStop = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Arial", 9.75!) Me.Label2.Location = New System.Drawing.Point(134, 76) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(69, 16) Me.Label2.TabIndex = 41 Me.Label2.Text = "Password:" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Arial", 9.75!) Me.Label1.Location = New System.Drawing.Point(148, 16) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(43, 16) Me.Label1.TabIndex = 41 Me.Label1.Text = "Login:" ' 'Password ' Me.Password.BackColor = System.Drawing.Color.White Me.Password.Cursor = System.Windows.Forms.Cursors.Hand Me.Password.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Password.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.Password.Location = New System.Drawing.Point(54, 106) Me.Password.Name = "Password" Me.Password.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.Password.Size = New System.Drawing.Size(250, 22) Me.Password.TabIndex = 41 ' 'LoginID ' Me.LoginID.BackColor = System.Drawing.Color.White Me.LoginID.Cursor = System.Windows.Forms.Cursors.Hand Me.LoginID.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LoginID.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.LoginID.Location = New System.Drawing.Point(54, 40) Me.LoginID.Name = "LoginID" Me.LoginID.Size = New System.Drawing.Size(250, 22) Me.LoginID.TabIndex = 40 ' 'PictureBox1 ' Me.PictureBox1.BackColor = System.Drawing.Color.Transparent Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox1.Image = Global.Crunchyroll_Downloader.My.Resources.Resources.LoginSkip Me.PictureBox1.Location = New System.Drawing.Point(20, 144) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(150, 40) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize Me.PictureBox1.TabIndex = 39 Me.PictureBox1.TabStop = False ' 'PictureBox9 ' Me.PictureBox9.BackColor = System.Drawing.Color.Transparent Me.PictureBox9.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox9.Image = Global.Crunchyroll_Downloader.My.Resources.Resources.DialogNotFound_Submit Me.PictureBox9.Location = New System.Drawing.Point(186, 144) Me.PictureBox9.Name = "PictureBox9" Me.PictureBox9.Size = New System.Drawing.Size(150, 40) Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize Me.PictureBox9.TabIndex = 39 Me.PictureBox9.TabStop = False ' 'ToolTip1 ' Me.ToolTip1.IsBalloon = True ' 'Login ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundImage = Global.Crunchyroll_Downloader.My.Resources.Resources.DialogNotFound_Background Me.ClientSize = New System.Drawing.Size(380, 280) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.pictureBox3) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "Login" Me.Text = "crunchyroll downloader" CType(Me.pictureBox3, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Private WithEvents pictureBox3 As PictureBox Private WithEvents GroupBox3 As GroupBox Private WithEvents PictureBox9 As PictureBox Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Public WithEvents Password As TextBox Public WithEvents LoginID As TextBox Private WithEvents PictureBox1 As PictureBox Friend WithEvents ToolTip1 As ToolTip End Class