343 lines
16 KiB
VB.net
343 lines
16 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class formséries
|
||
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(formséries))
|
||
Me.CircularProgressBar1 = New CircularProgressBar.CircularProgressBar()
|
||
Me.Button1 = New System.Windows.Forms.Button()
|
||
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
||
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
||
Me.Label11 = New System.Windows.Forms.Label()
|
||
Me.Label10 = New System.Windows.Forms.Label()
|
||
Me.Label9 = New System.Windows.Forms.Label()
|
||
Me.Label4 = New System.Windows.Forms.Label()
|
||
Me.Label3 = New System.Windows.Forms.Label()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.Timer3 = New System.Windows.Forms.Timer(Me.components)
|
||
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
|
||
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
||
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
||
Me.Timer4 = New System.Windows.Forms.Timer(Me.components)
|
||
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'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(464, 198)
|
||
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 = 308
|
||
Me.CircularProgressBar1.Text = "0%"
|
||
Me.CircularProgressBar1.TextMargin = New System.Windows.Forms.Padding(5, 5, 8, 8)
|
||
Me.CircularProgressBar1.Value = 68
|
||
'
|
||
'Button1
|
||
'
|
||
Me.Button1.Location = New System.Drawing.Point(224, 264)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(308, 27)
|
||
Me.Button1.TabIndex = 305
|
||
Me.Button1.Text = "Button1"
|
||
Me.Button1.UseVisualStyleBackColor = True
|
||
'
|
||
'ComboBox2
|
||
'
|
||
Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.ComboBox2.FormattingEnabled = True
|
||
Me.ComboBox2.Items.AddRange(New Object() {"Tout les épisodes"})
|
||
Me.ComboBox2.Location = New System.Drawing.Point(275, 137)
|
||
Me.ComboBox2.Name = "ComboBox2"
|
||
Me.ComboBox2.Size = New System.Drawing.Size(131, 21)
|
||
Me.ComboBox2.TabIndex = 304
|
||
'
|
||
'ComboBox1
|
||
'
|
||
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.ComboBox1.FormattingEnabled = True
|
||
Me.ComboBox1.Location = New System.Drawing.Point(275, 83)
|
||
Me.ComboBox1.Name = "ComboBox1"
|
||
Me.ComboBox1.Size = New System.Drawing.Size(131, 21)
|
||
Me.ComboBox1.TabIndex = 303
|
||
'
|
||
'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(503, 142)
|
||
Me.Label11.Name = "Label11"
|
||
Me.Label11.Size = New System.Drawing.Size(17, 18)
|
||
Me.Label11.TabIndex = 301
|
||
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(507, 164)
|
||
Me.Label10.Name = "Label10"
|
||
Me.Label10.Size = New System.Drawing.Size(25, 27)
|
||
Me.Label10.TabIndex = 299
|
||
Me.Label10.Text = "0"
|
||
'
|
||
'Label9
|
||
'
|
||
Me.Label9.AutoSize = True
|
||
Me.Label9.Location = New System.Drawing.Point(272, 233)
|
||
Me.Label9.Name = "Label9"
|
||
Me.Label9.Size = New System.Drawing.Size(0, 13)
|
||
Me.Label9.TabIndex = 298
|
||
'
|
||
'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(305, 111)
|
||
Me.Label4.Name = "Label4"
|
||
Me.Label4.Size = New System.Drawing.Size(77, 18)
|
||
Me.Label4.TabIndex = 296
|
||
Me.Label4.Text = "L'épisode"
|
||
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||
'
|
||
'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(311, 62)
|
||
Me.Label3.Name = "Label3"
|
||
Me.Label3.Size = New System.Drawing.Size(61, 18)
|
||
Me.Label3.TabIndex = 295
|
||
Me.Label3.Text = "Saison:"
|
||
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||
'
|
||
'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(298, 34)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(0, 18)
|
||
Me.Label2.TabIndex = 294
|
||
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||
'
|
||
'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(319, 6)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(42, 18)
|
||
Me.Label1.TabIndex = 297
|
||
Me.Label1.Text = "Titre:"
|
||
'
|
||
'Timer3
|
||
'
|
||
Me.Timer3.Enabled = True
|
||
Me.Timer3.Interval = 1
|
||
'
|
||
'Timer2
|
||
'
|
||
Me.Timer2.Enabled = True
|
||
Me.Timer2.Interval = 1
|
||
'
|
||
'Timer1
|
||
'
|
||
Me.Timer1.Interval = 1
|
||
'
|
||
'PictureBox3
|
||
'
|
||
Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
|
||
Me.PictureBox3.Location = New System.Drawing.Point(477, 214)
|
||
Me.PictureBox3.Name = "PictureBox3"
|
||
Me.PictureBox3.Size = New System.Drawing.Size(47, 44)
|
||
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox3.TabIndex = 307
|
||
Me.PictureBox3.TabStop = False
|
||
'
|
||
'PictureBox2
|
||
'
|
||
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
|
||
Me.PictureBox2.Location = New System.Drawing.Point(477, 214)
|
||
Me.PictureBox2.Name = "PictureBox2"
|
||
Me.PictureBox2.Size = New System.Drawing.Size(47, 44)
|
||
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox2.TabIndex = 306
|
||
Me.PictureBox2.TabStop = False
|
||
'
|
||
'PictureBox5
|
||
'
|
||
Me.PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), System.Drawing.Image)
|
||
Me.PictureBox5.Location = New System.Drawing.Point(448, 150)
|
||
Me.PictureBox5.Name = "PictureBox5"
|
||
Me.PictureBox5.Size = New System.Drawing.Size(53, 47)
|
||
Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox5.TabIndex = 302
|
||
Me.PictureBox5.TabStop = False
|
||
'
|
||
'PictureBox4
|
||
'
|
||
Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image)
|
||
Me.PictureBox4.Location = New System.Drawing.Point(448, 150)
|
||
Me.PictureBox4.Name = "PictureBox4"
|
||
Me.PictureBox4.Size = New System.Drawing.Size(53, 47)
|
||
Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox4.TabIndex = 300
|
||
Me.PictureBox4.TabStop = False
|
||
'
|
||
'PictureBox1
|
||
'
|
||
Me.PictureBox1.Location = New System.Drawing.Point(0, -4)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(214, 323)
|
||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox1.TabIndex = 293
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'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(215, 292)
|
||
Me.CheckBox1.Name = "CheckBox1"
|
||
Me.CheckBox1.Size = New System.Drawing.Size(326, 22)
|
||
Me.CheckBox1.TabIndex = 329
|
||
Me.CheckBox1.Text = "Arrêter l'ordinateur après le téléchargement"
|
||
Me.CheckBox1.UseVisualStyleBackColor = True
|
||
Me.CheckBox1.Visible = False
|
||
'
|
||
'Timer4
|
||
'
|
||
Me.Timer4.Interval = 1
|
||
'
|
||
'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(319, 173)
|
||
Me.LinkLabel1.Name = "LinkLabel1"
|
||
Me.LinkLabel1.Size = New System.Drawing.Size(50, 15)
|
||
Me.LinkLabel1.TabIndex = 334
|
||
Me.LinkLabel1.TabStop = True
|
||
Me.LinkLabel1.Text = "résumé"
|
||
'
|
||
'formséries
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(536, 314)
|
||
Me.Controls.Add(Me.LinkLabel1)
|
||
Me.Controls.Add(Me.CheckBox1)
|
||
Me.Controls.Add(Me.CircularProgressBar1)
|
||
Me.Controls.Add(Me.PictureBox3)
|
||
Me.Controls.Add(Me.PictureBox2)
|
||
Me.Controls.Add(Me.Button1)
|
||
Me.Controls.Add(Me.ComboBox2)
|
||
Me.Controls.Add(Me.ComboBox1)
|
||
Me.Controls.Add(Me.PictureBox5)
|
||
Me.Controls.Add(Me.Label11)
|
||
Me.Controls.Add(Me.PictureBox4)
|
||
Me.Controls.Add(Me.Label10)
|
||
Me.Controls.Add(Me.Label9)
|
||
Me.Controls.Add(Me.Label4)
|
||
Me.Controls.Add(Me.Label3)
|
||
Me.Controls.Add(Me.Label2)
|
||
Me.Controls.Add(Me.Label1)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(552, 353)
|
||
Me.MinimumSize = New System.Drawing.Size(552, 353)
|
||
Me.Name = "formséries"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "formséries"
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents CircularProgressBar1 As CircularProgressBar.CircularProgressBar
|
||
Friend WithEvents PictureBox3 As PictureBox
|
||
Friend WithEvents PictureBox2 As PictureBox
|
||
Friend WithEvents Button1 As Button
|
||
Friend WithEvents ComboBox2 As ComboBox
|
||
Friend WithEvents ComboBox1 As ComboBox
|
||
Friend WithEvents PictureBox5 As PictureBox
|
||
Friend WithEvents Label11 As Label
|
||
Friend WithEvents PictureBox4 As PictureBox
|
||
Friend WithEvents Label10 As Label
|
||
Friend WithEvents Label9 As Label
|
||
Friend WithEvents Label4 As Label
|
||
Friend WithEvents Label3 As Label
|
||
Friend WithEvents Label2 As Label
|
||
Friend WithEvents Label1 As Label
|
||
Friend WithEvents PictureBox1 As PictureBox
|
||
Friend WithEvents Timer3 As Timer
|
||
Friend WithEvents Timer2 As Timer
|
||
Friend WithEvents Timer1 As Timer
|
||
Friend WithEvents CheckBox1 As CheckBox
|
||
Friend WithEvents Timer4 As Timer
|
||
Friend WithEvents LinkLabel1 As LinkLabel
|
||
End Class
|