_ 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.Closebtn = New System.Windows.Forms.PictureBox() Me.LaunchBtn = New System.Windows.Forms.PictureBox() Me.Forum = New System.Windows.Forms.PictureBox() Me.Top100 = New System.Windows.Forms.PictureBox() Me.Signup = New System.Windows.Forms.PictureBox() Me.Homepage = New System.Windows.Forms.PictureBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.passwordtxtbx = New System.Windows.Forms.TextBox() Me.usernametxtbx = New System.Windows.Forms.TextBox() Me.ClientVersionLabel = New System.Windows.Forms.Label() Me.ServerVersionlabel = New System.Windows.Forms.Label() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.PatchProgressLabel = New System.Windows.Forms.Label() Me.StatusLabel = New System.Windows.Forms.Label() CType(Me.Closebtn,System.ComponentModel.ISupportInitialize).BeginInit CType(Me.LaunchBtn,System.ComponentModel.ISupportInitialize).BeginInit CType(Me.Forum,System.ComponentModel.ISupportInitialize).BeginInit CType(Me.Top100,System.ComponentModel.ISupportInitialize).BeginInit CType(Me.Signup,System.ComponentModel.ISupportInitialize).BeginInit CType(Me.Homepage,System.ComponentModel.ISupportInitialize).BeginInit Me.SuspendLayout ' 'Closebtn ' Me.Closebtn.BackColor = System.Drawing.Color.Transparent Me.Closebtn.BackgroundImage = CType(resources.GetObject("Closebtn.BackgroundImage"),System.Drawing.Image) Me.Closebtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center Me.Closebtn.Location = New System.Drawing.Point(1336, 352) Me.Closebtn.Name = "Closebtn" Me.Closebtn.Size = New System.Drawing.Size(41, 40) Me.Closebtn.TabIndex = 100 Me.Closebtn.TabStop = False ' 'LaunchBtn ' Me.LaunchBtn.BackColor = System.Drawing.Color.Black Me.LaunchBtn.BackgroundImage = CType(resources.GetObject("LaunchBtn.BackgroundImage"), System.Drawing.Image) Me.LaunchBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.LaunchBtn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.LaunchBtn.Enabled = False Me.LaunchBtn.ErrorImage = CType(resources.GetObject("LaunchBtn.ErrorImage"), System.Drawing.Image) Me.LaunchBtn.Image = CType(resources.GetObject("LaunchBtn.Image"), System.Drawing.Image) Me.LaunchBtn.InitialImage = CType(resources.GetObject("LaunchBtn.InitialImage"), System.Drawing.Image) Me.LaunchBtn.Location = New System.Drawing.Point(826, 504) Me.LaunchBtn.Name = "LaunchBtn" Me.LaunchBtn.Size = New System.Drawing.Size(114, 44) Me.LaunchBtn.TabIndex = 99 Me.LaunchBtn.TabStop = False ' 'Forum ' Me.Forum.BackColor = System.Drawing.Color.Transparent Me.Forum.BackgroundImage = CType(resources.GetObject("Forum.BackgroundImage"), System.Drawing.Image) Me.Forum.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.Forum.Cursor = System.Windows.Forms.Cursors.Hand Me.Forum.Location = New System.Drawing.Point(780, 160) Me.Forum.Name = "Forum" Me.Forum.Size = New System.Drawing.Size(160, 28) Me.Forum.TabIndex = 98 Me.Forum.TabStop = False ' 'Top100 ' Me.Top100.BackColor = System.Drawing.Color.Transparent Me.Top100.BackgroundImage = CType(resources.GetObject("Top100.BackgroundImage"), System.Drawing.Image) Me.Top100.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.Top100.Cursor = System.Windows.Forms.Cursors.Hand Me.Top100.Location = New System.Drawing.Point(780, 193) Me.Top100.Name = "Top100" Me.Top100.Size = New System.Drawing.Size(160, 28) Me.Top100.TabIndex = 97 Me.Top100.TabStop = False ' 'Signup ' Me.Signup.BackColor = System.Drawing.Color.Transparent Me.Signup.BackgroundImage = CType(resources.GetObject("Signup.BackgroundImage"), System.Drawing.Image) Me.Signup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.Signup.Cursor = System.Windows.Forms.Cursors.Hand Me.Signup.Location = New System.Drawing.Point(780, 126) Me.Signup.Name = "Signup" Me.Signup.Size = New System.Drawing.Size(160, 28) Me.Signup.TabIndex = 96 Me.Signup.TabStop = False ' 'Homepage ' Me.Homepage.BackColor = System.Drawing.Color.Transparent Me.Homepage.BackgroundImage = CType(resources.GetObject("Homepage.BackgroundImage"), System.Drawing.Image) Me.Homepage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.Homepage.Cursor = System.Windows.Forms.Cursors.Hand Me.Homepage.ErrorImage = CType(resources.GetObject("Homepage.ErrorImage"), System.Drawing.Image) Me.Homepage.InitialImage = CType(resources.GetObject("Homepage.InitialImage"), System.Drawing.Image) Me.Homepage.Location = New System.Drawing.Point(780, 92) Me.Homepage.Name = "Homepage" Me.Homepage.Size = New System.Drawing.Size(160, 28) Me.Homepage.TabIndex = 95 Me.Homepage.TabStop = False ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.BackColor = System.Drawing.Color.Transparent Me.Label4.ForeColor = System.Drawing.Color.Red Me.Label4.Location = New System.Drawing.Point(1264, 394) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(56, 13) Me.Label4.TabIndex = 94 Me.Label4.Text = "Password:" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.BackColor = System.Drawing.Color.Transparent Me.Label6.ForeColor = System.Drawing.Color.Red Me.Label6.Location = New System.Drawing.Point(1252, 379) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(68, 13) Me.Label6.TabIndex = 93 Me.Label6.Text = "ID/Benutzer:" ' 'passwordtxtbx ' Me.passwordtxtbx.Location = New System.Drawing.Point(1165, 410) Me.passwordtxtbx.Name = "passwordtxtbx" Me.passwordtxtbx.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.passwordtxtbx.Size = New System.Drawing.Size(203, 20) Me.passwordtxtbx.TabIndex = 92 ' 'usernametxtbx ' Me.usernametxtbx.Location = New System.Drawing.Point(1165, 436) Me.usernametxtbx.Name = "usernametxtbx" Me.usernametxtbx.Size = New System.Drawing.Size(203, 20) Me.usernametxtbx.TabIndex = 91 ' 'ClientVersionLabel ' Me.ClientVersionLabel.AutoSize = True Me.ClientVersionLabel.BackColor = System.Drawing.Color.Transparent Me.ClientVersionLabel.Font = New System.Drawing.Font("Times New Roman", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ClientVersionLabel.ForeColor = System.Drawing.Color.Red Me.ClientVersionLabel.Location = New System.Drawing.Point(16, 459) Me.ClientVersionLabel.Name = "ClientVersionLabel" Me.ClientVersionLabel.Size = New System.Drawing.Size(96, 19) Me.ClientVersionLabel.TabIndex = 90 Me.ClientVersionLabel.Text = "Client Version:" ' 'ServerVersionlabel ' Me.ServerVersionlabel.AutoSize = True Me.ServerVersionlabel.BackColor = System.Drawing.Color.Transparent Me.ServerVersionlabel.Font = New System.Drawing.Font("Times New Roman", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ServerVersionlabel.ForeColor = System.Drawing.Color.Red Me.ServerVersionlabel.Location = New System.Drawing.Point(17, 411) Me.ServerVersionlabel.Name = "ServerVersionlabel" Me.ServerVersionlabel.Size = New System.Drawing.Size(101, 19) Me.ServerVersionlabel.TabIndex = 89 Me.ServerVersionlabel.Text = "Server Version:" ' 'ProgressBar1 ' Me.ProgressBar1.BackColor = System.Drawing.Color.White Me.ProgressBar1.ForeColor = System.Drawing.Color.Silver Me.ProgressBar1.Location = New System.Drawing.Point(21, 531) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(799, 17) Me.ProgressBar1.TabIndex = 87 ' 'PatchProgressLabel ' Me.PatchProgressLabel.AutoSize = True Me.PatchProgressLabel.BackColor = System.Drawing.Color.Transparent Me.PatchProgressLabel.ForeColor = System.Drawing.Color.Silver Me.PatchProgressLabel.Location = New System.Drawing.Point(66, 424) Me.PatchProgressLabel.Name = "PatchProgressLabel" Me.PatchProgressLabel.Size = New System.Drawing.Size(0, 13) Me.PatchProgressLabel.TabIndex = 86 ' 'StatusLabel ' Me.StatusLabel.AutoSize = True Me.StatusLabel.BackColor = System.Drawing.Color.Transparent Me.StatusLabel.Font = New System.Drawing.Font("Times New Roman", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.StatusLabel.ForeColor = System.Drawing.Color.Red Me.StatusLabel.Location = New System.Drawing.Point(776, 420) Me.StatusLabel.Name = "StatusLabel" Me.StatusLabel.Size = New System.Drawing.Size(15, 19) Me.StatusLabel.TabIndex = 84 Me.StatusLabel.Text = "-" ' 'Form1 ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image) Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.ClientSize = New System.Drawing.Size(958, 560) Me.Controls.Add(Me.Closebtn) Me.Controls.Add(Me.LaunchBtn) Me.Controls.Add(Me.Forum) Me.Controls.Add(Me.Top100) Me.Controls.Add(Me.Signup) Me.Controls.Add(Me.Homepage) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.passwordtxtbx) Me.Controls.Add(Me.usernametxtbx) Me.Controls.Add(Me.ClientVersionLabel) Me.Controls.Add(Me.ServerVersionlabel) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.PatchProgressLabel) Me.Controls.Add(Me.StatusLabel) Me.DoubleBuffered = True Me.ForeColor = System.Drawing.Color.White 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 = "Heroes of Isya" CType(Me.Closebtn,System.ComponentModel.ISupportInitialize).EndInit CType(Me.LaunchBtn,System.ComponentModel.ISupportInitialize).EndInit CType(Me.Forum,System.ComponentModel.ISupportInitialize).EndInit CType(Me.Top100,System.ComponentModel.ISupportInitialize).EndInit CType(Me.Signup,System.ComponentModel.ISupportInitialize).EndInit CType(Me.Homepage,System.ComponentModel.ISupportInitialize).EndInit Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents Closebtn As System.Windows.Forms.PictureBox Friend WithEvents LaunchBtn As System.Windows.Forms.PictureBox Friend WithEvents Forum As System.Windows.Forms.PictureBox Friend WithEvents Top100 As System.Windows.Forms.PictureBox Friend WithEvents Signup As System.Windows.Forms.PictureBox Friend WithEvents Homepage As System.Windows.Forms.PictureBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents passwordtxtbx As System.Windows.Forms.TextBox Friend WithEvents ClientVersionLabel As System.Windows.Forms.Label Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar Friend WithEvents PatchProgressLabel As System.Windows.Forms.Label Friend WithEvents StatusLabel As System.Windows.Forms.Label Friend WithEvents ServerVersionlabel As System.Windows.Forms.Label Friend WithEvents usernametxtbx As TextBox End Class