509 lines
23 KiB
VB.net
509 lines
23 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class Form7
|
||
Inherits System.Windows.Forms.Form
|
||
|
||
'Form remplace la méthode Dispose pour nettoyer la liste des composants.
|
||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||
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.
|
||
<System.Diagnostics.DebuggerStepThrough()> _
|
||
Private Sub InitializeComponent()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form7))
|
||
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.Label3 = New System.Windows.Forms.Label()
|
||
Me.Label4 = New System.Windows.Forms.Label()
|
||
Me.Label5 = New System.Windows.Forms.Label()
|
||
Me.Button1 = New System.Windows.Forms.Button()
|
||
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
||
Me.Label6 = New System.Windows.Forms.Label()
|
||
Me.Label7 = New System.Windows.Forms.Label()
|
||
Me.Button2 = New System.Windows.Forms.Button()
|
||
Me.Label8 = New System.Windows.Forms.Label()
|
||
Me.Label9 = New System.Windows.Forms.Label()
|
||
Me.Button3 = New System.Windows.Forms.Button()
|
||
Me.Label10 = New System.Windows.Forms.Label()
|
||
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
||
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
||
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
||
Me.ComboBox3 = New System.Windows.Forms.ComboBox()
|
||
Me.ComboBox4 = New System.Windows.Forms.ComboBox()
|
||
Me.ComboBox5 = New System.Windows.Forms.ComboBox()
|
||
Me.TextBox3 = New System.Windows.Forms.TextBox()
|
||
Me.TextBox4 = New System.Windows.Forms.TextBox()
|
||
Me.Label11 = New System.Windows.Forms.Label()
|
||
Me.ComboBox6 = New System.Windows.Forms.ComboBox()
|
||
Me.OpenFileDialog2 = New System.Windows.Forms.OpenFileDialog()
|
||
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
||
Me.Button4 = New System.Windows.Forms.Button()
|
||
Me.OpenFileDialog3 = New System.Windows.Forms.OpenFileDialog()
|
||
Me.ListBox2 = New System.Windows.Forms.ListBox()
|
||
Me.Button5 = New System.Windows.Forms.Button()
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||
Me.Button6 = New System.Windows.Forms.Button()
|
||
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
|
||
Me.BackgroundWorker2 = New System.ComponentModel.BackgroundWorker()
|
||
Me.BackgroundWorker3 = New System.ComponentModel.BackgroundWorker()
|
||
Me.BackgroundWorker4 = New System.ComponentModel.BackgroundWorker()
|
||
Me.ListBox3 = New System.Windows.Forms.ListBox()
|
||
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'OpenFileDialog1
|
||
'
|
||
Me.OpenFileDialog1.Tag = ""
|
||
Me.OpenFileDialog1.Title = "selectionner le fichier"
|
||
'
|
||
'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.Location = New System.Drawing.Point(71, 9)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(45, 18)
|
||
Me.Label1.TabIndex = 0
|
||
Me.Label1.Text = "Nom:"
|
||
'
|
||
'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.Location = New System.Drawing.Point(38, 41)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(78, 18)
|
||
Me.Label2.TabIndex = 0
|
||
Me.Label2.Text = "catégorie:"
|
||
'
|
||
'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.Location = New System.Drawing.Point(1, 77)
|
||
Me.Label3.Name = "Label3"
|
||
Me.Label3.Size = New System.Drawing.Size(115, 18)
|
||
Me.Label3.TabIndex = 0
|
||
Me.Label3.Text = "sous catégorie:"
|
||
'
|
||
'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.Location = New System.Drawing.Point(58, 137)
|
||
Me.Label4.Name = "Label4"
|
||
Me.Label4.Size = New System.Drawing.Size(62, 18)
|
||
Me.Label4.TabIndex = 0
|
||
Me.Label4.Text = "version:"
|
||
'
|
||
'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.Location = New System.Drawing.Point(715, 9)
|
||
Me.Label5.Name = "Label5"
|
||
Me.Label5.Size = New System.Drawing.Size(44, 18)
|
||
Me.Label5.TabIndex = 0
|
||
Me.Label5.Text = "Logo"
|
||
'
|
||
'Button1
|
||
'
|
||
Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.Button1.Location = New System.Drawing.Point(690, 146)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(98, 24)
|
||
Me.Button1.TabIndex = 2
|
||
Me.Button1.Text = "modifier"
|
||
Me.Button1.UseVisualStyleBackColor = 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.ForeColor = System.Drawing.Color.White
|
||
Me.TextBox1.Location = New System.Drawing.Point(16, 355)
|
||
Me.TextBox1.Multiline = True
|
||
Me.TextBox1.Name = "TextBox1"
|
||
Me.TextBox1.Size = New System.Drawing.Size(636, 118)
|
||
Me.TextBox1.TabIndex = 3
|
||
'
|
||
'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.Location = New System.Drawing.Point(15, 332)
|
||
Me.Label6.Name = "Label6"
|
||
Me.Label6.Size = New System.Drawing.Size(92, 18)
|
||
Me.Label6.TabIndex = 0
|
||
Me.Label6.Text = "Description:"
|
||
'
|
||
'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.Location = New System.Drawing.Point(79, 172)
|
||
Me.Label7.Name = "Label7"
|
||
Me.Label7.Size = New System.Drawing.Size(37, 18)
|
||
Me.Label7.TabIndex = 0
|
||
Me.Label7.Text = "site:"
|
||
'
|
||
'Button2
|
||
'
|
||
Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.Button2.Location = New System.Drawing.Point(19, 295)
|
||
Me.Button2.Name = "Button2"
|
||
Me.Button2.Size = New System.Drawing.Size(130, 34)
|
||
Me.Button2.TabIndex = 2
|
||
Me.Button2.Text = "importer des images"
|
||
Me.Button2.UseVisualStyleBackColor = False
|
||
'
|
||
'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.Location = New System.Drawing.Point(165, 301)
|
||
Me.Label8.Name = "Label8"
|
||
Me.Label8.Size = New System.Drawing.Size(17, 18)
|
||
Me.Label8.TabIndex = 0
|
||
Me.Label8.Text = "0"
|
||
'
|
||
'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.Location = New System.Drawing.Point(165, 261)
|
||
Me.Label9.Name = "Label9"
|
||
Me.Label9.Size = New System.Drawing.Size(17, 18)
|
||
Me.Label9.TabIndex = 0
|
||
Me.Label9.Text = "0"
|
||
'
|
||
'Button3
|
||
'
|
||
Me.Button3.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.Button3.Location = New System.Drawing.Point(19, 255)
|
||
Me.Button3.Name = "Button3"
|
||
Me.Button3.Size = New System.Drawing.Size(130, 34)
|
||
Me.Button3.TabIndex = 2
|
||
Me.Button3.Text = "importer des addon"
|
||
Me.Button3.UseVisualStyleBackColor = False
|
||
'
|
||
'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.Location = New System.Drawing.Point(79, 207)
|
||
Me.Label10.Name = "Label10"
|
||
Me.Label10.Size = New System.Drawing.Size(37, 18)
|
||
Me.Label10.TabIndex = 0
|
||
Me.Label10.Text = "prix:"
|
||
'
|
||
'TextBox2
|
||
'
|
||
Me.TextBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.TextBox2.ForeColor = System.Drawing.Color.White
|
||
Me.TextBox2.Location = New System.Drawing.Point(122, 12)
|
||
Me.TextBox2.Name = "TextBox2"
|
||
Me.TextBox2.Size = New System.Drawing.Size(136, 20)
|
||
Me.TextBox2.TabIndex = 4
|
||
'
|
||
'ComboBox1
|
||
'
|
||
Me.ComboBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, 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() {"logiciels", "jeux", "ISO"})
|
||
Me.ComboBox1.Location = New System.Drawing.Point(122, 42)
|
||
Me.ComboBox1.Name = "ComboBox1"
|
||
Me.ComboBox1.Size = New System.Drawing.Size(136, 22)
|
||
Me.ComboBox1.TabIndex = 5
|
||
'
|
||
'ComboBox2
|
||
'
|
||
Me.ComboBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.ComboBox2.ForeColor = System.Drawing.Color.White
|
||
Me.ComboBox2.FormattingEnabled = True
|
||
Me.ComboBox2.Location = New System.Drawing.Point(122, 78)
|
||
Me.ComboBox2.Name = "ComboBox2"
|
||
Me.ComboBox2.Size = New System.Drawing.Size(136, 22)
|
||
Me.ComboBox2.TabIndex = 5
|
||
'
|
||
'ComboBox3
|
||
'
|
||
Me.ComboBox3.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.ComboBox3.ForeColor = System.Drawing.Color.White
|
||
Me.ComboBox3.FormattingEnabled = True
|
||
Me.ComboBox3.Location = New System.Drawing.Point(122, 138)
|
||
Me.ComboBox3.Name = "ComboBox3"
|
||
Me.ComboBox3.Size = New System.Drawing.Size(136, 22)
|
||
Me.ComboBox3.TabIndex = 5
|
||
'
|
||
'ComboBox4
|
||
'
|
||
Me.ComboBox4.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.ComboBox4.ForeColor = System.Drawing.Color.White
|
||
Me.ComboBox4.FormattingEnabled = True
|
||
Me.ComboBox4.Items.AddRange(New Object() {"Oui", "Non"})
|
||
Me.ComboBox4.Location = New System.Drawing.Point(122, 173)
|
||
Me.ComboBox4.Name = "ComboBox4"
|
||
Me.ComboBox4.Size = New System.Drawing.Size(136, 22)
|
||
Me.ComboBox4.TabIndex = 5
|
||
'
|
||
'ComboBox5
|
||
'
|
||
Me.ComboBox5.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.ComboBox5.ForeColor = System.Drawing.Color.White
|
||
Me.ComboBox5.FormattingEnabled = True
|
||
Me.ComboBox5.Items.AddRange(New Object() {"Graduit", "payent"})
|
||
Me.ComboBox5.Location = New System.Drawing.Point(122, 203)
|
||
Me.ComboBox5.Name = "ComboBox5"
|
||
Me.ComboBox5.Size = New System.Drawing.Size(136, 22)
|
||
Me.ComboBox5.TabIndex = 5
|
||
'
|
||
'TextBox3
|
||
'
|
||
Me.TextBox3.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.TextBox3.ForeColor = System.Drawing.Color.White
|
||
Me.TextBox3.Location = New System.Drawing.Point(264, 173)
|
||
Me.TextBox3.Name = "TextBox3"
|
||
Me.TextBox3.Size = New System.Drawing.Size(213, 20)
|
||
Me.TextBox3.TabIndex = 6
|
||
Me.TextBox3.Visible = False
|
||
'
|
||
'TextBox4
|
||
'
|
||
Me.TextBox4.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.TextBox4.ForeColor = System.Drawing.Color.White
|
||
Me.TextBox4.Location = New System.Drawing.Point(264, 203)
|
||
Me.TextBox4.Name = "TextBox4"
|
||
Me.TextBox4.Size = New System.Drawing.Size(213, 20)
|
||
Me.TextBox4.TabIndex = 6
|
||
Me.TextBox4.Visible = False
|
||
'
|
||
'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.Location = New System.Drawing.Point(38, 106)
|
||
Me.Label11.Name = "Label11"
|
||
Me.Label11.Size = New System.Drawing.Size(78, 18)
|
||
Me.Label11.TabIndex = 0
|
||
Me.Label11.Text = "catégorie:"
|
||
'
|
||
'ComboBox6
|
||
'
|
||
Me.ComboBox6.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.ComboBox6.ForeColor = System.Drawing.Color.White
|
||
Me.ComboBox6.FormattingEnabled = True
|
||
Me.ComboBox6.Location = New System.Drawing.Point(122, 106)
|
||
Me.ComboBox6.Name = "ComboBox6"
|
||
Me.ComboBox6.Size = New System.Drawing.Size(136, 22)
|
||
Me.ComboBox6.TabIndex = 5
|
||
'
|
||
'OpenFileDialog2
|
||
'
|
||
Me.OpenFileDialog2.Filter = "png|*.png|jpg|*.jpg"
|
||
Me.OpenFileDialog2.Multiselect = True
|
||
Me.OpenFileDialog2.Title = "selectionner les images"
|
||
'
|
||
'ListBox1
|
||
'
|
||
Me.ListBox1.FormattingEnabled = True
|
||
Me.ListBox1.ItemHeight = 14
|
||
Me.ListBox1.Location = New System.Drawing.Point(658, 261)
|
||
Me.ListBox1.Name = "ListBox1"
|
||
Me.ListBox1.Size = New System.Drawing.Size(120, 88)
|
||
Me.ListBox1.TabIndex = 7
|
||
'
|
||
'Button4
|
||
'
|
||
Me.Button4.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.Button4.Location = New System.Drawing.Point(198, 295)
|
||
Me.Button4.Name = "Button4"
|
||
Me.Button4.Size = New System.Drawing.Size(130, 34)
|
||
Me.Button4.TabIndex = 2
|
||
Me.Button4.Text = "afficher les images"
|
||
Me.Button4.UseVisualStyleBackColor = False
|
||
'
|
||
'OpenFileDialog3
|
||
'
|
||
Me.OpenFileDialog3.Multiselect = True
|
||
Me.OpenFileDialog3.Title = "selectionner les addon"
|
||
'
|
||
'ListBox2
|
||
'
|
||
Me.ListBox2.FormattingEnabled = True
|
||
Me.ListBox2.ItemHeight = 14
|
||
Me.ListBox2.Location = New System.Drawing.Point(532, 261)
|
||
Me.ListBox2.Name = "ListBox2"
|
||
Me.ListBox2.Size = New System.Drawing.Size(120, 88)
|
||
Me.ListBox2.TabIndex = 7
|
||
'
|
||
'Button5
|
||
'
|
||
Me.Button5.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.Button5.Location = New System.Drawing.Point(198, 255)
|
||
Me.Button5.Name = "Button5"
|
||
Me.Button5.Size = New System.Drawing.Size(130, 34)
|
||
Me.Button5.TabIndex = 2
|
||
Me.Button5.Text = "afficher les addons"
|
||
Me.Button5.UseVisualStyleBackColor = False
|
||
Me.Button5.Visible = False
|
||
'
|
||
'PictureBox1
|
||
'
|
||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||
Me.PictureBox1.Location = New System.Drawing.Point(690, 41)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(98, 99)
|
||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox1.TabIndex = 1
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'Button6
|
||
'
|
||
Me.Button6.BackColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer), CType(CType(32, Byte), Integer))
|
||
Me.Button6.Location = New System.Drawing.Point(658, 355)
|
||
Me.Button6.Name = "Button6"
|
||
Me.Button6.Size = New System.Drawing.Size(130, 118)
|
||
Me.Button6.TabIndex = 2
|
||
Me.Button6.Text = "Envoyer"
|
||
Me.Button6.UseVisualStyleBackColor = False
|
||
'
|
||
'BackgroundWorker1
|
||
'
|
||
'
|
||
'BackgroundWorker2
|
||
'
|
||
'
|
||
'BackgroundWorker3
|
||
'
|
||
'
|
||
'BackgroundWorker4
|
||
'
|
||
'
|
||
'ListBox3
|
||
'
|
||
Me.ListBox3.FormattingEnabled = True
|
||
Me.ListBox3.ItemHeight = 14
|
||
Me.ListBox3.Location = New System.Drawing.Point(532, 107)
|
||
Me.ListBox3.Name = "ListBox3"
|
||
Me.ListBox3.Size = New System.Drawing.Size(120, 88)
|
||
Me.ListBox3.TabIndex = 7
|
||
'
|
||
'ProgressBar1
|
||
'
|
||
Me.ProgressBar1.Location = New System.Drawing.Point(286, 12)
|
||
Me.ProgressBar1.Name = "ProgressBar1"
|
||
Me.ProgressBar1.Size = New System.Drawing.Size(404, 23)
|
||
Me.ProgressBar1.TabIndex = 8
|
||
'
|
||
'Form7
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 14.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, 485)
|
||
Me.Controls.Add(Me.ProgressBar1)
|
||
Me.Controls.Add(Me.ListBox3)
|
||
Me.Controls.Add(Me.ListBox2)
|
||
Me.Controls.Add(Me.ListBox1)
|
||
Me.Controls.Add(Me.TextBox4)
|
||
Me.Controls.Add(Me.TextBox3)
|
||
Me.Controls.Add(Me.ComboBox5)
|
||
Me.Controls.Add(Me.ComboBox4)
|
||
Me.Controls.Add(Me.ComboBox3)
|
||
Me.Controls.Add(Me.ComboBox6)
|
||
Me.Controls.Add(Me.ComboBox2)
|
||
Me.Controls.Add(Me.ComboBox1)
|
||
Me.Controls.Add(Me.TextBox2)
|
||
Me.Controls.Add(Me.TextBox1)
|
||
Me.Controls.Add(Me.Button3)
|
||
Me.Controls.Add(Me.Button5)
|
||
Me.Controls.Add(Me.Button6)
|
||
Me.Controls.Add(Me.Button4)
|
||
Me.Controls.Add(Me.Button2)
|
||
Me.Controls.Add(Me.Button1)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.Controls.Add(Me.Label9)
|
||
Me.Controls.Add(Me.Label6)
|
||
Me.Controls.Add(Me.Label8)
|
||
Me.Controls.Add(Me.Label10)
|
||
Me.Controls.Add(Me.Label7)
|
||
Me.Controls.Add(Me.Label11)
|
||
Me.Controls.Add(Me.Label4)
|
||
Me.Controls.Add(Me.Label3)
|
||
Me.Controls.Add(Me.Label2)
|
||
Me.Controls.Add(Me.Label5)
|
||
Me.Controls.Add(Me.Label1)
|
||
Me.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.ForeColor = System.Drawing.Color.White
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.Name = "Form7"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "Mis en ligne"
|
||
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 Label3 As Label
|
||
Friend WithEvents Label4 As Label
|
||
Friend WithEvents Label5 As Label
|
||
Friend WithEvents PictureBox1 As PictureBox
|
||
Friend WithEvents Button1 As Button
|
||
Friend WithEvents TextBox1 As TextBox
|
||
Friend WithEvents Label6 As Label
|
||
Friend WithEvents Label7 As Label
|
||
Friend WithEvents Button2 As Button
|
||
Friend WithEvents Label8 As Label
|
||
Friend WithEvents Label9 As Label
|
||
Friend WithEvents Button3 As Button
|
||
Friend WithEvents Label10 As Label
|
||
Friend WithEvents TextBox2 As TextBox
|
||
Friend WithEvents ComboBox1 As ComboBox
|
||
Friend WithEvents ComboBox2 As ComboBox
|
||
Friend WithEvents ComboBox3 As ComboBox
|
||
Friend WithEvents ComboBox4 As ComboBox
|
||
Friend WithEvents ComboBox5 As ComboBox
|
||
Friend WithEvents TextBox3 As TextBox
|
||
Friend WithEvents TextBox4 As TextBox
|
||
Friend WithEvents Label11 As Label
|
||
Friend WithEvents ComboBox6 As ComboBox
|
||
Friend WithEvents OpenFileDialog2 As OpenFileDialog
|
||
Friend WithEvents ListBox1 As ListBox
|
||
Friend WithEvents Button4 As Button
|
||
Friend WithEvents OpenFileDialog3 As OpenFileDialog
|
||
Friend WithEvents ListBox2 As ListBox
|
||
Friend WithEvents Button5 As Button
|
||
Friend WithEvents Button6 As Button
|
||
Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
|
||
Friend WithEvents BackgroundWorker2 As System.ComponentModel.BackgroundWorker
|
||
Friend WithEvents BackgroundWorker3 As System.ComponentModel.BackgroundWorker
|
||
Friend WithEvents BackgroundWorker4 As System.ComponentModel.BackgroundWorker
|
||
Friend WithEvents ListBox3 As ListBox
|
||
Friend WithEvents ProgressBar1 As ProgressBar
|
||
End Class
|