339 lines
17 KiB
VB.net
339 lines
17 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class FormMain
|
||
Inherits System.Windows.Forms.Form
|
||
|
||
'Form remplace la méthode Dispose pour nettoyer la liste des composants.
|
||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||
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.
|
||
<System.Diagnostics.DebuggerStepThrough()> _
|
||
Private Sub InitializeComponent()
|
||
Me.components = New System.ComponentModel.Container()
|
||
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
||
Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.QuitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.EditionToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.TSNewChild = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
||
Me.TSShowChild = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.TSEditChild = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.TSDeleteChild = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ShowToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.TSBSList = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
|
||
Me.DetailToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ListToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.SmallIconsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||
Me.NewSubButton = New System.Windows.Forms.ToolStripButton()
|
||
Me.BSListButton = New System.Windows.Forms.ToolStripButton()
|
||
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
||
Me.EditChildButton = New System.Windows.Forms.ToolStripButton()
|
||
Me.ListViewMain = New System.Windows.Forms.ListView()
|
||
Me.ColumnHeaderChild = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
||
Me.ColumnHeaderPlanning = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||
Me.CMSShowChild = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.CMSEditChild = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.CMSDeleteChild = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
|
||
Me.DetailToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ListToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.SmallIconsToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.MenuStrip1.SuspendLayout()
|
||
Me.ToolStrip1.SuspendLayout()
|
||
Me.ContextMenuStrip1.SuspendLayout()
|
||
Me.SuspendLayout()
|
||
'
|
||
'MenuStrip1
|
||
'
|
||
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.EditionToolStripMenuItem, Me.ShowToolStripMenuItem})
|
||
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
||
Me.MenuStrip1.Name = "MenuStrip1"
|
||
Me.MenuStrip1.Size = New System.Drawing.Size(594, 24)
|
||
Me.MenuStrip1.TabIndex = 0
|
||
Me.MenuStrip1.Text = "MenuStrip1"
|
||
'
|
||
'FileToolStripMenuItem
|
||
'
|
||
Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.QuitToolStripMenuItem})
|
||
Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"
|
||
Me.FileToolStripMenuItem.Size = New System.Drawing.Size(80, 20)
|
||
Me.FileToolStripMenuItem.Text = "Application"
|
||
'
|
||
'QuitToolStripMenuItem
|
||
'
|
||
Me.QuitToolStripMenuItem.Name = "QuitToolStripMenuItem"
|
||
Me.QuitToolStripMenuItem.Size = New System.Drawing.Size(97, 22)
|
||
Me.QuitToolStripMenuItem.Text = "Quit"
|
||
'
|
||
'EditionToolStripMenuItem
|
||
'
|
||
Me.EditionToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSNewChild, Me.ToolStripSeparator2, Me.TSShowChild, Me.TSEditChild, Me.TSDeleteChild})
|
||
Me.EditionToolStripMenuItem.Name = "EditionToolStripMenuItem"
|
||
Me.EditionToolStripMenuItem.Size = New System.Drawing.Size(56, 20)
|
||
Me.EditionToolStripMenuItem.Text = "Edition"
|
||
'
|
||
'TSNewChild
|
||
'
|
||
Me.TSNewChild.Image = Global.ApplicationCrèche_1.My.Resources.Resources.AddSheet2
|
||
Me.TSNewChild.Name = "TSNewChild"
|
||
Me.TSNewChild.Size = New System.Drawing.Size(197, 22)
|
||
Me.TSNewChild.Text = "Subscribe a new child..."
|
||
'
|
||
'ToolStripSeparator2
|
||
'
|
||
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
||
Me.ToolStripSeparator2.Size = New System.Drawing.Size(194, 6)
|
||
'
|
||
'TSShowChild
|
||
'
|
||
Me.TSShowChild.Enabled = False
|
||
Me.TSShowChild.Image = Global.ApplicationCrèche_1.My.Resources.Resources.NormalSheetLight
|
||
Me.TSShowChild.Name = "TSShowChild"
|
||
Me.TSShowChild.Size = New System.Drawing.Size(197, 22)
|
||
Me.TSShowChild.Text = "Show selected child..."
|
||
'
|
||
'TSEditChild
|
||
'
|
||
Me.TSEditChild.Enabled = False
|
||
Me.TSEditChild.Image = Global.ApplicationCrèche_1.My.Resources.Resources.EditSheet2
|
||
Me.TSEditChild.Name = "TSEditChild"
|
||
Me.TSEditChild.Size = New System.Drawing.Size(197, 22)
|
||
Me.TSEditChild.Text = "Edit selected child..."
|
||
'
|
||
'TSDeleteChild
|
||
'
|
||
Me.TSDeleteChild.Enabled = False
|
||
Me.TSDeleteChild.Image = Global.ApplicationCrèche_1.My.Resources.Resources.DeleteSheet2
|
||
Me.TSDeleteChild.Name = "TSDeleteChild"
|
||
Me.TSDeleteChild.Size = New System.Drawing.Size(197, 22)
|
||
Me.TSDeleteChild.Text = "Delete selected child..."
|
||
'
|
||
'ShowToolStripMenuItem
|
||
'
|
||
Me.ShowToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBSList, Me.ToolStripSeparator3, Me.DetailToolStripMenuItem, Me.ListToolStripMenuItem, Me.SmallIconsToolStripMenuItem})
|
||
Me.ShowToolStripMenuItem.Name = "ShowToolStripMenuItem"
|
||
Me.ShowToolStripMenuItem.Size = New System.Drawing.Size(48, 20)
|
||
Me.ShowToolStripMenuItem.Text = "Show"
|
||
'
|
||
'TSBSList
|
||
'
|
||
Me.TSBSList.Image = Global.ApplicationCrèche_1.My.Resources.Resources.WindowList1
|
||
Me.TSBSList.Name = "TSBSList"
|
||
Me.TSBSList.Size = New System.Drawing.Size(144, 22)
|
||
Me.TSBSList.Text = "Babysitter list"
|
||
'
|
||
'ToolStripSeparator3
|
||
'
|
||
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
|
||
Me.ToolStripSeparator3.Size = New System.Drawing.Size(141, 6)
|
||
'
|
||
'DetailToolStripMenuItem
|
||
'
|
||
Me.DetailToolStripMenuItem.Name = "DetailToolStripMenuItem"
|
||
Me.DetailToolStripMenuItem.Size = New System.Drawing.Size(144, 22)
|
||
Me.DetailToolStripMenuItem.Text = "Detail"
|
||
'
|
||
'ListToolStripMenuItem
|
||
'
|
||
Me.ListToolStripMenuItem.Name = "ListToolStripMenuItem"
|
||
Me.ListToolStripMenuItem.Size = New System.Drawing.Size(144, 22)
|
||
Me.ListToolStripMenuItem.Text = "List"
|
||
'
|
||
'SmallIconsToolStripMenuItem
|
||
'
|
||
Me.SmallIconsToolStripMenuItem.Name = "SmallIconsToolStripMenuItem"
|
||
Me.SmallIconsToolStripMenuItem.Size = New System.Drawing.Size(144, 22)
|
||
Me.SmallIconsToolStripMenuItem.Text = "Small icons"
|
||
'
|
||
'ToolStrip1
|
||
'
|
||
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NewSubButton, Me.BSListButton, Me.ToolStripSeparator1, Me.EditChildButton})
|
||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
|
||
Me.ToolStrip1.Name = "ToolStrip1"
|
||
Me.ToolStrip1.Size = New System.Drawing.Size(594, 25)
|
||
Me.ToolStrip1.TabIndex = 1
|
||
Me.ToolStrip1.Text = "ToolStrip1"
|
||
'
|
||
'NewSubButton
|
||
'
|
||
Me.NewSubButton.Image = Global.ApplicationCrèche_1.My.Resources.Resources.AddSheet2
|
||
Me.NewSubButton.ImageTransparentColor = System.Drawing.Color.Magenta
|
||
Me.NewSubButton.Name = "NewSubButton"
|
||
Me.NewSubButton.Size = New System.Drawing.Size(119, 22)
|
||
Me.NewSubButton.Text = "New subscription"
|
||
'
|
||
'BSListButton
|
||
'
|
||
Me.BSListButton.Image = Global.ApplicationCrèche_1.My.Resources.Resources.WindowList1
|
||
Me.BSListButton.ImageTransparentColor = System.Drawing.Color.Magenta
|
||
Me.BSListButton.Name = "BSListButton"
|
||
Me.BSListButton.Size = New System.Drawing.Size(97, 22)
|
||
Me.BSListButton.Text = "Babysitter list"
|
||
'
|
||
'ToolStripSeparator1
|
||
'
|
||
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
||
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
|
||
'
|
||
'EditChildButton
|
||
'
|
||
Me.EditChildButton.Enabled = False
|
||
Me.EditChildButton.Image = Global.ApplicationCrèche_1.My.Resources.Resources.EditSheet2
|
||
Me.EditChildButton.ImageTransparentColor = System.Drawing.Color.Magenta
|
||
Me.EditChildButton.Name = "EditChildButton"
|
||
Me.EditChildButton.Size = New System.Drawing.Size(122, 22)
|
||
Me.EditChildButton.Text = "Edit selected child"
|
||
'
|
||
'ListViewMain
|
||
'
|
||
Me.ListViewMain.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.ListViewMain.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeaderChild, Me.ColumnHeaderPlanning})
|
||
Me.ListViewMain.ContextMenuStrip = Me.ContextMenuStrip1
|
||
Me.ListViewMain.FullRowSelect = True
|
||
Me.ListViewMain.GridLines = True
|
||
Me.ListViewMain.Location = New System.Drawing.Point(12, 52)
|
||
Me.ListViewMain.MultiSelect = False
|
||
Me.ListViewMain.Name = "ListViewMain"
|
||
Me.ListViewMain.Size = New System.Drawing.Size(570, 397)
|
||
Me.ListViewMain.TabIndex = 2
|
||
Me.ListViewMain.UseCompatibleStateImageBehavior = False
|
||
Me.ListViewMain.View = System.Windows.Forms.View.Details
|
||
'
|
||
'ColumnHeaderChild
|
||
'
|
||
Me.ColumnHeaderChild.Text = "Children"
|
||
Me.ColumnHeaderChild.Width = 199
|
||
'
|
||
'ColumnHeaderPlanning
|
||
'
|
||
Me.ColumnHeaderPlanning.Text = "Planning"
|
||
Me.ColumnHeaderPlanning.Width = 364
|
||
'
|
||
'ContextMenuStrip1
|
||
'
|
||
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CMSShowChild, Me.CMSEditChild, Me.CMSDeleteChild, Me.ToolStripSeparator4, Me.DetailToolStripMenuItem1, Me.ListToolStripMenuItem1, Me.SmallIconsToolStripMenuItem1})
|
||
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(168, 142)
|
||
'
|
||
'CMSShowChild
|
||
'
|
||
Me.CMSShowChild.Enabled = False
|
||
Me.CMSShowChild.Image = Global.ApplicationCrèche_1.My.Resources.Resources.NormalSheetLight
|
||
Me.CMSShowChild.Name = "CMSShowChild"
|
||
Me.CMSShowChild.Size = New System.Drawing.Size(167, 22)
|
||
Me.CMSShowChild.Text = "Show this child..."
|
||
'
|
||
'CMSEditChild
|
||
'
|
||
Me.CMSEditChild.Enabled = False
|
||
Me.CMSEditChild.Image = Global.ApplicationCrèche_1.My.Resources.Resources.EditSheet2
|
||
Me.CMSEditChild.Name = "CMSEditChild"
|
||
Me.CMSEditChild.Size = New System.Drawing.Size(167, 22)
|
||
Me.CMSEditChild.Text = "Edit this child..."
|
||
'
|
||
'CMSDeleteChild
|
||
'
|
||
Me.CMSDeleteChild.Enabled = False
|
||
Me.CMSDeleteChild.Image = Global.ApplicationCrèche_1.My.Resources.Resources.DeleteSheet2
|
||
Me.CMSDeleteChild.Name = "CMSDeleteChild"
|
||
Me.CMSDeleteChild.Size = New System.Drawing.Size(167, 22)
|
||
Me.CMSDeleteChild.Text = "Delete this child..."
|
||
'
|
||
'ToolStripSeparator4
|
||
'
|
||
Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
|
||
Me.ToolStripSeparator4.Size = New System.Drawing.Size(164, 6)
|
||
'
|
||
'DetailToolStripMenuItem1
|
||
'
|
||
Me.DetailToolStripMenuItem1.Name = "DetailToolStripMenuItem1"
|
||
Me.DetailToolStripMenuItem1.Size = New System.Drawing.Size(167, 22)
|
||
Me.DetailToolStripMenuItem1.Text = "Detail"
|
||
'
|
||
'ListToolStripMenuItem1
|
||
'
|
||
Me.ListToolStripMenuItem1.Name = "ListToolStripMenuItem1"
|
||
Me.ListToolStripMenuItem1.Size = New System.Drawing.Size(167, 22)
|
||
Me.ListToolStripMenuItem1.Text = "List"
|
||
'
|
||
'SmallIconsToolStripMenuItem1
|
||
'
|
||
Me.SmallIconsToolStripMenuItem1.Name = "SmallIconsToolStripMenuItem1"
|
||
Me.SmallIconsToolStripMenuItem1.Size = New System.Drawing.Size(167, 22)
|
||
Me.SmallIconsToolStripMenuItem1.Text = "Small icons"
|
||
'
|
||
'FormMain
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(594, 461)
|
||
Me.Controls.Add(Me.ListViewMain)
|
||
Me.Controls.Add(Me.ToolStrip1)
|
||
Me.Controls.Add(Me.MenuStrip1)
|
||
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!)
|
||
Me.MainMenuStrip = Me.MenuStrip1
|
||
Me.MinimumSize = New System.Drawing.Size(500, 500)
|
||
Me.Name = "FormMain"
|
||
Me.Text = "Main Window"
|
||
Me.MenuStrip1.ResumeLayout(False)
|
||
Me.MenuStrip1.PerformLayout()
|
||
Me.ToolStrip1.ResumeLayout(False)
|
||
Me.ToolStrip1.PerformLayout()
|
||
Me.ContextMenuStrip1.ResumeLayout(False)
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
|
||
Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents EditionToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
||
Friend WithEvents NewSubButton As System.Windows.Forms.ToolStripButton
|
||
Friend WithEvents BSListButton As System.Windows.Forms.ToolStripButton
|
||
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
|
||
Friend WithEvents EditChildButton As System.Windows.Forms.ToolStripButton
|
||
Friend WithEvents ListViewMain As System.Windows.Forms.ListView
|
||
Friend WithEvents ShowToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents QuitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents ColumnHeaderChild As System.Windows.Forms.ColumnHeader
|
||
Friend WithEvents ColumnHeaderPlanning As System.Windows.Forms.ColumnHeader
|
||
Friend WithEvents TSEditChild As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents TSDeleteChild As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents TSNewChild As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
|
||
Friend WithEvents TSBSList As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents TSShowChild As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
|
||
Friend WithEvents CMSEditChild As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents CMSShowChild As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents CMSDeleteChild As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
|
||
Friend WithEvents DetailToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents ListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents SmallIconsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator
|
||
Friend WithEvents DetailToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents ListToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
|
||
Friend WithEvents SmallIconsToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
|
||
|
||
End Class
|