116 lines
5.1 KiB
VB.net
116 lines
5.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class Form33
|
||
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(Form33))
|
||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
|
||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||
Me.Panel2.SuspendLayout()
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.Panel1.SuspendLayout()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'Panel2
|
||
'
|
||
Me.Panel2.Controls.Add(Me.PictureBox3)
|
||
Me.Panel2.Location = New System.Drawing.Point(1, 1)
|
||
Me.Panel2.Name = "Panel2"
|
||
Me.Panel2.Size = New System.Drawing.Size(46, 335)
|
||
Me.Panel2.TabIndex = 2
|
||
'
|
||
'PictureBox3
|
||
'
|
||
Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
|
||
Me.PictureBox3.Location = New System.Drawing.Point(3, 12)
|
||
Me.PictureBox3.Name = "PictureBox3"
|
||
Me.PictureBox3.Size = New System.Drawing.Size(40, 312)
|
||
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox3.TabIndex = 0
|
||
Me.PictureBox3.TabStop = False
|
||
'
|
||
'Panel1
|
||
'
|
||
Me.Panel1.BackColor = System.Drawing.Color.Transparent
|
||
Me.Panel1.Controls.Add(Me.PictureBox2)
|
||
Me.Panel1.Location = New System.Drawing.Point(587, 1)
|
||
Me.Panel1.Name = "Panel1"
|
||
Me.Panel1.Size = New System.Drawing.Size(46, 335)
|
||
Me.Panel1.TabIndex = 3
|
||
'
|
||
'PictureBox2
|
||
'
|
||
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
|
||
Me.PictureBox2.Location = New System.Drawing.Point(3, 12)
|
||
Me.PictureBox2.Name = "PictureBox2"
|
||
Me.PictureBox2.Size = New System.Drawing.Size(40, 312)
|
||
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox2.TabIndex = 0
|
||
Me.PictureBox2.TabStop = False
|
||
'
|
||
'PictureBox1
|
||
'
|
||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||
Me.PictureBox1.Location = New System.Drawing.Point(45, 1)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(544, 335)
|
||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox1.TabIndex = 4
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'Form33
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.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(634, 336)
|
||
Me.Controls.Add(Me.Panel2)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.Controls.Add(Me.Panel1)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(650, 375)
|
||
Me.MinimumSize = New System.Drawing.Size(650, 375)
|
||
Me.Name = "Form33"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "Form33"
|
||
Me.Panel2.ResumeLayout(False)
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.Panel1.ResumeLayout(False)
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ResumeLayout(False)
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents Panel2 As Panel
|
||
Friend WithEvents PictureBox3 As PictureBox
|
||
Friend WithEvents PictureBox1 As PictureBox
|
||
Friend WithEvents PictureBox2 As PictureBox
|
||
Friend WithEvents Panel1 As Panel
|
||
End Class
|