Partial Class Form32 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(Form32)) Me.Panel1 = New System.Windows.Forms.Panel() Me.Label1 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.Button2 = New System.Windows.Forms.Button() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.Button1 = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.PictureBox6 = New System.Windows.Forms.PictureBox() Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.PictureBox7 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() 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.Panel1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Location = New System.Drawing.Point(20, 255) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(453, 50) Me.Panel1.TabIndex = 7 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Arial", 12.0!, 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(55, 13) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(56, 18) Me.Label1.TabIndex = 2 Me.Label1.Text = "Label1" ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(3, 3) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(46, 44) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 1 Me.PictureBox1.TabStop = False ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(14, 286) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(456, 20) Me.ProgressBar1.TabIndex = 11 Me.ProgressBar1.Visible = False ' 'TextBox1 ' Me.TextBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer)) Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None Me.TextBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox1.ForeColor = System.Drawing.Color.White Me.TextBox1.Location = New System.Drawing.Point(131, 18) Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" Me.TextBox1.ReadOnly = True Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.TextBox1.ShortcutsEnabled = False Me.TextBox1.Size = New System.Drawing.Size(339, 173) Me.TextBox1.TabIndex = 9 ' 'ToolTip1 ' Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "information" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(56, 158) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(25, 26) Me.Button2.TabIndex = 14 Me.Button2.Text = "+" Me.ToolTip1.SetToolTip(Me.Button2, "ajoutter a une liste") Me.Button2.UseVisualStyleBackColor = True ' 'PictureBox4 ' Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image) Me.PictureBox4.Location = New System.Drawing.Point(86, 154) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(39, 36) Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox4.TabIndex = 12 Me.PictureBox4.TabStop = False Me.ToolTip1.SetToolTip(Me.PictureBox4, "le site officiel") ' 'PictureBox3 ' Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image) Me.PictureBox3.Location = New System.Drawing.Point(17, 153) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(35, 36) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox3.TabIndex = 10 Me.PictureBox3.TabStop = False Me.ToolTip1.SetToolTip(Me.PictureBox3, "signaler le contenue") ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(17, 108) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(108, 23) Me.Button1.TabIndex = 13 Me.Button1.Text = "Button1" Me.Button1.UseVisualStyleBackColor = True Me.Button1.Visible = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Arial", 24.0!) Me.Label2.ForeColor = System.Drawing.Color.White Me.Label2.Location = New System.Drawing.Point(63, 211) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(33, 36) Me.Label2.TabIndex = 16 Me.Label2.Text = "0" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Arial", 12.0!) Me.Label3.ForeColor = System.Drawing.Color.White Me.Label3.Location = New System.Drawing.Point(128, 194) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(88, 18) Me.Label3.TabIndex = 16 Me.Label3.Text = "Publier par:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Arial", 12.0!) Me.Label4.ForeColor = System.Drawing.Color.White Me.Label4.Location = New System.Drawing.Point(128, 225) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(201, 18) Me.Label4.TabIndex = 16 Me.Label4.Text = "Nombre de téléchargement:" ' 'Timer1 ' Me.Timer1.Enabled = True Me.Timer1.Interval = 1 ' 'BackgroundWorker1 ' ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Arial", 12.0!, 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(15, 258) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(482, 18) Me.Label5.TabIndex = 18 Me.Label5.Tag = "" Me.Label5.Text = "Label5dsdsqdsqdqsdsqddsqdsqdqdqsdqsdsqdsqdqsqdqsdsqdqsd" Me.Label5.Visible = False ' '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(11, 313) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(253, 18) Me.Label6.TabIndex = 19 Me.Label6.Text = "Une foit le téléchargement terminer:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.Label6.Visible = False ' 'ComboBox1 ' Me.ComboBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.ForeColor = System.Drawing.Color.White Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"Ne rien faire", "Ouvrir le dossier de destination", "verrouiller la session", "Fermer extrème downloaders", "Arrêter l'ordinateur"}) Me.ComboBox1.Location = New System.Drawing.Point(270, 311) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(200, 21) Me.ComboBox1.TabIndex = 20 Me.ComboBox1.Visible = False ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(323, 43) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(120, 95) Me.ListBox1.TabIndex = 21 ' 'PictureBox6 ' Me.PictureBox6.Image = CType(resources.GetObject("PictureBox6.Image"), System.Drawing.Image) Me.PictureBox6.Location = New System.Drawing.Point(21, 211) Me.PictureBox6.Name = "PictureBox6" Me.PictureBox6.Size = New System.Drawing.Size(45, 38) Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox6.TabIndex = 17 Me.PictureBox6.TabStop = False Me.PictureBox6.Visible = False ' 'PictureBox5 ' Me.PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), System.Drawing.Image) Me.PictureBox5.Location = New System.Drawing.Point(20, 211) Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Size = New System.Drawing.Size(45, 38) Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox5.TabIndex = 15 Me.PictureBox5.TabStop = False ' 'PictureBox7 ' Me.PictureBox7.Image = CType(resources.GetObject("PictureBox7.Image"), System.Drawing.Image) Me.PictureBox7.Location = New System.Drawing.Point(438, 211) Me.PictureBox7.Name = "PictureBox7" Me.PictureBox7.Size = New System.Drawing.Size(39, 36) Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox7.TabIndex = 12 Me.PictureBox7.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.Location = New System.Drawing.Point(14, 12) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(111, 90) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 8 Me.PictureBox2.TabStop = False ' 'Timer2 ' Me.Timer2.Interval = 1 ' 'Timer3 ' Me.Timer3.Interval = 1 ' 'Timer4 ' Me.Timer4.Interval = 1 ' 'Form32 ' 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(482, 341) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.PictureBox6) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.PictureBox5) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.PictureBox7) Me.Controls.Add(Me.PictureBox4) Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.PictureBox2) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.Name = "Form32" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Form32" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Panel1 As Panel Friend WithEvents Label1 As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents ProgressBar1 As ProgressBar Friend WithEvents TextBox1 As TextBox Friend WithEvents ToolTip1 As ToolTip Friend WithEvents Button2 As Button Friend WithEvents PictureBox4 As PictureBox Friend WithEvents PictureBox3 As PictureBox Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents Button1 As Button Friend WithEvents PictureBox2 As PictureBox Friend WithEvents PictureBox5 As PictureBox Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents PictureBox6 As PictureBox Friend WithEvents Timer1 As Timer Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents ComboBox1 As ComboBox Friend WithEvents PictureBox7 As PictureBox Friend WithEvents ListBox1 As ListBox Friend WithEvents Timer2 As Timer Friend WithEvents Timer3 As Timer Friend WithEvents Timer4 As Timer End Class