130 lines
5.6 KiB
VB.net
130 lines
5.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class Form36
|
||
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()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form36))
|
||
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
||
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
||
Me.Button1 = New System.Windows.Forms.Button()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
||
Me.SuspendLayout()
|
||
'
|
||
'ComboBox1
|
||
'
|
||
Me.ComboBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.ComboBox1.ForeColor = System.Drawing.Color.White
|
||
Me.ComboBox1.FormattingEnabled = True
|
||
Me.ComboBox1.Items.AddRange(New Object() {"Contenu a caractère sexuel", "Contenu violent ou sanglant", "Spam", "contenu illégal", "Contenu malveillant", "Autre"})
|
||
Me.ComboBox1.Location = New System.Drawing.Point(12, 33)
|
||
Me.ComboBox1.Name = "ComboBox1"
|
||
Me.ComboBox1.Size = New System.Drawing.Size(259, 26)
|
||
Me.ComboBox1.TabIndex = 0
|
||
'
|
||
'TextBox1
|
||
'
|
||
Me.TextBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.TextBox1.ForeColor = System.Drawing.Color.White
|
||
Me.TextBox1.Location = New System.Drawing.Point(10, 89)
|
||
Me.TextBox1.Multiline = True
|
||
Me.TextBox1.Name = "TextBox1"
|
||
Me.TextBox1.Size = New System.Drawing.Size(261, 46)
|
||
Me.TextBox1.TabIndex = 1
|
||
'
|
||
'Button1
|
||
'
|
||
Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.Button1.ForeColor = System.Drawing.Color.White
|
||
Me.Button1.Location = New System.Drawing.Point(12, 141)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(259, 28)
|
||
Me.Button1.TabIndex = 2
|
||
Me.Button1.Text = "Envoyer"
|
||
Me.Button1.UseVisualStyleBackColor = False
|
||
'
|
||
'Label1
|
||
'
|
||
Me.Label1.AutoSize = True
|
||
Me.Label1.ForeColor = System.Drawing.Color.White
|
||
Me.Label1.Location = New System.Drawing.Point(93, 9)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(78, 18)
|
||
Me.Label1.TabIndex = 3
|
||
Me.Label1.Text = "catégorie:"
|
||
'
|
||
'Label2
|
||
'
|
||
Me.Label2.AutoSize = True
|
||
Me.Label2.ForeColor = System.Drawing.Color.White
|
||
Me.Label2.Location = New System.Drawing.Point(50, 65)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(86, 18)
|
||
Me.Label2.TabIndex = 3
|
||
Me.Label2.Text = "explication:"
|
||
'
|
||
'ListBox1
|
||
'
|
||
Me.ListBox1.FormattingEnabled = True
|
||
Me.ListBox1.ItemHeight = 18
|
||
Me.ListBox1.Location = New System.Drawing.Point(67, 12)
|
||
Me.ListBox1.Name = "ListBox1"
|
||
Me.ListBox1.Size = New System.Drawing.Size(204, 76)
|
||
Me.ListBox1.TabIndex = 4
|
||
Me.ListBox1.Visible = False
|
||
'
|
||
'Form36
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 18.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ClientSize = New System.Drawing.Size(283, 179)
|
||
Me.Controls.Add(Me.Label2)
|
||
Me.Controls.Add(Me.Label1)
|
||
Me.Controls.Add(Me.Button1)
|
||
Me.Controls.Add(Me.TextBox1)
|
||
Me.Controls.Add(Me.ComboBox1)
|
||
Me.Controls.Add(Me.ListBox1)
|
||
Me.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.Margin = New System.Windows.Forms.Padding(4)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(299, 218)
|
||
Me.MinimumSize = New System.Drawing.Size(299, 218)
|
||
Me.Name = "Form36"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "signalement"
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents ComboBox1 As ComboBox
|
||
Friend WithEvents TextBox1 As TextBox
|
||
Friend WithEvents Button1 As Button
|
||
Friend WithEvents Label1 As Label
|
||
Friend WithEvents Label2 As Label
|
||
Friend WithEvents ListBox1 As ListBox
|
||
End Class
|