_ Partial Class radiostore 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(radiostore)) Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.Label1 = New System.Windows.Forms.Label() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.TéléchargerLaRadioSelectionnezToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.InformationToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ÉcouterToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.SupprimerLaRadioToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.Label3 = New System.Windows.Forms.Label() Me.ListBox3 = New System.Windows.Forms.ListBox() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.Label2 = New System.Windows.Forms.Label() Me.ListBox2 = New System.Windows.Forms.ListBox() Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() Me.Button1 = New System.Windows.Forms.Button() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.PictureBox1 = New System.Windows.Forms.PictureBox() 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.AxWindowsMediaPlayer1 = New AxWMPLib.AxWindowsMediaPlayer() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.Label4 = New System.Windows.Forms.Label() Me.Timer5 = New System.Windows.Forms.Timer(Me.components) Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.ContextMenuStrip1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.TabPage3.SuspendLayout() Me.ContextMenuStrip2.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.AxWindowsMediaPlayer1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage3) Me.TabControl1.Location = New System.Drawing.Point(-5, 47) Me.TabControl1.Margin = New System.Windows.Forms.Padding(4) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(701, 262) Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.Label1) Me.TabPage1.Controls.Add(Me.ListBox1) Me.TabPage1.Location = New System.Drawing.Point(4, 27) Me.TabPage1.Margin = New System.Windows.Forms.Padding(4) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(4) Me.TabPage1.Size = New System.Drawing.Size(693, 231) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "radio disponible" Me.TabPage1.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(269, 14) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(153, 18) Me.Label1.TabIndex = 1 Me.Label1.Text = "Aucune radio trouvez" ' 'ListBox1 ' Me.ListBox1.ContextMenuStrip = Me.ContextMenuStrip1 Me.ListBox1.FormattingEnabled = True Me.ListBox1.ItemHeight = 18 Me.ListBox1.Location = New System.Drawing.Point(-1, -1) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(693, 238) Me.ListBox1.TabIndex = 0 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TéléchargerLaRadioSelectionnezToolStripMenuItem, Me.InformationToolStripMenuItem, Me.ÉcouterToolStripMenuItem, Me.SupprimerLaRadioToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(245, 114) ' 'TéléchargerLaRadioSelectionnezToolStripMenuItem ' Me.TéléchargerLaRadioSelectionnezToolStripMenuItem.Image = CType(resources.GetObject("TéléchargerLaRadioSelectionnezToolStripMenuItem.Image"), System.Drawing.Image) Me.TéléchargerLaRadioSelectionnezToolStripMenuItem.Name = "TéléchargerLaRadioSelectionnezToolStripMenuItem" Me.TéléchargerLaRadioSelectionnezToolStripMenuItem.Size = New System.Drawing.Size(244, 22) Me.TéléchargerLaRadioSelectionnezToolStripMenuItem.Text = "Télécharger la radio sélectionnez" ' 'InformationToolStripMenuItem ' Me.InformationToolStripMenuItem.Image = CType(resources.GetObject("InformationToolStripMenuItem.Image"), System.Drawing.Image) Me.InformationToolStripMenuItem.Name = "InformationToolStripMenuItem" Me.InformationToolStripMenuItem.Size = New System.Drawing.Size(244, 22) Me.InformationToolStripMenuItem.Text = "Information" ' 'ÉcouterToolStripMenuItem ' Me.ÉcouterToolStripMenuItem.Image = CType(resources.GetObject("ÉcouterToolStripMenuItem.Image"), System.Drawing.Image) Me.ÉcouterToolStripMenuItem.Name = "ÉcouterToolStripMenuItem" Me.ÉcouterToolStripMenuItem.Size = New System.Drawing.Size(244, 22) Me.ÉcouterToolStripMenuItem.Text = "Écouter:" ' 'SupprimerLaRadioToolStripMenuItem ' Me.SupprimerLaRadioToolStripMenuItem.Image = CType(resources.GetObject("SupprimerLaRadioToolStripMenuItem.Image"), System.Drawing.Image) Me.SupprimerLaRadioToolStripMenuItem.Name = "SupprimerLaRadioToolStripMenuItem" Me.SupprimerLaRadioToolStripMenuItem.Size = New System.Drawing.Size(244, 22) Me.SupprimerLaRadioToolStripMenuItem.Text = "supprimer la radio:" Me.SupprimerLaRadioToolStripMenuItem.Visible = False ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.Label3) Me.TabPage2.Controls.Add(Me.ListBox3) Me.TabPage2.Location = New System.Drawing.Point(4, 27) Me.TabPage2.Margin = New System.Windows.Forms.Padding(4) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(4) Me.TabPage2.Size = New System.Drawing.Size(693, 231) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "vos radio" Me.TabPage2.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.Color.White Me.Label3.Location = New System.Drawing.Point(267, 10) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(153, 18) Me.Label3.TabIndex = 3 Me.Label3.Text = "Aucune radio trouvez" ' 'ListBox3 ' Me.ListBox3.ContextMenuStrip = Me.ContextMenuStrip1 Me.ListBox3.FormattingEnabled = True Me.ListBox3.ItemHeight = 18 Me.ListBox3.Location = New System.Drawing.Point(-2, -4) Me.ListBox3.Name = "ListBox3" Me.ListBox3.Size = New System.Drawing.Size(693, 238) Me.ListBox3.TabIndex = 2 ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.Label2) Me.TabPage3.Controls.Add(Me.ListBox2) Me.TabPage3.Location = New System.Drawing.Point(4, 27) Me.TabPage3.Margin = New System.Windows.Forms.Padding(4) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Size = New System.Drawing.Size(693, 231) Me.TabPage3.TabIndex = 2 Me.TabPage3.Text = "vos radio en ligne" Me.TabPage3.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.Color.White Me.Label2.Location = New System.Drawing.Point(267, 10) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(153, 18) Me.Label2.TabIndex = 3 Me.Label2.Text = "Aucune radio trouvez" ' 'ListBox2 ' Me.ListBox2.ContextMenuStrip = Me.ContextMenuStrip2 Me.ListBox2.FormattingEnabled = True Me.ListBox2.ItemHeight = 18 Me.ListBox2.Location = New System.Drawing.Point(-2, -4) Me.ListBox2.Name = "ListBox2" Me.ListBox2.Size = New System.Drawing.Size(693, 238) Me.ListBox2.TabIndex = 2 ' 'ContextMenuStrip2 ' Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1}) Me.ContextMenuStrip2.Name = "ContextMenuStrip1" Me.ContextMenuStrip2.Size = New System.Drawing.Size(130, 26) ' 'ToolStripMenuItem1 ' Me.ToolStripMenuItem1.Image = CType(resources.GetObject("ToolStripMenuItem1.Image"), System.Drawing.Image) Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1" Me.ToolStripMenuItem1.Size = New System.Drawing.Size(129, 22) Me.ToolStripMenuItem1.Text = "Supprimer" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(12, 5) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(117, 35) Me.Button1.TabIndex = 1 Me.Button1.Text = "Mis en ligne" Me.Button1.UseVisualStyleBackColor = True ' 'Timer1 ' Me.Timer1.Interval = 1 ' 'PictureBox1 ' Me.PictureBox1.Location = New System.Drawing.Point(611, 5) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(69, 62) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 2 Me.PictureBox1.TabStop = False ' 'Timer2 ' Me.Timer2.Interval = 1 ' 'Timer3 ' Me.Timer3.Interval = 1 ' 'Timer4 ' Me.Timer4.Interval = 1 ' 'AxWindowsMediaPlayer1 ' Me.AxWindowsMediaPlayer1.Enabled = True Me.AxWindowsMediaPlayer1.Location = New System.Drawing.Point(160, 12) Me.AxWindowsMediaPlayer1.Name = "AxWindowsMediaPlayer1" Me.AxWindowsMediaPlayer1.OcxState = CType(resources.GetObject("AxWindowsMediaPlayer1.OcxState"), System.Windows.Forms.AxHost.State) Me.AxWindowsMediaPlayer1.Size = New System.Drawing.Size(75, 23) Me.AxWindowsMediaPlayer1.TabIndex = 3 Me.AxWindowsMediaPlayer1.Visible = False ' 'PictureBox2 ' Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(334, 27) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(43, 35) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 2 Me.PictureBox2.TabStop = False Me.PictureBox2.Visible = False ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(135, 5) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(56, 18) Me.Label4.TabIndex = 4 Me.Label4.Text = "Label4" ' 'Timer5 ' Me.Timer5.Enabled = True Me.Timer5.Interval = 1 ' 'radiostore ' Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 18.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(692, 307) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.AxWindowsMediaPlayer1) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TabControl1) Me.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(4) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(708, 346) Me.MinimumSize = New System.Drawing.Size(708, 346) Me.Name = "radiostore" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Radio store" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.ContextMenuStrip1.ResumeLayout(False) Me.TabPage2.ResumeLayout(False) Me.TabPage2.PerformLayout() Me.TabPage3.ResumeLayout(False) Me.TabPage3.PerformLayout() Me.ContextMenuStrip2.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.AxWindowsMediaPlayer1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents TabPage2 As TabPage Friend WithEvents TabPage3 As TabPage Friend WithEvents Button1 As Button Friend WithEvents PictureBox1 As PictureBox Friend WithEvents ListBox1 As ListBox Friend WithEvents Label1 As Label Friend WithEvents Timer1 As Timer Friend WithEvents Timer2 As Timer Friend WithEvents Timer3 As Timer Friend WithEvents Label2 As Label Friend WithEvents ListBox2 As ListBox Friend WithEvents Timer4 As Timer Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents TéléchargerLaRadioSelectionnezToolStripMenuItem As ToolStripMenuItem Friend WithEvents InformationToolStripMenuItem As ToolStripMenuItem Friend WithEvents Label3 As Label Friend WithEvents ListBox3 As ListBox Friend WithEvents ContextMenuStrip2 As ContextMenuStrip Friend WithEvents ToolStripMenuItem1 As ToolStripMenuItem Friend WithEvents AxWindowsMediaPlayer1 As AxWMPLib.AxWindowsMediaPlayer Friend WithEvents PictureBox2 As PictureBox Friend WithEvents ÉcouterToolStripMenuItem As ToolStripMenuItem Friend WithEvents Label4 As Label Friend WithEvents Timer5 As Timer Friend WithEvents SupprimerLaRadioToolStripMenuItem As ToolStripMenuItem End Class