124 lines
5.1 KiB
VB.net
124 lines
5.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class FrmAff
|
||
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)
|
||
If disposing AndAlso components IsNot Nothing Then
|
||
components.Dispose()
|
||
End If
|
||
MyBase.Dispose(disposing)
|
||
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(FrmAff))
|
||
Me.CmdAnnul = New System.Windows.Forms.Button
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox
|
||
Me.ListBox1 = New System.Windows.Forms.ListBox
|
||
Me.ListBox2 = New System.Windows.Forms.ListBox
|
||
Me.ListBox3 = New System.Windows.Forms.ListBox
|
||
Me.ListBox4 = New System.Windows.Forms.ListBox
|
||
Me.ListBox5 = New System.Windows.Forms.ListBox
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'CmdAnnul
|
||
'
|
||
Me.CmdAnnul.Location = New System.Drawing.Point(563, 140)
|
||
Me.CmdAnnul.Name = "CmdAnnul"
|
||
Me.CmdAnnul.Size = New System.Drawing.Size(75, 23)
|
||
Me.CmdAnnul.TabIndex = 20
|
||
Me.CmdAnnul.Text = "Fermer"
|
||
Me.CmdAnnul.UseVisualStyleBackColor = True
|
||
'
|
||
'PictureBox1
|
||
'
|
||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||
Me.PictureBox1.Location = New System.Drawing.Point(0, 124)
|
||
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(0)
|
||
Me.PictureBox1.MaximumSize = New System.Drawing.Size(800, 2)
|
||
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(653, 2)
|
||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox1.TabIndex = 21
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'ListBox1
|
||
'
|
||
Me.ListBox1.FormattingEnabled = True
|
||
Me.ListBox1.Location = New System.Drawing.Point(12, 12)
|
||
Me.ListBox1.Name = "ListBox1"
|
||
Me.ListBox1.Size = New System.Drawing.Size(120, 95)
|
||
Me.ListBox1.TabIndex = 26
|
||
'
|
||
'ListBox2
|
||
'
|
||
Me.ListBox2.FormattingEnabled = True
|
||
Me.ListBox2.Location = New System.Drawing.Point(138, 12)
|
||
Me.ListBox2.Name = "ListBox2"
|
||
Me.ListBox2.Size = New System.Drawing.Size(120, 95)
|
||
Me.ListBox2.TabIndex = 27
|
||
'
|
||
'ListBox3
|
||
'
|
||
Me.ListBox3.FormattingEnabled = True
|
||
Me.ListBox3.Location = New System.Drawing.Point(264, 12)
|
||
Me.ListBox3.Name = "ListBox3"
|
||
Me.ListBox3.Size = New System.Drawing.Size(120, 95)
|
||
Me.ListBox3.TabIndex = 28
|
||
'
|
||
'ListBox4
|
||
'
|
||
Me.ListBox4.FormattingEnabled = True
|
||
Me.ListBox4.Location = New System.Drawing.Point(391, 13)
|
||
Me.ListBox4.Name = "ListBox4"
|
||
Me.ListBox4.Size = New System.Drawing.Size(120, 95)
|
||
Me.ListBox4.TabIndex = 29
|
||
'
|
||
'ListBox5
|
||
'
|
||
Me.ListBox5.FormattingEnabled = True
|
||
Me.ListBox5.Location = New System.Drawing.Point(518, 13)
|
||
Me.ListBox5.Name = "ListBox5"
|
||
Me.ListBox5.Size = New System.Drawing.Size(120, 95)
|
||
Me.ListBox5.TabIndex = 30
|
||
'
|
||
'FrmAff
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(650, 175)
|
||
Me.Controls.Add(Me.ListBox5)
|
||
Me.Controls.Add(Me.ListBox4)
|
||
Me.Controls.Add(Me.ListBox3)
|
||
Me.Controls.Add(Me.ListBox2)
|
||
Me.Controls.Add(Me.ListBox1)
|
||
Me.Controls.Add(Me.CmdAnnul)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
||
Me.MaximizeBox = False
|
||
Me.Name = "FrmAff"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "FrmAff"
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ResumeLayout(False)
|
||
|
||
End Sub
|
||
Friend WithEvents CmdAnnul As System.Windows.Forms.Button
|
||
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
||
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
|
||
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
|
||
Friend WithEvents ListBox3 As System.Windows.Forms.ListBox
|
||
Friend WithEvents ListBox4 As System.Windows.Forms.ListBox
|
||
Friend WithEvents ListBox5 As System.Windows.Forms.ListBox
|
||
End Class
|