_ Partial Class FrmBilanMat 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(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.Label1 = New System.Windows.Forms.Label Me.CmdBI = New System.Windows.Forms.Button Me.CmdBS = New System.Windows.Forms.Button CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'LstRegion ' Me.LstRegion.FormattingEnabled = True Me.LstRegion.Location = New System.Drawing.Point(12, 39) Me.LstRegion.Name = "LstRegion" Me.LstRegion.Size = New System.Drawing.Size(114, 56) Me.LstRegion.TabIndex = 2 ' 'CboMat ' Me.CboMat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CboMat.FormattingEnabled = True Me.CboMat.Location = New System.Drawing.Point(155, 12) Me.CboMat.Name = "CboMat" Me.CboMat.Size = New System.Drawing.Size(121, 21) Me.CboMat.TabIndex = 1 ' 'LstNP ' Me.LstNP.FormattingEnabled = True Me.LstNP.Location = New System.Drawing.Point(132, 39) Me.LstNP.Name = "LstNP" Me.LstNP.Size = New System.Drawing.Size(103, 56) Me.LstNP.TabIndex = 3 ' 'LstEtat ' Me.LstEtat.FormattingEnabled = True Me.LstEtat.Location = New System.Drawing.Point(241, 39) Me.LstEtat.Name = "LstEtat" Me.LstEtat.Size = New System.Drawing.Size(122, 56) 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(293, 122) Me.CmdAnnul.Name = "CmdAnnul" Me.CmdAnnul.Size = New System.Drawing.Size(75, 23) 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, 107) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(0) Me.PictureBox1.MaximumSize = New System.Drawing.Size(800, 2) Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(381, 2) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 70 Me.PictureBox1.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 15) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(135, 13) Me.Label1.TabIndex = 0 Me.Label1.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(12, 122) Me.CmdBI.Name = "CmdBI" Me.CmdBI.Size = New System.Drawing.Size(75, 23) 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(93, 122) Me.CmdBS.Name = "CmdBS" Me.CmdBS.Size = New System.Drawing.Size(75, 23) Me.CmdBS.TabIndex = 7 Me.CmdBS.Text = "&Supprimés" Me.CmdBS.UseVisualStyleBackColor = True ' 'FrmBilanMat ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(380, 157) Me.Controls.Add(Me.CmdBI) Me.Controls.Add(Me.CmdBS) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.LstRegion) Me.Controls.Add(Me.CmdAnnul) Me.Controls.Add(Me.CboMat) Me.Controls.Add(Me.LstNP) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.LstEtat) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.Name = "FrmBilanMat" Me.ShowIcon = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Bilan des matières" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() 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 Label1 As System.Windows.Forms.Label Friend WithEvents CmdBI As System.Windows.Forms.Button Friend WithEvents CmdBS As System.Windows.Forms.Button End Class