<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Main
    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.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main))
        Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
        Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.SampleToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
        Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.SerialPort1 = New System.IO.Ports.SerialPort(Me.components)
        Me.grpTime = New System.Windows.Forms.GroupBox
        Me.txtElapsed = New System.Windows.Forms.TextBox
        Me.grpData = New System.Windows.Forms.GroupBox
        Me.Label15 = New System.Windows.Forms.Label
        Me.txtCommand = New System.Windows.Forms.TextBox
        Me.Label10 = New System.Windows.Forms.Label
        Me.txtExtraByte = New System.Windows.Forms.TextBox
        Me.Label9 = New System.Windows.Forms.Label
        Me.txtReplyLength = New System.Windows.Forms.TextBox
        Me.Label8 = New System.Windows.Forms.Label
        Me.txtNodeAddress = New System.Windows.Forms.TextBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.txtAppDataType = New System.Windows.Forms.TextBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.txtDeliveryFlags = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.txtSOP = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.txtBaseStationACK = New System.Windows.Forms.TextBox
        Me.grpCS = New System.Windows.Forms.GroupBox
        Me.lblCheckSum = New System.Windows.Forms.Label
        Me.grpEvent = New System.Windows.Forms.GroupBox
        Me.txtEvent = New System.Windows.Forms.TextBox
        Me.grpCommPort = New System.Windows.Forms.GroupBox
        Me.cmbCommPort = New System.Windows.Forms.ComboBox
        Me.grpNodeAddress = New System.Windows.Forms.GroupBox
        Me.NumUpDown = New System.Windows.Forms.NumericUpDown
        Me.grpDataCont = New System.Windows.Forms.GroupBox
        Me.Label16 = New System.Windows.Forms.Label
        Me.txtTheirCS = New System.Windows.Forms.TextBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.txtMyCS = New System.Windows.Forms.TextBox
        Me.Label6 = New System.Windows.Forms.Label
        Me.txtRSSI = New System.Windows.Forms.TextBox
        Me.Label7 = New System.Windows.Forms.Label
        Me.txtLQI = New System.Windows.Forms.TextBox
        Me.Label11 = New System.Windows.Forms.Label
        Me.txtTimerTick = New System.Windows.Forms.TextBox
        Me.Label12 = New System.Windows.Forms.Label
        Me.txtYaw = New System.Windows.Forms.TextBox
        Me.Label13 = New System.Windows.Forms.Label
        Me.txtPitch = New System.Windows.Forms.TextBox
        Me.Label14 = New System.Windows.Forms.Label
        Me.txtRoll = New System.Windows.Forms.TextBox
        Me.MenuStrip1.SuspendLayout()
        Me.grpTime.SuspendLayout()
        Me.grpData.SuspendLayout()
        Me.grpCS.SuspendLayout()
        Me.grpEvent.SuspendLayout()
        Me.grpCommPort.SuspendLayout()
        Me.grpNodeAddress.SuspendLayout()
        CType(Me.NumUpDown, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.grpDataCont.SuspendLayout()
        Me.SuspendLayout()
        '
        'MenuStrip1
        '
        Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem})
        Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
        Me.MenuStrip1.Name = "MenuStrip1"
        Me.MenuStrip1.Size = New System.Drawing.Size(792, 24)
        Me.MenuStrip1.TabIndex = 0
        Me.MenuStrip1.Text = "MenuStrip1"
        '
        'FileToolStripMenuItem
        '
        Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SampleToolStripMenuItem, Me.ToolStripMenuItem1, Me.ExitToolStripMenuItem})
        Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"
        Me.FileToolStripMenuItem.Size = New System.Drawing.Size(35, 20)
        Me.FileToolStripMenuItem.Text = "File"
        '
        'SampleToolStripMenuItem
        '
        Me.SampleToolStripMenuItem.Name = "SampleToolStripMenuItem"
        Me.SampleToolStripMenuItem.Size = New System.Drawing.Size(119, 22)
        Me.SampleToolStripMenuItem.Text = "Sample"
        '
        'ToolStripMenuItem1
        '
        Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
        Me.ToolStripMenuItem1.Size = New System.Drawing.Size(116, 6)
        '
        'ExitToolStripMenuItem
        '
        Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"
        Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(119, 22)
        Me.ExitToolStripMenuItem.Text = "Exit"
        '
        'SerialPort1
        '
        Me.SerialPort1.BaudRate = 115200
        '
        'grpTime
        '
        Me.grpTime.Controls.Add(Me.txtElapsed)
        Me.grpTime.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.grpTime.Location = New System.Drawing.Point(381, 396)
        Me.grpTime.Name = "grpTime"
        Me.grpTime.Size = New System.Drawing.Size(164, 56)
        Me.grpTime.TabIndex = 50
        Me.grpTime.TabStop = False
        Me.grpTime.Text = "Elapsed Time"
        '
        'txtElapsed
        '
        Me.txtElapsed.Location = New System.Drawing.Point(6, 19)
        Me.txtElapsed.Name = "txtElapsed"
        Me.txtElapsed.Size = New System.Drawing.Size(143, 20)
        Me.txtElapsed.TabIndex = 39
        Me.txtElapsed.TabStop = False
        '
        'grpData
        '
        Me.grpData.Controls.Add(Me.Label15)
        Me.grpData.Controls.Add(Me.txtCommand)
        Me.grpData.Controls.Add(Me.Label10)
        Me.grpData.Controls.Add(Me.txtExtraByte)
        Me.grpData.Controls.Add(Me.Label9)
        Me.grpData.Controls.Add(Me.txtReplyLength)
        Me.grpData.Controls.Add(Me.Label8)
        Me.grpData.Controls.Add(Me.txtNodeAddress)
        Me.grpData.Controls.Add(Me.Label4)
        Me.grpData.Controls.Add(Me.txtAppDataType)
        Me.grpData.Controls.Add(Me.Label3)
        Me.grpData.Controls.Add(Me.txtDeliveryFlags)
        Me.grpData.Controls.Add(Me.Label2)
        Me.grpData.Controls.Add(Me.txtSOP)
        Me.grpData.Controls.Add(Me.Label1)
        Me.grpData.Controls.Add(Me.txtBaseStationACK)
        Me.grpData.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.grpData.Location = New System.Drawing.Point(33, 161)
        Me.grpData.Name = "grpData"
        Me.grpData.Size = New System.Drawing.Size(168, 362)
        Me.grpData.TabIndex = 49
        Me.grpData.TabStop = False
        Me.grpData.Text = "Data Packet"
        '
        'Label15
        '
        Me.Label15.AutoSize = True
        Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label15.Location = New System.Drawing.Point(13, 318)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(61, 13)
        Me.Label15.TabIndex = 47
        Me.Label15.Text = "Command"
        '
        'txtCommand
        '
        Me.txtCommand.Location = New System.Drawing.Point(16, 335)
        Me.txtCommand.Name = "txtCommand"
        Me.txtCommand.Size = New System.Drawing.Size(143, 20)
        Me.txtCommand.TabIndex = 46
        Me.txtCommand.TabStop = False
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label10.Location = New System.Drawing.Point(13, 278)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(118, 13)
        Me.Label10.TabIndex = 45
        Me.Label10.Text = "Extra Byte-not used"
        '
        'txtExtraByte
        '
        Me.txtExtraByte.Location = New System.Drawing.Point(16, 295)
        Me.txtExtraByte.Name = "txtExtraByte"
        Me.txtExtraByte.Size = New System.Drawing.Size(143, 20)
        Me.txtExtraByte.TabIndex = 44
        Me.txtExtraByte.TabStop = False
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label9.Location = New System.Drawing.Point(13, 237)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(82, 13)
        Me.Label9.TabIndex = 43
        Me.Label9.Text = "Reply Length"
        '
        'txtReplyLength
        '
        Me.txtReplyLength.Location = New System.Drawing.Point(16, 254)
        Me.txtReplyLength.Name = "txtReplyLength"
        Me.txtReplyLength.Size = New System.Drawing.Size(143, 20)
        Me.txtReplyLength.TabIndex = 42
        Me.txtReplyLength.TabStop = False
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label8.Location = New System.Drawing.Point(13, 196)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(86, 13)
        Me.Label8.TabIndex = 41
        Me.Label8.Text = "Node Address"
        '
        'txtNodeAddress
        '
        Me.txtNodeAddress.Location = New System.Drawing.Point(16, 213)
        Me.txtNodeAddress.Name = "txtNodeAddress"
        Me.txtNodeAddress.Size = New System.Drawing.Size(143, 20)
        Me.txtNodeAddress.TabIndex = 40
        Me.txtNodeAddress.TabStop = False
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label4.Location = New System.Drawing.Point(13, 152)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(92, 13)
        Me.Label4.TabIndex = 33
        Me.Label4.Text = "App Data Type"
        '
        'txtAppDataType
        '
        Me.txtAppDataType.Location = New System.Drawing.Point(16, 169)
        Me.txtAppDataType.Name = "txtAppDataType"
        Me.txtAppDataType.Size = New System.Drawing.Size(143, 20)
        Me.txtAppDataType.TabIndex = 32
        Me.txtAppDataType.TabStop = False
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label3.Location = New System.Drawing.Point(13, 111)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(87, 13)
        Me.Label3.TabIndex = 31
        Me.Label3.Text = "Delivery Flags"
        '
        'txtDeliveryFlags
        '
        Me.txtDeliveryFlags.Location = New System.Drawing.Point(16, 128)
        Me.txtDeliveryFlags.Name = "txtDeliveryFlags"
        Me.txtDeliveryFlags.Size = New System.Drawing.Size(143, 20)
        Me.txtDeliveryFlags.TabIndex = 30
        Me.txtDeliveryFlags.TabStop = False
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label2.Location = New System.Drawing.Point(13, 70)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(32, 13)
        Me.Label2.TabIndex = 29
        Me.Label2.Text = "SOP"
        '
        'txtSOP
        '
        Me.txtSOP.Location = New System.Drawing.Point(16, 87)
        Me.txtSOP.Name = "txtSOP"
        Me.txtSOP.Size = New System.Drawing.Size(143, 20)
        Me.txtSOP.TabIndex = 28
        Me.txtSOP.TabStop = False
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label1.Location = New System.Drawing.Point(13, 29)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(107, 13)
        Me.Label1.TabIndex = 27
        Me.Label1.Text = "Base Station ACK"
        '
        'txtBaseStationACK
        '
        Me.txtBaseStationACK.CausesValidation = False
        Me.txtBaseStationACK.Location = New System.Drawing.Point(16, 46)
        Me.txtBaseStationACK.Name = "txtBaseStationACK"
        Me.txtBaseStationACK.Size = New System.Drawing.Size(143, 20)
        Me.txtBaseStationACK.TabIndex = 26
        Me.txtBaseStationACK.TabStop = False
        '
        'grpCS
        '
        Me.grpCS.Controls.Add(Me.lblCheckSum)
        Me.grpCS.Location = New System.Drawing.Point(381, 455)
        Me.grpCS.Name = "grpCS"
        Me.grpCS.Size = New System.Drawing.Size(164, 68)
        Me.grpCS.TabIndex = 48
        Me.grpCS.TabStop = False
        '
        'lblCheckSum
        '
        Me.lblCheckSum.AutoSize = True
        Me.lblCheckSum.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCheckSum.ForeColor = System.Drawing.Color.Red
        Me.lblCheckSum.Location = New System.Drawing.Point(11, 22)
        Me.lblCheckSum.Name = "lblCheckSum"
        Me.lblCheckSum.Size = New System.Drawing.Size(138, 29)
        Me.lblCheckSum.TabIndex = 0
        Me.lblCheckSum.Text = "CheckSum"
        '
        'grpEvent
        '
        Me.grpEvent.Controls.Add(Me.txtEvent)
        Me.grpEvent.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.grpEvent.Location = New System.Drawing.Point(381, 47)
        Me.grpEvent.Name = "grpEvent"
        Me.grpEvent.Size = New System.Drawing.Size(387, 343)
        Me.grpEvent.TabIndex = 47
        Me.grpEvent.TabStop = False
        Me.grpEvent.Text = "Event"
        '
        'txtEvent
        '
        Me.txtEvent.Location = New System.Drawing.Point(6, 19)
        Me.txtEvent.Multiline = True
        Me.txtEvent.Name = "txtEvent"
        Me.txtEvent.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.txtEvent.Size = New System.Drawing.Size(375, 318)
        Me.txtEvent.TabIndex = 0
        Me.txtEvent.TabStop = False
        '
        'grpCommPort
        '
        Me.grpCommPort.Controls.Add(Me.cmbCommPort)
        Me.grpCommPort.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.grpCommPort.Location = New System.Drawing.Point(33, 47)
        Me.grpCommPort.Name = "grpCommPort"
        Me.grpCommPort.Size = New System.Drawing.Size(168, 51)
        Me.grpCommPort.TabIndex = 46
        Me.grpCommPort.TabStop = False
        Me.grpCommPort.Text = "Select Comm Port"
        '
        'cmbCommPort
        '
        Me.cmbCommPort.FormattingEnabled = True
        Me.cmbCommPort.Location = New System.Drawing.Point(13, 19)
        Me.cmbCommPort.Name = "cmbCommPort"
        Me.cmbCommPort.Size = New System.Drawing.Size(121, 21)
        Me.cmbCommPort.TabIndex = 2
        '
        'grpNodeAddress
        '
        Me.grpNodeAddress.Controls.Add(Me.NumUpDown)
        Me.grpNodeAddress.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.grpNodeAddress.Location = New System.Drawing.Point(33, 104)
        Me.grpNodeAddress.Name = "grpNodeAddress"
        Me.grpNodeAddress.Size = New System.Drawing.Size(168, 51)
        Me.grpNodeAddress.TabIndex = 51
        Me.grpNodeAddress.TabStop = False
        Me.grpNodeAddress.Text = "Select Node Address"
        '
        'NumUpDown
        '
        Me.NumUpDown.Location = New System.Drawing.Point(16, 19)
        Me.NumUpDown.Maximum = New Decimal(New Integer() {65534, 0, 0, 0})
        Me.NumUpDown.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
        Me.NumUpDown.Name = "NumUpDown"
        Me.NumUpDown.Size = New System.Drawing.Size(118, 20)
        Me.NumUpDown.TabIndex = 0
        Me.NumUpDown.Value = New Decimal(New Integer() {1, 0, 0, 0})
        '
        'grpDataCont
        '
        Me.grpDataCont.Controls.Add(Me.Label16)
        Me.grpDataCont.Controls.Add(Me.txtTheirCS)
        Me.grpDataCont.Controls.Add(Me.Label5)
        Me.grpDataCont.Controls.Add(Me.txtMyCS)
        Me.grpDataCont.Controls.Add(Me.Label6)
        Me.grpDataCont.Controls.Add(Me.txtRSSI)
        Me.grpDataCont.Controls.Add(Me.Label7)
        Me.grpDataCont.Controls.Add(Me.txtLQI)
        Me.grpDataCont.Controls.Add(Me.Label11)
        Me.grpDataCont.Controls.Add(Me.txtTimerTick)
        Me.grpDataCont.Controls.Add(Me.Label12)
        Me.grpDataCont.Controls.Add(Me.txtYaw)
        Me.grpDataCont.Controls.Add(Me.Label13)
        Me.grpDataCont.Controls.Add(Me.txtPitch)
        Me.grpDataCont.Controls.Add(Me.Label14)
        Me.grpDataCont.Controls.Add(Me.txtRoll)
        Me.grpDataCont.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.grpDataCont.Location = New System.Drawing.Point(207, 161)
        Me.grpDataCont.Name = "grpDataCont"
        Me.grpDataCont.Size = New System.Drawing.Size(168, 362)
        Me.grpDataCont.TabIndex = 52
        Me.grpDataCont.TabStop = False
        Me.grpDataCont.Text = "Data Packet (con't)"
        '
        'Label16
        '
        Me.Label16.AutoSize = True
        Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label16.Location = New System.Drawing.Point(13, 318)
        Me.Label16.Name = "Label16"
        Me.Label16.Size = New System.Drawing.Size(96, 13)
        Me.Label16.TabIndex = 47
        Me.Label16.Text = "TheirCheckSum"
        '
        'txtTheirCS
        '
        Me.txtTheirCS.Location = New System.Drawing.Point(16, 335)
        Me.txtTheirCS.Name = "txtTheirCS"
        Me.txtTheirCS.Size = New System.Drawing.Size(143, 20)
        Me.txtTheirCS.TabIndex = 46
        Me.txtTheirCS.TabStop = False
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label5.Location = New System.Drawing.Point(13, 278)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(83, 13)
        Me.Label5.TabIndex = 45
        Me.Label5.Text = "MyCheckSum"
        '
        'txtMyCS
        '
        Me.txtMyCS.Location = New System.Drawing.Point(16, 295)
        Me.txtMyCS.Name = "txtMyCS"
        Me.txtMyCS.Size = New System.Drawing.Size(143, 20)
        Me.txtMyCS.TabIndex = 44
        Me.txtMyCS.TabStop = False
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label6.Location = New System.Drawing.Point(13, 237)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(36, 13)
        Me.Label6.TabIndex = 43
        Me.Label6.Text = "RSSI"
        '
        'txtRSSI
        '
        Me.txtRSSI.Location = New System.Drawing.Point(16, 254)
        Me.txtRSSI.Name = "txtRSSI"
        Me.txtRSSI.Size = New System.Drawing.Size(143, 20)
        Me.txtRSSI.TabIndex = 42
        Me.txtRSSI.TabStop = False
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label7.Location = New System.Drawing.Point(13, 196)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(27, 13)
        Me.Label7.TabIndex = 41
        Me.Label7.Text = "LQI"
        '
        'txtLQI
        '
        Me.txtLQI.Location = New System.Drawing.Point(16, 213)
        Me.txtLQI.Name = "txtLQI"
        Me.txtLQI.Size = New System.Drawing.Size(143, 20)
        Me.txtLQI.TabIndex = 40
        Me.txtLQI.TabStop = False
        '
        'Label11
        '
        Me.Label11.AutoSize = True
        Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label11.Location = New System.Drawing.Point(13, 152)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(113, 13)
        Me.Label11.TabIndex = 33
        Me.Label11.Text = "Timer Tick in Secs"
        '
        'txtTimerTick
        '
        Me.txtTimerTick.Location = New System.Drawing.Point(16, 169)
        Me.txtTimerTick.Name = "txtTimerTick"
        Me.txtTimerTick.Size = New System.Drawing.Size(143, 20)
        Me.txtTimerTick.TabIndex = 32
        Me.txtTimerTick.TabStop = False
        '
        'Label12
        '
        Me.Label12.AutoSize = True
        Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label12.Location = New System.Drawing.Point(13, 111)
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(96, 13)
        Me.Label12.TabIndex = 31
        Me.Label12.Text = "Yaw in Degrees"
        '
        'txtYaw
        '
        Me.txtYaw.Location = New System.Drawing.Point(16, 128)
        Me.txtYaw.Name = "txtYaw"
        Me.txtYaw.Size = New System.Drawing.Size(143, 20)
        Me.txtYaw.TabIndex = 30
        Me.txtYaw.TabStop = False
        '
        'Label13
        '
        Me.Label13.AutoSize = True
        Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label13.Location = New System.Drawing.Point(13, 70)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(101, 13)
        Me.Label13.TabIndex = 29
        Me.Label13.Text = "Pitch in Degrees"
        '
        'txtPitch
        '
        Me.txtPitch.Location = New System.Drawing.Point(16, 87)
        Me.txtPitch.Name = "txtPitch"
        Me.txtPitch.Size = New System.Drawing.Size(143, 20)
        Me.txtPitch.TabIndex = 28
        Me.txtPitch.TabStop = False
        '
        'Label14
        '
        Me.Label14.AutoSize = True
        Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label14.Location = New System.Drawing.Point(13, 29)
        Me.Label14.Name = "Label14"
        Me.Label14.Size = New System.Drawing.Size(94, 13)
        Me.Label14.TabIndex = 27
        Me.Label14.Text = "Roll in Degrees"
        '
        'txtRoll
        '
        Me.txtRoll.CausesValidation = False
        Me.txtRoll.Location = New System.Drawing.Point(16, 46)
        Me.txtRoll.Name = "txtRoll"
        Me.txtRoll.Size = New System.Drawing.Size(143, 20)
        Me.txtRoll.TabIndex = 26
        Me.txtRoll.TabStop = False
        '
        'Main
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(792, 566)
        Me.Controls.Add(Me.grpDataCont)
        Me.Controls.Add(Me.grpNodeAddress)
        Me.Controls.Add(Me.grpTime)
        Me.Controls.Add(Me.grpData)
        Me.Controls.Add(Me.grpCS)
        Me.Controls.Add(Me.grpEvent)
        Me.Controls.Add(Me.grpCommPort)
        Me.Controls.Add(Me.MenuStrip1)
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MainMenuStrip = Me.MenuStrip1
        Me.Name = "Main"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "Inertia-Link and 3DM-GX2 Sample Code"
        Me.MenuStrip1.ResumeLayout(False)
        Me.MenuStrip1.PerformLayout()
        Me.grpTime.ResumeLayout(False)
        Me.grpTime.PerformLayout()
        Me.grpData.ResumeLayout(False)
        Me.grpData.PerformLayout()
        Me.grpCS.ResumeLayout(False)
        Me.grpCS.PerformLayout()
        Me.grpEvent.ResumeLayout(False)
        Me.grpEvent.PerformLayout()
        Me.grpCommPort.ResumeLayout(False)
        Me.grpNodeAddress.ResumeLayout(False)
        CType(Me.NumUpDown, System.ComponentModel.ISupportInitialize).EndInit()
        Me.grpDataCont.ResumeLayout(False)
        Me.grpDataCont.PerformLayout()
        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 SampleToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents SerialPort1 As System.IO.Ports.SerialPort
    Friend WithEvents grpTime As System.Windows.Forms.GroupBox
    Friend WithEvents txtElapsed As System.Windows.Forms.TextBox
    Friend WithEvents grpData As System.Windows.Forms.GroupBox
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents txtExtraByte As System.Windows.Forms.TextBox
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents txtReplyLength As System.Windows.Forms.TextBox
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents txtNodeAddress As System.Windows.Forms.TextBox
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents txtAppDataType As System.Windows.Forms.TextBox
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents txtDeliveryFlags As System.Windows.Forms.TextBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents txtSOP As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents txtBaseStationACK As System.Windows.Forms.TextBox
    Friend WithEvents grpCS As System.Windows.Forms.GroupBox
    Friend WithEvents lblCheckSum As System.Windows.Forms.Label
    Friend WithEvents grpEvent As System.Windows.Forms.GroupBox
    Friend WithEvents txtEvent As System.Windows.Forms.TextBox
    Friend WithEvents grpCommPort As System.Windows.Forms.GroupBox
    Friend WithEvents cmbCommPort As System.Windows.Forms.ComboBox
    Friend WithEvents grpNodeAddress As System.Windows.Forms.GroupBox
    Friend WithEvents NumUpDown As System.Windows.Forms.NumericUpDown
    Friend WithEvents grpDataCont As System.Windows.Forms.GroupBox
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents txtMyCS As System.Windows.Forms.TextBox
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents txtRSSI As System.Windows.Forms.TextBox
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents txtLQI As System.Windows.Forms.TextBox
    Friend WithEvents Label11 As System.Windows.Forms.Label
    Friend WithEvents txtTimerTick As System.Windows.Forms.TextBox
    Friend WithEvents Label12 As System.Windows.Forms.Label
    Friend WithEvents txtYaw As System.Windows.Forms.TextBox
    Friend WithEvents Label13 As System.Windows.Forms.Label
    Friend WithEvents txtPitch As System.Windows.Forms.TextBox
    Friend WithEvents Label14 As System.Windows.Forms.Label
    Friend WithEvents txtRoll As System.Windows.Forms.TextBox
    Friend WithEvents Label15 As System.Windows.Forms.Label
    Friend WithEvents txtCommand As System.Windows.Forms.TextBox
    Friend WithEvents Label16 As System.Windows.Forms.Label
    Friend WithEvents txtTheirCS As System.Windows.Forms.TextBox

End Class
