_ Partial Class Form91 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(Form91)) Me.ListBox1 = New System.Windows.Forms.ListBox() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.LireToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.SupprimerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToutSupprimerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(139, 8) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(293, 212) Me.ListBox1.TabIndex = 7 ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button4.Location = New System.Drawing.Point(4, 106) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(129, 43) Me.Button4.TabIndex = 3 Me.Button4.Text = "Quitter" Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button3.Location = New System.Drawing.Point(4, 155) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(129, 38) Me.Button3.TabIndex = 4 Me.Button3.Text = "Tout supprimer" Me.Button3.UseVisualStyleBackColor = True Me.Button3.Visible = False ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.Location = New System.Drawing.Point(4, 57) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(129, 43) Me.Button2.TabIndex = 5 Me.Button2.Text = "Supprimer" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(4, 8) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(129, 43) Me.Button1.TabIndex = 6 Me.Button1.Text = "Lire" Me.Button1.UseVisualStyleBackColor = True ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LireToolStripMenuItem, Me.SupprimerToolStripMenuItem, Me.ToutSupprimerToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(181, 92) ' 'LireToolStripMenuItem ' Me.LireToolStripMenuItem.Image = CType(resources.GetObject("LireToolStripMenuItem.Image"), System.Drawing.Image) Me.LireToolStripMenuItem.Name = "LireToolStripMenuItem" Me.LireToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.LireToolStripMenuItem.Text = "Lire" ' 'SupprimerToolStripMenuItem ' Me.SupprimerToolStripMenuItem.Image = CType(resources.GetObject("SupprimerToolStripMenuItem.Image"), System.Drawing.Image) Me.SupprimerToolStripMenuItem.Name = "SupprimerToolStripMenuItem" Me.SupprimerToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.SupprimerToolStripMenuItem.Text = "Supprimer" ' 'ToutSupprimerToolStripMenuItem ' Me.ToutSupprimerToolStripMenuItem.Image = CType(resources.GetObject("ToutSupprimerToolStripMenuItem.Image"), System.Drawing.Image) Me.ToutSupprimerToolStripMenuItem.Name = "ToutSupprimerToolStripMenuItem" Me.ToutSupprimerToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.ToutSupprimerToolStripMenuItem.Text = "Tout supprimer" Me.ToutSupprimerToolStripMenuItem.Visible = False ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(4, 200) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(100, 20) Me.TextBox1.TabIndex = 8 Me.TextBox1.Visible = False ' 'Form91 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(437, 229) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(453, 268) Me.MinimumSize = New System.Drawing.Size(453, 268) Me.Name = "Form91" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Favoris" Me.TopMost = True Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ListBox1 As ListBox Friend WithEvents Button4 As Button Friend WithEvents Button3 As Button Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents LireToolStripMenuItem As ToolStripMenuItem Friend WithEvents SupprimerToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToutSupprimerToolStripMenuItem As ToolStripMenuItem Friend WithEvents TextBox1 As TextBox End Class