_ Partial Class FormBabySitterID 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(FormBabySitterID)) Me.LabelAddress = New System.Windows.Forms.Label() Me.LabelPhone1 = New System.Windows.Forms.Label() Me.LabelPhone2 = New System.Windows.Forms.Label() Me.TBPhone1 = New System.Windows.Forms.TextBox() Me.TBPhone2 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Keep3 = New System.Windows.Forms.Label() Me.Keep2 = New System.Windows.Forms.Label() Me.Keep1 = New System.Windows.Forms.Label() Me.Keep4 = New System.Windows.Forms.Label() Me.Keep7 = New System.Windows.Forms.Label() Me.Keep6 = New System.Windows.Forms.Label() Me.Keep5 = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'ButtonEdit ' Me.ButtonEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText ' 'ButtonClose ' ' '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(51, 13) Me.LabelAddress.TabIndex = 15 Me.LabelAddress.Text = "Address:" ' 'LabelPhone1 ' Me.LabelPhone1.AutoSize = True Me.LabelPhone1.Location = New System.Drawing.Point(12, 285) Me.LabelPhone1.Name = "LabelPhone1" Me.LabelPhone1.Size = New System.Drawing.Size(52, 13) Me.LabelPhone1.TabIndex = 16 Me.LabelPhone1.Text = "Phone 1:" ' 'LabelPhone2 ' Me.LabelPhone2.AutoSize = True Me.LabelPhone2.Location = New System.Drawing.Point(12, 313) Me.LabelPhone2.Name = "LabelPhone2" Me.LabelPhone2.Size = New System.Drawing.Size(52, 13) Me.LabelPhone2.TabIndex = 0 Me.LabelPhone2.Text = "Phone 2:" ' 'TBPhone1 ' Me.TBPhone1.Location = New System.Drawing.Point(67, 282) Me.TBPhone1.Name = "TBPhone1" Me.TBPhone1.Size = New System.Drawing.Size(203, 22) Me.TBPhone1.TabIndex = 5 ' 'TBPhone2 ' Me.TBPhone2.Location = New System.Drawing.Point(67, 310) Me.TBPhone2.Name = "TBPhone2" Me.TBPhone2.Size = New System.Drawing.Size(203, 22) Me.TBPhone2.TabIndex = 6 ' '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 = 2 Me.Label4.Text = "Identity" ' '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(94, 30) Me.Label5.TabIndex = 1 Me.Label5.Text = "Planning" ' 'Keep3 ' Me.Keep3.AutoSize = True Me.Keep3.Enabled = False Me.Keep3.Location = New System.Drawing.Point(293, 121) Me.Keep3.Name = "Keep3" Me.Keep3.Size = New System.Drawing.Size(67, 13) Me.Keep3.TabIndex = 22 Me.Keep3.Text = "Wednesday" ' 'Keep2 ' Me.Keep2.AutoSize = True Me.Keep2.Enabled = False Me.Keep2.Location = New System.Drawing.Point(293, 89) Me.Keep2.Name = "Keep2" Me.Keep2.Size = New System.Drawing.Size(48, 13) Me.Keep2.TabIndex = 23 Me.Keep2.Text = "Tuesday" ' 'Keep1 ' Me.Keep1.AutoSize = True Me.Keep1.Enabled = False Me.Keep1.Location = New System.Drawing.Point(293, 57) Me.Keep1.Name = "Keep1" Me.Keep1.Size = New System.Drawing.Size(49, 13) Me.Keep1.TabIndex = 24 Me.Keep1.Text = "Monday" ' 'Keep4 ' Me.Keep4.AutoSize = True Me.Keep4.Enabled = False Me.Keep4.Location = New System.Drawing.Point(293, 153) Me.Keep4.Name = "Keep4" Me.Keep4.Size = New System.Drawing.Size(53, 13) Me.Keep4.TabIndex = 25 Me.Keep4.Text = "Thursday" ' 'Keep7 ' Me.Keep7.AutoSize = True Me.Keep7.Enabled = False Me.Keep7.Location = New System.Drawing.Point(293, 249) Me.Keep7.Name = "Keep7" Me.Keep7.Size = New System.Drawing.Size(45, 13) Me.Keep7.TabIndex = 26 Me.Keep7.Text = "Sunday" ' 'Keep6 ' Me.Keep6.AutoSize = True Me.Keep6.Enabled = False Me.Keep6.Location = New System.Drawing.Point(293, 217) Me.Keep6.Name = "Keep6" Me.Keep6.Size = New System.Drawing.Size(52, 13) Me.Keep6.TabIndex = 27 Me.Keep6.Text = "Saturday" ' 'Keep5 ' Me.Keep5.AutoSize = True Me.Keep5.Enabled = False Me.Keep5.Location = New System.Drawing.Point(293, 185) Me.Keep5.Name = "Keep5" Me.Keep5.Size = New System.Drawing.Size(38, 13) Me.Keep5.TabIndex = 28 Me.Keep5.Text = "Friday" ' 'FormBabySitterID ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.ClientSize = New System.Drawing.Size(544, 381) Me.Controls.Add(Me.Keep1) Me.Controls.Add(Me.Keep2) Me.Controls.Add(Me.Keep3) Me.Controls.Add(Me.Keep4) Me.Controls.Add(Me.Keep5) Me.Controls.Add(Me.Keep6) Me.Controls.Add(Me.Keep7) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TBPhone2) Me.Controls.Add(Me.TBPhone1) Me.Controls.Add(Me.LabelPhone2) Me.Controls.Add(Me.LabelPhone1) Me.Controls.Add(Me.LabelAddress) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MinimumSize = New System.Drawing.Size(550, 410) Me.Name = "FormBabySitterID" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "BabySitter 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.LabelAddress, 0) Me.Controls.SetChildIndex(Me.LabelPhone1, 0) Me.Controls.SetChildIndex(Me.LabelPhone2, 0) Me.Controls.SetChildIndex(Me.TBPhone1, 0) Me.Controls.SetChildIndex(Me.TBPhone2, 0) Me.Controls.SetChildIndex(Me.Label4, 0) Me.Controls.SetChildIndex(Me.Label5, 0) Me.Controls.SetChildIndex(Me.Keep7, 0) Me.Controls.SetChildIndex(Me.Keep6, 0) Me.Controls.SetChildIndex(Me.Keep5, 0) Me.Controls.SetChildIndex(Me.Keep4, 0) Me.Controls.SetChildIndex(Me.Keep3, 0) Me.Controls.SetChildIndex(Me.Keep2, 0) Me.Controls.SetChildIndex(Me.Keep1, 0) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents LabelAddress As System.Windows.Forms.Label Friend WithEvents LabelPhone1 As System.Windows.Forms.Label Friend WithEvents LabelPhone2 As System.Windows.Forms.Label Friend WithEvents TBPhone1 As System.Windows.Forms.TextBox Friend WithEvents TBPhone2 As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Keep3 As System.Windows.Forms.Label Friend WithEvents Keep2 As System.Windows.Forms.Label Friend WithEvents Keep1 As System.Windows.Forms.Label Friend WithEvents Keep4 As System.Windows.Forms.Label Friend WithEvents Keep7 As System.Windows.Forms.Label Friend WithEvents Keep6 As System.Windows.Forms.Label Friend WithEvents Keep5 As System.Windows.Forms.Label End Class