_ Partial Class FormParentID Inherits ApplicationCrèche_1.FormID '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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormParentID)) Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.TBPhone = New System.Windows.Forms.TextBox() Me.LabelPhone = New System.Windows.Forms.Label() Me.LabelAddress = New System.Windows.Forms.Label() Me.ListView = New System.Windows.Forms.ListView() Me.CHChildName = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.ButtonPick = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'ButtonEdit ' Me.ButtonEdit.Image = Global.ApplicationCrèche_1.My.Resources.Resources.EditSheet2 Me.ButtonEdit.TabIndex = 8 Me.ButtonEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText ' 'ButtonClose ' Me.ButtonClose.TabIndex = 9 ' 'TBAddress ' Me.TBAddress.TabIndex = 5 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Segoe UI", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(276, 9) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(102, 30) Me.Label5.TabIndex = 21 Me.Label5.Text = "Child(ren)" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Segoe UI", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(12, 9) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(83, 30) Me.Label4.TabIndex = 20 Me.Label4.Text = "Identity" ' 'TBPhone ' Me.TBPhone.Location = New System.Drawing.Point(80, 136) Me.TBPhone.Name = "TBPhone" Me.TBPhone.Size = New System.Drawing.Size(165, 22) Me.TBPhone.TabIndex = 4 ' 'LabelPhone ' Me.LabelPhone.AutoSize = True Me.LabelPhone.Location = New System.Drawing.Point(12, 139) Me.LabelPhone.Name = "LabelPhone" Me.LabelPhone.Size = New System.Drawing.Size(43, 13) Me.LabelPhone.TabIndex = 23 Me.LabelPhone.Text = "Phone:" ' 'LabelAddress ' Me.LabelAddress.AutoSize = True Me.LabelAddress.Location = New System.Drawing.Point(12, 166) Me.LabelAddress.Name = "LabelAddress" Me.LabelAddress.Size = New System.Drawing.Size(76, 13) Me.LabelAddress.TabIndex = 24 Me.LabelAddress.Text = "Living adress:" ' 'ListView ' Me.ListView.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.CHChildName}) Me.ListView.FullRowSelect = True Me.ListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None Me.ListView.Location = New System.Drawing.Point(281, 42) Me.ListView.MultiSelect = False Me.ListView.Name = "ListView" Me.ListView.Size = New System.Drawing.Size(251, 298) Me.ListView.TabIndex = 7 Me.ListView.UseCompatibleStateImageBehavior = False Me.ListView.View = System.Windows.Forms.View.Details ' 'CHChildName ' Me.CHChildName.Text = "Name" Me.CHChildName.Width = 246 ' 'ButtonPick ' Me.ButtonPick.Image = Global.ApplicationCrèche_1.My.Resources.Resources.OpenFolder Me.ButtonPick.Location = New System.Drawing.Point(157, 275) Me.ButtonPick.Name = "ButtonPick" Me.ButtonPick.Size = New System.Drawing.Size(113, 23) Me.ButtonPick.TabIndex = 6 Me.ButtonPick.Text = "Pick adress..." Me.ButtonPick.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText Me.ButtonPick.UseVisualStyleBackColor = True ' 'FormParentID ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.ClientSize = New System.Drawing.Size(544, 381) Me.Controls.Add(Me.ButtonPick) Me.Controls.Add(Me.ListView) Me.Controls.Add(Me.LabelAddress) Me.Controls.Add(Me.LabelPhone) Me.Controls.Add(Me.TBPhone) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MinimumSize = New System.Drawing.Size(550, 410) Me.Name = "FormParentID" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Parent ID" Me.Controls.SetChildIndex(Me.ButtonEdit, 0) Me.Controls.SetChildIndex(Me.ButtonClose, 0) Me.Controls.SetChildIndex(Me.TBFirstName, 0) Me.Controls.SetChildIndex(Me.TBLastName, 0) Me.Controls.SetChildIndex(Me.TBAddress, 0) Me.Controls.SetChildIndex(Me.RBMale, 0) Me.Controls.SetChildIndex(Me.RBFemale, 0) Me.Controls.SetChildIndex(Me.Label4, 0) Me.Controls.SetChildIndex(Me.Label5, 0) Me.Controls.SetChildIndex(Me.TBPhone, 0) Me.Controls.SetChildIndex(Me.LabelPhone, 0) Me.Controls.SetChildIndex(Me.LabelAddress, 0) Me.Controls.SetChildIndex(Me.ListView, 0) Me.Controls.SetChildIndex(Me.ButtonPick, 0) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents TBPhone As System.Windows.Forms.TextBox Friend WithEvents LabelPhone As System.Windows.Forms.Label Friend WithEvents LabelAddress As System.Windows.Forms.Label Friend WithEvents ListView As System.Windows.Forms.ListView Friend WithEvents ButtonPick As System.Windows.Forms.Button Friend WithEvents CHChildName As System.Windows.Forms.ColumnHeader End Class