237 lines
9.4 KiB
VB.net
237 lines
9.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class Form18
|
||
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(Form18))
|
||
Me.cbb = New System.Windows.Forms.ComboBox()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.cbq = New System.Windows.Forms.ComboBox()
|
||
Me.Label3 = New System.Windows.Forms.Label()
|
||
Me.tbexplication = New System.Windows.Forms.TextBox()
|
||
Me.Label4 = New System.Windows.Forms.Label()
|
||
Me.Label5 = New System.Windows.Forms.Label()
|
||
Me.Label6 = New System.Windows.Forms.Label()
|
||
Me.tbprenom = New System.Windows.Forms.TextBox()
|
||
Me.tbmail = New System.Windows.Forms.TextBox()
|
||
Me.tbnom = New System.Windows.Forms.TextBox()
|
||
Me.Label7 = New System.Windows.Forms.Label()
|
||
Me.Button1 = New System.Windows.Forms.Button()
|
||
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()
|
||
'
|
||
'cbb
|
||
'
|
||
Me.cbb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.cbb.FormattingEnabled = True
|
||
Me.cbb.Items.AddRange(New Object() {"Bug", "Modification"})
|
||
Me.cbb.Location = New System.Drawing.Point(169, 120)
|
||
Me.cbb.Name = "cbb"
|
||
Me.cbb.Size = New System.Drawing.Size(121, 21)
|
||
Me.cbb.TabIndex = 3
|
||
'
|
||
'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, 123)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(146, 18)
|
||
Me.Label1.TabIndex = 1
|
||
Me.Label1.Text = "Bug et modification:"
|
||
'
|
||
'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(78, 9)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(142, 18)
|
||
Me.Label2.TabIndex = 1
|
||
Me.Label2.Text = "Bug et modification"
|
||
'
|
||
'cbq
|
||
'
|
||
Me.cbq.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.cbq.FormattingEnabled = True
|
||
Me.cbq.Items.AddRange(New Object() {"Le lecteur", "Le mini lecteur", "La playlist", "Les radios", "Les film streaming", "Autre"})
|
||
Me.cbq.Location = New System.Drawing.Point(169, 156)
|
||
Me.cbq.Name = "cbq"
|
||
Me.cbq.Size = New System.Drawing.Size(121, 21)
|
||
Me.cbq.TabIndex = 4
|
||
'
|
||
'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, 155)
|
||
Me.Label3.Name = "Label3"
|
||
Me.Label3.Size = New System.Drawing.Size(73, 18)
|
||
Me.Label3.TabIndex = 1
|
||
Me.Label3.Text = "Quel type"
|
||
'
|
||
'tbexplication
|
||
'
|
||
Me.tbexplication.Location = New System.Drawing.Point(12, 201)
|
||
Me.tbexplication.Multiline = True
|
||
Me.tbexplication.Name = "tbexplication"
|
||
Me.tbexplication.Size = New System.Drawing.Size(301, 139)
|
||
Me.tbexplication.TabIndex = 5
|
||
'
|
||
'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, 35)
|
||
Me.Label4.Name = "Label4"
|
||
Me.Label4.Size = New System.Drawing.Size(41, 18)
|
||
Me.Label4.TabIndex = 1
|
||
Me.Label4.Text = "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(12, 64)
|
||
Me.Label5.Name = "Label5"
|
||
Me.Label5.Size = New System.Drawing.Size(63, 18)
|
||
Me.Label5.TabIndex = 1
|
||
Me.Label5.Text = "Prénom"
|
||
'
|
||
'Label6
|
||
'
|
||
Me.Label6.AutoSize = True
|
||
Me.Label6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label6.Location = New System.Drawing.Point(12, 94)
|
||
Me.Label6.Name = "Label6"
|
||
Me.Label6.Size = New System.Drawing.Size(37, 18)
|
||
Me.Label6.TabIndex = 1
|
||
Me.Label6.Text = "Mail"
|
||
'
|
||
'tbprenom
|
||
'
|
||
Me.tbprenom.Location = New System.Drawing.Point(79, 62)
|
||
Me.tbprenom.Name = "tbprenom"
|
||
Me.tbprenom.Size = New System.Drawing.Size(211, 20)
|
||
Me.tbprenom.TabIndex = 1
|
||
'
|
||
'tbmail
|
||
'
|
||
Me.tbmail.Location = New System.Drawing.Point(54, 92)
|
||
Me.tbmail.Name = "tbmail"
|
||
Me.tbmail.Size = New System.Drawing.Size(236, 20)
|
||
Me.tbmail.TabIndex = 2
|
||
'
|
||
'tbnom
|
||
'
|
||
Me.tbnom.Location = New System.Drawing.Point(105, 36)
|
||
Me.tbnom.Name = "tbnom"
|
||
Me.tbnom.Size = New System.Drawing.Size(185, 20)
|
||
Me.tbnom.TabIndex = 0
|
||
'
|
||
'Label7
|
||
'
|
||
Me.Label7.AutoSize = True
|
||
Me.Label7.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label7.Location = New System.Drawing.Point(116, 180)
|
||
Me.Label7.Name = "Label7"
|
||
Me.Label7.Size = New System.Drawing.Size(84, 18)
|
||
Me.Label7.TabIndex = 1
|
||
Me.Label7.Text = "Explication"
|
||
'
|
||
'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, 346)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(298, 27)
|
||
Me.Button1.TabIndex = 6
|
||
Me.Button1.Text = "Envoyer"
|
||
Me.Button1.UseVisualStyleBackColor = True
|
||
'
|
||
'Timer1
|
||
'
|
||
Me.Timer1.Interval = 1
|
||
'
|
||
'Timer2
|
||
'
|
||
Me.Timer2.Interval = 1
|
||
'
|
||
'Timer3
|
||
'
|
||
Me.Timer3.Interval = 1
|
||
'
|
||
'Form18
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(317, 385)
|
||
Me.Controls.Add(Me.Button1)
|
||
Me.Controls.Add(Me.tbmail)
|
||
Me.Controls.Add(Me.tbnom)
|
||
Me.Controls.Add(Me.tbprenom)
|
||
Me.Controls.Add(Me.tbexplication)
|
||
Me.Controls.Add(Me.Label2)
|
||
Me.Controls.Add(Me.Label6)
|
||
Me.Controls.Add(Me.Label5)
|
||
Me.Controls.Add(Me.Label4)
|
||
Me.Controls.Add(Me.Label7)
|
||
Me.Controls.Add(Me.Label3)
|
||
Me.Controls.Add(Me.Label1)
|
||
Me.Controls.Add(Me.cbq)
|
||
Me.Controls.Add(Me.cbb)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(333, 424)
|
||
Me.MinimumSize = New System.Drawing.Size(333, 424)
|
||
Me.Name = "Form18"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "Bug et modification"
|
||
Me.TopMost = True
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents cbb As ComboBox
|
||
Friend WithEvents Label1 As Label
|
||
Friend WithEvents Label2 As Label
|
||
Friend WithEvents cbq As ComboBox
|
||
Friend WithEvents Label3 As Label
|
||
Friend WithEvents tbexplication As TextBox
|
||
Friend WithEvents Label4 As Label
|
||
Friend WithEvents Label5 As Label
|
||
Friend WithEvents Label6 As Label
|
||
Friend WithEvents tbprenom As TextBox
|
||
Friend WithEvents tbmail As TextBox
|
||
Friend WithEvents tbnom As TextBox
|
||
Friend WithEvents Label7 As Label
|
||
Friend WithEvents Button1 As Button
|
||
Friend WithEvents Timer1 As Timer
|
||
Friend WithEvents Timer2 As Timer
|
||
Friend WithEvents Timer3 As Timer
|
||
End Class
|