208 lines
9.7 KiB
VB.net
208 lines
9.7 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class nouvelle_série
|
||
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()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(nouvelle_série))
|
||
Me.Button2 = New System.Windows.Forms.Button()
|
||
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
||
Me.Button1 = New System.Windows.Forms.Button()
|
||
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
||
Me.ListBox2 = New System.Windows.Forms.ListBox()
|
||
Me.OpenFileDialog2 = New System.Windows.Forms.OpenFileDialog()
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
||
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'Button2
|
||
'
|
||
Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
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(180, 240)
|
||
Me.Button2.Name = "Button2"
|
||
Me.Button2.Size = New System.Drawing.Size(466, 32)
|
||
Me.Button2.TabIndex = 11
|
||
Me.Button2.Text = "créer la série"
|
||
Me.Button2.UseVisualStyleBackColor = False
|
||
'
|
||
'ListBox1
|
||
'
|
||
Me.ListBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ListBox1.Enabled = False
|
||
Me.ListBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.ListBox1.ForeColor = System.Drawing.Color.White
|
||
Me.ListBox1.FormattingEnabled = True
|
||
Me.ListBox1.ItemHeight = 18
|
||
Me.ListBox1.Location = New System.Drawing.Point(181, 82)
|
||
Me.ListBox1.Name = "ListBox1"
|
||
Me.ListBox1.Size = New System.Drawing.Size(460, 58)
|
||
Me.ListBox1.TabIndex = 10
|
||
'
|
||
'Button1
|
||
'
|
||
Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
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(185, 45)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(456, 31)
|
||
Me.Button1.TabIndex = 9
|
||
Me.Button1.Text = "importer tout les épisodes de la 1er saison"
|
||
Me.Button1.UseVisualStyleBackColor = False
|
||
'
|
||
'TextBox1
|
||
'
|
||
Me.TextBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.TextBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.TextBox1.ForeColor = System.Drawing.Color.White
|
||
Me.TextBox1.Location = New System.Drawing.Point(314, 7)
|
||
Me.TextBox1.Name = "TextBox1"
|
||
Me.TextBox1.Size = New System.Drawing.Size(327, 26)
|
||
Me.TextBox1.TabIndex = 8
|
||
'
|
||
'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(182, 7)
|
||
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(125, 18)
|
||
Me.Label1.TabIndex = 7
|
||
Me.Label1.Text = "Nom de la Série:"
|
||
'
|
||
'OpenFileDialog1
|
||
'
|
||
Me.OpenFileDialog1.Filter = "m4v|*.m4v"
|
||
Me.OpenFileDialog1.Multiselect = True
|
||
Me.OpenFileDialog1.Title = "selectionnez les épisodes"
|
||
'
|
||
'ListBox2
|
||
'
|
||
Me.ListBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ListBox2.Enabled = False
|
||
Me.ListBox2.ForeColor = System.Drawing.Color.White
|
||
Me.ListBox2.FormattingEnabled = True
|
||
Me.ListBox2.Location = New System.Drawing.Point(419, 99)
|
||
Me.ListBox2.Name = "ListBox2"
|
||
Me.ListBox2.Size = New System.Drawing.Size(222, 30)
|
||
Me.ListBox2.TabIndex = 12
|
||
'
|
||
'OpenFileDialog2
|
||
'
|
||
Me.OpenFileDialog2.Filter = "jpg|*.jpg"
|
||
Me.OpenFileDialog2.Title = "selectionnez une image"
|
||
'
|
||
'PictureBox1
|
||
'
|
||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||
Me.PictureBox1.Location = New System.Drawing.Point(9, 7)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(160, 257)
|
||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox1.TabIndex = 13
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'ProgressBar1
|
||
'
|
||
Me.ProgressBar1.Location = New System.Drawing.Point(181, 239)
|
||
Me.ProgressBar1.Name = "ProgressBar1"
|
||
Me.ProgressBar1.Size = New System.Drawing.Size(466, 32)
|
||
Me.ProgressBar1.TabIndex = 14
|
||
Me.ProgressBar1.Visible = False
|
||
'
|
||
'BackgroundWorker1
|
||
'
|
||
'
|
||
'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(182, 143)
|
||
Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(69, 18)
|
||
Me.Label2.TabIndex = 7
|
||
Me.Label2.Text = "résumer:"
|
||
'
|
||
'TextBox2
|
||
'
|
||
Me.TextBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.TextBox2.ForeColor = System.Drawing.Color.White
|
||
Me.TextBox2.Location = New System.Drawing.Point(185, 164)
|
||
Me.TextBox2.Multiline = True
|
||
Me.TextBox2.Name = "TextBox2"
|
||
Me.TextBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
||
Me.TextBox2.Size = New System.Drawing.Size(462, 69)
|
||
Me.TextBox2.TabIndex = 15
|
||
Me.TextBox2.WordWrap = False
|
||
'
|
||
'nouvelle_série
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ClientSize = New System.Drawing.Size(657, 278)
|
||
Me.Controls.Add(Me.TextBox2)
|
||
Me.Controls.Add(Me.ProgressBar1)
|
||
Me.Controls.Add(Me.Button2)
|
||
Me.Controls.Add(Me.Button1)
|
||
Me.Controls.Add(Me.TextBox1)
|
||
Me.Controls.Add(Me.Label2)
|
||
Me.Controls.Add(Me.Label1)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.Controls.Add(Me.ListBox2)
|
||
Me.Controls.Add(Me.ListBox1)
|
||
Me.ForeColor = System.Drawing.Color.White
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(673, 317)
|
||
Me.MinimumSize = New System.Drawing.Size(673, 317)
|
||
Me.Name = "nouvelle_série"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "nouvelle série"
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents Button2 As Button
|
||
Friend WithEvents ListBox1 As ListBox
|
||
Friend WithEvents Button1 As Button
|
||
Friend WithEvents TextBox1 As TextBox
|
||
Friend WithEvents Label1 As Label
|
||
Friend WithEvents OpenFileDialog1 As OpenFileDialog
|
||
Friend WithEvents PictureBox1 As PictureBox
|
||
Friend WithEvents ListBox2 As ListBox
|
||
Friend WithEvents OpenFileDialog2 As OpenFileDialog
|
||
Friend WithEvents ProgressBar1 As ProgressBar
|
||
Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
|
||
Friend WithEvents Label2 As Label
|
||
Friend WithEvents TextBox2 As TextBox
|
||
End Class
|