_ Partial Class Form38 Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form38)) Me.PictureBox6 = New System.Windows.Forms.PictureBox() Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox12 = New System.Windows.Forms.PictureBox() Me.PictureBox11 = New System.Windows.Forms.PictureBox() Me.PictureBox10 = New System.Windows.Forms.PictureBox() Me.PictureBox9 = New System.Windows.Forms.PictureBox() Me.PictureBox8 = New System.Windows.Forms.PictureBox() Me.PictureBox18 = New System.Windows.Forms.PictureBox() Me.PictureBox17 = New System.Windows.Forms.PictureBox() Me.PictureBox16 = New System.Windows.Forms.PictureBox() Me.PictureBox15 = New System.Windows.Forms.PictureBox() Me.PictureBox14 = New System.Windows.Forms.PictureBox() Me.PictureBox25 = New System.Windows.Forms.PictureBox() Me.PictureBox24 = New System.Windows.Forms.PictureBox() Me.PictureBox23 = New System.Windows.Forms.PictureBox() Me.PictureBox22 = New System.Windows.Forms.PictureBox() Me.PictureBox21 = New System.Windows.Forms.PictureBox() Me.PictureBox20 = New System.Windows.Forms.PictureBox() Me.PictureBox19 = New System.Windows.Forms.PictureBox() Me.PictureBox13 = New System.Windows.Forms.PictureBox() Me.PictureBox7 = New System.Windows.Forms.PictureBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox18, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox17, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox16, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox15, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox14, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox25, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox23, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox22, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox21, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox20, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox19, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PictureBox6 ' Me.PictureBox6.Image = CType(resources.GetObject("PictureBox6.Image"), System.Drawing.Image) Me.PictureBox6.Location = New System.Drawing.Point(542, 12) Me.PictureBox6.Name = "PictureBox6" Me.PictureBox6.Size = New System.Drawing.Size(100, 108) Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox6.TabIndex = 0 Me.PictureBox6.TabStop = False ' 'PictureBox5 ' Me.PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), System.Drawing.Image) Me.PictureBox5.Location = New System.Drawing.Point(436, 12) Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Size = New System.Drawing.Size(100, 108) Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox5.TabIndex = 0 Me.PictureBox5.TabStop = False ' 'PictureBox4 ' Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image) Me.PictureBox4.Location = New System.Drawing.Point(330, 12) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(100, 108) Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox4.TabIndex = 0 Me.PictureBox4.TabStop = False ' 'PictureBox3 ' Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image) Me.PictureBox3.Location = New System.Drawing.Point(224, 12) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(100, 108) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox3.TabIndex = 0 Me.PictureBox3.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(118, 12) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(100, 108) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 0 Me.PictureBox2.TabStop = False ' 'PictureBox12 ' Me.PictureBox12.Image = CType(resources.GetObject("PictureBox12.Image"), System.Drawing.Image) Me.PictureBox12.Location = New System.Drawing.Point(542, 126) Me.PictureBox12.Name = "PictureBox12" Me.PictureBox12.Size = New System.Drawing.Size(100, 108) Me.PictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox12.TabIndex = 0 Me.PictureBox12.TabStop = False ' 'PictureBox11 ' Me.PictureBox11.Image = CType(resources.GetObject("PictureBox11.Image"), System.Drawing.Image) Me.PictureBox11.Location = New System.Drawing.Point(436, 126) Me.PictureBox11.Name = "PictureBox11" Me.PictureBox11.Size = New System.Drawing.Size(100, 108) Me.PictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox11.TabIndex = 0 Me.PictureBox11.TabStop = False ' 'PictureBox10 ' Me.PictureBox10.Image = CType(resources.GetObject("PictureBox10.Image"), System.Drawing.Image) Me.PictureBox10.Location = New System.Drawing.Point(330, 126) Me.PictureBox10.Name = "PictureBox10" Me.PictureBox10.Size = New System.Drawing.Size(100, 108) Me.PictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox10.TabIndex = 0 Me.PictureBox10.TabStop = False ' 'PictureBox9 ' Me.PictureBox9.Image = CType(resources.GetObject("PictureBox9.Image"), System.Drawing.Image) Me.PictureBox9.Location = New System.Drawing.Point(224, 126) Me.PictureBox9.Name = "PictureBox9" Me.PictureBox9.Size = New System.Drawing.Size(100, 108) Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox9.TabIndex = 0 Me.PictureBox9.TabStop = False ' 'PictureBox8 ' Me.PictureBox8.Image = CType(resources.GetObject("PictureBox8.Image"), System.Drawing.Image) Me.PictureBox8.Location = New System.Drawing.Point(118, 126) Me.PictureBox8.Name = "PictureBox8" Me.PictureBox8.Size = New System.Drawing.Size(100, 108) Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox8.TabIndex = 0 Me.PictureBox8.TabStop = False ' 'PictureBox18 ' Me.PictureBox18.Image = CType(resources.GetObject("PictureBox18.Image"), System.Drawing.Image) Me.PictureBox18.Location = New System.Drawing.Point(542, 240) Me.PictureBox18.Name = "PictureBox18" Me.PictureBox18.Size = New System.Drawing.Size(100, 108) Me.PictureBox18.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox18.TabIndex = 0 Me.PictureBox18.TabStop = False ' 'PictureBox17 ' Me.PictureBox17.Image = CType(resources.GetObject("PictureBox17.Image"), System.Drawing.Image) Me.PictureBox17.Location = New System.Drawing.Point(436, 240) Me.PictureBox17.Name = "PictureBox17" Me.PictureBox17.Size = New System.Drawing.Size(100, 108) Me.PictureBox17.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox17.TabIndex = 0 Me.PictureBox17.TabStop = False ' 'PictureBox16 ' Me.PictureBox16.Image = CType(resources.GetObject("PictureBox16.Image"), System.Drawing.Image) Me.PictureBox16.Location = New System.Drawing.Point(330, 240) Me.PictureBox16.Name = "PictureBox16" Me.PictureBox16.Size = New System.Drawing.Size(100, 108) Me.PictureBox16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox16.TabIndex = 0 Me.PictureBox16.TabStop = False ' 'PictureBox15 ' Me.PictureBox15.Image = CType(resources.GetObject("PictureBox15.Image"), System.Drawing.Image) Me.PictureBox15.Location = New System.Drawing.Point(224, 240) Me.PictureBox15.Name = "PictureBox15" Me.PictureBox15.Size = New System.Drawing.Size(100, 108) Me.PictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox15.TabIndex = 0 Me.PictureBox15.TabStop = False ' 'PictureBox14 ' Me.PictureBox14.Image = CType(resources.GetObject("PictureBox14.Image"), System.Drawing.Image) Me.PictureBox14.Location = New System.Drawing.Point(118, 240) Me.PictureBox14.Name = "PictureBox14" Me.PictureBox14.Size = New System.Drawing.Size(100, 108) Me.PictureBox14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox14.TabIndex = 0 Me.PictureBox14.TabStop = False ' 'PictureBox25 ' Me.PictureBox25.Image = CType(resources.GetObject("PictureBox25.Image"), System.Drawing.Image) Me.PictureBox25.Location = New System.Drawing.Point(289, 468) Me.PictureBox25.Name = "PictureBox25" Me.PictureBox25.Size = New System.Drawing.Size(100, 108) Me.PictureBox25.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox25.TabIndex = 0 Me.PictureBox25.TabStop = False ' 'PictureBox24 ' Me.PictureBox24.Image = CType(resources.GetObject("PictureBox24.Image"), System.Drawing.Image) Me.PictureBox24.Location = New System.Drawing.Point(542, 354) Me.PictureBox24.Name = "PictureBox24" Me.PictureBox24.Size = New System.Drawing.Size(100, 108) Me.PictureBox24.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox24.TabIndex = 0 Me.PictureBox24.TabStop = False ' 'PictureBox23 ' Me.PictureBox23.Image = CType(resources.GetObject("PictureBox23.Image"), System.Drawing.Image) Me.PictureBox23.Location = New System.Drawing.Point(436, 354) Me.PictureBox23.Name = "PictureBox23" Me.PictureBox23.Size = New System.Drawing.Size(100, 108) Me.PictureBox23.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox23.TabIndex = 0 Me.PictureBox23.TabStop = False ' 'PictureBox22 ' Me.PictureBox22.Image = CType(resources.GetObject("PictureBox22.Image"), System.Drawing.Image) Me.PictureBox22.Location = New System.Drawing.Point(330, 354) Me.PictureBox22.Name = "PictureBox22" Me.PictureBox22.Size = New System.Drawing.Size(100, 108) Me.PictureBox22.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox22.TabIndex = 0 Me.PictureBox22.TabStop = False ' 'PictureBox21 ' Me.PictureBox21.Image = CType(resources.GetObject("PictureBox21.Image"), System.Drawing.Image) Me.PictureBox21.Location = New System.Drawing.Point(224, 354) Me.PictureBox21.Name = "PictureBox21" Me.PictureBox21.Size = New System.Drawing.Size(100, 108) Me.PictureBox21.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox21.TabIndex = 0 Me.PictureBox21.TabStop = False ' 'PictureBox20 ' Me.PictureBox20.Image = CType(resources.GetObject("PictureBox20.Image"), System.Drawing.Image) Me.PictureBox20.Location = New System.Drawing.Point(118, 354) Me.PictureBox20.Name = "PictureBox20" Me.PictureBox20.Size = New System.Drawing.Size(100, 108) Me.PictureBox20.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox20.TabIndex = 0 Me.PictureBox20.TabStop = False ' 'PictureBox19 ' Me.PictureBox19.Image = CType(resources.GetObject("PictureBox19.Image"), System.Drawing.Image) Me.PictureBox19.Location = New System.Drawing.Point(12, 354) Me.PictureBox19.Name = "PictureBox19" Me.PictureBox19.Size = New System.Drawing.Size(100, 108) Me.PictureBox19.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox19.TabIndex = 0 Me.PictureBox19.TabStop = False ' 'PictureBox13 ' Me.PictureBox13.Image = CType(resources.GetObject("PictureBox13.Image"), System.Drawing.Image) Me.PictureBox13.Location = New System.Drawing.Point(12, 240) Me.PictureBox13.Name = "PictureBox13" Me.PictureBox13.Size = New System.Drawing.Size(100, 108) Me.PictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox13.TabIndex = 0 Me.PictureBox13.TabStop = False ' 'PictureBox7 ' Me.PictureBox7.Image = CType(resources.GetObject("PictureBox7.Image"), System.Drawing.Image) Me.PictureBox7.Location = New System.Drawing.Point(12, 126) Me.PictureBox7.Name = "PictureBox7" Me.PictureBox7.Size = New System.Drawing.Size(100, 108) Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox7.TabIndex = 0 Me.PictureBox7.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(100, 108) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'Form38 ' 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(669, 590) Me.Controls.Add(Me.PictureBox6) Me.Controls.Add(Me.PictureBox5) Me.Controls.Add(Me.PictureBox4) Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox12) Me.Controls.Add(Me.PictureBox11) Me.Controls.Add(Me.PictureBox10) Me.Controls.Add(Me.PictureBox9) Me.Controls.Add(Me.PictureBox8) Me.Controls.Add(Me.PictureBox18) Me.Controls.Add(Me.PictureBox17) Me.Controls.Add(Me.PictureBox16) Me.Controls.Add(Me.PictureBox15) Me.Controls.Add(Me.PictureBox14) Me.Controls.Add(Me.PictureBox25) Me.Controls.Add(Me.PictureBox24) Me.Controls.Add(Me.PictureBox23) Me.Controls.Add(Me.PictureBox22) Me.Controls.Add(Me.PictureBox21) Me.Controls.Add(Me.PictureBox20) Me.Controls.Add(Me.PictureBox19) Me.Controls.Add(Me.PictureBox13) Me.Controls.Add(Me.PictureBox7) Me.Controls.Add(Me.PictureBox1) 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(685, 629) Me.MinimizeBox = False Me.MinimumSize = New System.Drawing.Size(685, 629) Me.Name = "Form38" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "calendrier de l'avent" CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox18, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox17, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox16, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox15, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox14, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox25, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox23, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox22, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox21, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox20, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox19, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox7, 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 Friend WithEvents PictureBox3 As PictureBox Friend WithEvents PictureBox4 As PictureBox Friend WithEvents PictureBox5 As PictureBox Friend WithEvents PictureBox6 As PictureBox Friend WithEvents PictureBox7 As PictureBox Friend WithEvents PictureBox8 As PictureBox Friend WithEvents PictureBox9 As PictureBox Friend WithEvents PictureBox10 As PictureBox Friend WithEvents PictureBox11 As PictureBox Friend WithEvents PictureBox12 As PictureBox Friend WithEvents PictureBox13 As PictureBox Friend WithEvents PictureBox14 As PictureBox Friend WithEvents PictureBox15 As PictureBox Friend WithEvents PictureBox16 As PictureBox Friend WithEvents PictureBox17 As PictureBox Friend WithEvents PictureBox18 As PictureBox Friend WithEvents PictureBox19 As PictureBox Friend WithEvents PictureBox20 As PictureBox Friend WithEvents PictureBox21 As PictureBox Friend WithEvents PictureBox22 As PictureBox Friend WithEvents PictureBox23 As PictureBox Friend WithEvents PictureBox24 As PictureBox Friend WithEvents PictureBox25 As PictureBox End Class