101 lines
4.1 KiB
VB.net
101 lines
4.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||
Partial Class Form142
|
||
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(Form142))
|
||
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
||
Me.Button1 = New System.Windows.Forms.Button()
|
||
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
||
Me.SuspendLayout()
|
||
'
|
||
'TextBox2
|
||
'
|
||
Me.TextBox2.Location = New System.Drawing.Point(125, 9)
|
||
Me.TextBox2.Name = "TextBox2"
|
||
Me.TextBox2.Size = New System.Drawing.Size(229, 20)
|
||
Me.TextBox2.TabIndex = 1
|
||
'
|
||
'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(9, 9)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(113, 18)
|
||
Me.Label2.TabIndex = 1
|
||
Me.Label2.Text = "Nouveaux mail:"
|
||
'
|
||
'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(360, 10)
|
||
Me.ComboBox2.Name = "ComboBox2"
|
||
Me.ComboBox2.Size = New System.Drawing.Size(121, 21)
|
||
Me.ComboBox2.TabIndex = 2
|
||
'
|
||
'Button1
|
||
'
|
||
Me.Button1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Button1.Location = New System.Drawing.Point(12, 37)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(472, 24)
|
||
Me.Button1.TabIndex = 3
|
||
Me.Button1.Text = "Modifier"
|
||
Me.Button1.UseVisualStyleBackColor = True
|
||
'
|
||
'Timer1
|
||
'
|
||
Me.Timer1.Interval = 1
|
||
'
|
||
'Form142
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(492, 65)
|
||
Me.Controls.Add(Me.Button1)
|
||
Me.Controls.Add(Me.ComboBox2)
|
||
Me.Controls.Add(Me.Label2)
|
||
Me.Controls.Add(Me.TextBox2)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(508, 147)
|
||
Me.MinimizeBox = False
|
||
Me.Name = "Form142"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "Mail"
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
Friend WithEvents TextBox2 As TextBox
|
||
Friend WithEvents Label2 As Label
|
||
Friend WithEvents ComboBox2 As ComboBox
|
||
Friend WithEvents Button1 As Button
|
||
Friend WithEvents Timer1 As Timer
|
||
End Class
|