Partial Class Form183 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form183)) Me.ListBox1 = New System.Windows.Forms.ListBox() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.Button4 = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(12, 49) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(704, 290) Me.ListBox1.TabIndex = 0 Me.ListBox1.Visible = False ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(12, 12) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(173, 23) Me.Button1.TabIndex = 1 Me.Button1.Text = "Importer des musiques" Me.Button1.UseVisualStyleBackColor = True Me.Button1.Visible = False ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(191, 12) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(175, 23) Me.Button2.TabIndex = 1 Me.Button2.Text = "Supprimer la musique sélectionner" Me.Button2.UseVisualStyleBackColor = True Me.Button2.Visible = False ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(372, 12) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(173, 23) Me.Button3.TabIndex = 1 Me.Button3.Text = "Supprimer toutes les musiques" Me.Button3.UseVisualStyleBackColor = True Me.Button3.Visible = False ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(198, 172) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(256, 21) Me.ComboBox1.TabIndex = 2 ' 'OpenFileDialog1 ' Me.OpenFileDialog1.Filter = "MP3|*.mp3" Me.OpenFileDialog1.Multiselect = True ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(549, 12) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(173, 23) Me.Button4.TabIndex = 3 Me.Button4.Text = "renommez:" Me.Button4.UseVisualStyleBackColor = True Me.Button4.Visible = False ' 'Form183 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(728, 347) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.ListBox1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(744, 386) Me.MinimizeBox = False Me.MinimumSize = New System.Drawing.Size(744, 386) Me.Name = "Form183" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "sélectionnez une playlist:" Me.ResumeLayout(False) End Sub Friend WithEvents ListBox1 As ListBox Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents ComboBox1 As ComboBox Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents Button4 As Button End Class