<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AeroWizardForm
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <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

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.CancelButton2 = New System.Windows.Forms.Button
        Me.NextButton = New System.Windows.Forms.Button
        Me.HomePagePanel = New MyContacts.Internal.Components.Panel
        Me.FinishPanel = New MyContacts.Internal.Components.Panel
        Me.SecondPagePanel = New MyContacts.Internal.Components.Panel
        Me.BackPanel = New MyContacts.Internal.Components.Panel
        Me.BackButton = New System.Windows.Forms.Button
        Me.BackPanel.SuspendLayout()
        Me.SuspendLayout()
        '
        'CancelButton2
        '
        Me.CancelButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.CancelButton2.Location = New System.Drawing.Point(416, 335)
        Me.CancelButton2.Name = "CancelButton2"
        Me.CancelButton2.Size = New System.Drawing.Size(72, 23)
        Me.CancelButton2.TabIndex = 4
        Me.CancelButton2.Text = "&Cancel"
        Me.CancelButton2.UseVisualStyleBackColor = True
        '
        'NextButton
        '
        Me.NextButton.Location = New System.Drawing.Point(336, 335)
        Me.NextButton.Name = "NextButton"
        Me.NextButton.Size = New System.Drawing.Size(72, 23)
        Me.NextButton.TabIndex = 3
        Me.NextButton.Text = "&Next"
        Me.NextButton.UseVisualStyleBackColor = True
        '
        'HomePagePanel
        '
        Me.HomePagePanel.BackColor = System.Drawing.Color.White
        Me.HomePagePanel.Location = New System.Drawing.Point(0, 40)
        Me.HomePagePanel.Name = "HomePagePanel"
        Me.HomePagePanel.Size = New System.Drawing.Size(496, 280)
        Me.HomePagePanel.TabIndex = 0
        '
        'FinishPanel
        '
        Me.FinishPanel.BackColor = System.Drawing.Color.White
        Me.FinishPanel.Location = New System.Drawing.Point(0, 40)
        Me.FinishPanel.Name = "FinishPanel"
        Me.FinishPanel.Size = New System.Drawing.Size(496, 280)
        Me.FinishPanel.TabIndex = 0
        '
        'SecondPagePanel
        '
        Me.SecondPagePanel.BackColor = System.Drawing.Color.White
        Me.SecondPagePanel.Location = New System.Drawing.Point(0, 40)
        Me.SecondPagePanel.Name = "SecondPagePanel"
        Me.SecondPagePanel.Size = New System.Drawing.Size(496, 280)
        Me.SecondPagePanel.TabIndex = 0
        Me.SecondPagePanel.Visible = False
        '
        'BackPanel
        '
        Me.BackPanel.BackColor = System.Drawing.SystemColors.Control
        Me.BackPanel.Controls.Add(Me.HomePagePanel)
        Me.BackPanel.Controls.Add(Me.SecondPagePanel)
        Me.BackPanel.Controls.Add(Me.FinishPanel)
        Me.BackPanel.Location = New System.Drawing.Point(0, 0)
        Me.BackPanel.Name = "BackPanel"
        Me.BackPanel.Size = New System.Drawing.Size(496, 320)
        Me.BackPanel.TabIndex = 0
        '
        'BackButton
        '
        Me.BackButton.Location = New System.Drawing.Point(256, 335)
        Me.BackButton.Name = "BackButton"
        Me.BackButton.Size = New System.Drawing.Size(72, 23)
        Me.BackButton.TabIndex = 2
        Me.BackButton.Text = "&Back"
        Me.BackButton.UseVisualStyleBackColor = True
        '
        'AeroWizardForm
        '
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
        Me.BackColor = System.Drawing.SystemColors.Control
        Me.ClientSize = New System.Drawing.Size(496, 370)
        Me.Controls.Add(Me.BackButton)
        Me.Controls.Add(Me.BackPanel)
        Me.Controls.Add(Me.NextButton)
        Me.Controls.Add(Me.CancelButton2)
        Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "AeroWizardForm"
        Me.ShowIcon = False
        Me.ShowInTaskbar = False
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = " "
        Me.BackPanel.ResumeLayout(False)
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents CancelButton2 As System.Windows.Forms.Button
    Friend WithEvents NextButton As System.Windows.Forms.Button
    Friend WithEvents HomePagePanel As MyContacts.Internal.Components.Panel
    Friend WithEvents FinishPanel As MyContacts.Internal.Components.Panel
    Friend WithEvents SecondPagePanel As MyContacts.Internal.Components.Panel
    Friend WithEvents BackPanel As MyContacts.Internal.Components.Panel
    Friend WithEvents BackButton As System.Windows.Forms.Button

End Class
