Partial Class Form30 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(Form30)) Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.OpenFileDialog2 = New System.Windows.Forms.OpenFileDialog() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.OpenFileDialog3 = New System.Windows.Forms.OpenFileDialog() Me.SuspendLayout() ' 'OpenFileDialog1 ' Me.OpenFileDialog1.Filter = "MP3|*.mp3" Me.OpenFileDialog1.Title = "selectionnez une musique" ' 'OpenFileDialog2 ' Me.OpenFileDialog2.Filter = "MP4|*.mp4" ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"Non", "En ligne", "Depuis mon ordinateur"}) Me.ComboBox1.Location = New System.Drawing.Point(76, 6) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(184, 26) Me.ComboBox1.TabIndex = 0 ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"Non", "En ligne", "Depuis mon ordinateur"}) Me.ComboBox2.Location = New System.Drawing.Point(76, 40) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(184, 26) Me.ComboBox2.TabIndex = 0 ' '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(30, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(40, 18) Me.Label1.TabIndex = 1 Me.Label1.Text = "Clip:" ' '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(5, 40) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(69, 18) Me.Label2.TabIndex = 2 Me.Label2.Text = "karaoké:" ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox1.Location = New System.Drawing.Point(266, 40) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(333, 26) Me.TextBox1.TabIndex = 3 Me.TextBox1.Visible = False ' 'TextBox2 ' Me.TextBox2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox2.Location = New System.Drawing.Point(266, 7) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(333, 26) Me.TextBox2.TabIndex = 3 Me.TextBox2.Visible = False ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("Arial", 13.0!) Me.Button1.Location = New System.Drawing.Point(12, 116) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(587, 40) Me.Button1.TabIndex = 4 Me.Button1.Text = "Button1" Me.Button1.UseVisualStyleBackColor = True ' '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, 76) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(82, 18) Me.Label3.TabIndex = 2 Me.Label3.Text = "Catégorie:" ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Items.AddRange(New Object() {"Autre", "Rap", "Classique", "Pop", "Youtube", "Jazz", "Libre de droit"}) Me.ComboBox3.Location = New System.Drawing.Point(79, 72) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(184, 26) Me.ComboBox3.TabIndex = 0 ' 'OpenFileDialog3 ' Me.OpenFileDialog3.Filter = "MP4|*.mp4" ' 'Form30 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(611, 168) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.ComboBox1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(627, 207) Me.MinimumSize = New System.Drawing.Size(627, 207) Me.Name = "Form30" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Mis en ligne" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents OpenFileDialog2 As OpenFileDialog Friend WithEvents ComboBox1 As ComboBox Friend WithEvents ComboBox2 As ComboBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents TextBox2 As TextBox Friend WithEvents Button1 As Button Friend WithEvents Label3 As Label Friend WithEvents ComboBox3 As ComboBox Friend WithEvents OpenFileDialog3 As OpenFileDialog End Class