first commit
This commit is contained in:
Generated
+183
@@ -0,0 +1,183 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class Form17
|
||||
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(Form17))
|
||||
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.Button1 = New System.Windows.Forms.Button()
|
||||
Me.tbnom = New System.Windows.Forms.TextBox()
|
||||
Me.tbprenom = New System.Windows.Forms.TextBox()
|
||||
Me.tbmail = New System.Windows.Forms.TextBox()
|
||||
Me.tbfilm = New System.Windows.Forms.TextBox()
|
||||
Me.Label5 = 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()
|
||||
'
|
||||
'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, 37)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(79, 18)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Votre nom"
|
||||
'
|
||||
'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, 66)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(103, 18)
|
||||
Me.Label2.TabIndex = 0
|
||||
Me.Label2.Text = "Vôtre prénom"
|
||||
'
|
||||
'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, 132)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(109, 18)
|
||||
Me.Label3.TabIndex = 0
|
||||
Me.Label3.Text = "Le nom du film"
|
||||
'
|
||||
'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, 96)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(79, 18)
|
||||
Me.Label4.TabIndex = 0
|
||||
Me.Label4.Text = "Vôtre mail"
|
||||
'
|
||||
'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, 163)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(325, 46)
|
||||
Me.Button1.TabIndex = 4
|
||||
Me.Button1.Text = "Envoyer"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'tbnom
|
||||
'
|
||||
Me.tbnom.Location = New System.Drawing.Point(179, 37)
|
||||
Me.tbnom.Name = "tbnom"
|
||||
Me.tbnom.Size = New System.Drawing.Size(161, 20)
|
||||
Me.tbnom.TabIndex = 0
|
||||
'
|
||||
'tbprenom
|
||||
'
|
||||
Me.tbprenom.Location = New System.Drawing.Point(179, 67)
|
||||
Me.tbprenom.Name = "tbprenom"
|
||||
Me.tbprenom.Size = New System.Drawing.Size(161, 20)
|
||||
Me.tbprenom.TabIndex = 1
|
||||
'
|
||||
'tbmail
|
||||
'
|
||||
Me.tbmail.Location = New System.Drawing.Point(179, 97)
|
||||
Me.tbmail.Name = "tbmail"
|
||||
Me.tbmail.Size = New System.Drawing.Size(161, 20)
|
||||
Me.tbmail.TabIndex = 2
|
||||
'
|
||||
'tbfilm
|
||||
'
|
||||
Me.tbfilm.Location = New System.Drawing.Point(179, 130)
|
||||
Me.tbfilm.Name = "tbfilm"
|
||||
Me.tbfilm.Size = New System.Drawing.Size(161, 20)
|
||||
Me.tbfilm.TabIndex = 3
|
||||
'
|
||||
'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, 9)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(105, 18)
|
||||
Me.Label5.TabIndex = 0
|
||||
Me.Label5.Text = "Ajouter un film"
|
||||
'
|
||||
'Timer1
|
||||
'
|
||||
Me.Timer1.Interval = 1
|
||||
'
|
||||
'Timer2
|
||||
'
|
||||
Me.Timer2.Interval = 1
|
||||
'
|
||||
'Timer3
|
||||
'
|
||||
Me.Timer3.Interval = 1
|
||||
'
|
||||
'Form17
|
||||
'
|
||||
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 = "Form17"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "Ajouter un film"
|
||||
Me.TopMost = True
|
||||
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 Button1 As Button
|
||||
Friend WithEvents tbnom As TextBox
|
||||
Friend WithEvents tbprenom As TextBox
|
||||
Friend WithEvents tbmail As TextBox
|
||||
Friend WithEvents tbfilm As TextBox
|
||||
Friend WithEvents Label5 As Label
|
||||
Friend WithEvents Timer1 As Timer
|
||||
Friend WithEvents Timer2 As Timer
|
||||
Friend WithEvents Timer3 As Timer
|
||||
End Class
|
||||
Reference in New Issue
Block a user