Files
Lecteur-media/lecteur/lecteur média/Form76.Designer.vb
T
2026-06-18 14:15:48 +02:00

89 lines
4.2 KiB
VB.net
Raw 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 Form76
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(Form76))
Me.GunaLabel10 = New Guna.UI.WinForms.GunaLabel()
Me.GunaLabel9 = New Guna.UI.WinForms.GunaLabel()
Me.GunaGoogleSwitch5 = New Guna.UI.WinForms.GunaGoogleSwitch()
Me.SuspendLayout()
'
'GunaLabel10
'
Me.GunaLabel10.AutoSize = True
Me.GunaLabel10.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GunaLabel10.Location = New System.Drawing.Point(209, 8)
Me.GunaLabel10.Name = "GunaLabel10"
Me.GunaLabel10.Size = New System.Drawing.Size(78, 18)
Me.GunaLabel10.TabIndex = 12
Me.GunaLabel10.Text = "Désactivé"
'
'GunaLabel9
'
Me.GunaLabel9.AutoSize = True
Me.GunaLabel9.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GunaLabel9.Location = New System.Drawing.Point(12, 9)
Me.GunaLabel9.Name = "GunaLabel9"
Me.GunaLabel9.Size = New System.Drawing.Size(154, 18)
Me.GunaLabel9.TabIndex = 11
Me.GunaLabel9.Text = "Afficher les karaokés"
'
'GunaGoogleSwitch5
'
Me.GunaGoogleSwitch5.BaseColor = System.Drawing.SystemColors.Control
Me.GunaGoogleSwitch5.CheckedOffColor = System.Drawing.Color.Silver
Me.GunaGoogleSwitch5.CheckedOnColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
Me.GunaGoogleSwitch5.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
Me.GunaGoogleSwitch5.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.GunaGoogleSwitch5.Location = New System.Drawing.Point(163, 9)
Me.GunaGoogleSwitch5.Margin = New System.Windows.Forms.Padding(4, 3, 5, 4)
Me.GunaGoogleSwitch5.Name = "GunaGoogleSwitch5"
Me.GunaGoogleSwitch5.Size = New System.Drawing.Size(38, 23)
Me.GunaGoogleSwitch5.TabIndex = 10
'
'Form76
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(292, 40)
Me.Controls.Add(Me.GunaGoogleSwitch5)
Me.Controls.Add(Me.GunaLabel10)
Me.Controls.Add(Me.GunaLabel9)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(308, 79)
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(308, 79)
Me.Name = "Form76"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Option"
Me.TopMost = True
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents GunaLabel10 As Guna.UI.WinForms.GunaLabel
Friend WithEvents GunaLabel9 As Guna.UI.WinForms.GunaLabel
Friend WithEvents GunaGoogleSwitch5 As Guna.UI.WinForms.GunaGoogleSwitch
End Class