258 lines
12 KiB
VB.net
258 lines
12 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class FrmBilanMat
|
||
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()
|
||
Me.components = New System.ComponentModel.Container
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmBilanMat))
|
||
Me.LstRegion = New System.Windows.Forms.ListBox
|
||
Me.CboMat = New System.Windows.Forms.ComboBox
|
||
Me.LstNP = New System.Windows.Forms.ListBox
|
||
Me.LstEtat = New System.Windows.Forms.ListBox
|
||
Me.CmdAnnul = New System.Windows.Forms.Button
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox
|
||
Me.Lbl1 = New System.Windows.Forms.Label
|
||
Me.CmdBI = New System.Windows.Forms.Button
|
||
Me.CmdBS = New System.Windows.Forms.Button
|
||
Me.TmrLst = New System.Windows.Forms.Timer(Me.components)
|
||
Me.PNL = New System.Windows.Forms.Panel
|
||
Me.LstRNP = New System.Windows.Forms.ListBox
|
||
Me.LbLCO = New System.Windows.Forms.Label
|
||
Me.LblCF = New System.Windows.Forms.Label
|
||
Me.LblCE = New System.Windows.Forms.Label
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.PNL.SuspendLayout()
|
||
Me.SuspendLayout()
|
||
'
|
||
'LstRegion
|
||
'
|
||
Me.LstRegion.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.LstRegion.FormattingEnabled = True
|
||
Me.LstRegion.ItemHeight = 18
|
||
Me.LstRegion.Location = New System.Drawing.Point(17, 4)
|
||
Me.LstRegion.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.LstRegion.Name = "LstRegion"
|
||
Me.LstRegion.Size = New System.Drawing.Size(131, 76)
|
||
Me.LstRegion.TabIndex = 2
|
||
'
|
||
'CboMat
|
||
'
|
||
Me.CboMat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.CboMat.FormattingEnabled = True
|
||
Me.CboMat.Location = New System.Drawing.Point(207, 17)
|
||
Me.CboMat.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.CboMat.Name = "CboMat"
|
||
Me.CboMat.Size = New System.Drawing.Size(160, 26)
|
||
Me.CboMat.TabIndex = 1
|
||
'
|
||
'LstNP
|
||
'
|
||
Me.LstNP.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.LstNP.FormattingEnabled = True
|
||
Me.LstNP.ItemHeight = 18
|
||
Me.LstNP.Location = New System.Drawing.Point(157, 4)
|
||
Me.LstNP.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.LstNP.Name = "LstNP"
|
||
Me.LstNP.Size = New System.Drawing.Size(269, 76)
|
||
Me.LstNP.TabIndex = 3
|
||
'
|
||
'LstEtat
|
||
'
|
||
Me.LstEtat.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.LstEtat.FormattingEnabled = True
|
||
Me.LstEtat.ItemHeight = 18
|
||
Me.LstEtat.Location = New System.Drawing.Point(436, 4)
|
||
Me.LstEtat.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.LstEtat.Name = "LstEtat"
|
||
Me.LstEtat.Size = New System.Drawing.Size(85, 76)
|
||
Me.LstEtat.TabIndex = 4
|
||
'
|
||
'CmdAnnul
|
||
'
|
||
Me.CmdAnnul.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.CmdAnnul.Location = New System.Drawing.Point(431, 204)
|
||
Me.CmdAnnul.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.CmdAnnul.Name = "CmdAnnul"
|
||
Me.CmdAnnul.Size = New System.Drawing.Size(100, 32)
|
||
Me.CmdAnnul.TabIndex = 5
|
||
Me.CmdAnnul.Text = "Fermer"
|
||
Me.CmdAnnul.UseVisualStyleBackColor = True
|
||
'
|
||
'PictureBox1
|
||
'
|
||
Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||
Me.PictureBox1.Location = New System.Drawing.Point(-1, 183)
|
||
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(0)
|
||
Me.PictureBox1.MaximumSize = New System.Drawing.Size(1067, 3)
|
||
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 3)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(564, 3)
|
||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox1.TabIndex = 70
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'Lbl1
|
||
'
|
||
Me.Lbl1.AutoSize = True
|
||
Me.Lbl1.Location = New System.Drawing.Point(16, 21)
|
||
Me.Lbl1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||
Me.Lbl1.Name = "Lbl1"
|
||
Me.Lbl1.Size = New System.Drawing.Size(185, 18)
|
||
Me.Lbl1.TabIndex = 0
|
||
Me.Lbl1.Text = "Selectionnez une matière : "
|
||
'
|
||
'CmdBI
|
||
'
|
||
Me.CmdBI.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.CmdBI.Location = New System.Drawing.Point(16, 204)
|
||
Me.CmdBI.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.CmdBI.Name = "CmdBI"
|
||
Me.CmdBI.Size = New System.Drawing.Size(108, 32)
|
||
Me.CmdBI.TabIndex = 6
|
||
Me.CmdBI.Text = "< &Individuel"
|
||
Me.CmdBI.UseVisualStyleBackColor = True
|
||
'
|
||
'CmdBS
|
||
'
|
||
Me.CmdBS.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.CmdBS.Location = New System.Drawing.Point(132, 204)
|
||
Me.CmdBS.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.CmdBS.Name = "CmdBS"
|
||
Me.CmdBS.Size = New System.Drawing.Size(108, 32)
|
||
Me.CmdBS.TabIndex = 7
|
||
Me.CmdBS.Text = "&Supprimés >"
|
||
Me.CmdBS.UseVisualStyleBackColor = True
|
||
'
|
||
'TmrLst
|
||
'
|
||
Me.TmrLst.Interval = 10
|
||
'
|
||
'PNL
|
||
'
|
||
Me.PNL.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.PNL.Controls.Add(Me.LstRNP)
|
||
Me.PNL.Controls.Add(Me.LstRegion)
|
||
Me.PNL.Controls.Add(Me.LstEtat)
|
||
Me.PNL.Controls.Add(Me.LstNP)
|
||
Me.PNL.Location = New System.Drawing.Point(-1, 79)
|
||
Me.PNL.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.PNL.Name = "PNL"
|
||
Me.PNL.Size = New System.Drawing.Size(564, 100)
|
||
Me.PNL.TabIndex = 71
|
||
'
|
||
'LstRNP
|
||
'
|
||
Me.LstRNP.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.LstRNP.FormattingEnabled = True
|
||
Me.LstRNP.ItemHeight = 18
|
||
Me.LstRNP.Location = New System.Drawing.Point(531, 4)
|
||
Me.LstRNP.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.LstRNP.Name = "LstRNP"
|
||
Me.LstRNP.Size = New System.Drawing.Size(131, 76)
|
||
Me.LstRNP.Sorted = True
|
||
Me.LstRNP.TabIndex = 2
|
||
Me.LstRNP.Visible = False
|
||
'
|
||
'LbLCO
|
||
'
|
||
Me.LbLCO.AutoSize = True
|
||
Me.LbLCO.Location = New System.Drawing.Point(203, 57)
|
||
Me.LbLCO.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||
Me.LbLCO.Name = "LbLCO"
|
||
Me.LbLCO.Size = New System.Drawing.Size(133, 18)
|
||
Me.LbLCO.TabIndex = 72
|
||
Me.LbLCO.Text = "x candidats à l'oral."
|
||
'
|
||
'LblCF
|
||
'
|
||
Me.LblCF.AutoSize = True
|
||
Me.LblCF.Location = New System.Drawing.Point(372, 57)
|
||
Me.LblCF.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||
Me.LblCF.Name = "LblCF"
|
||
Me.LblCF.Size = New System.Drawing.Size(168, 18)
|
||
Me.LblCF.TabIndex = 73
|
||
Me.LblCF.Text = "x candidats au facultatif."
|
||
'
|
||
'LblCE
|
||
'
|
||
Me.LblCE.AutoSize = True
|
||
Me.LblCE.Location = New System.Drawing.Point(16, 57)
|
||
Me.LblCE.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||
Me.LblCE.Name = "LblCE"
|
||
Me.LblCE.Size = New System.Drawing.Size(137, 18)
|
||
Me.LblCE.TabIndex = 74
|
||
Me.LblCE.Text = "x candidats à l'écrit."
|
||
'
|
||
'FrmBilanMat
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 18.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(557, 258)
|
||
Me.Controls.Add(Me.LblCE)
|
||
Me.Controls.Add(Me.LblCF)
|
||
Me.Controls.Add(Me.LbLCO)
|
||
Me.Controls.Add(Me.PNL)
|
||
Me.Controls.Add(Me.CmdBI)
|
||
Me.Controls.Add(Me.CmdBS)
|
||
Me.Controls.Add(Me.Lbl1)
|
||
Me.Controls.Add(Me.CmdAnnul)
|
||
Me.Controls.Add(Me.CboMat)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.Font = New System.Drawing.Font("Tahoma", 11.25!, 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, 4, 4, 4)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(565, 402)
|
||
Me.MinimumSize = New System.Drawing.Size(565, 125)
|
||
Me.Name = "FrmBilanMat"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "Bilan des matières"
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.PNL.ResumeLayout(False)
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
Friend WithEvents LstRegion As System.Windows.Forms.ListBox
|
||
Friend WithEvents CboMat As System.Windows.Forms.ComboBox
|
||
Friend WithEvents LstNP As System.Windows.Forms.ListBox
|
||
Friend WithEvents LstEtat As System.Windows.Forms.ListBox
|
||
Friend WithEvents CmdAnnul As System.Windows.Forms.Button
|
||
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
||
Friend WithEvents Lbl1 As System.Windows.Forms.Label
|
||
Friend WithEvents CmdBI As System.Windows.Forms.Button
|
||
Friend WithEvents CmdBS As System.Windows.Forms.Button
|
||
Friend WithEvents TmrLst As System.Windows.Forms.Timer
|
||
Friend WithEvents PNL As System.Windows.Forms.Panel
|
||
Friend WithEvents LbLCO As System.Windows.Forms.Label
|
||
Friend WithEvents LblCF As System.Windows.Forms.Label
|
||
Friend WithEvents LblCE As System.Windows.Forms.Label
|
||
Friend WithEvents LstRNP As System.Windows.Forms.ListBox
|
||
End Class
|