Partial Class Form16 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(Form16)) Me.Label1 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.Button6 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.ListBox2 = New System.Windows.Forms.ListBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox8 = New System.Windows.Forms.PictureBox() Me.PictureBox7 = New System.Windows.Forms.PictureBox() Me.PictureBox6 = New System.Windows.Forms.PictureBox() Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Arial", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(284, -1) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(200, 32) Me.Label1.TabIndex = 1 Me.Label1.Text = "Film streaming:" ' '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(702, 479) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(25, 22) Me.Button2.TabIndex = 4 Me.Button2.Text = "+" Me.Button2.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(130, 478) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(38, 25) Me.Button3.TabIndex = 1 Me.Button3.Text = "1" Me.Button3.UseVisualStyleBackColor = True ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(436, 60) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(303, 199) Me.ListBox1.TabIndex = 16 ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button6.Location = New System.Drawing.Point(526, 479) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(170, 22) Me.Button6.TabIndex = 3 Me.Button6.Text = "Film hors connexion" Me.Button6.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("Arial", 10.0!) Me.Button4.Location = New System.Drawing.Point(174, 480) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(116, 23) Me.Button4.TabIndex = 2 Me.Button4.Text = "Suivant" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Enabled = False Me.Button5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button5.Location = New System.Drawing.Point(8, 478) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(116, 23) Me.Button5.TabIndex = 0 Me.Button5.Text = "Précédant" Me.Button5.UseVisualStyleBackColor = True ' 'ListBox2 ' Me.ListBox2.FormattingEnabled = True Me.ListBox2.Location = New System.Drawing.Point(592, 12) Me.ListBox2.Name = "ListBox2" Me.ListBox2.Size = New System.Drawing.Size(120, 95) Me.ListBox2.TabIndex = 44 ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.ComboBox1.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(8, 32) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(731, 22) Me.ComboBox1.TabIndex = 45 Me.ComboBox1.Text = "Taper ici pour rechercher" ' 'PictureBox4 ' Me.PictureBox4.Location = New System.Drawing.Point(562, 57) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(172, 202) Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox4.TabIndex = 4 Me.PictureBox4.TabStop = False ' 'PictureBox3 ' Me.PictureBox3.Location = New System.Drawing.Point(374, 60) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(182, 202) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox3.TabIndex = 4 Me.PictureBox3.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.Location = New System.Drawing.Point(191, 60) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(177, 202) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 4 Me.PictureBox2.TabStop = False ' 'PictureBox8 ' Me.PictureBox8.Location = New System.Drawing.Point(557, 274) Me.PictureBox8.Name = "PictureBox8" Me.PictureBox8.Size = New System.Drawing.Size(177, 202) Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox8.TabIndex = 4 Me.PictureBox8.TabStop = False ' 'PictureBox7 ' Me.PictureBox7.Location = New System.Drawing.Point(374, 274) Me.PictureBox7.Name = "PictureBox7" Me.PictureBox7.Size = New System.Drawing.Size(177, 202) Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox7.TabIndex = 4 Me.PictureBox7.TabStop = False ' 'PictureBox6 ' Me.PictureBox6.Location = New System.Drawing.Point(191, 274) Me.PictureBox6.Name = "PictureBox6" Me.PictureBox6.Size = New System.Drawing.Size(177, 202) Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox6.TabIndex = 4 Me.PictureBox6.TabStop = False ' 'PictureBox5 ' Me.PictureBox5.Location = New System.Drawing.Point(8, 274) Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Size = New System.Drawing.Size(177, 202) Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox5.TabIndex = 4 Me.PictureBox5.TabStop = False ' 'PictureBox1 ' Me.PictureBox1.Location = New System.Drawing.Point(8, 60) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(177, 202) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 4 Me.PictureBox1.TabStop = False ' 'Form16 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(746, 506) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.PictureBox4) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox8) Me.Controls.Add(Me.PictureBox7) Me.Controls.Add(Me.PictureBox6) Me.Controls.Add(Me.PictureBox5) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ListBox2) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.KeyPreview = True Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(762, 545) Me.MinimumSize = New System.Drawing.Size(762, 545) Me.Name = "Form16" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Film streaming" CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents Button2 As Button Friend WithEvents PictureBox1 As PictureBox Friend WithEvents PictureBox2 As PictureBox Friend WithEvents PictureBox3 As PictureBox Friend WithEvents PictureBox4 As PictureBox Friend WithEvents PictureBox5 As PictureBox Friend WithEvents PictureBox6 As PictureBox Friend WithEvents PictureBox7 As PictureBox Friend WithEvents PictureBox8 As PictureBox Friend WithEvents Button3 As Button Friend WithEvents ListBox1 As ListBox Friend WithEvents Button6 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents ListBox2 As ListBox Friend WithEvents ComboBox1 As ComboBox End Class