274 lines
14 KiB
VB.net
274 lines
14 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class upséries
|
||
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(upséries))
|
||
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
||
Me.SériesToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.NouvelleSériesToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
||
Me.Button6 = New System.Windows.Forms.Button()
|
||
Me.Button5 = New System.Windows.Forms.Button()
|
||
Me.Button3 = New System.Windows.Forms.Button()
|
||
Me.PictureBox8 = New System.Windows.Forms.PictureBox()
|
||
Me.PictureBox7 = New System.Windows.Forms.PictureBox()
|
||
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.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
||
Me.MenuStrip1.SuspendLayout()
|
||
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
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.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'MenuStrip1
|
||
'
|
||
Me.MenuStrip1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SériesToolStripMenuItem})
|
||
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 = 44
|
||
Me.MenuStrip1.Text = "MenuStrip1"
|
||
'
|
||
'SériesToolStripMenuItem
|
||
'
|
||
Me.SériesToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.SériesToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NouvelleSériesToolStripMenuItem})
|
||
Me.SériesToolStripMenuItem.ForeColor = System.Drawing.Color.White
|
||
Me.SériesToolStripMenuItem.Image = CType(resources.GetObject("SériesToolStripMenuItem.Image"), System.Drawing.Image)
|
||
Me.SériesToolStripMenuItem.Name = "SériesToolStripMenuItem"
|
||
Me.SériesToolStripMenuItem.Size = New System.Drawing.Size(65, 20)
|
||
Me.SériesToolStripMenuItem.Text = "Séries"
|
||
'
|
||
'NouvelleSériesToolStripMenuItem
|
||
'
|
||
Me.NouvelleSériesToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.NouvelleSériesToolStripMenuItem.ForeColor = System.Drawing.Color.White
|
||
Me.NouvelleSériesToolStripMenuItem.Image = CType(resources.GetObject("NouvelleSériesToolStripMenuItem.Image"), System.Drawing.Image)
|
||
Me.NouvelleSériesToolStripMenuItem.Name = "NouvelleSériesToolStripMenuItem"
|
||
Me.NouvelleSériesToolStripMenuItem.Size = New System.Drawing.Size(151, 22)
|
||
Me.NouvelleSériesToolStripMenuItem.Text = "nouvelle séries"
|
||
'
|
||
'ListBox1
|
||
'
|
||
Me.ListBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ListBox1.FormattingEnabled = True
|
||
Me.ListBox1.Location = New System.Drawing.Point(636, 2)
|
||
Me.ListBox1.Name = "ListBox1"
|
||
Me.ListBox1.Size = New System.Drawing.Size(133, 108)
|
||
Me.ListBox1.TabIndex = 56
|
||
'
|
||
'Button6
|
||
'
|
||
Me.Button6.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.Button6.Font = New System.Drawing.Font("Arial", 10.0!)
|
||
Me.Button6.Location = New System.Drawing.Point(162, 452)
|
||
Me.Button6.Name = "Button6"
|
||
Me.Button6.Size = New System.Drawing.Size(116, 23)
|
||
Me.Button6.TabIndex = 55
|
||
Me.Button6.Text = "suivant"
|
||
Me.Button6.UseVisualStyleBackColor = False
|
||
'
|
||
'Button5
|
||
'
|
||
Me.Button5.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.Button5.Enabled = False
|
||
Me.Button5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Button5.Location = New System.Drawing.Point(8, 452)
|
||
Me.Button5.Name = "Button5"
|
||
Me.Button5.Size = New System.Drawing.Size(116, 23)
|
||
Me.Button5.TabIndex = 54
|
||
Me.Button5.Text = "présédant"
|
||
Me.Button5.UseVisualStyleBackColor = False
|
||
'
|
||
'Button3
|
||
'
|
||
Me.Button3.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.Button3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Button3.Location = New System.Drawing.Point(130, 452)
|
||
Me.Button3.Name = "Button3"
|
||
Me.Button3.Size = New System.Drawing.Size(26, 23)
|
||
Me.Button3.TabIndex = 53
|
||
Me.Button3.Text = "1"
|
||
Me.Button3.UseVisualStyleBackColor = False
|
||
'
|
||
'PictureBox8
|
||
'
|
||
Me.PictureBox8.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.PictureBox8.Location = New System.Drawing.Point(584, 244)
|
||
Me.PictureBox8.Name = "PictureBox8"
|
||
Me.PictureBox8.Size = New System.Drawing.Size(177, 202)
|
||
Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox8.TabIndex = 52
|
||
Me.PictureBox8.TabStop = False
|
||
'
|
||
'PictureBox7
|
||
'
|
||
Me.PictureBox7.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.PictureBox7.Location = New System.Drawing.Point(405, 244)
|
||
Me.PictureBox7.Name = "PictureBox7"
|
||
Me.PictureBox7.Size = New System.Drawing.Size(177, 202)
|
||
Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox7.TabIndex = 51
|
||
Me.PictureBox7.TabStop = False
|
||
'
|
||
'PictureBox6
|
||
'
|
||
Me.PictureBox6.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.PictureBox6.Location = New System.Drawing.Point(222, 244)
|
||
Me.PictureBox6.Name = "PictureBox6"
|
||
Me.PictureBox6.Size = New System.Drawing.Size(177, 202)
|
||
Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox6.TabIndex = 50
|
||
Me.PictureBox6.TabStop = False
|
||
'
|
||
'PictureBox5
|
||
'
|
||
Me.PictureBox5.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.PictureBox5.Location = New System.Drawing.Point(39, 244)
|
||
Me.PictureBox5.Name = "PictureBox5"
|
||
Me.PictureBox5.Size = New System.Drawing.Size(177, 202)
|
||
Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox5.TabIndex = 49
|
||
Me.PictureBox5.TabStop = False
|
||
'
|
||
'PictureBox4
|
||
'
|
||
Me.PictureBox4.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.PictureBox4.Location = New System.Drawing.Point(584, 37)
|
||
Me.PictureBox4.Name = "PictureBox4"
|
||
Me.PictureBox4.Size = New System.Drawing.Size(177, 202)
|
||
Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox4.TabIndex = 48
|
||
Me.PictureBox4.TabStop = False
|
||
'
|
||
'PictureBox3
|
||
'
|
||
Me.PictureBox3.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.PictureBox3.Location = New System.Drawing.Point(405, 37)
|
||
Me.PictureBox3.Name = "PictureBox3"
|
||
Me.PictureBox3.Size = New System.Drawing.Size(177, 202)
|
||
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox3.TabIndex = 47
|
||
Me.PictureBox3.TabStop = False
|
||
'
|
||
'PictureBox2
|
||
'
|
||
Me.PictureBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.PictureBox2.Location = New System.Drawing.Point(222, 37)
|
||
Me.PictureBox2.Name = "PictureBox2"
|
||
Me.PictureBox2.Size = New System.Drawing.Size(177, 202)
|
||
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox2.TabIndex = 46
|
||
Me.PictureBox2.TabStop = False
|
||
'
|
||
'PictureBox1
|
||
'
|
||
Me.PictureBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.PictureBox1.Location = New System.Drawing.Point(39, 37)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(177, 202)
|
||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox1.TabIndex = 45
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'ComboBox1
|
||
'
|
||
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.ComboBox1.FormattingEnabled = True
|
||
Me.ComboBox1.Location = New System.Drawing.Point(79, 3)
|
||
Me.ComboBox1.Name = "ComboBox1"
|
||
Me.ComboBox1.Size = New System.Drawing.Size(709, 21)
|
||
Me.ComboBox1.TabIndex = 57
|
||
'
|
||
'upséries
|
||
'
|
||
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(800, 477)
|
||
Me.Controls.Add(Me.ComboBox1)
|
||
Me.Controls.Add(Me.ListBox1)
|
||
Me.Controls.Add(Me.MenuStrip1)
|
||
Me.Controls.Add(Me.Button6)
|
||
Me.Controls.Add(Me.Button5)
|
||
Me.Controls.Add(Me.Button3)
|
||
Me.Controls.Add(Me.PictureBox8)
|
||
Me.Controls.Add(Me.PictureBox7)
|
||
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.PictureBox1)
|
||
Me.ForeColor = System.Drawing.Color.White
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(816, 516)
|
||
Me.MinimumSize = New System.Drawing.Size(816, 516)
|
||
Me.Name = "upséries"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "upséries"
|
||
Me.MenuStrip1.ResumeLayout(False)
|
||
Me.MenuStrip1.PerformLayout()
|
||
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()
|
||
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.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents MenuStrip1 As MenuStrip
|
||
Friend WithEvents SériesToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents NouvelleSériesToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents ListBox1 As ListBox
|
||
Friend WithEvents Button6 As Button
|
||
Friend WithEvents Button5 As Button
|
||
Friend WithEvents Button3 As Button
|
||
Friend WithEvents PictureBox8 As PictureBox
|
||
Friend WithEvents PictureBox7 As PictureBox
|
||
Friend WithEvents PictureBox6 As PictureBox
|
||
Friend WithEvents PictureBox5 As PictureBox
|
||
Friend WithEvents PictureBox4 As PictureBox
|
||
Friend WithEvents PictureBox3 As PictureBox
|
||
Friend WithEvents PictureBox2 As PictureBox
|
||
Friend WithEvents PictureBox1 As PictureBox
|
||
Friend WithEvents ComboBox1 As ComboBox
|
||
End Class
|