_ Partial Class Frm2 Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. _ 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 'Requise par le Concepteur Windows Form Private components As System.ComponentModel.IContainer 'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form 'Elle peut être modifiée à l'aide du Concepteur Windows Form. 'Ne la modifiez pas à l'aide de l'éditeur de code. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm2)) Me.Label1 = New System.Windows.Forms.Label Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.LinkLabel2 = New System.Windows.Forms.LinkLabel Me.Label2 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.LinkLabel1 = New System.Windows.Forms.LinkLabel Me.Label4 = New System.Windows.Forms.Label Me.Label5 = New System.Windows.Forms.Label Me.Label6 = New System.Windows.Forms.Label Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.PictureBox2 = New System.Windows.Forms.PictureBox Me.Label7 = New System.Windows.Forms.Label Me.Label8 = New System.Windows.Forms.Label Me.Label9 = New System.Windows.Forms.Label Me.GroupBox2 = New System.Windows.Forms.GroupBox Me.Label10 = New System.Windows.Forms.Label Me.GroupBox1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Location = New System.Drawing.Point(100, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(39, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Label1" ' 'GroupBox1 ' Me.GroupBox1.AutoSize = True Me.GroupBox1.BackColor = System.Drawing.Color.Transparent Me.GroupBox1.Controls.Add(Me.LinkLabel2) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.ForeColor = System.Drawing.Color.ForestGreen Me.GroupBox1.Location = New System.Drawing.Point(34, 234) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(549, 266) Me.GroupBox1.TabIndex = 3 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Latest News" ' 'LinkLabel2 ' Me.LinkLabel2.AutoSize = True Me.LinkLabel2.LinkColor = System.Drawing.Color.ForestGreen Me.LinkLabel2.Location = New System.Drawing.Point(477, 237) Me.LinkLabel2.Name = "LinkLabel2" Me.LinkLabel2.Size = New System.Drawing.Size(66, 13) Me.LinkLabel2.TabIndex = 14 Me.LinkLabel2.TabStop = True Me.LinkLabel2.Text = "View More..." ' 'Label2 ' Me.Label2.BackColor = System.Drawing.Color.Transparent Me.Label2.Dock = System.Windows.Forms.DockStyle.Fill Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Red Me.Label2.Location = New System.Drawing.Point(3, 16) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(543, 247) Me.Label2.TabIndex = 1 Me.Label2.Text = "Label2" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.Color.Transparent Me.Label3.ForeColor = System.Drawing.Color.Red Me.Label3.Location = New System.Drawing.Point(18, 9) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(74, 13) Me.Label3.TabIndex = 4 Me.Label3.Text = "Server Status:" ' 'LinkLabel1 ' Me.LinkLabel1.AutoSize = True Me.LinkLabel1.BackColor = System.Drawing.Color.Transparent Me.LinkLabel1.LinkColor = System.Drawing.Color.Cyan Me.LinkLabel1.Location = New System.Drawing.Point(267, 605) Me.LinkLabel1.Name = "LinkLabel1" Me.LinkLabel1.Size = New System.Drawing.Size(80, 13) Me.LinkLabel1.TabIndex = 6 Me.LinkLabel1.TabStop = True Me.LinkLabel1.Text = "www.Clanlse.tk" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.BackColor = System.Drawing.Color.Transparent Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.ForeColor = System.Drawing.SystemColors.Control Me.Label4.Location = New System.Drawing.Point(12, 611) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(27, 9) Me.Label4.TabIndex = 8 Me.Label4.Text = "Label4" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.BackColor = System.Drawing.Color.Transparent Me.Label5.ForeColor = System.Drawing.Color.Red Me.Label5.Location = New System.Drawing.Point(475, 9) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(42, 13) Me.Label5.TabIndex = 9 Me.Label5.Text = "Version" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.BackColor = System.Drawing.Color.Transparent Me.Label6.ForeColor = System.Drawing.Color.ForestGreen Me.Label6.Location = New System.Drawing.Point(523, 9) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(39, 13) Me.Label6.TabIndex = 10 Me.Label6.Text = "Label6" ' 'PictureBox1 ' Me.PictureBox1.BackColor = System.Drawing.Color.Transparent Me.PictureBox1.BackgroundImage = CType(resources.GetObject("PictureBox1.BackgroundImage"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(95, 28) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(426, 195) Me.PictureBox1.TabIndex = 11 Me.PictureBox1.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.BackColor = System.Drawing.Color.Transparent Me.PictureBox2.BackgroundImage = CType(resources.GetObject("PictureBox2.BackgroundImage"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(125, 506) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(367, 89) Me.PictureBox2.TabIndex = 12 Me.PictureBox2.TabStop = False ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 21.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.ForeColor = System.Drawing.Color.Red Me.Label7.Location = New System.Drawing.Point(20, 22) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(449, 33) Me.Label7.TabIndex = 13 Me.Label7.Text = "Nouvelle Mise à Jour Disponible !" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.ForeColor = System.Drawing.Color.Red Me.Label8.Location = New System.Drawing.Point(23, 73) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(139, 15) Me.Label8.TabIndex = 14 Me.Label8.Text = "Oui, faire la mise a jour !" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.ForeColor = System.Drawing.Color.Red Me.Label9.Location = New System.Drawing.Point(369, 73) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(100, 15) Me.Label9.TabIndex = 15 Me.Label9.Text = "Non merci sa ira." ' 'GroupBox2 ' Me.GroupBox2.BackColor = System.Drawing.Color.Transparent Me.GroupBox2.Controls.Add(Me.Label7) Me.GroupBox2.Controls.Add(Me.Label8) Me.GroupBox2.Controls.Add(Me.Label9) Me.GroupBox2.ForeColor = System.Drawing.Color.ForestGreen Me.GroupBox2.Location = New System.Drawing.Point(701, 12) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(489, 138) Me.GroupBox2.TabIndex = 13 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "New update !" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.BackColor = System.Drawing.Color.Transparent Me.Label10.ForeColor = System.Drawing.Color.Red Me.Label10.Location = New System.Drawing.Point(547, 605) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(67, 13) Me.Label10.TabIndex = 14 Me.Label10.Text = "Beta Version" ' 'Frm2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image) Me.ClientSize = New System.Drawing.Size(617, 627) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.LinkLabel1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.Label1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "Frm2" Me.Text = "ClanLSE - Minecraft Launcher" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents LinkLabel2 As System.Windows.Forms.LinkLabel Friend WithEvents Label10 As System.Windows.Forms.Label End Class