183 lines
7.1 KiB
VB.net
183 lines
7.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class Form189
|
||
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(Form189))
|
||
Me.tbfilm = New System.Windows.Forms.TextBox()
|
||
Me.tbmail = New System.Windows.Forms.TextBox()
|
||
Me.tbprenom = New System.Windows.Forms.TextBox()
|
||
Me.tbnom = New System.Windows.Forms.TextBox()
|
||
Me.Button1 = New System.Windows.Forms.Button()
|
||
Me.Label3 = New System.Windows.Forms.Label()
|
||
Me.Label4 = New System.Windows.Forms.Label()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.Label5 = New System.Windows.Forms.Label()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
||
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
|
||
Me.Timer3 = New System.Windows.Forms.Timer(Me.components)
|
||
Me.SuspendLayout()
|
||
'
|
||
'tbfilm
|
||
'
|
||
Me.tbfilm.Location = New System.Drawing.Point(179, 133)
|
||
Me.tbfilm.Name = "tbfilm"
|
||
Me.tbfilm.Size = New System.Drawing.Size(161, 20)
|
||
Me.tbfilm.TabIndex = 13
|
||
'
|
||
'tbmail
|
||
'
|
||
Me.tbmail.Location = New System.Drawing.Point(179, 100)
|
||
Me.tbmail.Name = "tbmail"
|
||
Me.tbmail.Size = New System.Drawing.Size(161, 20)
|
||
Me.tbmail.TabIndex = 12
|
||
'
|
||
'tbprenom
|
||
'
|
||
Me.tbprenom.Location = New System.Drawing.Point(179, 70)
|
||
Me.tbprenom.Name = "tbprenom"
|
||
Me.tbprenom.Size = New System.Drawing.Size(161, 20)
|
||
Me.tbprenom.TabIndex = 11
|
||
'
|
||
'tbnom
|
||
'
|
||
Me.tbnom.Location = New System.Drawing.Point(179, 40)
|
||
Me.tbnom.Name = "tbnom"
|
||
Me.tbnom.Size = New System.Drawing.Size(161, 20)
|
||
Me.tbnom.TabIndex = 5
|
||
'
|
||
'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(15, 166)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(325, 46)
|
||
Me.Button1.TabIndex = 14
|
||
Me.Button1.Text = "Envoyer"
|
||
Me.Button1.UseVisualStyleBackColor = True
|
||
'
|
||
'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(12, 135)
|
||
Me.Label3.Name = "Label3"
|
||
Me.Label3.Size = New System.Drawing.Size(140, 18)
|
||
Me.Label3.TabIndex = 6
|
||
Me.Label3.Text = "Le nom de la Série"
|
||
'
|
||
'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(12, 100)
|
||
Me.Label4.Name = "Label4"
|
||
Me.Label4.Size = New System.Drawing.Size(79, 18)
|
||
Me.Label4.TabIndex = 7
|
||
Me.Label4.Text = "Vôtre mail"
|
||
'
|
||
'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(12, 69)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(103, 18)
|
||
Me.Label2.TabIndex = 8
|
||
Me.Label2.Text = "Vôtre prénom"
|
||
'
|
||
'Label5
|
||
'
|
||
Me.Label5.AutoSize = True
|
||
Me.Label5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label5.Location = New System.Drawing.Point(126, 12)
|
||
Me.Label5.Name = "Label5"
|
||
Me.Label5.Size = New System.Drawing.Size(128, 18)
|
||
Me.Label5.TabIndex = 9
|
||
Me.Label5.Text = "Ajouter une Série"
|
||
'
|
||
'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(12, 40)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(79, 18)
|
||
Me.Label1.TabIndex = 10
|
||
Me.Label1.Text = "Votre nom"
|
||
'
|
||
'Timer1
|
||
'
|
||
Me.Timer1.Interval = 1
|
||
'
|
||
'Timer2
|
||
'
|
||
Me.Timer2.Interval = 1
|
||
'
|
||
'Timer3
|
||
'
|
||
Me.Timer3.Interval = 1
|
||
'
|
||
'Form189
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(352, 224)
|
||
Me.Controls.Add(Me.tbfilm)
|
||
Me.Controls.Add(Me.tbmail)
|
||
Me.Controls.Add(Me.tbprenom)
|
||
Me.Controls.Add(Me.tbnom)
|
||
Me.Controls.Add(Me.Button1)
|
||
Me.Controls.Add(Me.Label3)
|
||
Me.Controls.Add(Me.Label4)
|
||
Me.Controls.Add(Me.Label2)
|
||
Me.Controls.Add(Me.Label5)
|
||
Me.Controls.Add(Me.Label1)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(368, 263)
|
||
Me.MinimumSize = New System.Drawing.Size(368, 263)
|
||
Me.Name = "Form189"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "Ajouter une Série"
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents tbfilm As TextBox
|
||
Friend WithEvents tbmail As TextBox
|
||
Friend WithEvents tbprenom As TextBox
|
||
Friend WithEvents tbnom As TextBox
|
||
Friend WithEvents Button1 As Button
|
||
Friend WithEvents Label3 As Label
|
||
Friend WithEvents Label4 As Label
|
||
Friend WithEvents Label2 As Label
|
||
Friend WithEvents Label5 As Label
|
||
Friend WithEvents Label1 As Label
|
||
Friend WithEvents Timer1 As Timer
|
||
Friend WithEvents Timer2 As Timer
|
||
Friend WithEvents Timer3 As Timer
|
||
End Class
|