_ Partial Class Form1 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.Panel1 = New System.Windows.Forms.Panel() Me.Panel14 = New System.Windows.Forms.Panel() Me.Label22 = New System.Windows.Forms.Label() Me.Label21 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.Panel9 = New System.Windows.Forms.Panel() Me.Label18 = New System.Windows.Forms.Label() Me.PictureBox11 = New System.Windows.Forms.PictureBox() Me.Panel15 = New System.Windows.Forms.Panel() Me.Label23 = New System.Windows.Forms.Label() Me.PictureBox13 = New System.Windows.Forms.PictureBox() Me.Panel12 = New System.Windows.Forms.Panel() Me.Label17 = New System.Windows.Forms.Label() Me.PictureBox10 = New System.Windows.Forms.PictureBox() Me.Panel11 = New System.Windows.Forms.Panel() Me.Label15 = New System.Windows.Forms.Label() Me.PictureBox9 = New System.Windows.Forms.PictureBox() Me.Panel10 = New System.Windows.Forms.Panel() Me.Label16 = New System.Windows.Forms.Label() Me.PictureBox8 = New System.Windows.Forms.PictureBox() Me.Panel2 = New System.Windows.Forms.Panel() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Panel3 = New System.Windows.Forms.Panel() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.Panel4 = New System.Windows.Forms.Panel() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.Panel5 = New System.Windows.Forms.Panel() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.Panel6 = New System.Windows.Forms.Panel() Me.Label9 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.Panel7 = New System.Windows.Forms.Panel() Me.Label11 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.PictureBox6 = New System.Windows.Forms.PictureBox() Me.Panel8 = New System.Windows.Forms.Panel() Me.Label13 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.PictureBox7 = New System.Windows.Forms.PictureBox() Me.Panel13 = New System.Windows.Forms.Panel() Me.PictureBox12 = New System.Windows.Forms.PictureBox() Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components) Me.NotifyIcon2 = New System.Windows.Forms.NotifyIcon(Me.components) Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Timer2 = New System.Windows.Forms.Timer(Me.components) Me.Timer3 = New System.Windows.Forms.Timer(Me.components) Me.Timer4 = New System.Windows.Forms.Timer(Me.components) Me.Timer5 = New System.Windows.Forms.Timer(Me.components) Me.Panel1.SuspendLayout() Me.Panel14.SuspendLayout() Me.Panel9.SuspendLayout() CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel15.SuspendLayout() CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel12.SuspendLayout() CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel11.SuspendLayout() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel10.SuspendLayout() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel3.SuspendLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel4.SuspendLayout() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel5.SuspendLayout() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel6.SuspendLayout() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel7.SuspendLayout() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel8.SuspendLayout() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel13.SuspendLayout() CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.Panel1.Controls.Add(Me.Panel14) Me.Panel1.Controls.Add(Me.Panel9) Me.Panel1.Controls.Add(Me.Panel15) Me.Panel1.Controls.Add(Me.Panel12) Me.Panel1.Controls.Add(Me.Panel11) Me.Panel1.Controls.Add(Me.Panel10) Me.Panel1.Location = New System.Drawing.Point(0, 48) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(195, 418) Me.Panel1.TabIndex = 0 ' 'Panel14 ' Me.Panel14.Controls.Add(Me.Label22) Me.Panel14.Controls.Add(Me.Label21) Me.Panel14.Controls.Add(Me.Label20) Me.Panel14.Controls.Add(Me.Label19) Me.Panel14.Location = New System.Drawing.Point(7, 245) Me.Panel14.Name = "Panel14" Me.Panel14.Size = New System.Drawing.Size(180, 107) Me.Panel14.TabIndex = 5 Me.Panel14.Visible = False ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label22.ForeColor = System.Drawing.Color.White Me.Label22.Location = New System.Drawing.Point(7, 81) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(118, 18) Me.Label22.TabIndex = 5 Me.Label22.Text = "Fichier en ligne:" ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label21.ForeColor = System.Drawing.Color.White Me.Label21.Location = New System.Drawing.Point(7, 56) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(72, 18) Me.Label21.TabIndex = 5 Me.Label21.Text = "vôtre XP:" ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.ForeColor = System.Drawing.Color.White Me.Label20.Location = New System.Drawing.Point(7, 31) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(102, 18) Me.Label20.TabIndex = 5 Me.Label20.Text = "votre niveaux:" ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label19.ForeColor = System.Drawing.Color.White Me.Label19.Location = New System.Drawing.Point(7, 9) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(73, 18) Me.Label19.TabIndex = 5 Me.Label19.Text = "vos PB's:" ' 'Panel9 ' Me.Panel9.BackColor = System.Drawing.Color.Transparent Me.Panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel9.Controls.Add(Me.Label18) Me.Panel9.Controls.Add(Me.PictureBox11) Me.Panel9.Location = New System.Drawing.Point(7, 358) Me.Panel9.Name = "Panel9" Me.Panel9.Size = New System.Drawing.Size(180, 48) Me.Panel9.TabIndex = 4 ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label18.ForeColor = System.Drawing.Color.White Me.Label18.Location = New System.Drawing.Point(47, 13) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(97, 18) Me.Label18.TabIndex = 1 Me.Label18.Text = "se connecter" ' 'PictureBox11 ' Me.PictureBox11.Image = CType(resources.GetObject("PictureBox11.Image"), System.Drawing.Image) Me.PictureBox11.Location = New System.Drawing.Point(4, 6) Me.PictureBox11.Name = "PictureBox11" Me.PictureBox11.Size = New System.Drawing.Size(37, 32) Me.PictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox11.TabIndex = 0 Me.PictureBox11.TabStop = False ' 'Panel15 ' Me.Panel15.BackColor = System.Drawing.Color.Transparent Me.Panel15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel15.Controls.Add(Me.Label23) Me.Panel15.Controls.Add(Me.PictureBox13) Me.Panel15.Location = New System.Drawing.Point(7, 172) Me.Panel15.Name = "Panel15" Me.Panel15.Size = New System.Drawing.Size(180, 48) Me.Panel15.TabIndex = 4 Me.Panel15.Visible = False ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label23.ForeColor = System.Drawing.Color.White Me.Label23.Location = New System.Drawing.Point(47, 13) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(108, 18) Me.Label23.TabIndex = 1 Me.Label23.Text = "Administration" ' 'PictureBox13 ' Me.PictureBox13.Image = CType(resources.GetObject("PictureBox13.Image"), System.Drawing.Image) Me.PictureBox13.Location = New System.Drawing.Point(4, 6) Me.PictureBox13.Name = "PictureBox13" Me.PictureBox13.Size = New System.Drawing.Size(37, 32) Me.PictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox13.TabIndex = 0 Me.PictureBox13.TabStop = False ' 'Panel12 ' Me.Panel12.BackColor = System.Drawing.Color.Transparent Me.Panel12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel12.Controls.Add(Me.Label17) Me.Panel12.Controls.Add(Me.PictureBox10) Me.Panel12.Location = New System.Drawing.Point(7, 118) Me.Panel12.Name = "Panel12" Me.Panel12.Size = New System.Drawing.Size(180, 48) Me.Panel12.TabIndex = 4 ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.ForeColor = System.Drawing.Color.White Me.Label17.Location = New System.Drawing.Point(47, 13) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(90, 18) Me.Label17.TabIndex = 1 Me.Label17.Text = "Paramètres" ' 'PictureBox10 ' Me.PictureBox10.Image = CType(resources.GetObject("PictureBox10.Image"), System.Drawing.Image) Me.PictureBox10.Location = New System.Drawing.Point(4, 6) Me.PictureBox10.Name = "PictureBox10" Me.PictureBox10.Size = New System.Drawing.Size(37, 32) Me.PictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox10.TabIndex = 0 Me.PictureBox10.TabStop = False ' 'Panel11 ' Me.Panel11.BackColor = System.Drawing.Color.Transparent Me.Panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel11.Controls.Add(Me.Label15) Me.Panel11.Controls.Add(Me.PictureBox9) Me.Panel11.Location = New System.Drawing.Point(7, 65) Me.Panel11.Name = "Panel11" Me.Panel11.Size = New System.Drawing.Size(180, 48) Me.Panel11.TabIndex = 4 ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.ForeColor = System.Drawing.Color.White Me.Label15.Location = New System.Drawing.Point(47, 13) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(119, 18) Me.Label15.TabIndex = 1 Me.Label15.Text = "Communautaire" ' 'PictureBox9 ' Me.PictureBox9.Image = CType(resources.GetObject("PictureBox9.Image"), System.Drawing.Image) Me.PictureBox9.Location = New System.Drawing.Point(4, 6) Me.PictureBox9.Name = "PictureBox9" Me.PictureBox9.Size = New System.Drawing.Size(37, 32) Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox9.TabIndex = 0 Me.PictureBox9.TabStop = False ' 'Panel10 ' Me.Panel10.BackColor = System.Drawing.Color.Transparent Me.Panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel10.Controls.Add(Me.Label16) Me.Panel10.Controls.Add(Me.PictureBox8) Me.Panel10.Location = New System.Drawing.Point(7, 11) Me.Panel10.Name = "Panel10" Me.Panel10.Size = New System.Drawing.Size(180, 48) Me.Panel10.TabIndex = 4 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label16.ForeColor = System.Drawing.Color.White Me.Label16.Location = New System.Drawing.Point(47, 13) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(99, 18) Me.Label16.TabIndex = 1 Me.Label16.Text = "Téléchargeur" ' 'PictureBox8 ' Me.PictureBox8.Image = CType(resources.GetObject("PictureBox8.Image"), System.Drawing.Image) Me.PictureBox8.Location = New System.Drawing.Point(4, 6) Me.PictureBox8.Name = "PictureBox8" Me.PictureBox8.Size = New System.Drawing.Size(37, 32) Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox8.TabIndex = 0 Me.PictureBox8.TabStop = False ' 'Panel2 ' Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.Panel2.Controls.Add(Me.PictureBox1) Me.Panel2.Location = New System.Drawing.Point(-6, -2) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(201, 55) Me.Panel2.TabIndex = 1 ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(9, 7) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(50, 37) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 2 Me.PictureBox1.TabStop = False ' 'Label1 ' Me.Label1.Anchor = System.Windows.Forms.AnchorStyles.None Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Arial", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(115, 105) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(455, 32) Me.Label1.TabIndex = 2 Me.Label1.Text = "Bienvenue sur Extrème downloaders" ' 'Label2 ' Me.Label2.Anchor = System.Windows.Forms.AnchorStyles.None Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Arial", 12.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.White Me.Label2.Location = New System.Drawing.Point(187, 139) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(305, 19) Me.Label2.TabIndex = 3 Me.Label2.Text = "Télécharger n'as jamais été aussi facile !" ' 'Panel3 ' Me.Panel3.Anchor = System.Windows.Forms.AnchorStyles.None Me.Panel3.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer)) Me.Panel3.Controls.Add(Me.Label4) Me.Panel3.Controls.Add(Me.Label3) Me.Panel3.Controls.Add(Me.PictureBox2) Me.Panel3.Location = New System.Drawing.Point(14, 257) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(203, 59) Me.Panel3.TabIndex = 4 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.ForeColor = System.Drawing.Color.White Me.Label4.Location = New System.Drawing.Point(70, 32) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(90, 16) Me.Label4.TabIndex = 1 Me.Label4.Text = "logiciel et jeux" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.ForeColor = System.Drawing.Color.White Me.Label3.Location = New System.Drawing.Point(71, 11) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(99, 18) Me.Label3.TabIndex = 1 Me.Label3.Text = "Téléchargeur" ' 'PictureBox2 ' Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(4, 6) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(58, 50) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 0 Me.PictureBox2.TabStop = False ' 'Panel4 ' Me.Panel4.Anchor = System.Windows.Forms.AnchorStyles.None Me.Panel4.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer)) Me.Panel4.Controls.Add(Me.Label5) Me.Panel4.Controls.Add(Me.Label6) Me.Panel4.Controls.Add(Me.PictureBox3) Me.Panel4.Location = New System.Drawing.Point(236, 260) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(203, 59) Me.Panel4.TabIndex = 4 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.ForeColor = System.Drawing.Color.White Me.Label5.Location = New System.Drawing.Point(70, 32) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(94, 16) Me.Label5.TabIndex = 1 Me.Label5.Text = "Logiciel et jeux" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.ForeColor = System.Drawing.Color.White Me.Label6.Location = New System.Drawing.Point(66, 11) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(119, 18) Me.Label6.TabIndex = 1 Me.Label6.Text = "Communautaire" ' 'PictureBox3 ' Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image) Me.PictureBox3.Location = New System.Drawing.Point(4, 6) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(58, 50) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox3.TabIndex = 0 Me.PictureBox3.TabStop = False ' 'Panel5 ' Me.Panel5.Anchor = System.Windows.Forms.AnchorStyles.None Me.Panel5.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer)) Me.Panel5.Controls.Add(Me.Label7) Me.Panel5.Controls.Add(Me.Label8) Me.Panel5.Controls.Add(Me.PictureBox4) Me.Panel5.Location = New System.Drawing.Point(449, 257) Me.Panel5.Name = "Panel5" Me.Panel5.Size = New System.Drawing.Size(203, 59) Me.Panel5.TabIndex = 4 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.ForeColor = System.Drawing.Color.White Me.Label7.Location = New System.Drawing.Point(70, 32) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(73, 16) Me.Label7.TabIndex = 1 Me.Label7.Text = "Le site web" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.ForeColor = System.Drawing.Color.White Me.Label8.Location = New System.Drawing.Point(66, 11) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(108, 18) Me.Label8.TabIndex = 1 Me.Label8.Text = "Notre site web" ' 'PictureBox4 ' Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image) Me.PictureBox4.Location = New System.Drawing.Point(4, 6) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(58, 50) Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox4.TabIndex = 0 Me.PictureBox4.TabStop = False ' 'Panel6 ' Me.Panel6.Anchor = System.Windows.Forms.AnchorStyles.None Me.Panel6.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer)) Me.Panel6.Controls.Add(Me.Label9) Me.Panel6.Controls.Add(Me.Label10) Me.Panel6.Controls.Add(Me.PictureBox5) Me.Panel6.Location = New System.Drawing.Point(14, 356) Me.Panel6.Name = "Panel6" Me.Panel6.Size = New System.Drawing.Size(203, 59) Me.Panel6.TabIndex = 4 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.ForeColor = System.Drawing.Color.White Me.Label9.Location = New System.Drawing.Point(70, 32) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(67, 16) Me.Label9.TabIndex = 1 Me.Label9.Text = "Le discord" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.ForeColor = System.Drawing.Color.White Me.Label10.Location = New System.Drawing.Point(68, 11) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(102, 18) Me.Label10.TabIndex = 1 Me.Label10.Text = "Notre discord" ' 'PictureBox5 ' Me.PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), System.Drawing.Image) Me.PictureBox5.Location = New System.Drawing.Point(4, 6) Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Size = New System.Drawing.Size(58, 50) Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox5.TabIndex = 0 Me.PictureBox5.TabStop = False ' 'Panel7 ' Me.Panel7.Anchor = System.Windows.Forms.AnchorStyles.None Me.Panel7.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer)) Me.Panel7.Controls.Add(Me.Label11) Me.Panel7.Controls.Add(Me.Label12) Me.Panel7.Controls.Add(Me.PictureBox6) Me.Panel7.Location = New System.Drawing.Point(236, 356) Me.Panel7.Name = "Panel7" Me.Panel7.Size = New System.Drawing.Size(203, 59) Me.Panel7.TabIndex = 4 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.ForeColor = System.Drawing.Color.White Me.Label11.Location = New System.Drawing.Point(67, 32) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(97, 16) Me.Label11.TabIndex = 1 Me.Label11.Text = "Signaler un bug" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label12.ForeColor = System.Drawing.Color.White Me.Label12.Location = New System.Drawing.Point(60, 11) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(144, 18) Me.Label12.TabIndex = 1 Me.Label12.Text = "bug ou modification" ' 'PictureBox6 ' Me.PictureBox6.Image = CType(resources.GetObject("PictureBox6.Image"), System.Drawing.Image) Me.PictureBox6.Location = New System.Drawing.Point(4, 6) Me.PictureBox6.Name = "PictureBox6" Me.PictureBox6.Size = New System.Drawing.Size(58, 50) Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox6.TabIndex = 0 Me.PictureBox6.TabStop = False ' 'Panel8 ' Me.Panel8.Anchor = System.Windows.Forms.AnchorStyles.None Me.Panel8.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer)) Me.Panel8.Controls.Add(Me.Label13) Me.Panel8.Controls.Add(Me.Label14) Me.Panel8.Controls.Add(Me.PictureBox7) Me.Panel8.Location = New System.Drawing.Point(449, 356) Me.Panel8.Name = "Panel8" Me.Panel8.Size = New System.Drawing.Size(203, 59) Me.Panel8.TabIndex = 4 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label13.ForeColor = System.Drawing.Color.White Me.Label13.Location = New System.Drawing.Point(70, 32) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(97, 16) Me.Label13.TabIndex = 1 Me.Label13.Text = "Les paramètres" ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label14.ForeColor = System.Drawing.Color.White Me.Label14.Location = New System.Drawing.Point(66, 11) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(90, 18) Me.Label14.TabIndex = 1 Me.Label14.Text = "Paramètres" ' 'PictureBox7 ' Me.PictureBox7.Image = CType(resources.GetObject("PictureBox7.Image"), System.Drawing.Image) Me.PictureBox7.Location = New System.Drawing.Point(4, 6) Me.PictureBox7.Name = "PictureBox7" Me.PictureBox7.Size = New System.Drawing.Size(58, 50) Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox7.TabIndex = 0 Me.PictureBox7.TabStop = False ' 'Panel13 ' Me.Panel13.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel13.Controls.Add(Me.PictureBox12) Me.Panel13.Controls.Add(Me.Panel3) Me.Panel13.Controls.Add(Me.Panel4) Me.Panel13.Controls.Add(Me.Panel7) Me.Panel13.Controls.Add(Me.Label2) Me.Panel13.Controls.Add(Me.Panel5) Me.Panel13.Controls.Add(Me.Label1) Me.Panel13.Controls.Add(Me.Panel8) Me.Panel13.Controls.Add(Me.Panel6) Me.Panel13.Location = New System.Drawing.Point(193, 1) Me.Panel13.Name = "Panel13" Me.Panel13.Size = New System.Drawing.Size(670, 465) Me.Panel13.TabIndex = 5 ' 'PictureBox12 ' Me.PictureBox12.Image = CType(resources.GetObject("PictureBox12.Image"), System.Drawing.Image) Me.PictureBox12.Location = New System.Drawing.Point(585, 11) Me.PictureBox12.Name = "PictureBox12" Me.PictureBox12.Size = New System.Drawing.Size(67, 54) Me.PictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox12.TabIndex = 5 Me.PictureBox12.TabStop = False ' 'NotifyIcon1 ' Me.NotifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.NotifyIcon1.Icon = CType(resources.GetObject("NotifyIcon1.Icon"), System.Drawing.Icon) Me.NotifyIcon1.Text = "extrème downloaders" Me.NotifyIcon1.Visible = True ' 'NotifyIcon2 ' Me.NotifyIcon2.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.NotifyIcon2.Icon = CType(resources.GetObject("NotifyIcon2.Icon"), System.Drawing.Icon) Me.NotifyIcon2.Text = "extrème downloaders" ' 'Timer1 ' Me.Timer1.Interval = 1 ' 'Timer2 ' Me.Timer2.Interval = 2000 ' 'Timer3 ' Me.Timer3.Interval = 1 ' 'Timer4 ' Me.Timer4.Interval = 1 ' 'Timer5 ' Me.Timer5.Interval = 1000 ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(859, 466) Me.Controls.Add(Me.Panel13) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Panel2) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(875, 505) Me.MinimumSize = New System.Drawing.Size(875, 505) Me.Name = "Form1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Extrème downloaders" Me.Panel1.ResumeLayout(False) Me.Panel14.ResumeLayout(False) Me.Panel14.PerformLayout() Me.Panel9.ResumeLayout(False) Me.Panel9.PerformLayout() CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel15.ResumeLayout(False) Me.Panel15.PerformLayout() CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel12.ResumeLayout(False) Me.Panel12.PerformLayout() CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel11.ResumeLayout(False) Me.Panel11.PerformLayout() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel10.ResumeLayout(False) Me.Panel10.PerformLayout() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel4.ResumeLayout(False) Me.Panel4.PerformLayout() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel5.ResumeLayout(False) Me.Panel5.PerformLayout() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel6.ResumeLayout(False) Me.Panel6.PerformLayout() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel7.ResumeLayout(False) Me.Panel7.PerformLayout() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel8.ResumeLayout(False) Me.Panel8.PerformLayout() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel13.ResumeLayout(False) Me.Panel13.PerformLayout() CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents Panel1 As Panel Friend WithEvents Panel2 As Panel Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Panel3 As Panel Friend WithEvents Label3 As Label Friend WithEvents PictureBox2 As PictureBox Friend WithEvents Label4 As Label Friend WithEvents Panel4 As Panel Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents PictureBox3 As PictureBox Friend WithEvents Panel5 As Panel Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents PictureBox4 As PictureBox Friend WithEvents Panel6 As Panel Friend WithEvents Label9 As Label Friend WithEvents Label10 As Label Friend WithEvents PictureBox5 As PictureBox Friend WithEvents Panel7 As Panel Friend WithEvents Label11 As Label Friend WithEvents Label12 As Label Friend WithEvents PictureBox6 As PictureBox Friend WithEvents Panel8 As Panel Friend WithEvents Label13 As Label Friend WithEvents Label14 As Label Friend WithEvents PictureBox7 As PictureBox Friend WithEvents Panel10 As Panel Friend WithEvents Label16 As Label Friend WithEvents PictureBox8 As PictureBox Friend WithEvents Panel12 As Panel Friend WithEvents Label17 As Label Friend WithEvents PictureBox10 As PictureBox Friend WithEvents Panel11 As Panel Friend WithEvents Label15 As Label Friend WithEvents PictureBox9 As PictureBox Friend WithEvents Panel13 As Panel Friend WithEvents NotifyIcon1 As NotifyIcon Friend WithEvents NotifyIcon2 As NotifyIcon Friend WithEvents Panel9 As Panel Friend WithEvents Label18 As Label Friend WithEvents PictureBox11 As PictureBox Friend WithEvents Timer1 As Timer Friend WithEvents Panel14 As Panel Friend WithEvents Label20 As Label Friend WithEvents Label19 As Label Friend WithEvents Timer2 As Timer Friend WithEvents Timer3 As Timer Friend WithEvents Timer4 As Timer Friend WithEvents Timer5 As Timer Friend WithEvents Label21 As Label Friend WithEvents PictureBox12 As PictureBox Friend WithEvents Label22 As Label Friend WithEvents Panel15 As Panel Friend WithEvents Label23 As Label Friend WithEvents PictureBox13 As PictureBox End Class