529 lines
27 KiB
VB.net
529 lines
27 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||
Partial Class Form136
|
||
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(Form136))
|
||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||
Me.TestToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.RaccourciToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.BugEtModifycationToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.AProposDuLecteurToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.GunaPictureBox5 = New Guna.UI.WinForms.GunaPictureBox()
|
||
Me.AxWindowsMediaPlayer1 = New AxWMPLib.AxWindowsMediaPlayer()
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||
Me.GunaMetroTrackBar1 = New Guna.UI.WinForms.GunaMetroTrackBar()
|
||
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
|
||
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
||
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox9 = New System.Windows.Forms.PictureBox()
|
||
Me.Label5 = New System.Windows.Forms.Label()
|
||
Me.Label4 = New System.Windows.Forms.Label()
|
||
Me.OpenFileDialog2 = New System.Windows.Forms.OpenFileDialog()
|
||
Me.OpenFileDialog3 = New System.Windows.Forms.OpenFileDialog()
|
||
Me.OpenFileDialog4 = New System.Windows.Forms.OpenFileDialog()
|
||
Me.ListBox2 = New System.Windows.Forms.ListBox()
|
||
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.PictureBox6 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox7 = New System.Windows.Forms.PictureBox()
|
||
Me.Label3 = New System.Windows.Forms.Label()
|
||
Me.AxWindowsMediaPlayer2 = New AxWMPLib.AxWindowsMediaPlayer()
|
||
Me.TextBox3 = New System.Windows.Forms.TextBox()
|
||
Me.ProgressBar3 = New System.Windows.Forms.ProgressBar()
|
||
Me.ProgressBar2 = New System.Windows.Forms.ProgressBar()
|
||
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
||
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
||
Me.PictureBox8 = New System.Windows.Forms.PictureBox()
|
||
Me.Button2 = New System.Windows.Forms.Button()
|
||
Me.Button1 = New System.Windows.Forms.Button()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.ContextMenuStrip1.SuspendLayout()
|
||
CType(Me.GunaPictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.AxWindowsMediaPlayer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.AxWindowsMediaPlayer2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'ContextMenuStrip1
|
||
'
|
||
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TestToolStripMenuItem, Me.RaccourciToolStripMenuItem, Me.BugEtModifycationToolStripMenuItem, Me.AProposDuLecteurToolStripMenuItem})
|
||
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(183, 92)
|
||
'
|
||
'TestToolStripMenuItem
|
||
'
|
||
Me.TestToolStripMenuItem.Image = CType(resources.GetObject("TestToolStripMenuItem.Image"), System.Drawing.Image)
|
||
Me.TestToolStripMenuItem.Name = "TestToolStripMenuItem"
|
||
Me.TestToolStripMenuItem.Size = New System.Drawing.Size(182, 22)
|
||
Me.TestToolStripMenuItem.Text = "mis a jours"
|
||
'
|
||
'RaccourciToolStripMenuItem
|
||
'
|
||
Me.RaccourciToolStripMenuItem.Image = CType(resources.GetObject("RaccourciToolStripMenuItem.Image"), System.Drawing.Image)
|
||
Me.RaccourciToolStripMenuItem.Name = "RaccourciToolStripMenuItem"
|
||
Me.RaccourciToolStripMenuItem.Size = New System.Drawing.Size(182, 22)
|
||
Me.RaccourciToolStripMenuItem.Text = "raccourci"
|
||
'
|
||
'BugEtModifycationToolStripMenuItem
|
||
'
|
||
Me.BugEtModifycationToolStripMenuItem.Image = CType(resources.GetObject("BugEtModifycationToolStripMenuItem.Image"), System.Drawing.Image)
|
||
Me.BugEtModifycationToolStripMenuItem.Name = "BugEtModifycationToolStripMenuItem"
|
||
Me.BugEtModifycationToolStripMenuItem.Size = New System.Drawing.Size(182, 22)
|
||
Me.BugEtModifycationToolStripMenuItem.Text = "bug et modifycation"
|
||
'
|
||
'AProposDuLecteurToolStripMenuItem
|
||
'
|
||
Me.AProposDuLecteurToolStripMenuItem.Image = CType(resources.GetObject("AProposDuLecteurToolStripMenuItem.Image"), System.Drawing.Image)
|
||
Me.AProposDuLecteurToolStripMenuItem.Name = "AProposDuLecteurToolStripMenuItem"
|
||
Me.AProposDuLecteurToolStripMenuItem.Size = New System.Drawing.Size(182, 22)
|
||
Me.AProposDuLecteurToolStripMenuItem.Text = "A propos du lecteur"
|
||
'
|
||
'GunaPictureBox5
|
||
'
|
||
Me.GunaPictureBox5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.GunaPictureBox5.BaseColor = System.Drawing.Color.White
|
||
Me.GunaPictureBox5.Image = CType(resources.GetObject("GunaPictureBox5.Image"), System.Drawing.Image)
|
||
Me.GunaPictureBox5.Location = New System.Drawing.Point(3, 457)
|
||
Me.GunaPictureBox5.Name = "GunaPictureBox5"
|
||
Me.GunaPictureBox5.Size = New System.Drawing.Size(39, 36)
|
||
Me.GunaPictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.GunaPictureBox5.TabIndex = 1
|
||
Me.GunaPictureBox5.TabStop = False
|
||
'
|
||
'AxWindowsMediaPlayer1
|
||
'
|
||
Me.AxWindowsMediaPlayer1.ContextMenuStrip = Me.ContextMenuStrip1
|
||
Me.AxWindowsMediaPlayer1.Dock = System.Windows.Forms.DockStyle.Fill
|
||
Me.AxWindowsMediaPlayer1.Enabled = True
|
||
Me.AxWindowsMediaPlayer1.Location = New System.Drawing.Point(0, 0)
|
||
Me.AxWindowsMediaPlayer1.Name = "AxWindowsMediaPlayer1"
|
||
Me.AxWindowsMediaPlayer1.OcxState = CType(resources.GetObject("AxWindowsMediaPlayer1.OcxState"), System.Windows.Forms.AxHost.State)
|
||
Me.AxWindowsMediaPlayer1.Size = New System.Drawing.Size(827, 495)
|
||
Me.AxWindowsMediaPlayer1.TabIndex = 1
|
||
'
|
||
'PictureBox1
|
||
'
|
||
Me.PictureBox1.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.PictureBox1.Dock = System.Windows.Forms.DockStyle.Bottom
|
||
Me.PictureBox1.Location = New System.Drawing.Point(0, 452)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(827, 43)
|
||
Me.PictureBox1.TabIndex = 3
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'GunaMetroTrackBar1
|
||
'
|
||
Me.GunaMetroTrackBar1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.GunaMetroTrackBar1.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.GunaMetroTrackBar1.Location = New System.Drawing.Point(61, 449)
|
||
Me.GunaMetroTrackBar1.Name = "GunaMetroTrackBar1"
|
||
Me.GunaMetroTrackBar1.Size = New System.Drawing.Size(763, 23)
|
||
Me.GunaMetroTrackBar1.TabIndex = 4
|
||
Me.GunaMetroTrackBar1.TrackColor = System.Drawing.Color.DimGray
|
||
Me.GunaMetroTrackBar1.TrackHoverColor = System.Drawing.Color.Gray
|
||
Me.GunaMetroTrackBar1.TrackIdleColor = System.Drawing.Color.Silver
|
||
Me.GunaMetroTrackBar1.TrackPressedColor = System.Drawing.Color.Black
|
||
Me.GunaMetroTrackBar1.Value = 0
|
||
'
|
||
'PictureBox2
|
||
'
|
||
Me.PictureBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.PictureBox2.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
|
||
Me.PictureBox2.Location = New System.Drawing.Point(401, 449)
|
||
Me.PictureBox2.Name = "PictureBox2"
|
||
Me.PictureBox2.Size = New System.Drawing.Size(70, 37)
|
||
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox2.TabIndex = 5
|
||
Me.PictureBox2.TabStop = False
|
||
'
|
||
'PictureBox3
|
||
'
|
||
Me.PictureBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.PictureBox3.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
|
||
Me.PictureBox3.Location = New System.Drawing.Point(477, 449)
|
||
Me.PictureBox3.Name = "PictureBox3"
|
||
Me.PictureBox3.Size = New System.Drawing.Size(70, 37)
|
||
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox3.TabIndex = 5
|
||
Me.PictureBox3.TabStop = False
|
||
Me.PictureBox3.Visible = False
|
||
'
|
||
'OpenFileDialog1
|
||
'
|
||
Me.OpenFileDialog1.Filter = "tout le fichier|*.*"
|
||
Me.OpenFileDialog1.Title = "ouvrir"
|
||
'
|
||
'PictureBox4
|
||
'
|
||
Me.PictureBox4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.PictureBox4.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image)
|
||
Me.PictureBox4.Location = New System.Drawing.Point(570, 452)
|
||
Me.PictureBox4.Name = "PictureBox4"
|
||
Me.PictureBox4.Size = New System.Drawing.Size(70, 37)
|
||
Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox4.TabIndex = 5
|
||
Me.PictureBox4.TabStop = False
|
||
Me.PictureBox4.Visible = False
|
||
'
|
||
'PictureBox5
|
||
'
|
||
Me.PictureBox5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.PictureBox5.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), System.Drawing.Image)
|
||
Me.PictureBox5.Location = New System.Drawing.Point(325, 449)
|
||
Me.PictureBox5.Name = "PictureBox5"
|
||
Me.PictureBox5.Size = New System.Drawing.Size(70, 37)
|
||
Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox5.TabIndex = 5
|
||
Me.PictureBox5.TabStop = False
|
||
'
|
||
'PictureBox9
|
||
'
|
||
Me.PictureBox9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.PictureBox9.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.PictureBox9.Image = CType(resources.GetObject("PictureBox9.Image"), System.Drawing.Image)
|
||
Me.PictureBox9.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.PictureBox9.Location = New System.Drawing.Point(686, 460)
|
||
Me.PictureBox9.Name = "PictureBox9"
|
||
Me.PictureBox9.Size = New System.Drawing.Size(26, 33)
|
||
Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox9.TabIndex = 32
|
||
Me.PictureBox9.TabStop = False
|
||
Me.PictureBox9.Visible = False
|
||
'
|
||
'Label5
|
||
'
|
||
Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.Label5.AutoSize = True
|
||
Me.Label5.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||
Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.Label5.Location = New System.Drawing.Point(710, 466)
|
||
Me.Label5.Name = "Label5"
|
||
Me.Label5.Size = New System.Drawing.Size(57, 20)
|
||
Me.Label5.TabIndex = 30
|
||
Me.Label5.Text = "Label4"
|
||
'
|
||
'Label4
|
||
'
|
||
Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.Label4.AutoSize = True
|
||
Me.Label4.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||
Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.Label4.Location = New System.Drawing.Point(765, 466)
|
||
Me.Label4.Name = "Label4"
|
||
Me.Label4.Size = New System.Drawing.Size(57, 20)
|
||
Me.Label4.TabIndex = 31
|
||
Me.Label4.Text = "Label4"
|
||
'
|
||
'OpenFileDialog2
|
||
'
|
||
Me.OpenFileDialog2.AddExtension = False
|
||
Me.OpenFileDialog2.Filter = "vidéo|*.mp4;*.mkv;*.ts;*.avi;*.mov;*.wmv|musique|*.mp3"
|
||
'
|
||
'OpenFileDialog3
|
||
'
|
||
Me.OpenFileDialog3.AddExtension = False
|
||
'
|
||
'OpenFileDialog4
|
||
'
|
||
Me.OpenFileDialog4.InitialDirectory = "C:\\"
|
||
'
|
||
'ListBox2
|
||
'
|
||
Me.ListBox2.FormattingEnabled = True
|
||
Me.ListBox2.Location = New System.Drawing.Point(239, 162)
|
||
Me.ListBox2.Name = "ListBox2"
|
||
Me.ListBox2.Size = New System.Drawing.Size(120, 95)
|
||
Me.ListBox2.TabIndex = 35
|
||
Me.ListBox2.Visible = False
|
||
'
|
||
'ListBox1
|
||
'
|
||
Me.ListBox1.FormattingEnabled = True
|
||
Me.ListBox1.Location = New System.Drawing.Point(355, 109)
|
||
Me.ListBox1.Name = "ListBox1"
|
||
Me.ListBox1.Size = New System.Drawing.Size(240, 212)
|
||
Me.ListBox1.TabIndex = 34
|
||
'
|
||
'Label2
|
||
'
|
||
Me.Label2.AutoSize = True
|
||
Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.Label2.Location = New System.Drawing.Point(394, 241)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(39, 13)
|
||
Me.Label2.TabIndex = 36
|
||
Me.Label2.Text = "Label2"
|
||
'
|
||
'PictureBox6
|
||
'
|
||
Me.PictureBox6.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.PictureBox6.BackColor = System.Drawing.SystemColors.ActiveCaptionText
|
||
Me.PictureBox6.Image = CType(resources.GetObject("PictureBox6.Image"), System.Drawing.Image)
|
||
Me.PictureBox6.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.PictureBox6.Location = New System.Drawing.Point(3, 0)
|
||
Me.PictureBox6.Name = "PictureBox6"
|
||
Me.PictureBox6.Size = New System.Drawing.Size(824, 428)
|
||
Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox6.TabIndex = 38
|
||
Me.PictureBox6.TabStop = False
|
||
Me.PictureBox6.Visible = False
|
||
'
|
||
'PictureBox7
|
||
'
|
||
Me.PictureBox7.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.PictureBox7.BackColor = System.Drawing.SystemColors.ActiveCaptionText
|
||
Me.PictureBox7.Image = CType(resources.GetObject("PictureBox7.Image"), System.Drawing.Image)
|
||
Me.PictureBox7.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.PictureBox7.Location = New System.Drawing.Point(0, 0)
|
||
Me.PictureBox7.Name = "PictureBox7"
|
||
Me.PictureBox7.Size = New System.Drawing.Size(827, 428)
|
||
Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox7.TabIndex = 37
|
||
Me.PictureBox7.TabStop = False
|
||
'
|
||
'Label3
|
||
'
|
||
Me.Label3.AutoSize = True
|
||
Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.Label3.Location = New System.Drawing.Point(95, 470)
|
||
Me.Label3.Name = "Label3"
|
||
Me.Label3.Size = New System.Drawing.Size(39, 13)
|
||
Me.Label3.TabIndex = 45
|
||
Me.Label3.Text = "Label3"
|
||
Me.Label3.Visible = False
|
||
'
|
||
'AxWindowsMediaPlayer2
|
||
'
|
||
Me.AxWindowsMediaPlayer2.Enabled = True
|
||
Me.AxWindowsMediaPlayer2.Location = New System.Drawing.Point(143, 460)
|
||
Me.AxWindowsMediaPlayer2.Name = "AxWindowsMediaPlayer2"
|
||
Me.AxWindowsMediaPlayer2.OcxState = CType(resources.GetObject("AxWindowsMediaPlayer2.OcxState"), System.Windows.Forms.AxHost.State)
|
||
Me.AxWindowsMediaPlayer2.Size = New System.Drawing.Size(36, 27)
|
||
Me.AxWindowsMediaPlayer2.TabIndex = 44
|
||
Me.AxWindowsMediaPlayer2.Visible = False
|
||
'
|
||
'TextBox3
|
||
'
|
||
Me.TextBox3.Location = New System.Drawing.Point(185, 467)
|
||
Me.TextBox3.Name = "TextBox3"
|
||
Me.TextBox3.Size = New System.Drawing.Size(17, 20)
|
||
Me.TextBox3.TabIndex = 43
|
||
'
|
||
'ProgressBar3
|
||
'
|
||
Me.ProgressBar3.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.ProgressBar3.Location = New System.Drawing.Point(294, 458)
|
||
Me.ProgressBar3.Name = "ProgressBar3"
|
||
Me.ProgressBar3.Size = New System.Drawing.Size(10, 23)
|
||
Me.ProgressBar3.TabIndex = 42
|
||
'
|
||
'ProgressBar2
|
||
'
|
||
Me.ProgressBar2.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.ProgressBar2.Location = New System.Drawing.Point(278, 458)
|
||
Me.ProgressBar2.Name = "ProgressBar2"
|
||
Me.ProgressBar2.Size = New System.Drawing.Size(10, 23)
|
||
Me.ProgressBar2.TabIndex = 41
|
||
'
|
||
'ProgressBar1
|
||
'
|
||
Me.ProgressBar1.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.ProgressBar1.Location = New System.Drawing.Point(262, 457)
|
||
Me.ProgressBar1.Name = "ProgressBar1"
|
||
Me.ProgressBar1.Size = New System.Drawing.Size(10, 23)
|
||
Me.ProgressBar1.TabIndex = 40
|
||
'
|
||
'TextBox1
|
||
'
|
||
Me.TextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.TextBox1.Location = New System.Drawing.Point(208, 469)
|
||
Me.TextBox1.Name = "TextBox1"
|
||
Me.TextBox1.Size = New System.Drawing.Size(21, 20)
|
||
Me.TextBox1.TabIndex = 39
|
||
'
|
||
'PictureBox8
|
||
'
|
||
Me.PictureBox8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.PictureBox8.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.PictureBox8.Image = CType(resources.GetObject("PictureBox8.Image"), System.Drawing.Image)
|
||
Me.PictureBox8.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.PictureBox8.Location = New System.Drawing.Point(239, 451)
|
||
Me.PictureBox8.Name = "PictureBox8"
|
||
Me.PictureBox8.Size = New System.Drawing.Size(58, 36)
|
||
Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox8.TabIndex = 49
|
||
Me.PictureBox8.TabStop = False
|
||
'
|
||
'Button2
|
||
'
|
||
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.Button2.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
|
||
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
||
Me.Button2.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.Button2.Location = New System.Drawing.Point(194, 466)
|
||
Me.Button2.Name = "Button2"
|
||
Me.Button2.Size = New System.Drawing.Size(30, 18)
|
||
Me.Button2.TabIndex = 48
|
||
Me.Button2.Text = "+"
|
||
Me.Button2.UseVisualStyleBackColor = False
|
||
'
|
||
'Button1
|
||
'
|
||
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.Button1.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
|
||
Me.Button1.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.Button1.Location = New System.Drawing.Point(88, 466)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(28, 18)
|
||
Me.Button1.TabIndex = 47
|
||
Me.Button1.Text = "-" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
|
||
Me.Button1.UseVisualStyleBackColor = False
|
||
'
|
||
'Label1
|
||
'
|
||
Me.Label1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.Label1.AutoSize = True
|
||
Me.Label1.BackColor = System.Drawing.SystemColors.ActiveCaption
|
||
Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||
Me.Label1.Location = New System.Drawing.Point(122, 469)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(39, 13)
|
||
Me.Label1.TabIndex = 46
|
||
Me.Label1.Text = "Label1"
|
||
'
|
||
'Form136
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(827, 495)
|
||
Me.Controls.Add(Me.PictureBox8)
|
||
Me.Controls.Add(Me.Button2)
|
||
Me.Controls.Add(Me.Button1)
|
||
Me.Controls.Add(Me.Label1)
|
||
Me.Controls.Add(Me.Label3)
|
||
Me.Controls.Add(Me.AxWindowsMediaPlayer2)
|
||
Me.Controls.Add(Me.TextBox3)
|
||
Me.Controls.Add(Me.ProgressBar3)
|
||
Me.Controls.Add(Me.ProgressBar2)
|
||
Me.Controls.Add(Me.ProgressBar1)
|
||
Me.Controls.Add(Me.TextBox1)
|
||
Me.Controls.Add(Me.PictureBox7)
|
||
Me.Controls.Add(Me.Label2)
|
||
Me.Controls.Add(Me.ListBox2)
|
||
Me.Controls.Add(Me.ListBox1)
|
||
Me.Controls.Add(Me.PictureBox9)
|
||
Me.Controls.Add(Me.Label5)
|
||
Me.Controls.Add(Me.Label4)
|
||
Me.Controls.Add(Me.GunaPictureBox5)
|
||
Me.Controls.Add(Me.PictureBox5)
|
||
Me.Controls.Add(Me.PictureBox4)
|
||
Me.Controls.Add(Me.PictureBox3)
|
||
Me.Controls.Add(Me.PictureBox2)
|
||
Me.Controls.Add(Me.GunaMetroTrackBar1)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.Controls.Add(Me.PictureBox6)
|
||
Me.Controls.Add(Me.AxWindowsMediaPlayer1)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.Name = "Form136"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "lecteur média"
|
||
Me.ContextMenuStrip1.ResumeLayout(False)
|
||
CType(Me.GunaPictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.AxWindowsMediaPlayer1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.AxWindowsMediaPlayer2, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
Friend WithEvents AxWindowsMediaPlayer1 As AxWMPLib.AxWindowsMediaPlayer
|
||
Friend WithEvents GunaPictureBox5 As Guna.UI.WinForms.GunaPictureBox
|
||
Friend WithEvents PictureBox1 As PictureBox
|
||
Friend WithEvents GunaMetroTrackBar1 As Guna.UI.WinForms.GunaMetroTrackBar
|
||
Friend WithEvents PictureBox2 As PictureBox
|
||
Friend WithEvents PictureBox3 As PictureBox
|
||
Friend WithEvents OpenFileDialog1 As OpenFileDialog
|
||
Friend WithEvents PictureBox4 As PictureBox
|
||
Friend WithEvents PictureBox5 As PictureBox
|
||
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
|
||
Friend WithEvents TestToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents RaccourciToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents BugEtModifycationToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents AProposDuLecteurToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents PictureBox9 As PictureBox
|
||
Friend WithEvents Label5 As Label
|
||
Friend WithEvents Label4 As Label
|
||
Public WithEvents OpenFileDialog2 As OpenFileDialog
|
||
Public WithEvents OpenFileDialog3 As OpenFileDialog
|
||
Public WithEvents OpenFileDialog4 As OpenFileDialog
|
||
Friend WithEvents ListBox2 As ListBox
|
||
Friend WithEvents ListBox1 As ListBox
|
||
Friend WithEvents Label2 As Label
|
||
Friend WithEvents PictureBox6 As PictureBox
|
||
Friend WithEvents PictureBox7 As PictureBox
|
||
Friend WithEvents Label3 As Label
|
||
Friend WithEvents AxWindowsMediaPlayer2 As AxWMPLib.AxWindowsMediaPlayer
|
||
Friend WithEvents TextBox3 As TextBox
|
||
Friend WithEvents ProgressBar3 As ProgressBar
|
||
Friend WithEvents ProgressBar2 As ProgressBar
|
||
Friend WithEvents ProgressBar1 As ProgressBar
|
||
Friend WithEvents TextBox1 As TextBox
|
||
Friend WithEvents PictureBox8 As PictureBox
|
||
Friend WithEvents Button2 As Button
|
||
Friend WithEvents Button1 As Button
|
||
Friend WithEvents Label1 As Label
|
||
End Class
|