Files
2026-06-18 14:15:48 +02:00

101 lines
5.1 KiB
VB.net
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form36
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(Form36))
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ExporterLeThémeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ModifierLeThémeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.SupprimerLeThémeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
Me.ContextMenuStrip1.SuspendLayout()
Me.SuspendLayout()
'
'ListBox1
'
Me.ListBox1.ContextMenuStrip = Me.ContextMenuStrip1
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.HorizontalScrollbar = True
Me.ListBox1.ItemHeight = 18
Me.ListBox1.Location = New System.Drawing.Point(0, 0)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(476, 220)
Me.ListBox1.TabIndex = 0
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExporterLeThémeToolStripMenuItem, Me.ModifierLeThémeToolStripMenuItem, Me.SupprimerLeThémeToolStripMenuItem})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(181, 70)
'
'ExporterLeThémeToolStripMenuItem
'
Me.ExporterLeThémeToolStripMenuItem.Image = CType(resources.GetObject("ExporterLeThémeToolStripMenuItem.Image"), System.Drawing.Image)
Me.ExporterLeThémeToolStripMenuItem.Name = "ExporterLeThémeToolStripMenuItem"
Me.ExporterLeThémeToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.ExporterLeThémeToolStripMenuItem.Text = "Exporter le Thème"
'
'ModifierLeThémeToolStripMenuItem
'
Me.ModifierLeThémeToolStripMenuItem.Image = CType(resources.GetObject("ModifierLeThémeToolStripMenuItem.Image"), System.Drawing.Image)
Me.ModifierLeThémeToolStripMenuItem.Name = "ModifierLeThémeToolStripMenuItem"
Me.ModifierLeThémeToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.ModifierLeThémeToolStripMenuItem.Text = "Modifier le Thème"
'
'SupprimerLeThémeToolStripMenuItem
'
Me.SupprimerLeThémeToolStripMenuItem.Image = CType(resources.GetObject("SupprimerLeThémeToolStripMenuItem.Image"), System.Drawing.Image)
Me.SupprimerLeThémeToolStripMenuItem.Name = "SupprimerLeThémeToolStripMenuItem"
Me.SupprimerLeThémeToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.SupprimerLeThémeToolStripMenuItem.Text = "Supprimer le Thème"
'
'Form36
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 18.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(476, 219)
Me.Controls.Add(Me.ListBox1)
Me.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(4)
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(492, 258)
Me.MinimumSize = New System.Drawing.Size(492, 258)
Me.Name = "Form36"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Gérer les thèmes"
Me.ContextMenuStrip1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents ListBox1 As ListBox
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
Friend WithEvents ExporterLeThémeToolStripMenuItem As ToolStripMenuItem
Friend WithEvents ModifierLeThémeToolStripMenuItem As ToolStripMenuItem
Friend WithEvents SupprimerLeThémeToolStripMenuItem As ToolStripMenuItem
Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
End Class