first commit

This commit is contained in:
2026-06-18 14:15:48 +02:00
commit da234e4c63
5567 changed files with 4284011 additions and 0 deletions
+161
View File
@@ -0,0 +1,161 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class favoris
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(favoris))
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.LireToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.SupprimerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToutSupprimerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.ContextMenuStrip1.SuspendLayout()
Me.SuspendLayout()
'
'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(12, 12)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(123, 43)
Me.Button1.TabIndex = 0
Me.Button1.Text = "Lire"
Me.Button1.UseVisualStyleBackColor = True
'
'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(12, 61)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(123, 43)
Me.Button2.TabIndex = 0
Me.Button2.Text = "Supprimer"
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(12, 159)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(123, 39)
Me.Button3.TabIndex = 0
Me.Button3.Text = "Tout supprimer"
Me.Button3.UseVisualStyleBackColor = True
Me.Button3.Visible = False
'
'Button4
'
Me.Button4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button4.Location = New System.Drawing.Point(12, 110)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(123, 43)
Me.Button4.TabIndex = 0
Me.Button4.Text = "Quitter"
Me.Button4.UseVisualStyleBackColor = True
'
'ListBox1
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.HorizontalScrollbar = True
Me.ListBox1.Location = New System.Drawing.Point(141, 12)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(294, 212)
Me.ListBox1.TabIndex = 1
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LireToolStripMenuItem, Me.SupprimerToolStripMenuItem, Me.ToutSupprimerToolStripMenuItem})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(155, 70)
'
'LireToolStripMenuItem
'
Me.LireToolStripMenuItem.Image = CType(resources.GetObject("LireToolStripMenuItem.Image"), System.Drawing.Image)
Me.LireToolStripMenuItem.Name = "LireToolStripMenuItem"
Me.LireToolStripMenuItem.Size = New System.Drawing.Size(154, 22)
Me.LireToolStripMenuItem.Text = "Lire"
'
'SupprimerToolStripMenuItem
'
Me.SupprimerToolStripMenuItem.Image = CType(resources.GetObject("SupprimerToolStripMenuItem.Image"), System.Drawing.Image)
Me.SupprimerToolStripMenuItem.Name = "SupprimerToolStripMenuItem"
Me.SupprimerToolStripMenuItem.Size = New System.Drawing.Size(154, 22)
Me.SupprimerToolStripMenuItem.Text = "Supprimer"
'
'ToutSupprimerToolStripMenuItem
'
Me.ToutSupprimerToolStripMenuItem.Image = CType(resources.GetObject("ToutSupprimerToolStripMenuItem.Image"), System.Drawing.Image)
Me.ToutSupprimerToolStripMenuItem.Name = "ToutSupprimerToolStripMenuItem"
Me.ToutSupprimerToolStripMenuItem.Size = New System.Drawing.Size(154, 22)
Me.ToutSupprimerToolStripMenuItem.Text = "Tout supprimer"
Me.ToutSupprimerToolStripMenuItem.Visible = False
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(12, 204)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(100, 20)
Me.TextBox1.TabIndex = 2
Me.TextBox1.Visible = False
'
'favoris
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(437, 229)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.ListBox1)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(453, 268)
Me.MinimumSize = New System.Drawing.Size(453, 268)
Me.Name = "favoris"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "favoris"
Me.TopMost = True
Me.ContextMenuStrip1.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
Friend WithEvents Button3 As Button
Friend WithEvents Button4 As Button
Friend WithEvents ListBox1 As ListBox
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
Friend WithEvents LireToolStripMenuItem As ToolStripMenuItem
Friend WithEvents SupprimerToolStripMenuItem As ToolStripMenuItem
Friend WithEvents ToutSupprimerToolStripMenuItem As ToolStripMenuItem
Friend WithEvents TextBox1 As TextBox
End Class