Partial Class Form2 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(Form2)) Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.Panel1 = New System.Windows.Forms.Panel() Me.Button2 = New System.Windows.Forms.Button() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Button1 = New System.Windows.Forms.Button() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.Label2 = New System.Windows.Forms.Label() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.Panel2 = New System.Windows.Forms.Panel() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.Panel1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.Panel2.SuspendLayout() Me.SuspendLayout() ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Top Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(505, 255) Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.Panel1) Me.TabPage1.Location = New System.Drawing.Point(4, 25) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(497, 226) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "paramètre général" Me.TabPage1.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Controls.Add(Me.ComboBox2) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.ComboBox1) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.CheckBox2) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.CheckBox1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(3, 3) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(491, 220) Me.Panel1.TabIndex = 4 ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(259, 183) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(232, 34) Me.Button2.TabIndex = 2 Me.Button2.Text = "Remètre le paramètre par defaut" Me.Button2.UseVisualStyleBackColor = True ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"Sombre", "Claire"}) Me.ComboBox2.Location = New System.Drawing.Point(77, 43) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(185, 24) Me.ComboBox2.TabIndex = 3 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(5, 183) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(232, 34) Me.Button1.TabIndex = 2 Me.Button1.Text = "Enregister les paramètre" Me.Button1.UseVisualStyleBackColor = True ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"Français"}) Me.ComboBox1.Location = New System.Drawing.Point(77, 4) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(185, 24) Me.ComboBox1.TabIndex = 3 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(4, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(67, 16) Me.Label1.TabIndex = 0 Me.Label1.Text = "Langauge:" ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Location = New System.Drawing.Point(7, 104) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(261, 20) Me.CheckBox2.TabIndex = 1 Me.CheckBox2.Text = "Arrêter l'ordinateur après une sauvegarde" Me.CheckBox2.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(21, 46) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(50, 16) Me.Label2.TabIndex = 0 Me.Label2.Text = "Thème:" ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(7, 78) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(260, 20) Me.CheckBox1.TabIndex = 1 Me.CheckBox1.Text = "Rechercher les mis a jour aux démarage" Me.CheckBox1.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.Panel2) Me.TabPage2.Location = New System.Drawing.Point(4, 25) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(497, 226) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "profil" Me.TabPage2.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.Controls.Add(Me.ListBox1) Me.Panel2.Controls.Add(Me.Button4) Me.Panel2.Controls.Add(Me.Button3) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel2.Location = New System.Drawing.Point(3, 3) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(491, 220) Me.Panel2.TabIndex = 2 ' 'ListBox1 ' Me.ListBox1.Dock = System.Windows.Forms.DockStyle.Top Me.ListBox1.FormattingEnabled = True Me.ListBox1.ItemHeight = 16 Me.ListBox1.Location = New System.Drawing.Point(0, 0) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(491, 180) Me.ListBox1.TabIndex = 0 ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(255, 191) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(233, 23) Me.Button4.TabIndex = 1 Me.Button4.Text = "Suppimer un profil" Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(3, 190) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(242, 23) Me.Button3.TabIndex = 1 Me.Button3.Text = "Créer un profil" Me.Button3.UseVisualStyleBackColor = True ' 'Form2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(505, 253) Me.Controls.Add(Me.TabControl1) Me.Font = New System.Drawing.Font("Arial", 9.75!, 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(521, 292) Me.MinimumSize = New System.Drawing.Size(521, 292) Me.Name = "Form2" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "paramètre" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.TabPage2.ResumeLayout(False) Me.Panel2.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents TabPage2 As TabPage Friend WithEvents Button1 As Button Friend WithEvents CheckBox2 As CheckBox Friend WithEvents CheckBox1 As CheckBox Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Friend WithEvents ComboBox2 As ComboBox Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Button2 As Button Friend WithEvents Button4 As Button Friend WithEvents Button3 As Button Friend WithEvents ListBox1 As ListBox Friend WithEvents Panel1 As Panel Friend WithEvents Panel2 As Panel End Class