/home/wpollock1/public_html/VB/ConversionDemo.Designer.vb

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ConversionDemo
    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)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    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.InputDataLbl = New System.Windows.Forms.Label
        Me.InputNumTxtBox = New System.Windows.Forms.TextBox
        Me.ConvertBtn = New System.Windows.Forms.Button
        Me.ExitBtn = New System.Windows.Forms.Button
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label9 = New System.Windows.Forms.Label
        Me.Label10 = New System.Windows.Forms.Label
        Me.DefaultTxtBox = New System.Windows.Forms.TextBox
        Me.ToStringTxtBox = New System.Windows.Forms.TextBox
        Me.StrTxtBox = New System.Windows.Forms.TextBox
        Me.Convert_ToStringTxtBox = New System.Windows.Forms.TextBox
        Me.String_FormatTxtBox = New System.Windows.Forms.TextBox
        Me.ToString_C2_TxtBox = New System.Windows.Forms.TextBox
        Me.ToString_E_TxtBox = New System.Windows.Forms.TextBox
        Me.ToString_F2_TxtBox = New System.Windows.Forms.TextBox
        Me.SuspendLayout()
        '
        'InputDataLbl
        '
        Me.InputDataLbl.AutoSize = True
        Me.InputDataLbl.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.InputDataLbl.Location = New System.Drawing.Point(21, 31)
        Me.InputDataLbl.Name = "InputDataLbl"
        Me.InputDataLbl.Size = New System.Drawing.Size(170, 20)
        Me.InputDataLbl.TabIndex = 2
        Me.InputDataLbl.Text = "&Number to convert:"
        '
        'InputNumTxtBox
        '
        Me.InputNumTxtBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.InputNumTxtBox.Location = New System.Drawing.Point(191, 28)
        Me.InputNumTxtBox.Name = "InputNumTxtBox"
        Me.InputNumTxtBox.Size = New System.Drawing.Size(182, 27)
        Me.InputNumTxtBox.TabIndex = 3
        Me.InputNumTxtBox.Text = "12345.6789"
        '
        'ConvertBtn
        '
        Me.ConvertBtn.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ConvertBtn.Location = New System.Drawing.Point(392, 28)
        Me.ConvertBtn.Name = "ConvertBtn"
        Me.ConvertBtn.Size = New System.Drawing.Size(75, 27)
        Me.ConvertBtn.TabIndex = 6
        Me.ConvertBtn.Text = "&Convert"
        Me.ConvertBtn.UseVisualStyleBackColor = True
        '
        'ExitBtn
        '
        Me.ExitBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.ExitBtn.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ExitBtn.Location = New System.Drawing.Point(392, 384)
        Me.ExitBtn.Name = "ExitBtn"
        Me.ExitBtn.Size = New System.Drawing.Size(75, 27)
        Me.ExitBtn.TabIndex = 7
        Me.ExitBtn.Text = "E&xit"
        Me.ExitBtn.UseVisualStyleBackColor = True
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label2.Location = New System.Drawing.Point(21, 106)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(245, 20)
        Me.Label2.TabIndex = 8
        Me.Label2.Text = "Default conversion........................"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label1.Location = New System.Drawing.Point(21, 139)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(244, 20)
        Me.Label1.TabIndex = 9
        Me.Label1.Text = "number.ToString()........................."
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label3.Location = New System.Drawing.Point(21, 64)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(176, 20)
        Me.Label3.TabIndex = 10
        Me.Label3.Text = "Conversion Method:"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label4.Location = New System.Drawing.Point(256, 64)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(79, 20)
        Me.Label4.TabIndex = 11
        Me.Label4.Text = "Results:"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label5.Location = New System.Drawing.Point(21, 172)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(243, 20)
        Me.Label5.TabIndex = 12
        Me.Label5.Text = "Str(number)...................................."
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label6.Location = New System.Drawing.Point(21, 205)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(250, 20)
        Me.Label6.TabIndex = 13
        Me.Label6.Text = "Convert.ToString(number)............"
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label7.Location = New System.Drawing.Point(21, 238)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(244, 20)
        Me.Label7.TabIndex = 14
        Me.Label7.Text = "String.Format(""{0:N}"",number)..."
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label8.Location = New System.Drawing.Point(21, 271)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(249, 20)
        Me.Label8.TabIndex = 15
        Me.Label8.Text = "number.ToString(""C2"").................."
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label9.Location = New System.Drawing.Point(21, 304)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(247, 20)
        Me.Label9.TabIndex = 16
        Me.Label9.Text = "number.ToString(""E"")...................."
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label10.Location = New System.Drawing.Point(21, 337)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(246, 20)
        Me.Label10.TabIndex = 17
        Me.Label10.Text = "number.toString(""F2"")..................."
        '
        'DefaultTxtBox
        '
        Me.DefaultTxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.DefaultTxtBox.Location = New System.Drawing.Point(260, 98)
        Me.DefaultTxtBox.Name = "DefaultTxtBox"
        Me.DefaultTxtBox.ReadOnly = True
        Me.DefaultTxtBox.Size = New System.Drawing.Size(193, 28)
        Me.DefaultTxtBox.TabIndex = 18
        '
        'ToStringTxtBox
        '
        Me.ToStringTxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ToStringTxtBox.Location = New System.Drawing.Point(260, 131)
        Me.ToStringTxtBox.Name = "ToStringTxtBox"
        Me.ToStringTxtBox.ReadOnly = True
        Me.ToStringTxtBox.Size = New System.Drawing.Size(193, 28)
        Me.ToStringTxtBox.TabIndex = 19
        '
        'StrTxtBox
        '
        Me.StrTxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.StrTxtBox.Location = New System.Drawing.Point(260, 164)
        Me.StrTxtBox.Name = "StrTxtBox"
        Me.StrTxtBox.ReadOnly = True
        Me.StrTxtBox.Size = New System.Drawing.Size(193, 28)
        Me.StrTxtBox.TabIndex = 20
        '
        'Convert_ToStringTxtBox
        '
        Me.Convert_ToStringTxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Convert_ToStringTxtBox.Location = New System.Drawing.Point(260, 197)
        Me.Convert_ToStringTxtBox.Name = "Convert_ToStringTxtBox"
        Me.Convert_ToStringTxtBox.ReadOnly = True
        Me.Convert_ToStringTxtBox.Size = New System.Drawing.Size(193, 28)
        Me.Convert_ToStringTxtBox.TabIndex = 21
        '
        'String_FormatTxtBox
        '
        Me.String_FormatTxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.String_FormatTxtBox.Location = New System.Drawing.Point(260, 230)
        Me.String_FormatTxtBox.Name = "String_FormatTxtBox"
        Me.String_FormatTxtBox.ReadOnly = True
        Me.String_FormatTxtBox.Size = New System.Drawing.Size(193, 28)
        Me.String_FormatTxtBox.TabIndex = 22
        '
        'ToString_C2_TxtBox
        '
        Me.ToString_C2_TxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ToString_C2_TxtBox.Location = New System.Drawing.Point(260, 263)
        Me.ToString_C2_TxtBox.Name = "ToString_C2_TxtBox"
        Me.ToString_C2_TxtBox.ReadOnly = True
        Me.ToString_C2_TxtBox.Size = New System.Drawing.Size(193, 28)
        Me.ToString_C2_TxtBox.TabIndex = 23
        '
        'ToString_E_TxtBox
        '
        Me.ToString_E_TxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ToString_E_TxtBox.Location = New System.Drawing.Point(260, 296)
        Me.ToString_E_TxtBox.Name = "ToString_E_TxtBox"
        Me.ToString_E_TxtBox.ReadOnly = True
        Me.ToString_E_TxtBox.Size = New System.Drawing.Size(193, 28)
        Me.ToString_E_TxtBox.TabIndex = 24
        '
        'ToString_F2_TxtBox
        '
        Me.ToString_F2_TxtBox.Font = New System.Drawing.Font("Courier New", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ToString_F2_TxtBox.Location = New System.Drawing.Point(260, 329)
        Me.ToString_F2_TxtBox.Name = "ToString_F2_TxtBox"
        Me.ToString_F2_TxtBox.ReadOnly = True
        Me.ToString_F2_TxtBox.Size = New System.Drawing.Size(193, 28)
        Me.ToString_F2_TxtBox.TabIndex = 25
        '
        'Form1
        '
        Me.AcceptButton = Me.ConvertBtn
        Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.CancelButton = Me.ExitBtn
        Me.ClientSize = New System.Drawing.Size(490, 423)
        Me.Controls.Add(Me.ToString_F2_TxtBox)
        Me.Controls.Add(Me.ToString_E_TxtBox)
        Me.Controls.Add(Me.ToString_C2_TxtBox)
        Me.Controls.Add(Me.String_FormatTxtBox)
        Me.Controls.Add(Me.Convert_ToStringTxtBox)
        Me.Controls.Add(Me.StrTxtBox)
        Me.Controls.Add(Me.ToStringTxtBox)
        Me.Controls.Add(Me.DefaultTxtBox)
        Me.Controls.Add(Me.Label10)
        Me.Controls.Add(Me.Label9)
        Me.Controls.Add(Me.Label8)
        Me.Controls.Add(Me.Label7)
        Me.Controls.Add(Me.Label6)
        Me.Controls.Add(Me.Label5)
        Me.Controls.Add(Me.Label4)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.ExitBtn)
        Me.Controls.Add(Me.ConvertBtn)
        Me.Controls.Add(Me.InputNumTxtBox)
        Me.Controls.Add(Me.InputDataLbl)
        Me.Name = "Form1"
        Me.Text = "Conversion Demo"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents InputDataLbl As System.Windows.Forms.Label
    Friend WithEvents InputNumTxtBox As System.Windows.Forms.TextBox
    Friend WithEvents ConvertBtn As System.Windows.Forms.Button
    Friend WithEvents ExitBtn As System.Windows.Forms.Button
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents DefaultTxtBox As System.Windows.Forms.TextBox
    Friend WithEvents ToStringTxtBox As System.Windows.Forms.TextBox
    Friend WithEvents StrTxtBox As System.Windows.Forms.TextBox
    Friend WithEvents Convert_ToStringTxtBox As System.Windows.Forms.TextBox
    Friend WithEvents String_FormatTxtBox As System.Windows.Forms.TextBox
    Friend WithEvents ToString_C2_TxtBox As System.Windows.Forms.TextBox
    Friend WithEvents ToString_E_TxtBox As System.Windows.Forms.TextBox
    Friend WithEvents ToString_F2_TxtBox As System.Windows.Forms.TextBox

End Class