Files
Lecteur-media/lecteur/lecteur média/informationplaylist.Designer.vb
T
2026-06-18 14:15:48 +02:00

165 lines
6.2 KiB
VB.net
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class informationplaylist
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()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(informationplaylist))
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.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.ListBox1 = New System.Windows.Forms.ListBox()
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.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.SuspendLayout()
'
'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(12, 9)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(134, 18)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Nom de la playlist:"
'
'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(141, 9)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(130, 18)
Me.Label2.TabIndex = 0
Me.Label2.Text = "Nom de la playlist"
'
'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(12, 36)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(79, 18)
Me.Label3.TabIndex = 0
Me.Label3.Text = "Musiques:"
'
'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(12, 177)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(88, 18)
Me.Label4.TabIndex = 0
Me.Label4.Text = "Publier par:"
'
'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(92, 177)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(130, 18)
Me.Label5.TabIndex = 0
Me.Label5.Text = "Nom de la playlist"
'
'Timer1
'
Me.Timer1.Interval = 1
'
'ListBox1
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.Location = New System.Drawing.Point(12, 59)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(394, 108)
Me.ListBox1.TabIndex = 1
'
'Timer2
'
Me.Timer2.Interval = 1
'
'Timer3
'
Me.Timer3.Interval = 1
'
'Timer4
'
Me.Timer4.Interval = 1
'
'Timer5
'
Me.Timer5.Interval = 1
'
'Timer6
'
Me.Timer6.Interval = 1
'
'Timer7
'
Me.Timer7.Interval = 1
'
'informationplaylist
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(418, 204)
Me.Controls.Add(Me.ListBox1)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(434, 243)
Me.MinimumSize = New System.Drawing.Size(434, 243)
Me.Name = "informationplaylist"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Information"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
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 Timer1 As Timer
Friend WithEvents ListBox1 As ListBox
Friend WithEvents Timer2 As Timer
Friend WithEvents Timer3 As Timer
Friend WithEvents Timer4 As Timer
Friend WithEvents Timer5 As Timer
Friend WithEvents Timer6 As Timer
Friend WithEvents Timer7 As Timer
End Class