_ Partial Class FrmAff 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) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) 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() Me.components = New System.ComponentModel.Container Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmAff)) Me.CmdAnnul = New System.Windows.Forms.Button Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.LstNom = New System.Windows.Forms.ListBox Me.LstPrenom = New System.Windows.Forms.ListBox Me.LstID = New System.Windows.Forms.ListBox Me.LstE = New System.Windows.Forms.ListBox Me.LstO = New System.Windows.Forms.ListBox Me.LstF = New System.Windows.Forms.ListBox Me.Lbltitle = New System.Windows.Forms.Label Me.LstNP = New System.Windows.Forms.ListBox Me.Pnl = New System.Windows.Forms.Panel Me.TmrLst = New System.Windows.Forms.Timer(Me.components) Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.Label4 = New System.Windows.Forms.Label Me.Label5 = New System.Windows.Forms.Label Me.Label6 = New System.Windows.Forms.Label CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Pnl.SuspendLayout() Me.SuspendLayout() ' 'CmdAnnul ' Me.CmdAnnul.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.CmdAnnul.Location = New System.Drawing.Point(648, 184) 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 = 20 Me.CmdAnnul.Text = "&Fermer" Me.CmdAnnul.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(3, 168) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(0) Me.PictureBox1.MaximumSize = New System.Drawing.Size(1333, 3) Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 3) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(769, 3) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 21 Me.PictureBox1.TabStop = False ' 'LstNom ' Me.LstNom.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.LstNom.FormattingEnabled = True Me.LstNom.ItemHeight = 18 Me.LstNom.Location = New System.Drawing.Point(4, 4) Me.LstNom.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.LstNom.Name = "LstNom" Me.LstNom.Size = New System.Drawing.Size(95, 76) Me.LstNom.TabIndex = 26 ' 'LstPrenom ' Me.LstPrenom.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.LstPrenom.FormattingEnabled = True Me.LstPrenom.ItemHeight = 18 Me.LstPrenom.Location = New System.Drawing.Point(108, 4) Me.LstPrenom.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.LstPrenom.Name = "LstPrenom" Me.LstPrenom.Size = New System.Drawing.Size(95, 76) Me.LstPrenom.TabIndex = 27 ' 'LstID ' Me.LstID.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.LstID.FormattingEnabled = True Me.LstID.ItemHeight = 18 Me.LstID.Location = New System.Drawing.Point(212, 4) Me.LstID.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.LstID.Name = "LstID" Me.LstID.Size = New System.Drawing.Size(47, 76) Me.LstID.TabIndex = 28 ' 'LstE ' Me.LstE.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.LstE.BackColor = System.Drawing.Color.White Me.LstE.FormattingEnabled = True Me.LstE.ItemHeight = 18 Me.LstE.Location = New System.Drawing.Point(285, 4) Me.LstE.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.LstE.Name = "LstE" Me.LstE.Size = New System.Drawing.Size(187, 76) Me.LstE.TabIndex = 29 ' 'LstO ' Me.LstO.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.LstO.FormattingEnabled = True Me.LstO.ItemHeight = 18 Me.LstO.Location = New System.Drawing.Point(481, 4) Me.LstO.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.LstO.Name = "LstO" Me.LstO.Size = New System.Drawing.Size(159, 76) Me.LstO.TabIndex = 30 ' 'LstF ' Me.LstF.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.LstF.FormattingEnabled = True Me.LstF.ItemHeight = 18 Me.LstF.Location = New System.Drawing.Point(649, 4) Me.LstF.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.LstF.Name = "LstF" Me.LstF.Size = New System.Drawing.Size(73, 76) Me.LstF.TabIndex = 30 ' 'Lbltitle ' Me.Lbltitle.AutoSize = True Me.Lbltitle.Location = New System.Drawing.Point(16, 12) Me.Lbltitle.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Lbltitle.Name = "Lbltitle" Me.Lbltitle.Size = New System.Drawing.Size(485, 18) Me.Lbltitle.TabIndex = 31 Me.Lbltitle.Text = "Vous pouvez a tout moment consulter d'état des inscriptions ci-dessous :" ' 'LstNP ' Me.LstNP.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LstNP.FormattingEnabled = True Me.LstNP.ItemHeight = 18 Me.LstNP.Location = New System.Drawing.Point(73, 4) Me.LstNP.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.LstNP.Name = "LstNP" Me.LstNP.Size = New System.Drawing.Size(25, 76) Me.LstNP.Sorted = True Me.LstNP.TabIndex = 26 Me.LstNP.Visible = False ' 'Pnl ' Me.Pnl.Controls.Add(Me.LstO) Me.Pnl.Controls.Add(Me.LstF) Me.Pnl.Controls.Add(Me.LstPrenom) Me.Pnl.Controls.Add(Me.LstNP) Me.Pnl.Controls.Add(Me.LstID) Me.Pnl.Controls.Add(Me.LstE) Me.Pnl.Controls.Add(Me.LstNom) Me.Pnl.Location = New System.Drawing.Point(16, 61) Me.Pnl.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.Pnl.Name = "Pnl" Me.Pnl.Size = New System.Drawing.Size(732, 102) Me.Pnl.TabIndex = 32 ' 'TmrLst ' Me.TmrLst.Interval = 10 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(16, 39) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(49, 18) Me.Label1.TabIndex = 33 Me.Label1.Text = "Nom :" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(120, 39) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(68, 18) Me.Label2.TabIndex = 34 Me.Label2.Text = "Prénom :" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(201, 39) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(89, 18) Me.Label3.TabIndex = 34 Me.Label3.Text = "N° de Cand." ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(297, 39) Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(52, 18) Me.Label4.TabIndex = 34 Me.Label4.Text = "Ecrits :" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(493, 39) Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(58, 18) Me.Label5.TabIndex = 34 Me.Label5.Text = "Oraux :" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(661, 39) Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(76, 18) Me.Label6.TabIndex = 34 Me.Label6.Text = "Facultatif :" ' 'FrmAff ' Me.AcceptButton = Me.CmdAnnul Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 18.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.CmdAnnul Me.ClientSize = New System.Drawing.Size(764, 233) Me.ControlBox = False Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Lbltitle) Me.Controls.Add(Me.CmdAnnul) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Pnl) Me.Font = New System.Drawing.Font("Tahoma", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle 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(770, 265) Me.MinimumSize = New System.Drawing.Size(770, 244) Me.Name = "FrmAff" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Etat des inscriptions" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.Pnl.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents CmdAnnul As System.Windows.Forms.Button Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents LstNom As System.Windows.Forms.ListBox Friend WithEvents LstPrenom As System.Windows.Forms.ListBox Friend WithEvents LstID As System.Windows.Forms.ListBox Friend WithEvents LstE As System.Windows.Forms.ListBox Friend WithEvents LstO As System.Windows.Forms.ListBox Friend WithEvents LstF As System.Windows.Forms.ListBox Friend WithEvents Lbltitle As System.Windows.Forms.Label Friend WithEvents LstNP As System.Windows.Forms.ListBox Friend WithEvents Pnl As System.Windows.Forms.Panel Friend WithEvents TmrLst As System.Windows.Forms.Timer Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label End Class