384 lines
18 KiB
VB.net
384 lines
18 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class Filmform
|
||
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(Filmform))
|
||
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
|
||
Me.Label5 = New System.Windows.Forms.Label()
|
||
Me.Label3 = New System.Windows.Forms.Label()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.Timer3 = New System.Windows.Forms.Timer(Me.components)
|
||
Me.Label6 = New System.Windows.Forms.Label()
|
||
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
||
Me.Label11 = New System.Windows.Forms.Label()
|
||
Me.Label10 = New System.Windows.Forms.Label()
|
||
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
||
Me.Label9 = New System.Windows.Forms.Label()
|
||
Me.CircularProgressBar1 = New CircularProgressBar.CircularProgressBar()
|
||
Me.Button1 = New System.Windows.Forms.Button()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.Label4 = New System.Windows.Forms.Label()
|
||
Me.Label8 = New System.Windows.Forms.Label()
|
||
Me.Label7 = New System.Windows.Forms.Label()
|
||
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox6 = New System.Windows.Forms.PictureBox()
|
||
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
||
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
||
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'Timer2
|
||
'
|
||
Me.Timer2.Interval = 1
|
||
'
|
||
'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(305, 122)
|
||
Me.Label5.Name = "Label5"
|
||
Me.Label5.Size = New System.Drawing.Size(91, 18)
|
||
Me.Label5.TabIndex = 320
|
||
Me.Label5.Text = "Réalisateur:"
|
||
'
|
||
'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(323, 68)
|
||
Me.Label3.Name = "Label3"
|
||
Me.Label3.Size = New System.Drawing.Size(55, 18)
|
||
Me.Label3.TabIndex = 321
|
||
Me.Label3.Text = "Durée:"
|
||
'
|
||
'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(329, 9)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(42, 18)
|
||
Me.Label1.TabIndex = 322
|
||
Me.Label1.Text = "Titre:"
|
||
'
|
||
'Timer3
|
||
'
|
||
Me.Timer3.Interval = 1
|
||
'
|
||
'Label6
|
||
'
|
||
Me.Label6.AutoSize = True
|
||
Me.Label6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label6.Location = New System.Drawing.Point(308, 151)
|
||
Me.Label6.Name = "Label6"
|
||
Me.Label6.Size = New System.Drawing.Size(84, 18)
|
||
Me.Label6.TabIndex = 319
|
||
Me.Label6.Text = "Jeff Fowler"
|
||
'
|
||
'Timer1
|
||
'
|
||
Me.Timer1.Interval = 1
|
||
'
|
||
'Label11
|
||
'
|
||
Me.Label11.AutoSize = True
|
||
Me.Label11.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label11.Location = New System.Drawing.Point(516, 130)
|
||
Me.Label11.Name = "Label11"
|
||
Me.Label11.Size = New System.Drawing.Size(17, 18)
|
||
Me.Label11.TabIndex = 331
|
||
Me.Label11.Text = "0"
|
||
Me.Label11.Visible = False
|
||
'
|
||
'Label10
|
||
'
|
||
Me.Label10.AutoSize = True
|
||
Me.Label10.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label10.Location = New System.Drawing.Point(520, 177)
|
||
Me.Label10.Name = "Label10"
|
||
Me.Label10.Size = New System.Drawing.Size(25, 27)
|
||
Me.Label10.TabIndex = 329
|
||
Me.Label10.Text = "0"
|
||
'
|
||
'CheckBox1
|
||
'
|
||
Me.CheckBox1.AutoSize = True
|
||
Me.CheckBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.CheckBox1.Location = New System.Drawing.Point(223, 284)
|
||
Me.CheckBox1.Name = "CheckBox1"
|
||
Me.CheckBox1.Size = New System.Drawing.Size(326, 22)
|
||
Me.CheckBox1.TabIndex = 328
|
||
Me.CheckBox1.Text = "Arrêter l'ordinateur après le téléchargement"
|
||
Me.CheckBox1.UseVisualStyleBackColor = True
|
||
'
|
||
'Label9
|
||
'
|
||
Me.Label9.AutoSize = True
|
||
Me.Label9.Location = New System.Drawing.Point(271, 234)
|
||
Me.Label9.Name = "Label9"
|
||
Me.Label9.Size = New System.Drawing.Size(0, 13)
|
||
Me.Label9.TabIndex = 327
|
||
'
|
||
'CircularProgressBar1
|
||
'
|
||
Me.CircularProgressBar1.AnimationFunction = WinFormAnimation.KnownAnimationFunctions.Liner
|
||
Me.CircularProgressBar1.AnimationSpeed = 500
|
||
Me.CircularProgressBar1.BackColor = System.Drawing.Color.Transparent
|
||
Me.CircularProgressBar1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.CircularProgressBar1.ForeColor = System.Drawing.Color.Black
|
||
Me.CircularProgressBar1.InnerColor = System.Drawing.Color.Transparent
|
||
Me.CircularProgressBar1.InnerMargin = 2
|
||
Me.CircularProgressBar1.InnerWidth = 0
|
||
Me.CircularProgressBar1.Location = New System.Drawing.Point(477, 218)
|
||
Me.CircularProgressBar1.MarqueeAnimationSpeed = 2000
|
||
Me.CircularProgressBar1.Name = "CircularProgressBar1"
|
||
Me.CircularProgressBar1.OuterColor = System.Drawing.Color.Gray
|
||
Me.CircularProgressBar1.OuterMargin = -24
|
||
Me.CircularProgressBar1.OuterWidth = 26
|
||
Me.CircularProgressBar1.ProgressColor = System.Drawing.Color.DodgerBlue
|
||
Me.CircularProgressBar1.ProgressWidth = 5
|
||
Me.CircularProgressBar1.RightToLeftLayout = True
|
||
Me.CircularProgressBar1.SecondaryFont = New System.Drawing.Font("Microsoft Sans Serif", 36.0!)
|
||
Me.CircularProgressBar1.Size = New System.Drawing.Size(60, 60)
|
||
Me.CircularProgressBar1.StartAngle = 270
|
||
Me.CircularProgressBar1.SubscriptColor = System.Drawing.Color.FromArgb(CType(CType(166, Byte), Integer), CType(CType(166, Byte), Integer), CType(CType(166, Byte), Integer))
|
||
Me.CircularProgressBar1.SubscriptMargin = New System.Windows.Forms.Padding(10, -35, 0, 0)
|
||
Me.CircularProgressBar1.SubscriptText = ""
|
||
Me.CircularProgressBar1.SuperscriptColor = System.Drawing.Color.FromArgb(CType(CType(166, Byte), Integer), CType(CType(166, Byte), Integer), CType(CType(166, Byte), Integer))
|
||
Me.CircularProgressBar1.SuperscriptMargin = New System.Windows.Forms.Padding(10, 35, 0, 0)
|
||
Me.CircularProgressBar1.SuperscriptText = ""
|
||
Me.CircularProgressBar1.TabIndex = 326
|
||
Me.CircularProgressBar1.Text = "0%"
|
||
Me.CircularProgressBar1.TextMargin = New System.Windows.Forms.Padding(5, 5, 8, 8)
|
||
Me.CircularProgressBar1.Value = 68
|
||
'
|
||
'Button1
|
||
'
|
||
Me.Button1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Button1.Location = New System.Drawing.Point(242, 255)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(214, 23)
|
||
Me.Button1.TabIndex = 323
|
||
Me.Button1.Text = "Lire"
|
||
Me.Button1.UseVisualStyleBackColor = True
|
||
'
|
||
'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(320, 39)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(61, 18)
|
||
Me.Label2.TabIndex = 315
|
||
Me.Label2.Text = "Sonic 2"
|
||
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||
'
|
||
'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(329, 95)
|
||
Me.Label4.Name = "Label4"
|
||
Me.Label4.Size = New System.Drawing.Size(43, 18)
|
||
Me.Label4.TabIndex = 316
|
||
Me.Label4.Text = "2h04"
|
||
'
|
||
'Label8
|
||
'
|
||
Me.Label8.AutoSize = True
|
||
Me.Label8.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label8.Location = New System.Drawing.Point(266, 208)
|
||
Me.Label8.Name = "Label8"
|
||
Me.Label8.Size = New System.Drawing.Size(168, 18)
|
||
Me.Label8.TabIndex = 317
|
||
Me.Label8.Text = "30 mars 2022 (France)"
|
||
'
|
||
'Label7
|
||
'
|
||
Me.Label7.AutoSize = True
|
||
Me.Label7.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label7.Location = New System.Drawing.Point(293, 179)
|
||
Me.Label7.Name = "Label7"
|
||
Me.Label7.Size = New System.Drawing.Size(115, 18)
|
||
Me.Label7.TabIndex = 318
|
||
Me.Label7.Text = "Date de sortie :"
|
||
'
|
||
'PictureBox5
|
||
'
|
||
Me.PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), System.Drawing.Image)
|
||
Me.PictureBox5.Location = New System.Drawing.Point(461, 167)
|
||
Me.PictureBox5.Name = "PictureBox5"
|
||
Me.PictureBox5.Size = New System.Drawing.Size(53, 47)
|
||
Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox5.TabIndex = 332
|
||
Me.PictureBox5.TabStop = False
|
||
'
|
||
'PictureBox4
|
||
'
|
||
Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image)
|
||
Me.PictureBox4.Location = New System.Drawing.Point(461, 167)
|
||
Me.PictureBox4.Name = "PictureBox4"
|
||
Me.PictureBox4.Size = New System.Drawing.Size(53, 47)
|
||
Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox4.TabIndex = 330
|
||
Me.PictureBox4.TabStop = False
|
||
'
|
||
'PictureBox3
|
||
'
|
||
Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
|
||
Me.PictureBox3.Location = New System.Drawing.Point(490, 234)
|
||
Me.PictureBox3.Name = "PictureBox3"
|
||
Me.PictureBox3.Size = New System.Drawing.Size(47, 44)
|
||
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox3.TabIndex = 325
|
||
Me.PictureBox3.TabStop = False
|
||
'
|
||
'PictureBox1
|
||
'
|
||
Me.PictureBox1.Location = New System.Drawing.Point(1, -3)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(216, 320)
|
||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox1.TabIndex = 314
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'PictureBox2
|
||
'
|
||
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
|
||
Me.PictureBox2.Location = New System.Drawing.Point(490, 234)
|
||
Me.PictureBox2.Name = "PictureBox2"
|
||
Me.PictureBox2.Size = New System.Drawing.Size(47, 44)
|
||
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox2.TabIndex = 324
|
||
Me.PictureBox2.TabStop = False
|
||
'
|
||
'PictureBox6
|
||
'
|
||
Me.PictureBox6.Image = CType(resources.GetObject("PictureBox6.Image"), System.Drawing.Image)
|
||
Me.PictureBox6.Location = New System.Drawing.Point(490, 68)
|
||
Me.PictureBox6.Name = "PictureBox6"
|
||
Me.PictureBox6.Size = New System.Drawing.Size(53, 47)
|
||
Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox6.TabIndex = 332
|
||
Me.PictureBox6.TabStop = False
|
||
Me.ToolTip1.SetToolTip(Me.PictureBox6, "Afficher la bande annonce")
|
||
'
|
||
'ToolTip1
|
||
'
|
||
Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
|
||
Me.ToolTip1.ToolTipTitle = "Inofrmation"
|
||
'
|
||
'LinkLabel1
|
||
'
|
||
Me.LinkLabel1.ActiveLinkColor = System.Drawing.Color.Black
|
||
Me.LinkLabel1.AutoSize = True
|
||
Me.LinkLabel1.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LinkLabel1.LinkColor = System.Drawing.Color.Black
|
||
Me.LinkLabel1.Location = New System.Drawing.Point(325, 232)
|
||
Me.LinkLabel1.Name = "LinkLabel1"
|
||
Me.LinkLabel1.Size = New System.Drawing.Size(50, 15)
|
||
Me.LinkLabel1.TabIndex = 333
|
||
Me.LinkLabel1.TabStop = True
|
||
Me.LinkLabel1.Text = "résumé"
|
||
'
|
||
'Filmform
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(549, 314)
|
||
Me.Controls.Add(Me.LinkLabel1)
|
||
Me.Controls.Add(Me.Label5)
|
||
Me.Controls.Add(Me.Label3)
|
||
Me.Controls.Add(Me.Label1)
|
||
Me.Controls.Add(Me.Label6)
|
||
Me.Controls.Add(Me.Label2)
|
||
Me.Controls.Add(Me.Label4)
|
||
Me.Controls.Add(Me.Label8)
|
||
Me.Controls.Add(Me.Label7)
|
||
Me.Controls.Add(Me.PictureBox6)
|
||
Me.Controls.Add(Me.PictureBox5)
|
||
Me.Controls.Add(Me.PictureBox4)
|
||
Me.Controls.Add(Me.PictureBox3)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.Controls.Add(Me.Label11)
|
||
Me.Controls.Add(Me.Label10)
|
||
Me.Controls.Add(Me.CheckBox1)
|
||
Me.Controls.Add(Me.Label9)
|
||
Me.Controls.Add(Me.CircularProgressBar1)
|
||
Me.Controls.Add(Me.PictureBox2)
|
||
Me.Controls.Add(Me.Button1)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(565, 353)
|
||
Me.MinimumSize = New System.Drawing.Size(565, 353)
|
||
Me.Name = "Filmform"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "Film"
|
||
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents PictureBox5 As PictureBox
|
||
Friend WithEvents PictureBox4 As PictureBox
|
||
Friend WithEvents PictureBox3 As PictureBox
|
||
Friend WithEvents PictureBox1 As PictureBox
|
||
Friend WithEvents Timer2 As Timer
|
||
Friend WithEvents Label5 As Label
|
||
Friend WithEvents Label3 As Label
|
||
Friend WithEvents Label1 As Label
|
||
Friend WithEvents Timer3 As Timer
|
||
Friend WithEvents Label6 As Label
|
||
Friend WithEvents Timer1 As Timer
|
||
Friend WithEvents Label11 As Label
|
||
Friend WithEvents Label10 As Label
|
||
Friend WithEvents CheckBox1 As CheckBox
|
||
Friend WithEvents Label9 As Label
|
||
Friend WithEvents CircularProgressBar1 As CircularProgressBar.CircularProgressBar
|
||
Friend WithEvents PictureBox2 As PictureBox
|
||
Friend WithEvents Button1 As Button
|
||
Friend WithEvents Label2 As Label
|
||
Friend WithEvents Label4 As Label
|
||
Friend WithEvents Label8 As Label
|
||
Friend WithEvents Label7 As Label
|
||
Friend WithEvents PictureBox6 As PictureBox
|
||
Friend WithEvents ToolTip1 As ToolTip
|
||
Friend WithEvents LinkLabel1 As LinkLabel
|
||
End Class
|