Thoscellen c66626ff3a init
2020-05-16 17:38:46 +02:00

351 lines
16 KiB
VB.net
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormChildID
Inherits ApplicationCrèche_1.FormID
'Form remplace la méthode Dispose pour nettoyer la liste des composants.
<System.Diagnostics.DebuggerNonUserCode()> _
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.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormChildID))
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.LabelBS = New System.Windows.Forms.LinkLabel()
Me.ButtonBS = New System.Windows.Forms.Button()
Me.CBSunday = New System.Windows.Forms.CheckBox()
Me.CBSaturday = New System.Windows.Forms.CheckBox()
Me.CBFriday = New System.Windows.Forms.CheckBox()
Me.CBThursday = New System.Windows.Forms.CheckBox()
Me.CBWednesday = New System.Windows.Forms.CheckBox()
Me.CBTuesday = New System.Windows.Forms.CheckBox()
Me.CBMonday = New System.Windows.Forms.CheckBox()
Me.ButtonParent1 = New System.Windows.Forms.Button()
Me.ButtonParent2 = New System.Windows.Forms.Button()
Me.LabelAddress = New System.Windows.Forms.Label()
Me.LabelIdentity = New System.Windows.Forms.Label()
Me.LabelPlanning = New System.Windows.Forms.Label()
Me.LabelAge = New System.Windows.Forms.Label()
Me.DTPBord = New System.Windows.Forms.DateTimePicker()
Me.LabelBornDate = New System.Windows.Forms.Label()
Me.LabelParent1 = New System.Windows.Forms.LinkLabel()
Me.LabelParent2 = New System.Windows.Forms.LinkLabel()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'ButtonEdit
'
Me.ButtonEdit.Image = Global.ApplicationCrèche_1.My.Resources.Resources.EditSheet2
Me.ButtonEdit.TabIndex = 11
Me.ButtonEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
'
'ButtonClose
'
Me.ButtonClose.TabIndex = 12
'
'TBAddress
'
Me.TBAddress.TabIndex = 5
'
'GroupBox2
'
Me.GroupBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox2.Controls.Add(Me.LabelBS)
Me.GroupBox2.Controls.Add(Me.ButtonBS)
Me.GroupBox2.Controls.Add(Me.CBSunday)
Me.GroupBox2.Controls.Add(Me.CBSaturday)
Me.GroupBox2.Controls.Add(Me.CBFriday)
Me.GroupBox2.Controls.Add(Me.CBThursday)
Me.GroupBox2.Controls.Add(Me.CBWednesday)
Me.GroupBox2.Controls.Add(Me.CBTuesday)
Me.GroupBox2.Controls.Add(Me.CBMonday)
Me.GroupBox2.Location = New System.Drawing.Point(280, 46)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(252, 223)
Me.GroupBox2.TabIndex = 10
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Day of week"
'
'LabelBS
'
Me.LabelBS.ActiveLinkColor = System.Drawing.SystemColors.Highlight
Me.LabelBS.DisabledLinkColor = System.Drawing.Color.Black
Me.LabelBS.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline
Me.LabelBS.LinkColor = System.Drawing.SystemColors.HotTrack
Me.LabelBS.Location = New System.Drawing.Point(6, 139)
Me.LabelBS.Name = "LabelBS"
Me.LabelBS.Size = New System.Drawing.Size(240, 37)
Me.LabelBS.TabIndex = 7
Me.LabelBS.TabStop = True
Me.LabelBS.Text = "Select a babysitter below"
Me.LabelBS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'ButtonBS
'
Me.ButtonBS.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ButtonBS.Image = Global.ApplicationCrèche_1.My.Resources.Resources.OpenFolder2
Me.ButtonBS.Location = New System.Drawing.Point(63, 186)
Me.ButtonBS.Name = "ButtonBS"
Me.ButtonBS.Size = New System.Drawing.Size(126, 23)
Me.ButtonBS.TabIndex = 8
Me.ButtonBS.Text = "Browse..."
Me.ButtonBS.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.ButtonBS.UseVisualStyleBackColor = True
'
'CBSunday
'
Me.CBSunday.AutoSize = True
Me.CBSunday.Location = New System.Drawing.Point(137, 79)
Me.CBSunday.Name = "CBSunday"
Me.CBSunday.Size = New System.Drawing.Size(64, 17)
Me.CBSunday.TabIndex = 5
Me.CBSunday.Text = "Sunday"
Me.CBSunday.UseVisualStyleBackColor = True
'
'CBSaturday
'
Me.CBSaturday.AutoSize = True
Me.CBSaturday.Location = New System.Drawing.Point(137, 50)
Me.CBSaturday.Name = "CBSaturday"
Me.CBSaturday.Size = New System.Drawing.Size(71, 17)
Me.CBSaturday.TabIndex = 3
Me.CBSaturday.Text = "Saturday"
Me.CBSaturday.UseVisualStyleBackColor = True
'
'CBFriday
'
Me.CBFriday.AutoSize = True
Me.CBFriday.Location = New System.Drawing.Point(137, 21)
Me.CBFriday.Name = "CBFriday"
Me.CBFriday.Size = New System.Drawing.Size(57, 17)
Me.CBFriday.TabIndex = 1
Me.CBFriday.Text = "Friday"
Me.CBFriday.UseVisualStyleBackColor = True
'
'CBThursday
'
Me.CBThursday.AutoSize = True
Me.CBThursday.Location = New System.Drawing.Point(6, 108)
Me.CBThursday.Name = "CBThursday"
Me.CBThursday.Size = New System.Drawing.Size(72, 17)
Me.CBThursday.TabIndex = 6
Me.CBThursday.Text = "Thursday"
Me.CBThursday.UseVisualStyleBackColor = True
'
'CBWednesday
'
Me.CBWednesday.AutoSize = True
Me.CBWednesday.Location = New System.Drawing.Point(6, 79)
Me.CBWednesday.Name = "CBWednesday"
Me.CBWednesday.Size = New System.Drawing.Size(86, 17)
Me.CBWednesday.TabIndex = 4
Me.CBWednesday.Text = "Wednesday"
Me.CBWednesday.UseVisualStyleBackColor = True
'
'CBTuesday
'
Me.CBTuesday.AutoSize = True
Me.CBTuesday.Location = New System.Drawing.Point(6, 50)
Me.CBTuesday.Name = "CBTuesday"
Me.CBTuesday.Size = New System.Drawing.Size(67, 17)
Me.CBTuesday.TabIndex = 2
Me.CBTuesday.Text = "Tuesday"
Me.CBTuesday.UseVisualStyleBackColor = True
'
'CBMonday
'
Me.CBMonday.AutoSize = True
Me.CBMonday.Location = New System.Drawing.Point(6, 21)
Me.CBMonday.Name = "CBMonday"
Me.CBMonday.Size = New System.Drawing.Size(68, 17)
Me.CBMonday.TabIndex = 0
Me.CBMonday.Text = "Monday"
Me.CBMonday.UseVisualStyleBackColor = True
'
'ButtonParent1
'
Me.ButtonParent1.Image = Global.ApplicationCrèche_1.My.Resources.Resources.OpenFolder2
Me.ButtonParent1.Location = New System.Drawing.Point(12, 282)
Me.ButtonParent1.Name = "ButtonParent1"
Me.ButtonParent1.Size = New System.Drawing.Size(125, 23)
Me.ButtonParent1.TabIndex = 6
Me.ButtonParent1.Text = "Browse parent 1..."
Me.ButtonParent1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.ButtonParent1.UseVisualStyleBackColor = True
'
'ButtonParent2
'
Me.ButtonParent2.Image = Global.ApplicationCrèche_1.My.Resources.Resources.OpenFolder2
Me.ButtonParent2.Location = New System.Drawing.Point(12, 311)
Me.ButtonParent2.Name = "ButtonParent2"
Me.ButtonParent2.Size = New System.Drawing.Size(125, 23)
Me.ButtonParent2.TabIndex = 8
Me.ButtonParent2.Text = "Browse parent 2..."
Me.ButtonParent2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.ButtonParent2.UseVisualStyleBackColor = True
'
'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(107, 13)
Me.LabelAddress.TabIndex = 14
Me.LabelAddress.Text = "Adress of childcare:"
'
'LabelIdentity
'
Me.LabelIdentity.AutoSize = True
Me.LabelIdentity.Font = New System.Drawing.Font("Segoe UI", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LabelIdentity.Location = New System.Drawing.Point(12, 9)
Me.LabelIdentity.Name = "LabelIdentity"
Me.LabelIdentity.Size = New System.Drawing.Size(83, 30)
Me.LabelIdentity.TabIndex = 15
Me.LabelIdentity.Text = "Identity"
'
'LabelPlanning
'
Me.LabelPlanning.AutoSize = True
Me.LabelPlanning.Font = New System.Drawing.Font("Segoe UI", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LabelPlanning.Location = New System.Drawing.Point(275, 9)
Me.LabelPlanning.Name = "LabelPlanning"
Me.LabelPlanning.Size = New System.Drawing.Size(94, 30)
Me.LabelPlanning.TabIndex = 16
Me.LabelPlanning.Text = "Planning"
'
'LabelAge
'
Me.LabelAge.AutoSize = True
Me.LabelAge.Location = New System.Drawing.Point(197, 140)
Me.LabelAge.Name = "LabelAge"
Me.LabelAge.Size = New System.Drawing.Size(54, 13)
Me.LabelAge.TabIndex = 5
Me.LabelAge.Text = "AgeLabel"
'
'DTPBord
'
Me.DTPBord.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.DTPBord.Location = New System.Drawing.Point(80, 136)
Me.DTPBord.Name = "DTPBord"
Me.DTPBord.Size = New System.Drawing.Size(96, 22)
Me.DTPBord.TabIndex = 4
'
'LabelBornDate
'
Me.LabelBornDate.AutoSize = True
Me.LabelBornDate.Location = New System.Drawing.Point(12, 140)
Me.LabelBornDate.Name = "LabelBornDate"
Me.LabelBornDate.Size = New System.Drawing.Size(58, 13)
Me.LabelBornDate.TabIndex = 17
Me.LabelBornDate.Text = "Borndate:"
'
'LabelParent1
'
Me.LabelParent1.ActiveLinkColor = System.Drawing.SystemColors.Highlight
Me.LabelParent1.DisabledLinkColor = System.Drawing.Color.Black
Me.LabelParent1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.LabelParent1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline
Me.LabelParent1.LinkColor = System.Drawing.SystemColors.HotTrack
Me.LabelParent1.Location = New System.Drawing.Point(143, 282)
Me.LabelParent1.Name = "LabelParent1"
Me.LabelParent1.Size = New System.Drawing.Size(389, 23)
Me.LabelParent1.TabIndex = 7
Me.LabelParent1.TabStop = True
Me.LabelParent1.Text = "subscrib a new parent"
Me.LabelParent1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.LabelParent1.VisitedLinkColor = System.Drawing.SystemColors.HotTrack
'
'LabelParent2
'
Me.LabelParent2.ActiveLinkColor = System.Drawing.SystemColors.Highlight
Me.LabelParent2.DisabledLinkColor = System.Drawing.Color.Black
Me.LabelParent2.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline
Me.LabelParent2.LinkColor = System.Drawing.SystemColors.HotTrack
Me.LabelParent2.Location = New System.Drawing.Point(143, 311)
Me.LabelParent2.Name = "LabelParent2"
Me.LabelParent2.Size = New System.Drawing.Size(389, 23)
Me.LabelParent2.TabIndex = 9
Me.LabelParent2.TabStop = True
Me.LabelParent2.Text = "subscrib a new parent"
Me.LabelParent2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.LabelParent2.VisitedLinkColor = System.Drawing.SystemColors.HotTrack
'
'FormChildID
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.ClientSize = New System.Drawing.Size(544, 381)
Me.Controls.Add(Me.LabelParent2)
Me.Controls.Add(Me.LabelParent1)
Me.Controls.Add(Me.DTPBord)
Me.Controls.Add(Me.LabelAge)
Me.Controls.Add(Me.LabelPlanning)
Me.Controls.Add(Me.LabelIdentity)
Me.Controls.Add(Me.LabelAddress)
Me.Controls.Add(Me.LabelBornDate)
Me.Controls.Add(Me.ButtonParent2)
Me.Controls.Add(Me.ButtonParent1)
Me.Controls.Add(Me.GroupBox2)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MinimumSize = New System.Drawing.Size(550, 410)
Me.Name = "FormChildID"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Child 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.GroupBox2, 0)
Me.Controls.SetChildIndex(Me.ButtonParent1, 0)
Me.Controls.SetChildIndex(Me.ButtonParent2, 0)
Me.Controls.SetChildIndex(Me.LabelBornDate, 0)
Me.Controls.SetChildIndex(Me.LabelAddress, 0)
Me.Controls.SetChildIndex(Me.LabelIdentity, 0)
Me.Controls.SetChildIndex(Me.LabelPlanning, 0)
Me.Controls.SetChildIndex(Me.LabelAge, 0)
Me.Controls.SetChildIndex(Me.DTPBord, 0)
Me.Controls.SetChildIndex(Me.LabelParent1, 0)
Me.Controls.SetChildIndex(Me.LabelParent2, 0)
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents CBMonday As System.Windows.Forms.CheckBox
Friend WithEvents CBSunday As System.Windows.Forms.CheckBox
Friend WithEvents CBSaturday As System.Windows.Forms.CheckBox
Friend WithEvents CBFriday As System.Windows.Forms.CheckBox
Friend WithEvents CBThursday As System.Windows.Forms.CheckBox
Friend WithEvents CBWednesday As System.Windows.Forms.CheckBox
Friend WithEvents CBTuesday As System.Windows.Forms.CheckBox
Friend WithEvents ButtonParent1 As System.Windows.Forms.Button
Friend WithEvents ButtonParent2 As System.Windows.Forms.Button
Friend WithEvents ButtonBS As System.Windows.Forms.Button
Friend WithEvents LabelAddress As System.Windows.Forms.Label
Friend WithEvents LabelIdentity As System.Windows.Forms.Label
Friend WithEvents LabelPlanning As System.Windows.Forms.Label
Friend WithEvents LabelAge As System.Windows.Forms.Label
Friend WithEvents DTPBord As System.Windows.Forms.DateTimePicker
Friend WithEvents LabelBornDate As System.Windows.Forms.Label
Friend WithEvents LabelParent1 As System.Windows.Forms.LinkLabel
Friend WithEvents LabelParent2 As System.Windows.Forms.LinkLabel
Friend WithEvents LabelBS As System.Windows.Forms.LinkLabel
End Class