_ Partial Class FormList 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormList)) Me.ToolStrip = New System.Windows.Forms.ToolStrip() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.ListView = New System.Windows.Forms.ListView() Me.ColumnHeader = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.CMSSep = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.CMSSelect = New System.Windows.Forms.ToolStripMenuItem() Me.CMSShow = New System.Windows.Forms.ToolStripMenuItem() Me.CMSEdit = New System.Windows.Forms.ToolStripMenuItem() Me.CMSDelete = New System.Windows.Forms.ToolStripMenuItem() Me.TSButtonAdd = New System.Windows.Forms.ToolStripButton() Me.TSButtonSelect = New System.Windows.Forms.ToolStripButton() Me.TSButtonShow = New System.Windows.Forms.ToolStripButton() Me.TSButtonEdit = New System.Windows.Forms.ToolStripButton() Me.TSButtonDelete = New System.Windows.Forms.ToolStripButton() Me.TSButtonClose = New System.Windows.Forms.ToolStripButton() Me.TSPin = New System.Windows.Forms.ToolStripButton() Me.ToolStrip.SuspendLayout() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip ' Me.ToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSButtonAdd, Me.ToolStripSeparator1, Me.TSButtonSelect, Me.TSButtonShow, Me.TSButtonEdit, Me.TSButtonDelete, Me.TSButtonClose, Me.ToolStripSeparator2, Me.TSPin}) Me.ToolStrip.Location = New System.Drawing.Point(0, 0) Me.ToolStrip.Name = "ToolStrip" Me.ToolStrip.Size = New System.Drawing.Size(309, 25) Me.ToolStrip.TabIndex = 0 Me.ToolStrip.Text = "ToolStrip1" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'ListView ' Me.ListView.AllowColumnReorder = True Me.ListView.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader, Me.ColumnHeader1}) Me.ListView.ContextMenuStrip = Me.ContextMenuStrip1 Me.ListView.Dock = System.Windows.Forms.DockStyle.Fill Me.ListView.FullRowSelect = True Me.ListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable Me.ListView.Location = New System.Drawing.Point(0, 25) Me.ListView.MultiSelect = False Me.ListView.Name = "ListView" Me.ListView.Size = New System.Drawing.Size(309, 386) Me.ListView.TabIndex = 1 Me.ListView.UseCompatibleStateImageBehavior = False Me.ListView.View = System.Windows.Forms.View.Details ' 'ColumnHeader ' Me.ColumnHeader.Text = "Name" Me.ColumnHeader.Width = 300 ' 'ColumnHeader1 ' Me.ColumnHeader1.Text = "Address" Me.ColumnHeader1.Width = 161 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CMSSelect, Me.CMSSep, Me.CMSShow, Me.CMSEdit, Me.CMSDelete}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(167, 98) ' 'CMSSep ' Me.CMSSep.Name = "CMSSep" Me.CMSSep.Size = New System.Drawing.Size(163, 6) ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) ' 'CMSSelect ' Me.CMSSelect.Enabled = False Me.CMSSelect.Image = Global.ApplicationCrèche_1.My.Resources.Resources.SelectSheet Me.CMSSelect.Name = "CMSSelect" Me.CMSSelect.Size = New System.Drawing.Size(166, 22) Me.CMSSelect.Text = "Select" ' 'CMSShow ' Me.CMSShow.Enabled = False Me.CMSShow.Image = Global.ApplicationCrèche_1.My.Resources.Resources.NormalSheetLight Me.CMSShow.Name = "CMSShow" Me.CMSShow.Size = New System.Drawing.Size(166, 22) Me.CMSShow.Text = "Show selection..." ' 'CMSEdit ' Me.CMSEdit.Enabled = False Me.CMSEdit.Image = Global.ApplicationCrèche_1.My.Resources.Resources.EditSheet2 Me.CMSEdit.Name = "CMSEdit" Me.CMSEdit.Size = New System.Drawing.Size(166, 22) Me.CMSEdit.Text = "Edit selection..." ' 'CMSDelete ' Me.CMSDelete.Enabled = False Me.CMSDelete.Image = Global.ApplicationCrèche_1.My.Resources.Resources.DeleteSheet2 Me.CMSDelete.Name = "CMSDelete" Me.CMSDelete.Size = New System.Drawing.Size(166, 22) Me.CMSDelete.Text = "Delete selection..." ' 'TSButtonAdd ' Me.TSButtonAdd.Image = Global.ApplicationCrèche_1.My.Resources.Resources.AddSheet2 Me.TSButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSButtonAdd.Name = "TSButtonAdd" Me.TSButtonAdd.Size = New System.Drawing.Size(49, 22) Me.TSButtonAdd.Text = "Add" ' 'TSButtonSelect ' Me.TSButtonSelect.Enabled = False Me.TSButtonSelect.Image = Global.ApplicationCrèche_1.My.Resources.Resources.SelectSheet Me.TSButtonSelect.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSButtonSelect.Name = "TSButtonSelect" Me.TSButtonSelect.Size = New System.Drawing.Size(58, 22) Me.TSButtonSelect.Text = "Select" ' 'TSButtonShow ' Me.TSButtonShow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSButtonShow.Enabled = False Me.TSButtonShow.Image = Global.ApplicationCrèche_1.My.Resources.Resources.NormalSheetLight Me.TSButtonShow.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSButtonShow.Name = "TSButtonShow" Me.TSButtonShow.Size = New System.Drawing.Size(23, 22) Me.TSButtonShow.Text = "Show" ' 'TSButtonEdit ' Me.TSButtonEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSButtonEdit.Enabled = False Me.TSButtonEdit.Image = Global.ApplicationCrèche_1.My.Resources.Resources.EditSheet2 Me.TSButtonEdit.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSButtonEdit.Name = "TSButtonEdit" Me.TSButtonEdit.Size = New System.Drawing.Size(23, 22) Me.TSButtonEdit.Text = "Edit" ' 'TSButtonDelete ' Me.TSButtonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSButtonDelete.Enabled = False Me.TSButtonDelete.Image = Global.ApplicationCrèche_1.My.Resources.Resources.DeleteSheet2 Me.TSButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSButtonDelete.Name = "TSButtonDelete" Me.TSButtonDelete.Size = New System.Drawing.Size(23, 22) Me.TSButtonDelete.Text = "Delete" ' 'TSButtonClose ' Me.TSButtonClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.TSButtonClose.Image = Global.ApplicationCrèche_1.My.Resources.Resources.CloseWindow Me.TSButtonClose.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSButtonClose.Name = "TSButtonClose" Me.TSButtonClose.Size = New System.Drawing.Size(56, 22) Me.TSButtonClose.Text = "Close" ' 'TSPin ' Me.TSPin.Checked = True Me.TSPin.CheckState = System.Windows.Forms.CheckState.Checked Me.TSPin.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSPin.Image = Global.ApplicationCrèche_1.My.Resources.Resources.PingedWindows Me.TSPin.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSPin.Name = "TSPin" Me.TSPin.Size = New System.Drawing.Size(23, 22) Me.TSPin.Text = "Pin" ' 'FormList ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(309, 411) Me.Controls.Add(Me.ListView) Me.Controls.Add(Me.ToolStrip) Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MinimumSize = New System.Drawing.Size(325, 450) Me.Name = "FormList" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "List window" Me.ToolStrip.ResumeLayout(False) Me.ToolStrip.PerformLayout() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip As System.Windows.Forms.ToolStrip Friend WithEvents ListView As System.Windows.Forms.ListView Friend WithEvents TSButtonAdd As System.Windows.Forms.ToolStripButton Friend WithEvents TSButtonEdit As System.Windows.Forms.ToolStripButton Friend WithEvents TSButtonClose As System.Windows.Forms.ToolStripButton Friend WithEvents TSButtonDelete As System.Windows.Forms.ToolStripButton Friend WithEvents ColumnHeader As System.Windows.Forms.ColumnHeader Friend WithEvents TSButtonSelect As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip Friend WithEvents CMSSelect As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CMSEdit As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CMSDelete As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CMSShow As System.Windows.Forms.ToolStripMenuItem Friend WithEvents TSButtonShow As System.Windows.Forms.ToolStripButton Friend WithEvents CMSSep As System.Windows.Forms.ToolStripSeparator Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader Friend WithEvents TSPin As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator End Class