137 lines
6.7 KiB
VB.net
137 lines
6.7 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||
Partial Class e_books
|
||
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(e_books))
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
||
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
||
Me.QuitterToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.QuitterEbooksToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ToutQuitterToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.MenuStrip1.SuspendLayout()
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'PictureBox1
|
||
'
|
||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||
Me.PictureBox1.Location = New System.Drawing.Point(605, 229)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(183, 209)
|
||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox1.TabIndex = 0
|
||
Me.PictureBox1.TabStop = False
|
||
Me.PictureBox1.Visible = False
|
||
'
|
||
'PictureBox2
|
||
'
|
||
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
|
||
Me.PictureBox2.Location = New System.Drawing.Point(12, 27)
|
||
Me.PictureBox2.Name = "PictureBox2"
|
||
Me.PictureBox2.Size = New System.Drawing.Size(183, 209)
|
||
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox2.TabIndex = 0
|
||
Me.PictureBox2.TabStop = False
|
||
'
|
||
'MenuStrip1
|
||
'
|
||
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.QuitterToolStripMenuItem})
|
||
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
||
Me.MenuStrip1.Name = "MenuStrip1"
|
||
Me.MenuStrip1.Size = New System.Drawing.Size(800, 24)
|
||
Me.MenuStrip1.TabIndex = 1
|
||
Me.MenuStrip1.Text = "MenuStrip1"
|
||
'
|
||
'QuitterToolStripMenuItem
|
||
'
|
||
Me.QuitterToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.QuitterEbooksToolStripMenuItem, Me.ToutQuitterToolStripMenuItem})
|
||
Me.QuitterToolStripMenuItem.Image = CType(resources.GetObject("QuitterToolStripMenuItem.Image"), System.Drawing.Image)
|
||
Me.QuitterToolStripMenuItem.Name = "QuitterToolStripMenuItem"
|
||
Me.QuitterToolStripMenuItem.Size = New System.Drawing.Size(72, 20)
|
||
Me.QuitterToolStripMenuItem.Text = "Quitter"
|
||
'
|
||
'QuitterEbooksToolStripMenuItem
|
||
'
|
||
Me.QuitterEbooksToolStripMenuItem.Image = CType(resources.GetObject("QuitterEbooksToolStripMenuItem.Image"), System.Drawing.Image)
|
||
Me.QuitterEbooksToolStripMenuItem.Name = "QuitterEbooksToolStripMenuItem"
|
||
Me.QuitterEbooksToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
|
||
Me.QuitterEbooksToolStripMenuItem.Text = "quitter e-books"
|
||
'
|
||
'ToutQuitterToolStripMenuItem
|
||
'
|
||
Me.ToutQuitterToolStripMenuItem.Image = CType(resources.GetObject("ToutQuitterToolStripMenuItem.Image"), System.Drawing.Image)
|
||
Me.ToutQuitterToolStripMenuItem.Name = "ToutQuitterToolStripMenuItem"
|
||
Me.ToutQuitterToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
|
||
Me.ToutQuitterToolStripMenuItem.Text = "tout quitter"
|
||
'
|
||
'PictureBox3
|
||
'
|
||
Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
|
||
Me.PictureBox3.Location = New System.Drawing.Point(201, 27)
|
||
Me.PictureBox3.Name = "PictureBox3"
|
||
Me.PictureBox3.Size = New System.Drawing.Size(183, 209)
|
||
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox3.TabIndex = 0
|
||
Me.PictureBox3.TabStop = False
|
||
'
|
||
'e_books
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(800, 450)
|
||
Me.Controls.Add(Me.PictureBox3)
|
||
Me.Controls.Add(Me.PictureBox2)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.Controls.Add(Me.MenuStrip1)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MainMenuStrip = Me.MenuStrip1
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(816, 489)
|
||
Me.MinimizeBox = False
|
||
Me.MinimumSize = New System.Drawing.Size(816, 489)
|
||
Me.Name = "e_books"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "e-books"
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.MenuStrip1.ResumeLayout(False)
|
||
Me.MenuStrip1.PerformLayout()
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents PictureBox1 As PictureBox
|
||
Friend WithEvents PictureBox2 As PictureBox
|
||
Friend WithEvents MenuStrip1 As MenuStrip
|
||
Friend WithEvents QuitterToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents QuitterEbooksToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents ToutQuitterToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents PictureBox3 As PictureBox
|
||
End Class
|