Partial Class Form9 Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. 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. Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form9)) Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.GunaLabel10 = New Guna.UI.WinForms.GunaLabel() Me.GunaLabel9 = New Guna.UI.WinForms.GunaLabel() Me.GunaGoogleSwitch5 = New Guna.UI.WinForms.GunaGoogleSwitch() Me.GunaLabel1 = New Guna.UI.WinForms.GunaLabel() Me.GunaLabel2 = New Guna.UI.WinForms.GunaLabel() Me.GunaGoogleSwitch1 = New Guna.UI.WinForms.GunaGoogleSwitch() Me.SuspendLayout() ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CheckBox1.Location = New System.Drawing.Point(12, 12) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(241, 22) Me.CheckBox1.TabIndex = 0 Me.CheckBox1.Text = "Régler le son au démarrage à :" Me.CheckBox1.UseVisualStyleBackColor = True ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100"}) Me.ComboBox1.Location = New System.Drawing.Point(248, 15) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(121, 21) Me.ComboBox1.TabIndex = 1 ' '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(287, 44) Me.GunaLabel10.Name = "GunaLabel10" Me.GunaLabel10.Size = New System.Drawing.Size(87, 18) Me.GunaLabel10.TabIndex = 12 Me.GunaLabel10.Text = "Désactivée" ' '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(9, 43) Me.GunaLabel9.Name = "GunaLabel9" Me.GunaLabel9.Size = New System.Drawing.Size(230, 18) Me.GunaLabel9.TabIndex = 11 Me.GunaLabel9.Text = "Mettre le lecteur au premier plan" ' '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(245, 44) 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 ' 'GunaLabel1 ' Me.GunaLabel1.AutoSize = True Me.GunaLabel1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GunaLabel1.Location = New System.Drawing.Point(167, 68) Me.GunaLabel1.Name = "GunaLabel1" Me.GunaLabel1.Size = New System.Drawing.Size(87, 18) Me.GunaLabel1.TabIndex = 15 Me.GunaLabel1.Text = "Désactivée" ' 'GunaLabel2 ' Me.GunaLabel2.AutoSize = True Me.GunaLabel2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GunaLabel2.Location = New System.Drawing.Point(10, 68) Me.GunaLabel2.Name = "GunaLabel2" Me.GunaLabel2.Size = New System.Drawing.Size(108, 18) Me.GunaLabel2.TabIndex = 14 Me.GunaLabel2.Text = "Voir les radios" ' 'GunaGoogleSwitch1 ' Me.GunaGoogleSwitch1.BaseColor = System.Drawing.SystemColors.Control Me.GunaGoogleSwitch1.CheckedOffColor = System.Drawing.Color.Silver Me.GunaGoogleSwitch1.CheckedOnColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.GunaGoogleSwitch1.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.GunaGoogleSwitch1.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.GunaGoogleSwitch1.Location = New System.Drawing.Point(125, 68) Me.GunaGoogleSwitch1.Margin = New System.Windows.Forms.Padding(4, 3, 5, 4) Me.GunaGoogleSwitch1.Name = "GunaGoogleSwitch1" Me.GunaGoogleSwitch1.Size = New System.Drawing.Size(38, 23) Me.GunaGoogleSwitch1.TabIndex = 13 ' 'Form9 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(381, 100) Me.Controls.Add(Me.GunaLabel1) Me.Controls.Add(Me.GunaLabel2) Me.Controls.Add(Me.GunaGoogleSwitch1) Me.Controls.Add(Me.GunaLabel10) Me.Controls.Add(Me.GunaLabel9) Me.Controls.Add(Me.GunaGoogleSwitch5) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.CheckBox1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(397, 139) Me.MinimizeBox = False Me.MinimumSize = New System.Drawing.Size(397, 139) Me.Name = "Form9" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Option mini lecteur" Me.TopMost = True Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents CheckBox1 As CheckBox Friend WithEvents ComboBox1 As ComboBox Friend WithEvents GunaLabel10 As Guna.UI.WinForms.GunaLabel Friend WithEvents GunaLabel9 As Guna.UI.WinForms.GunaLabel Friend WithEvents GunaGoogleSwitch5 As Guna.UI.WinForms.GunaGoogleSwitch Friend WithEvents GunaLabel1 As Guna.UI.WinForms.GunaLabel Friend WithEvents GunaLabel2 As Guna.UI.WinForms.GunaLabel Friend WithEvents GunaGoogleSwitch1 As Guna.UI.WinForms.GunaGoogleSwitch End Class