_ Partial Class Form29 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(Form29)) Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.Label5 = New System.Windows.Forms.Label() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.ComboBox5 = New System.Windows.Forms.ComboBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.ComboBox6 = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.OpenFileDialog2 = New System.Windows.Forms.OpenFileDialog() Me.Label7 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Label9 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.ComboBox7 = New System.Windows.Forms.ComboBox() Me.Label11 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker() 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.BackgroundWorker2 = New System.ComponentModel.BackgroundWorker() Me.Timer5 = New System.Windows.Forms.Timer(Me.components) Me.Timer6 = New System.Windows.Forms.Timer(Me.components) Me.Timer7 = New System.Windows.Forms.Timer(Me.components) Me.Timer8 = New System.Windows.Forms.Timer(Me.components) Me.Timer9 = New System.Windows.Forms.Timer(Me.components) Me.PictureBox11 = New System.Windows.Forms.PictureBox() Me.PictureBox10 = New System.Windows.Forms.PictureBox() Me.PictureBox9 = New System.Windows.Forms.PictureBox() Me.PictureBox8 = New System.Windows.Forms.PictureBox() Me.PictureBox7 = New System.Windows.Forms.PictureBox() Me.PictureBox6 = New System.Windows.Forms.PictureBox() Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'OpenFileDialog1 ' Me.OpenFileDialog1.Title = "mis en ligne" ' '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(12, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(112, 18) Me.Label1.TabIndex = 0 Me.Label1.Text = "Nom du fichier:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Arial", 12.0!, 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(12, 60) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(41, 18) Me.Label2.TabIndex = 0 Me.Label2.Text = "type:" ' '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.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox1.ForeColor = System.Drawing.Color.White Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"logiciels", "Jeux", "ISO", "Autre"}) Me.ComboBox1.Location = New System.Drawing.Point(53, 60) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(174, 26) Me.ComboBox1.TabIndex = 1 ' '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(12, 92) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(78, 18) Me.Label3.TabIndex = 0 Me.Label3.Text = "catégorie:" ' 'ComboBox2 ' Me.ComboBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox2.ForeColor = System.Drawing.Color.White Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(96, 92) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(131, 26) Me.ComboBox2.TabIndex = 1 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Arial", 12.0!, 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(12, 124) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(78, 18) Me.Label4.TabIndex = 0 Me.Label4.Text = "catégorie:" Me.Label4.Visible = False ' 'ComboBox3 ' Me.ComboBox3.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox3.ForeColor = System.Drawing.Color.White Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Items.AddRange(New Object() {"shaders", "serveur préfaits", "Plugins", "pack de texture", "Mods", "Maps", "Launchers"}) Me.ComboBox3.Location = New System.Drawing.Point(96, 124) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(131, 26) Me.ComboBox3.TabIndex = 1 Me.ComboBox3.Visible = False ' '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(19, 156) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(62, 18) Me.Label5.TabIndex = 0 Me.Label5.Text = "version:" Me.Label5.Visible = False ' 'ComboBox4 ' Me.ComboBox4.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox4.ForeColor = System.Drawing.Color.White Me.ComboBox4.FormattingEnabled = True Me.ComboBox4.Items.AddRange(New Object() {"1.7.10", "1.8", "1.8.1", "1.8.2", "1.8.3", "1.8.4", "1.8.5", "1.8.6", "1.8.7", "1.8.9", "1.9", "1.9.1", "1.9.2", "1.9.3", "1.9.4", "1.10", "1.10.1", "1.10.2", "1.11", "1.11.1", "1.11.2", "1.12", "1.12.1", "1.12.2", "1.13", "1.13.1", "1.13.2", "1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4", "1.15", "1.15.1", "1.15.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2"}) Me.ComboBox4.Location = New System.Drawing.Point(96, 156) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(131, 26) Me.ComboBox4.TabIndex = 1 Me.ComboBox4.Visible = False ' 'ComboBox5 ' Me.ComboBox5.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox5.ForeColor = System.Drawing.Color.White Me.ComboBox5.FormattingEnabled = True Me.ComboBox5.Items.AddRange(New Object() {"Gratuit", "Payant"}) Me.ComboBox5.Location = New System.Drawing.Point(15, 200) Me.ComboBox5.Name = "ComboBox5" Me.ComboBox5.Size = New System.Drawing.Size(75, 26) Me.ComboBox5.TabIndex = 1 ' 'TextBox1 ' Me.TextBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle 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(94, 201) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(75, 26) Me.TextBox1.TabIndex = 2 ' 'ComboBox6 ' Me.ComboBox6.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox6.ForeColor = System.Drawing.Color.White Me.ComboBox6.FormattingEnabled = True Me.ComboBox6.Items.AddRange(New Object() {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}) Me.ComboBox6.Location = New System.Drawing.Point(143, 233) Me.ComboBox6.Name = "ComboBox6" Me.ComboBox6.Size = New System.Drawing.Size(75, 26) Me.ComboBox6.TabIndex = 1 ' '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(16, 236) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(125, 18) Me.Label6.TabIndex = 0 Me.Label6.Text = "nombre d'image:" ' 'OpenFileDialog2 ' Me.OpenFileDialog2.Filter = "PNG|*.png" Me.OpenFileDialog2.Title = "image" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Arial", 12.0!, 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(12, 319) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(89, 18) Me.Label7.TabIndex = 0 Me.Label7.Text = "descirption:" ' 'TextBox2 ' Me.TextBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.TextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox2.ForeColor = System.Drawing.Color.White Me.TextBox2.Location = New System.Drawing.Point(12, 340) Me.TextBox2.Multiline = True Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(776, 98) Me.TextBox2.TabIndex = 2 ' '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(233, 127) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(56, 18) Me.Label8.TabIndex = 0 Me.Label8.Text = "addon:" Me.Label8.Visible = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.Button1.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(295, 127) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(124, 23) Me.Button1.TabIndex = 4 Me.Button1.Text = "ajjouter" Me.Button1.UseVisualStyleBackColor = False Me.Button1.Visible = False ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Arial", 12.0!, 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(12, 34) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(45, 18) Me.Label9.TabIndex = 0 Me.Label9.Text = "Nom:" ' 'TextBox3 ' Me.TextBox3.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.TextBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox3.ForeColor = System.Drawing.Color.White Me.TextBox3.Location = New System.Drawing.Point(53, 31) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(174, 26) Me.TextBox3.TabIndex = 2 ' '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(711, 9) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(48, 18) Me.Label10.TabIndex = 0 Me.Label10.Text = "Logo:" ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.Button2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.ForeColor = System.Drawing.Color.White Me.Button2.Location = New System.Drawing.Point(671, 290) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(117, 35) Me.Button2.TabIndex = 6 Me.Button2.Text = "envoyer" Me.Button2.UseVisualStyleBackColor = False ' 'Timer1 ' Me.Timer1.Interval = 1 ' 'ComboBox7 ' Me.ComboBox7.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox7.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox7.ForeColor = System.Drawing.Color.White Me.ComboBox7.FormattingEnabled = True Me.ComboBox7.Items.AddRange(New Object() {"oui", "non"}) Me.ComboBox7.Location = New System.Drawing.Point(701, 102) Me.ComboBox7.Name = "ComboBox7" Me.ComboBox7.Size = New System.Drawing.Size(75, 26) Me.ComboBox7.TabIndex = 1 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Arial", 12.0!, 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(622, 105) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(73, 18) Me.Label11.TabIndex = 0 Me.Label11.Text = "Site web:" ' 'TextBox4 ' Me.TextBox4.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.TextBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox4.ForeColor = System.Drawing.Color.White Me.TextBox4.Location = New System.Drawing.Point(625, 134) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(164, 26) Me.TextBox4.TabIndex = 2 Me.TextBox4.Text = "https://" ' 'BackgroundWorker1 ' ' 'Timer2 ' Me.Timer2.Interval = 1 ' 'Timer3 ' Me.Timer3.Interval = 1 ' 'Timer4 ' Me.Timer4.Interval = 1 ' 'BackgroundWorker2 ' ' 'Timer5 ' Me.Timer5.Interval = 1 ' 'Timer6 ' Me.Timer6.Interval = 1 ' 'Timer7 ' Me.Timer7.Interval = 1 ' 'Timer8 ' Me.Timer8.Interval = 1 ' 'Timer9 ' Me.Timer9.Interval = 1 ' 'PictureBox11 ' Me.PictureBox11.Image = Global.Extrème_downloaders.My.Resources.Resources.logo Me.PictureBox11.Location = New System.Drawing.Point(699, 31) Me.PictureBox11.Name = "PictureBox11" Me.PictureBox11.Size = New System.Drawing.Size(77, 65) Me.PictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox11.TabIndex = 5 Me.PictureBox11.TabStop = False ' 'PictureBox10 ' Me.PictureBox10.Image = Global.Extrème_downloaders.My.Resources.Resources.logo Me.PictureBox10.Location = New System.Drawing.Point(543, 266) Me.PictureBox10.Name = "PictureBox10" Me.PictureBox10.Size = New System.Drawing.Size(53, 47) Me.PictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox10.TabIndex = 3 Me.PictureBox10.TabStop = False ' 'PictureBox9 ' Me.PictureBox9.Image = Global.Extrème_downloaders.My.Resources.Resources.logo Me.PictureBox9.Location = New System.Drawing.Point(484, 266) Me.PictureBox9.Name = "PictureBox9" Me.PictureBox9.Size = New System.Drawing.Size(53, 47) Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox9.TabIndex = 3 Me.PictureBox9.TabStop = False ' 'PictureBox8 ' Me.PictureBox8.Image = Global.Extrème_downloaders.My.Resources.Resources.logo Me.PictureBox8.Location = New System.Drawing.Point(425, 266) Me.PictureBox8.Name = "PictureBox8" Me.PictureBox8.Size = New System.Drawing.Size(53, 47) Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox8.TabIndex = 3 Me.PictureBox8.TabStop = False ' 'PictureBox7 ' Me.PictureBox7.Image = Global.Extrème_downloaders.My.Resources.Resources.logo Me.PictureBox7.Location = New System.Drawing.Point(366, 266) Me.PictureBox7.Name = "PictureBox7" Me.PictureBox7.Size = New System.Drawing.Size(53, 47) Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox7.TabIndex = 3 Me.PictureBox7.TabStop = False ' 'PictureBox6 ' Me.PictureBox6.Image = Global.Extrème_downloaders.My.Resources.Resources.logo Me.PictureBox6.Location = New System.Drawing.Point(307, 266) Me.PictureBox6.Name = "PictureBox6" Me.PictureBox6.Size = New System.Drawing.Size(53, 47) Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox6.TabIndex = 3 Me.PictureBox6.TabStop = False ' 'PictureBox5 ' Me.PictureBox5.Image = Global.Extrème_downloaders.My.Resources.Resources.logo Me.PictureBox5.Location = New System.Drawing.Point(248, 266) Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Size = New System.Drawing.Size(53, 47) Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox5.TabIndex = 3 Me.PictureBox5.TabStop = False ' 'PictureBox4 ' Me.PictureBox4.Image = Global.Extrème_downloaders.My.Resources.Resources.logo Me.PictureBox4.Location = New System.Drawing.Point(189, 266) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(53, 47) Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox4.TabIndex = 3 Me.PictureBox4.TabStop = False ' 'PictureBox3 ' Me.PictureBox3.Image = Global.Extrème_downloaders.My.Resources.Resources.logo Me.PictureBox3.Location = New System.Drawing.Point(130, 266) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(53, 47) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox3.TabIndex = 3 Me.PictureBox3.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.Image = Global.Extrème_downloaders.My.Resources.Resources.logo Me.PictureBox2.Location = New System.Drawing.Point(71, 266) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(53, 47) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 3 Me.PictureBox2.TabStop = False ' 'PictureBox1 ' Me.PictureBox1.Image = Global.Extrème_downloaders.My.Resources.Resources.logo Me.PictureBox1.Location = New System.Drawing.Point(12, 266) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(53, 47) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 3 Me.PictureBox1.TabStop = False ' 'Form29 ' 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(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(800, 450) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.PictureBox11) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.PictureBox10) Me.Controls.Add(Me.PictureBox9) Me.Controls.Add(Me.PictureBox8) Me.Controls.Add(Me.PictureBox7) Me.Controls.Add(Me.PictureBox6) Me.Controls.Add(Me.PictureBox5) Me.Controls.Add(Me.PictureBox4) Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.ComboBox7) Me.Controls.Add(Me.ComboBox6) Me.Controls.Add(Me.ComboBox5) Me.Controls.Add(Me.ComboBox4) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(816, 489) Me.MinimumSize = New System.Drawing.Size(816, 489) Me.Name = "Form29" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "mis en ligne" CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label3 As Label Friend WithEvents ComboBox2 As ComboBox Friend WithEvents Label4 As Label Friend WithEvents ComboBox3 As ComboBox Friend WithEvents Label5 As Label Friend WithEvents ComboBox4 As ComboBox Friend WithEvents ComboBox5 As ComboBox Friend WithEvents TextBox1 As TextBox Friend WithEvents ComboBox6 As ComboBox Friend WithEvents Label6 As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents PictureBox2 As PictureBox Friend WithEvents PictureBox3 As PictureBox Friend WithEvents PictureBox4 As PictureBox Friend WithEvents PictureBox5 As PictureBox Friend WithEvents PictureBox6 As PictureBox Friend WithEvents PictureBox7 As PictureBox Friend WithEvents PictureBox8 As PictureBox Friend WithEvents PictureBox9 As PictureBox Friend WithEvents PictureBox10 As PictureBox Friend WithEvents OpenFileDialog2 As OpenFileDialog Friend WithEvents Label7 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label8 As Label Friend WithEvents Button1 As Button Friend WithEvents Label9 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents PictureBox11 As PictureBox Friend WithEvents Label10 As Label Friend WithEvents Button2 As Button Friend WithEvents Timer1 As Timer Friend WithEvents ComboBox7 As ComboBox Friend WithEvents Label11 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker Friend WithEvents Timer2 As Timer Friend WithEvents Timer3 As Timer Friend WithEvents Timer4 As Timer Friend WithEvents BackgroundWorker2 As System.ComponentModel.BackgroundWorker Friend WithEvents Timer5 As Timer Friend WithEvents Timer6 As Timer Friend WithEvents Timer7 As Timer Friend WithEvents Timer8 As Timer Friend WithEvents Timer9 As Timer End Class