_ Partial Class Form1 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.VersionDownload = New System.Windows.Forms.Label() Me.Prozent = New System.Windows.Forms.Label() Me.ExitIMG = New System.Windows.Forms.PictureBox() Me.UsernameTextbox = New System.Windows.Forms.TextBox() Me.PasswordTextBox = New System.Windows.Forms.TextBox() Me.WebBrowser1 = New System.Windows.Forms.WebBrowser() Me.Launch = New System.Windows.Forms.PictureBox() CType(Me.ExitIMG, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Launch, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(496, 432) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(277, 10) Me.ProgressBar1.TabIndex = 3 ' 'VersionDownload ' Me.VersionDownload.AutoSize = True Me.VersionDownload.BackColor = System.Drawing.Color.Transparent Me.VersionDownload.ForeColor = System.Drawing.Color.White Me.VersionDownload.Location = New System.Drawing.Point(493, 413) Me.VersionDownload.Name = "VersionDownload" Me.VersionDownload.Size = New System.Drawing.Size(10, 13) Me.VersionDownload.TabIndex = 4 Me.VersionDownload.Text = "-" ' 'Prozent ' Me.Prozent.AutoSize = True Me.Prozent.BackColor = System.Drawing.Color.Transparent Me.Prozent.ForeColor = System.Drawing.Color.White Me.Prozent.Location = New System.Drawing.Point(735, 413) Me.Prozent.Name = "Prozent" Me.Prozent.Size = New System.Drawing.Size(10, 13) Me.Prozent.TabIndex = 5 Me.Prozent.Text = "-" ' 'ExitIMG ' Me.ExitIMG.BackColor = System.Drawing.Color.Transparent Me.ExitIMG.Cursor = System.Windows.Forms.Cursors.Hand Me.ExitIMG.Image = Global.NanOnline_Patcher.My.Resources.Resources.quit Me.ExitIMG.Location = New System.Drawing.Point(770, 12) Me.ExitIMG.Name = "ExitIMG" Me.ExitIMG.Size = New System.Drawing.Size(24, 25) Me.ExitIMG.TabIndex = 36 Me.ExitIMG.TabStop = False ' 'UsernameTextbox ' Me.UsernameTextbox.Location = New System.Drawing.Point(509, 410) Me.UsernameTextbox.Name = "UsernameTextbox" Me.UsernameTextbox.Size = New System.Drawing.Size(119, 20) Me.UsernameTextbox.TabIndex = 43 Me.UsernameTextbox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.UsernameTextbox.Visible = False ' 'PasswordTextBox ' Me.PasswordTextBox.Location = New System.Drawing.Point(644, 410) Me.PasswordTextBox.Name = "PasswordTextBox" Me.PasswordTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.PasswordTextBox.Size = New System.Drawing.Size(119, 20) Me.PasswordTextBox.TabIndex = 44 Me.PasswordTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.PasswordTextBox.Visible = False ' 'WebBrowser1 ' Me.WebBrowser1.Location = New System.Drawing.Point(29, 103) Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser1.Name = "WebBrowser1" Me.WebBrowser1.Size = New System.Drawing.Size(510, 290) Me.WebBrowser1.TabIndex = 45 Me.WebBrowser1.Url = New System.Uri("http://patcher.project6-online.com/", System.UriKind.Absolute) ' 'Launch ' Me.Launch.BackColor = System.Drawing.Color.Transparent Me.Launch.Cursor = System.Windows.Forms.Cursors.Hand Me.Launch.Location = New System.Drawing.Point(631, 81) Me.Launch.Name = "Launch" Me.Launch.Size = New System.Drawing.Size(101, 95) Me.Launch.TabIndex = 47 Me.Launch.TabStop = False ' 'Form1 ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit Me.BackColor = System.Drawing.Color.White Me.BackgroundImage = Global.NanOnline_Patcher.My.Resources.Resources.woa2 Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.ClientSize = New System.Drawing.Size(806, 459) Me.Controls.Add(Me.Launch) Me.Controls.Add(Me.WebBrowser1) Me.Controls.Add(Me.ExitIMG) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.PasswordTextBox) Me.Controls.Add(Me.UsernameTextbox) Me.Controls.Add(Me.Prozent) Me.Controls.Add(Me.VersionDownload) Me.DoubleBuffered = True Me.ForeColor = System.Drawing.Color.Transparent Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "Form1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Project 6 Launcher" Me.TransparencyKey = System.Drawing.Color.Lime CType(Me.ExitIMG, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Launch, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar Friend WithEvents VersionDownload As System.Windows.Forms.Label Friend WithEvents Prozent As System.Windows.Forms.Label Friend WithEvents ExitIMG As System.Windows.Forms.PictureBox Friend WithEvents UsernameTextbox As System.Windows.Forms.TextBox Friend WithEvents PasswordTextBox As System.Windows.Forms.TextBox Friend WithEvents WebBrowser1 As System.Windows.Forms.WebBrowser Friend WithEvents Launch As System.Windows.Forms.PictureBox End Class