76 lines
3.4 KiB
VB.net
76 lines
3.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class Form26
|
||
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(Form26))
|
||
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'PictureBox2
|
||
'
|
||
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
|
||
Me.PictureBox2.Location = New System.Drawing.Point(166, 12)
|
||
Me.PictureBox2.Name = "PictureBox2"
|
||
Me.PictureBox2.Size = New System.Drawing.Size(59, 50)
|
||
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(12, 12)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(57, 50)
|
||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox1.TabIndex = 0
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'Form26
|
||
'
|
||
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(237, 74)
|
||
Me.Controls.Add(Me.PictureBox2)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(253, 113)
|
||
Me.MinimumSize = New System.Drawing.Size(253, 113)
|
||
Me.Name = "Form26"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "photo par default"
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ResumeLayout(False)
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents PictureBox1 As PictureBox
|
||
Friend WithEvents PictureBox2 As PictureBox
|
||
End Class
|