_ Partial Class Form186 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form186)) Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Button1 = New System.Windows.Forms.Button() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Timer3 = New System.Windows.Forms.Timer(Me.components) Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.PictureBox4 = New System.Windows.Forms.PictureBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(5, 3) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(180, 18) Me.Label1.TabIndex = 0 Me.Label1.Text = "Nouveau mots de passe:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(5, 27) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(268, 18) Me.Label2.TabIndex = 0 Me.Label2.Text = "Confirmez le nouveau mots de passe:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(5, 54) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(106, 18) Me.Label3.TabIndex = 0 Me.Label3.Text = "Nouveau mail:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(5, 80) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(194, 18) Me.Label4.TabIndex = 0 Me.Label4.Text = "Confirmez le nouveau mail:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(187, 4) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(403, 20) Me.TextBox1.TabIndex = 0 Me.TextBox1.UseSystemPasswordChar = True ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(272, 28) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(318, 20) Me.TextBox2.TabIndex = 1 Me.TextBox2.UseSystemPasswordChar = True ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(116, 54) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(376, 20) Me.TextBox3.TabIndex = 2 ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(204, 81) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(288, 20) Me.TextBox4.TabIndex = 4 ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"@gmail.com", "@yahoo.fr", "@lapost.net", "@outlook.com", "@icloud.com"}) Me.ComboBox1.Location = New System.Drawing.Point(498, 81) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(121, 21) Me.ComboBox1.TabIndex = 5 ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"@gmail.com", "@yahoo.fr", "@lapost.net", "@outlook.com", "@icloud.com"}) Me.ComboBox2.Location = New System.Drawing.Point(498, 55) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(121, 21) Me.ComboBox2.TabIndex = 3 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(12, 106) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(607, 35) Me.Button1.TabIndex = 6 Me.Button1.Text = "Enregistrer" Me.Button1.UseVisualStyleBackColor = True ' 'Timer1 ' Me.Timer1.Interval = 1 ' 'Timer3 ' Me.Timer3.Interval = 1 ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(596, 4) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(23, 20) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 7 Me.PictureBox1.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(596, 1) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(23, 23) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 8 Me.PictureBox2.TabStop = False ' 'PictureBox3 ' Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image) Me.PictureBox3.Location = New System.Drawing.Point(596, 27) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(23, 23) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox3.TabIndex = 10 Me.PictureBox3.TabStop = False ' 'PictureBox4 ' Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image) Me.PictureBox4.Location = New System.Drawing.Point(596, 30) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(23, 20) Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox4.TabIndex = 9 Me.PictureBox4.TabStop = False ' 'Form186 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(628, 148) Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.PictureBox4) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(644, 187) Me.MinimizeBox = False Me.MinimumSize = New System.Drawing.Size(644, 187) Me.Name = "Form186" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Modification du compte:" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents TextBox2 As TextBox Friend WithEvents TextBox3 As TextBox Friend WithEvents TextBox4 As TextBox Friend WithEvents ComboBox1 As ComboBox Friend WithEvents ComboBox2 As ComboBox Friend WithEvents Button1 As Button Friend WithEvents Timer1 As Timer Friend WithEvents Timer3 As Timer Friend WithEvents PictureBox1 As PictureBox Friend WithEvents PictureBox2 As PictureBox Friend WithEvents PictureBox3 As PictureBox Friend WithEvents PictureBox4 As PictureBox End Class