'************************************************************************************************************************
' File: PMACSengsensor.vb
' Programmer: Ting Chan
' Date: September 8, 2004
'
' Description:
' This form is the Engineering Sensor window for the PMACS client GUI of the MARS project.
' This form is display form of the engineering sensor measurements.
' Displayed data includes temperature and pressure from MV and LV housing 
' The data is updated every second from the SOAP server.
'
' Revision History:
' 09-08-2004 New header block comments added by Ting Chan, UWEE.
' 06-20-2005 Changed sensor names of the Dry Housing by Ting Chan, UWEE
'
'************************************************************************************************************************
Option Strict Off
Option Explicit On 
Friend Class PMACSengsensor
    Inherits System.Windows.Forms.Form
#Region "Windows Form Designer generated code "
    Public Sub New()
        MyBase.New()
        If m_vb6FormDefInstance Is Nothing Then
            If m_InitializingDefInstance Then
                m_vb6FormDefInstance = Me
            Else
                Try
                    'For the start-up form, the first instance created is the default instance.
                    If System.Reflection.Assembly.GetExecutingAssembly.EntryPoint.DeclaringType Is Me.GetType Then
                        m_vb6FormDefInstance = Me
                    End If
                Catch
                End Try
            End If
        End If
        'This call is required by the Windows Form Designer.
        InitializeComponent()
        'This form is an MDI child.
        'This code simulates the VB6 
        ' functionality of automatically
        ' loading and showing an MDI
        ' child's parent.
        'Me.MdiParent = Project1.PMACSstartup.DefInstance.DefInstance
        Project1.PMACSstartup.DefInstance.DefInstance.Show()
        'The MDI form in the VB6 project had its
        'AutoShowChildren property set to True
        'To simulate the VB6 behavior, we need to
        'automatically Show the form whenever it
        'is loaded.  If you do not want this behavior
        'then delete the following line of code
        'UPGRADE_NOTE: Remove the next line of code to stop form from automatically showing. Click for more: 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="vbup2018"'
        'Me.Show()
    End Sub
    'Form overrides dispose to clean up the component list.
    Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
        If Disposing Then
            If Not components Is Nothing Then
                components.Dispose()
            End If
        End If
        MyBase.Dispose(Disposing)
    End Sub
    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer
    Public ToolTip1 As System.Windows.Forms.ToolTip
    Public WithEvents _LVDryT_6 As System.Windows.Forms.TextBox
    Public WithEvents _LVDryT_5 As System.Windows.Forms.TextBox
    Public WithEvents _LVDryT_3 As System.Windows.Forms.TextBox
    Public WithEvents _LVDryT_2 As System.Windows.Forms.TextBox
    Public WithEvents _LVDryT_1 As System.Windows.Forms.TextBox
    Public WithEvents _LVDryT_0 As System.Windows.Forms.TextBox
    Public WithEvents LVDryRH As System.Windows.Forms.TextBox
    Public WithEvents _Label1_18 As System.Windows.Forms.Label
    Public WithEvents _Label1_17 As System.Windows.Forms.Label
    Public WithEvents _Label1_15 As System.Windows.Forms.Label
    Public WithEvents _Label1_14 As System.Windows.Forms.Label
    Public WithEvents _Label1_13 As System.Windows.Forms.Label
    Public WithEvents _Label1_12 As System.Windows.Forms.Label
    Public WithEvents _TUnit_18 As System.Windows.Forms.Label
    Public WithEvents _TUnit_17 As System.Windows.Forms.Label
    Public WithEvents _TUnit_15 As System.Windows.Forms.Label
    Public WithEvents _TUnit_14 As System.Windows.Forms.Label
    Public WithEvents _TUnit_13 As System.Windows.Forms.Label
    Public WithEvents _TUnit_12 As System.Windows.Forms.Label
    Public WithEvents HUnit As System.Windows.Forms.Label
    Public WithEvents _LVDryTemp_6 As System.Windows.Forms.Label
    Public WithEvents _LVDryTemp_5 As System.Windows.Forms.Label
    Public WithEvents _LVDryTemp_3 As System.Windows.Forms.Label
    Public WithEvents _LVDryTemp_2 As System.Windows.Forms.Label
    Public WithEvents _LVDryTemp_1 As System.Windows.Forms.Label
    Public WithEvents _LVDryTemp_0 As System.Windows.Forms.Label
    Public WithEvents LVDryRelHumidity As System.Windows.Forms.Label
    Public WithEvents LVHousingDry As System.Windows.Forms.GroupBox
    Public WithEvents _LVWetT_5 As System.Windows.Forms.TextBox
    Public WithEvents _LVWetT_4 As System.Windows.Forms.TextBox
    Public WithEvents _LVWetT_3 As System.Windows.Forms.TextBox
    Public WithEvents _LVWetT_2 As System.Windows.Forms.TextBox
    Public WithEvents _LVWetT_1 As System.Windows.Forms.TextBox
    Public WithEvents _LVWetT_0 As System.Windows.Forms.TextBox
    Public WithEvents _TUnit_11 As System.Windows.Forms.Label
    Public WithEvents _TUnit_10 As System.Windows.Forms.Label
    Public WithEvents _TUnit_9 As System.Windows.Forms.Label
    Public WithEvents _TUnit_8 As System.Windows.Forms.Label
    Public WithEvents _TUnit_7 As System.Windows.Forms.Label
    Public WithEvents _TUnit_6 As System.Windows.Forms.Label
    Public WithEvents _Label1_11 As System.Windows.Forms.Label
    Public WithEvents _Label1_10 As System.Windows.Forms.Label
    Public WithEvents _Label1_9 As System.Windows.Forms.Label
    Public WithEvents _Label1_8 As System.Windows.Forms.Label
    Public WithEvents _Label1_7 As System.Windows.Forms.Label
    Public WithEvents _Label1_6 As System.Windows.Forms.Label
    Public WithEvents _LVWetTemp_5 As System.Windows.Forms.Label
    Public WithEvents _LVWetTemp_4 As System.Windows.Forms.Label
    Public WithEvents _LVWetTemp_3 As System.Windows.Forms.Label
    Public WithEvents _LVWetTemp_2 As System.Windows.Forms.Label
    Public WithEvents _LVWetTemp_1 As System.Windows.Forms.Label
    Public WithEvents _LVWetTemp_0 As System.Windows.Forms.Label
    Public WithEvents LVHousingWet As System.Windows.Forms.GroupBox
    Public WithEvents _MVT_5 As System.Windows.Forms.TextBox
    Public WithEvents _MVT_4 As System.Windows.Forms.TextBox
    Public WithEvents _MVT_3 As System.Windows.Forms.TextBox
    Public WithEvents _MVT_2 As System.Windows.Forms.TextBox
    Public WithEvents _MVT_1 As System.Windows.Forms.TextBox
    Public WithEvents _MVT_0 As System.Windows.Forms.TextBox
    Public WithEvents _Label1_5 As System.Windows.Forms.Label
    Public WithEvents _Label1_4 As System.Windows.Forms.Label
    Public WithEvents _Label1_3 As System.Windows.Forms.Label
    Public WithEvents _Label1_2 As System.Windows.Forms.Label
    Public WithEvents _Label1_1 As System.Windows.Forms.Label
    Public WithEvents _TUnit_5 As System.Windows.Forms.Label
    Public WithEvents _TUnit_4 As System.Windows.Forms.Label
    Public WithEvents _TUnit_3 As System.Windows.Forms.Label
    Public WithEvents _TUnit_2 As System.Windows.Forms.Label
    Public WithEvents _TUnit_1 As System.Windows.Forms.Label
    Public WithEvents _Label1_0 As System.Windows.Forms.Label
    Public WithEvents _TUnit_0 As System.Windows.Forms.Label
    Public WithEvents _MVTemp_5 As System.Windows.Forms.Label
    Public WithEvents _MVTemp_4 As System.Windows.Forms.Label
    Public WithEvents _MVTemp_3 As System.Windows.Forms.Label
    Public WithEvents _MVTemp_2 As System.Windows.Forms.Label
    Public WithEvents _MVTemp_1 As System.Windows.Forms.Label
    Public WithEvents _MVTemp_0 As System.Windows.Forms.Label
    Public WithEvents _PUnit_0 As System.Windows.Forms.Label
    Public WithEvents MVFluorientPre As System.Windows.Forms.Label
    Public WithEvents MVhousing As System.Windows.Forms.GroupBox
    Public WithEvents LVDryT As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents LVDryTemp As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents LVWetT As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents LVWetTemp As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Label1 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents MVT As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents MVTemp As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents PUnit As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents TUnit As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    '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.
    Public WithEvents MVHP As System.Windows.Forms.TextBox
    Public WithEvents Label3 As System.Windows.Forms.Label
    Public WithEvents LVWetFluidPressure As System.Windows.Forms.Label
    Public WithEvents LVWetFP As System.Windows.Forms.TextBox
    Public WithEvents Label4 As System.Windows.Forms.Label
    Public WithEvents Label5 As System.Windows.Forms.Label
    Public WithEvents Label10 As System.Windows.Forms.Label
    Public WithEvents Label11 As System.Windows.Forms.Label
    Public WithEvents LVWet_XLC_B_Temp As System.Windows.Forms.TextBox
    Public WithEvents DateTime As System.Windows.Forms.Label
    Friend WithEvents Label21 As System.Windows.Forms.Label
    Public WithEvents Label2 As System.Windows.Forms.Label
    Public WithEvents Label6 As System.Windows.Forms.Label
    Public WithEvents MVT_6 As System.Windows.Forms.TextBox
    Public WithEvents MVT_7 As System.Windows.Forms.TextBox
    Public WithEvents Label7 As System.Windows.Forms.Label
    Public WithEvents Label8 As System.Windows.Forms.Label
    Public WithEvents Label9 As System.Windows.Forms.Label
    Public WithEvents Label12 As System.Windows.Forms.Label
    Public WithEvents Label13 As System.Windows.Forms.Label
    Public WithEvents LVDryT_Spare As System.Windows.Forms.TextBox
    Public WithEvents Label14 As System.Windows.Forms.Label
    Public WithEvents Label15 As System.Windows.Forms.Label
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
        Me.LVHousingDry = New System.Windows.Forms.GroupBox
        Me.Label14 = New System.Windows.Forms.Label
        Me.Label15 = New System.Windows.Forms.Label
        Me.LVDryT_Spare = New System.Windows.Forms.TextBox
        Me.Label13 = New System.Windows.Forms.Label
        Me._LVDryT_6 = New System.Windows.Forms.TextBox
        Me._LVDryT_5 = New System.Windows.Forms.TextBox
        Me._LVDryT_3 = New System.Windows.Forms.TextBox
        Me._LVDryT_2 = New System.Windows.Forms.TextBox
        Me._LVDryT_1 = New System.Windows.Forms.TextBox
        Me._LVDryT_0 = New System.Windows.Forms.TextBox
        Me.LVDryRH = New System.Windows.Forms.TextBox
        Me._Label1_18 = New System.Windows.Forms.Label
        Me._Label1_17 = New System.Windows.Forms.Label
        Me._Label1_15 = New System.Windows.Forms.Label
        Me._Label1_14 = New System.Windows.Forms.Label
        Me._Label1_13 = New System.Windows.Forms.Label
        Me._Label1_12 = New System.Windows.Forms.Label
        Me._TUnit_18 = New System.Windows.Forms.Label
        Me._TUnit_17 = New System.Windows.Forms.Label
        Me._TUnit_15 = New System.Windows.Forms.Label
        Me._TUnit_14 = New System.Windows.Forms.Label
        Me._TUnit_13 = New System.Windows.Forms.Label
        Me._TUnit_12 = New System.Windows.Forms.Label
        Me.HUnit = New System.Windows.Forms.Label
        Me._LVDryTemp_6 = New System.Windows.Forms.Label
        Me._LVDryTemp_5 = New System.Windows.Forms.Label
        Me._LVDryTemp_3 = New System.Windows.Forms.Label
        Me._LVDryTemp_2 = New System.Windows.Forms.Label
        Me._LVDryTemp_1 = New System.Windows.Forms.Label
        Me._LVDryTemp_0 = New System.Windows.Forms.Label
        Me.LVDryRelHumidity = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.LVHousingWet = New System.Windows.Forms.GroupBox
        Me.LVWet_XLC_B_Temp = New System.Windows.Forms.TextBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.LVWetFP = New System.Windows.Forms.TextBox
        Me.LVWetFluidPressure = New System.Windows.Forms.Label
        Me._LVWetT_5 = New System.Windows.Forms.TextBox
        Me._LVWetT_4 = New System.Windows.Forms.TextBox
        Me._LVWetT_3 = New System.Windows.Forms.TextBox
        Me._LVWetT_2 = New System.Windows.Forms.TextBox
        Me._LVWetT_1 = New System.Windows.Forms.TextBox
        Me._LVWetT_0 = New System.Windows.Forms.TextBox
        Me._TUnit_11 = New System.Windows.Forms.Label
        Me._TUnit_10 = New System.Windows.Forms.Label
        Me._TUnit_9 = New System.Windows.Forms.Label
        Me._TUnit_8 = New System.Windows.Forms.Label
        Me._TUnit_7 = New System.Windows.Forms.Label
        Me._TUnit_6 = New System.Windows.Forms.Label
        Me._Label1_11 = New System.Windows.Forms.Label
        Me._Label1_10 = New System.Windows.Forms.Label
        Me._Label1_9 = New System.Windows.Forms.Label
        Me._Label1_8 = New System.Windows.Forms.Label
        Me._Label1_7 = New System.Windows.Forms.Label
        Me._Label1_6 = New System.Windows.Forms.Label
        Me._LVWetTemp_5 = New System.Windows.Forms.Label
        Me._LVWetTemp_4 = New System.Windows.Forms.Label
        Me._LVWetTemp_3 = New System.Windows.Forms.Label
        Me._LVWetTemp_2 = New System.Windows.Forms.Label
        Me._LVWetTemp_1 = New System.Windows.Forms.Label
        Me._LVWetTemp_0 = New System.Windows.Forms.Label
        Me.Label10 = New System.Windows.Forms.Label
        Me.Label11 = New System.Windows.Forms.Label
        Me.MVhousing = New System.Windows.Forms.GroupBox
        Me.Label9 = New System.Windows.Forms.Label
        Me.Label12 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.MVT_7 = New System.Windows.Forms.TextBox
        Me.MVT_6 = New System.Windows.Forms.TextBox
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me._MVT_5 = New System.Windows.Forms.TextBox
        Me._MVT_4 = New System.Windows.Forms.TextBox
        Me._MVT_3 = New System.Windows.Forms.TextBox
        Me._MVT_2 = New System.Windows.Forms.TextBox
        Me._MVT_1 = New System.Windows.Forms.TextBox
        Me._MVT_0 = New System.Windows.Forms.TextBox
        Me.MVHP = New System.Windows.Forms.TextBox
        Me._Label1_5 = New System.Windows.Forms.Label
        Me._Label1_4 = New System.Windows.Forms.Label
        Me._Label1_3 = New System.Windows.Forms.Label
        Me._Label1_2 = New System.Windows.Forms.Label
        Me._Label1_1 = New System.Windows.Forms.Label
        Me._TUnit_5 = New System.Windows.Forms.Label
        Me._TUnit_4 = New System.Windows.Forms.Label
        Me._TUnit_3 = New System.Windows.Forms.Label
        Me._TUnit_2 = New System.Windows.Forms.Label
        Me._TUnit_1 = New System.Windows.Forms.Label
        Me._Label1_0 = New System.Windows.Forms.Label
        Me._TUnit_0 = New System.Windows.Forms.Label
        Me._MVTemp_5 = New System.Windows.Forms.Label
        Me._MVTemp_4 = New System.Windows.Forms.Label
        Me._MVTemp_3 = New System.Windows.Forms.Label
        Me._MVTemp_2 = New System.Windows.Forms.Label
        Me._MVTemp_1 = New System.Windows.Forms.Label
        Me._MVTemp_0 = New System.Windows.Forms.Label
        Me._PUnit_0 = New System.Windows.Forms.Label
        Me.MVFluorientPre = New System.Windows.Forms.Label
        Me.LVDryT = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.LVDryTemp = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.LVWetT = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.LVWetTemp = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Label1 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.MVT = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.MVTemp = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.PUnit = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.TUnit = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.DateTime = New System.Windows.Forms.Label
        Me.Label21 = New System.Windows.Forms.Label
        Me.LVHousingDry.SuspendLayout()
        Me.LVHousingWet.SuspendLayout()
        Me.MVhousing.SuspendLayout()
        CType(Me.LVDryT, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.LVDryTemp, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.LVWetT, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.LVWetTemp, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Label1, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.MVT, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.MVTemp, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.PUnit, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.TUnit, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'LVHousingDry
        '
        Me.LVHousingDry.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.LVHousingDry.Controls.Add(Me.Label14)
        Me.LVHousingDry.Controls.Add(Me.Label15)
        Me.LVHousingDry.Controls.Add(Me.LVDryT_Spare)
        Me.LVHousingDry.Controls.Add(Me.Label13)
        Me.LVHousingDry.Controls.Add(Me._LVDryT_6)
        Me.LVHousingDry.Controls.Add(Me._LVDryT_5)
        Me.LVHousingDry.Controls.Add(Me._LVDryT_3)
        Me.LVHousingDry.Controls.Add(Me._LVDryT_2)
        Me.LVHousingDry.Controls.Add(Me._LVDryT_1)
        Me.LVHousingDry.Controls.Add(Me._LVDryT_0)
        Me.LVHousingDry.Controls.Add(Me.LVDryRH)
        Me.LVHousingDry.Controls.Add(Me._Label1_18)
        Me.LVHousingDry.Controls.Add(Me._Label1_17)
        Me.LVHousingDry.Controls.Add(Me._Label1_15)
        Me.LVHousingDry.Controls.Add(Me._Label1_14)
        Me.LVHousingDry.Controls.Add(Me._Label1_13)
        Me.LVHousingDry.Controls.Add(Me._Label1_12)
        Me.LVHousingDry.Controls.Add(Me._TUnit_18)
        Me.LVHousingDry.Controls.Add(Me._TUnit_17)
        Me.LVHousingDry.Controls.Add(Me._TUnit_15)
        Me.LVHousingDry.Controls.Add(Me._TUnit_14)
        Me.LVHousingDry.Controls.Add(Me._TUnit_13)
        Me.LVHousingDry.Controls.Add(Me._TUnit_12)
        Me.LVHousingDry.Controls.Add(Me.HUnit)
        Me.LVHousingDry.Controls.Add(Me._LVDryTemp_6)
        Me.LVHousingDry.Controls.Add(Me._LVDryTemp_5)
        Me.LVHousingDry.Controls.Add(Me._LVDryTemp_3)
        Me.LVHousingDry.Controls.Add(Me._LVDryTemp_2)
        Me.LVHousingDry.Controls.Add(Me._LVDryTemp_1)
        Me.LVHousingDry.Controls.Add(Me._LVDryTemp_0)
        Me.LVHousingDry.Controls.Add(Me.LVDryRelHumidity)
        Me.LVHousingDry.Controls.Add(Me.Label3)
        Me.LVHousingDry.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.LVHousingDry.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LVHousingDry.Location = New System.Drawing.Point(840, 80)
        Me.LVHousingDry.Name = "LVHousingDry"
        Me.LVHousingDry.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.LVHousingDry.Size = New System.Drawing.Size(416, 560)
        Me.LVHousingDry.TabIndex = 2
        Me.LVHousingDry.TabStop = False
        Me.LVHousingDry.Text = "LV/Comms Housing -- Dry"
        '
        'Label14
        '
        Me.Label14.BackColor = System.Drawing.Color.Transparent
        Me.Label14.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label14.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label14.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label14.Location = New System.Drawing.Point(368, 376)
        Me.Label14.Name = "Label14"
        Me.Label14.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label14.Size = New System.Drawing.Size(16, 32)
        Me.Label14.TabIndex = 91
        Me.Label14.Text = "o"
        '
        'Label15
        '
        Me.Label15.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.Label15.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label15.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label15.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label15.Location = New System.Drawing.Point(384, 384)
        Me.Label15.Name = "Label15"
        Me.Label15.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label15.Size = New System.Drawing.Size(16, 32)
        Me.Label15.TabIndex = 90
        Me.Label15.Text = "C"
        '
        'LVDryT_Spare
        '
        Me.LVDryT_Spare.AcceptsReturn = True
        Me.LVDryT_Spare.AutoSize = False
        Me.LVDryT_Spare.BackColor = System.Drawing.Color.Silver
        Me.LVDryT_Spare.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.LVDryT_Spare.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.LVDryT_Spare.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVDryT_Spare.Location = New System.Drawing.Point(280, 376)
        Me.LVDryT_Spare.MaxLength = 0
        Me.LVDryT_Spare.Name = "LVDryT_Spare"
        Me.LVDryT_Spare.ReadOnly = True
        Me.LVDryT_Spare.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.LVDryT_Spare.Size = New System.Drawing.Size(80, 32)
        Me.LVDryT_Spare.TabIndex = 89
        Me.LVDryT_Spare.Text = ""
        Me.LVDryT_Spare.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'Label13
        '
        Me.Label13.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.Label13.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label13.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label13.ForeColor = System.Drawing.Color.Blue
        Me.Label13.Location = New System.Drawing.Point(32, 384)
        Me.Label13.Name = "Label13"
        Me.Label13.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label13.Size = New System.Drawing.Size(232, 24)
        Me.Label13.TabIndex = 88
        Me.Label13.Text = "Temperature - Spare"
        '
        '_LVDryT_6
        '
        Me._LVDryT_6.AcceptsReturn = True
        Me._LVDryT_6.AutoSize = False
        Me._LVDryT_6.BackColor = System.Drawing.Color.Silver
        Me._LVDryT_6.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LVDryT_6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVDryT_6.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVDryT.SetIndex(Me._LVDryT_6, CType(6, Short))
        Me._LVDryT_6.Location = New System.Drawing.Point(280, 328)
        Me._LVDryT_6.MaxLength = 0
        Me._LVDryT_6.Name = "_LVDryT_6"
        Me._LVDryT_6.ReadOnly = True
        Me._LVDryT_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVDryT_6.Size = New System.Drawing.Size(80, 32)
        Me._LVDryT_6.TabIndex = 72
        Me._LVDryT_6.Text = ""
        Me._LVDryT_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LVDryT_5
        '
        Me._LVDryT_5.AcceptsReturn = True
        Me._LVDryT_5.AutoSize = False
        Me._LVDryT_5.BackColor = System.Drawing.Color.Silver
        Me._LVDryT_5.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LVDryT_5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVDryT_5.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVDryT.SetIndex(Me._LVDryT_5, CType(5, Short))
        Me._LVDryT_5.Location = New System.Drawing.Point(280, 280)
        Me._LVDryT_5.MaxLength = 0
        Me._LVDryT_5.Name = "_LVDryT_5"
        Me._LVDryT_5.ReadOnly = True
        Me._LVDryT_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVDryT_5.Size = New System.Drawing.Size(80, 32)
        Me._LVDryT_5.TabIndex = 71
        Me._LVDryT_5.Text = ""
        Me._LVDryT_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LVDryT_3
        '
        Me._LVDryT_3.AcceptsReturn = True
        Me._LVDryT_3.AutoSize = False
        Me._LVDryT_3.BackColor = System.Drawing.Color.Silver
        Me._LVDryT_3.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LVDryT_3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVDryT_3.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVDryT.SetIndex(Me._LVDryT_3, CType(3, Short))
        Me._LVDryT_3.Location = New System.Drawing.Point(280, 232)
        Me._LVDryT_3.MaxLength = 0
        Me._LVDryT_3.Name = "_LVDryT_3"
        Me._LVDryT_3.ReadOnly = True
        Me._LVDryT_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVDryT_3.Size = New System.Drawing.Size(80, 32)
        Me._LVDryT_3.TabIndex = 69
        Me._LVDryT_3.Text = ""
        Me._LVDryT_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LVDryT_2
        '
        Me._LVDryT_2.AcceptsReturn = True
        Me._LVDryT_2.AutoSize = False
        Me._LVDryT_2.BackColor = System.Drawing.Color.Silver
        Me._LVDryT_2.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LVDryT_2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVDryT_2.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVDryT.SetIndex(Me._LVDryT_2, CType(2, Short))
        Me._LVDryT_2.Location = New System.Drawing.Point(280, 184)
        Me._LVDryT_2.MaxLength = 0
        Me._LVDryT_2.Name = "_LVDryT_2"
        Me._LVDryT_2.ReadOnly = True
        Me._LVDryT_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVDryT_2.Size = New System.Drawing.Size(80, 32)
        Me._LVDryT_2.TabIndex = 68
        Me._LVDryT_2.Text = ""
        Me._LVDryT_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LVDryT_1
        '
        Me._LVDryT_1.AcceptsReturn = True
        Me._LVDryT_1.AutoSize = False
        Me._LVDryT_1.BackColor = System.Drawing.Color.Silver
        Me._LVDryT_1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LVDryT_1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVDryT_1.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVDryT.SetIndex(Me._LVDryT_1, CType(1, Short))
        Me._LVDryT_1.Location = New System.Drawing.Point(280, 136)
        Me._LVDryT_1.MaxLength = 0
        Me._LVDryT_1.Name = "_LVDryT_1"
        Me._LVDryT_1.ReadOnly = True
        Me._LVDryT_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVDryT_1.Size = New System.Drawing.Size(80, 32)
        Me._LVDryT_1.TabIndex = 67
        Me._LVDryT_1.Text = ""
        Me._LVDryT_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LVDryT_0
        '
        Me._LVDryT_0.AcceptsReturn = True
        Me._LVDryT_0.AutoSize = False
        Me._LVDryT_0.BackColor = System.Drawing.Color.Silver
        Me._LVDryT_0.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LVDryT_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVDryT_0.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVDryT.SetIndex(Me._LVDryT_0, CType(0, Short))
        Me._LVDryT_0.Location = New System.Drawing.Point(280, 88)
        Me._LVDryT_0.MaxLength = 0
        Me._LVDryT_0.Name = "_LVDryT_0"
        Me._LVDryT_0.ReadOnly = True
        Me._LVDryT_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVDryT_0.Size = New System.Drawing.Size(80, 32)
        Me._LVDryT_0.TabIndex = 66
        Me._LVDryT_0.Text = ""
        Me._LVDryT_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'LVDryRH
        '
        Me.LVDryRH.AcceptsReturn = True
        Me.LVDryRH.AutoSize = False
        Me.LVDryRH.BackColor = System.Drawing.Color.Silver
        Me.LVDryRH.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.LVDryRH.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.LVDryRH.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVDryRH.Location = New System.Drawing.Point(280, 40)
        Me.LVDryRH.MaxLength = 0
        Me.LVDryRH.Name = "LVDryRH"
        Me.LVDryRH.ReadOnly = True
        Me.LVDryRH.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.LVDryRH.Size = New System.Drawing.Size(80, 32)
        Me.LVDryRH.TabIndex = 65
        Me.LVDryRH.Text = ""
        Me.LVDryRH.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Label1_18
        '
        Me._Label1_18.BackColor = System.Drawing.Color.Transparent
        Me._Label1_18.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_18.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_18.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_18, CType(18, Short))
        Me._Label1_18.Location = New System.Drawing.Point(368, 328)
        Me._Label1_18.Name = "_Label1_18"
        Me._Label1_18.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_18.Size = New System.Drawing.Size(16, 32)
        Me._Label1_18.TabIndex = 87
        Me._Label1_18.Text = "o"
        '
        '_Label1_17
        '
        Me._Label1_17.BackColor = System.Drawing.Color.Transparent
        Me._Label1_17.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_17.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_17.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_17, CType(17, Short))
        Me._Label1_17.Location = New System.Drawing.Point(368, 280)
        Me._Label1_17.Name = "_Label1_17"
        Me._Label1_17.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_17.Size = New System.Drawing.Size(16, 32)
        Me._Label1_17.TabIndex = 86
        Me._Label1_17.Text = "o"
        '
        '_Label1_15
        '
        Me._Label1_15.BackColor = System.Drawing.Color.Transparent
        Me._Label1_15.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_15.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_15.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_15, CType(15, Short))
        Me._Label1_15.Location = New System.Drawing.Point(368, 232)
        Me._Label1_15.Name = "_Label1_15"
        Me._Label1_15.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_15.Size = New System.Drawing.Size(16, 32)
        Me._Label1_15.TabIndex = 84
        Me._Label1_15.Text = "o"
        '
        '_Label1_14
        '
        Me._Label1_14.BackColor = System.Drawing.Color.Transparent
        Me._Label1_14.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_14.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_14.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_14, CType(14, Short))
        Me._Label1_14.Location = New System.Drawing.Point(368, 184)
        Me._Label1_14.Name = "_Label1_14"
        Me._Label1_14.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_14.Size = New System.Drawing.Size(16, 32)
        Me._Label1_14.TabIndex = 83
        Me._Label1_14.Text = "o"
        '
        '_Label1_13
        '
        Me._Label1_13.BackColor = System.Drawing.Color.Transparent
        Me._Label1_13.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_13.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_13.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_13, CType(13, Short))
        Me._Label1_13.Location = New System.Drawing.Point(368, 136)
        Me._Label1_13.Name = "_Label1_13"
        Me._Label1_13.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_13.Size = New System.Drawing.Size(16, 32)
        Me._Label1_13.TabIndex = 82
        Me._Label1_13.Text = "o"
        '
        '_Label1_12
        '
        Me._Label1_12.BackColor = System.Drawing.Color.Transparent
        Me._Label1_12.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_12.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_12.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_12, CType(12, Short))
        Me._Label1_12.Location = New System.Drawing.Point(368, 88)
        Me._Label1_12.Name = "_Label1_12"
        Me._Label1_12.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_12.Size = New System.Drawing.Size(16, 32)
        Me._Label1_12.TabIndex = 81
        Me._Label1_12.Text = "o"
        '
        '_TUnit_18
        '
        Me._TUnit_18.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_18.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_18.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_18.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_18, CType(18, Short))
        Me._TUnit_18.Location = New System.Drawing.Point(384, 336)
        Me._TUnit_18.Name = "_TUnit_18"
        Me._TUnit_18.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_18.Size = New System.Drawing.Size(16, 32)
        Me._TUnit_18.TabIndex = 80
        Me._TUnit_18.Text = "C"
        '
        '_TUnit_17
        '
        Me._TUnit_17.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_17.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_17.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_17.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_17, CType(17, Short))
        Me._TUnit_17.Location = New System.Drawing.Point(384, 288)
        Me._TUnit_17.Name = "_TUnit_17"
        Me._TUnit_17.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_17.Size = New System.Drawing.Size(16, 32)
        Me._TUnit_17.TabIndex = 79
        Me._TUnit_17.Text = "C"
        '
        '_TUnit_15
        '
        Me._TUnit_15.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_15.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_15.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_15.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_15, CType(15, Short))
        Me._TUnit_15.Location = New System.Drawing.Point(384, 240)
        Me._TUnit_15.Name = "_TUnit_15"
        Me._TUnit_15.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_15.Size = New System.Drawing.Size(16, 32)
        Me._TUnit_15.TabIndex = 77
        Me._TUnit_15.Text = "C"
        '
        '_TUnit_14
        '
        Me._TUnit_14.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_14.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_14.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_14.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_14, CType(14, Short))
        Me._TUnit_14.Location = New System.Drawing.Point(384, 192)
        Me._TUnit_14.Name = "_TUnit_14"
        Me._TUnit_14.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_14.Size = New System.Drawing.Size(16, 32)
        Me._TUnit_14.TabIndex = 76
        Me._TUnit_14.Text = "C"
        '
        '_TUnit_13
        '
        Me._TUnit_13.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_13.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_13.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_13.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_13, CType(13, Short))
        Me._TUnit_13.Location = New System.Drawing.Point(384, 144)
        Me._TUnit_13.Name = "_TUnit_13"
        Me._TUnit_13.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_13.Size = New System.Drawing.Size(16, 32)
        Me._TUnit_13.TabIndex = 75
        Me._TUnit_13.Text = "C"
        '
        '_TUnit_12
        '
        Me._TUnit_12.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_12.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_12.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_12.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_12, CType(12, Short))
        Me._TUnit_12.Location = New System.Drawing.Point(384, 96)
        Me._TUnit_12.Name = "_TUnit_12"
        Me._TUnit_12.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_12.Size = New System.Drawing.Size(16, 32)
        Me._TUnit_12.TabIndex = 74
        Me._TUnit_12.Text = "C"
        '
        'HUnit
        '
        Me.HUnit.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.HUnit.Cursor = System.Windows.Forms.Cursors.Default
        Me.HUnit.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.HUnit.ForeColor = System.Drawing.SystemColors.ControlText
        Me.HUnit.Location = New System.Drawing.Point(368, 48)
        Me.HUnit.Name = "HUnit"
        Me.HUnit.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.HUnit.Size = New System.Drawing.Size(24, 25)
        Me.HUnit.TabIndex = 73
        Me.HUnit.Text = "%"
        '
        '_LVDryTemp_6
        '
        Me._LVDryTemp_6.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._LVDryTemp_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._LVDryTemp_6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVDryTemp_6.ForeColor = System.Drawing.Color.Blue
        Me.LVDryTemp.SetIndex(Me._LVDryTemp_6, CType(6, Short))
        Me._LVDryTemp_6.Location = New System.Drawing.Point(32, 336)
        Me._LVDryTemp_6.Name = "_LVDryTemp_6"
        Me._LVDryTemp_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVDryTemp_6.Size = New System.Drawing.Size(232, 24)
        Me._LVDryTemp_6.TabIndex = 64
        Me._LVDryTemp_6.Text = "Temperature - Lower"
        '
        '_LVDryTemp_5
        '
        Me._LVDryTemp_5.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._LVDryTemp_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._LVDryTemp_5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVDryTemp_5.ForeColor = System.Drawing.Color.Blue
        Me.LVDryTemp.SetIndex(Me._LVDryTemp_5, CType(5, Short))
        Me._LVDryTemp_5.Location = New System.Drawing.Point(32, 288)
        Me._LVDryTemp_5.Name = "_LVDryTemp_5"
        Me._LVDryTemp_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVDryTemp_5.Size = New System.Drawing.Size(232, 24)
        Me._LVDryTemp_5.TabIndex = 63
        Me._LVDryTemp_5.Text = "Temperature - Upper"
        '
        '_LVDryTemp_3
        '
        Me._LVDryTemp_3.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._LVDryTemp_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._LVDryTemp_3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVDryTemp_3.ForeColor = System.Drawing.Color.Blue
        Me.LVDryTemp.SetIndex(Me._LVDryTemp_3, CType(3, Short))
        Me._LVDryTemp_3.Location = New System.Drawing.Point(32, 232)
        Me._LVDryTemp_3.Name = "_LVDryTemp_3"
        Me._LVDryTemp_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVDryTemp_3.Size = New System.Drawing.Size(232, 40)
        Me._LVDryTemp_3.TabIndex = 61
        Me._LVDryTemp_3.Text = "Temperature - OE Converter W75"
        '
        '_LVDryTemp_2
        '
        Me._LVDryTemp_2.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._LVDryTemp_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._LVDryTemp_2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVDryTemp_2.ForeColor = System.Drawing.Color.Blue
        Me.LVDryTemp.SetIndex(Me._LVDryTemp_2, CType(2, Short))
        Me._LVDryTemp_2.Location = New System.Drawing.Point(32, 184)
        Me._LVDryTemp_2.Name = "_LVDryTemp_2"
        Me._LVDryTemp_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVDryTemp_2.Size = New System.Drawing.Size(232, 40)
        Me._LVDryTemp_2.TabIndex = 60
        Me._LVDryTemp_2.Text = "Temperature - OE Converter E75"
        '
        '_LVDryTemp_1
        '
        Me._LVDryTemp_1.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._LVDryTemp_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._LVDryTemp_1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVDryTemp_1.ForeColor = System.Drawing.Color.Blue
        Me.LVDryTemp.SetIndex(Me._LVDryTemp_1, CType(1, Short))
        Me._LVDryTemp_1.Location = New System.Drawing.Point(32, 136)
        Me._LVDryTemp_1.Name = "_LVDryTemp_1"
        Me._LVDryTemp_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVDryTemp_1.Size = New System.Drawing.Size(232, 40)
        Me._LVDryTemp_1.TabIndex = 59
        Me._LVDryTemp_1.Text = "Temperature - Network Electronics Switch W75"
        '
        '_LVDryTemp_0
        '
        Me._LVDryTemp_0.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._LVDryTemp_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._LVDryTemp_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVDryTemp_0.ForeColor = System.Drawing.Color.Blue
        Me.LVDryTemp.SetIndex(Me._LVDryTemp_0, CType(0, Short))
        Me._LVDryTemp_0.Location = New System.Drawing.Point(32, 88)
        Me._LVDryTemp_0.Name = "_LVDryTemp_0"
        Me._LVDryTemp_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVDryTemp_0.Size = New System.Drawing.Size(224, 40)
        Me._LVDryTemp_0.TabIndex = 58
        Me._LVDryTemp_0.Text = "Temperature - Network Electronics Switch E75"
        '
        'LVDryRelHumidity
        '
        Me.LVDryRelHumidity.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.LVDryRelHumidity.Cursor = System.Windows.Forms.Cursors.Default
        Me.LVDryRelHumidity.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.LVDryRelHumidity.ForeColor = System.Drawing.Color.Blue
        Me.LVDryRelHumidity.Location = New System.Drawing.Point(32, 48)
        Me.LVDryRelHumidity.Name = "LVDryRelHumidity"
        Me.LVDryRelHumidity.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.LVDryRelHumidity.Size = New System.Drawing.Size(176, 24)
        Me.LVDryRelHumidity.TabIndex = 57
        Me.LVDryRelHumidity.Text = "Relativer Humidity"
        '
        'Label3
        '
        Me.Label3.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.Label3.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label3.ForeColor = System.Drawing.Color.Blue
        Me.Label3.Location = New System.Drawing.Point(32, 88)
        Me.Label3.Name = "Label3"
        Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label3.Size = New System.Drawing.Size(184, 32)
        Me.Label3.TabIndex = 58
        Me.Label3.Text = "Temp - NE Laser East"
        '
        'LVHousingWet
        '
        Me.LVHousingWet.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.LVHousingWet.Controls.Add(Me.LVWet_XLC_B_Temp)
        Me.LVHousingWet.Controls.Add(Me.Label5)
        Me.LVHousingWet.Controls.Add(Me.Label4)
        Me.LVHousingWet.Controls.Add(Me.LVWetFP)
        Me.LVHousingWet.Controls.Add(Me.LVWetFluidPressure)
        Me.LVHousingWet.Controls.Add(Me._LVWetT_5)
        Me.LVHousingWet.Controls.Add(Me._LVWetT_4)
        Me.LVHousingWet.Controls.Add(Me._LVWetT_3)
        Me.LVHousingWet.Controls.Add(Me._LVWetT_2)
        Me.LVHousingWet.Controls.Add(Me._LVWetT_1)
        Me.LVHousingWet.Controls.Add(Me._LVWetT_0)
        Me.LVHousingWet.Controls.Add(Me._TUnit_11)
        Me.LVHousingWet.Controls.Add(Me._TUnit_10)
        Me.LVHousingWet.Controls.Add(Me._TUnit_9)
        Me.LVHousingWet.Controls.Add(Me._TUnit_8)
        Me.LVHousingWet.Controls.Add(Me._TUnit_7)
        Me.LVHousingWet.Controls.Add(Me._TUnit_6)
        Me.LVHousingWet.Controls.Add(Me._Label1_11)
        Me.LVHousingWet.Controls.Add(Me._Label1_10)
        Me.LVHousingWet.Controls.Add(Me._Label1_9)
        Me.LVHousingWet.Controls.Add(Me._Label1_8)
        Me.LVHousingWet.Controls.Add(Me._Label1_7)
        Me.LVHousingWet.Controls.Add(Me._Label1_6)
        Me.LVHousingWet.Controls.Add(Me._LVWetTemp_5)
        Me.LVHousingWet.Controls.Add(Me._LVWetTemp_4)
        Me.LVHousingWet.Controls.Add(Me._LVWetTemp_3)
        Me.LVHousingWet.Controls.Add(Me._LVWetTemp_2)
        Me.LVHousingWet.Controls.Add(Me._LVWetTemp_1)
        Me.LVHousingWet.Controls.Add(Me._LVWetTemp_0)
        Me.LVHousingWet.Controls.Add(Me.Label10)
        Me.LVHousingWet.Controls.Add(Me.Label11)
        Me.LVHousingWet.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.LVHousingWet.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LVHousingWet.Location = New System.Drawing.Point(416, 80)
        Me.LVHousingWet.Name = "LVHousingWet"
        Me.LVHousingWet.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.LVHousingWet.Size = New System.Drawing.Size(408, 560)
        Me.LVHousingWet.TabIndex = 1
        Me.LVHousingWet.TabStop = False
        Me.LVHousingWet.Text = "LV/Comms Housing -- Fluorinert"
        '
        'LVWet_XLC_B_Temp
        '
        Me.LVWet_XLC_B_Temp.AcceptsReturn = True
        Me.LVWet_XLC_B_Temp.AutoSize = False
        Me.LVWet_XLC_B_Temp.BackColor = System.Drawing.Color.Silver
        Me.LVWet_XLC_B_Temp.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.LVWet_XLC_B_Temp.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.LVWet_XLC_B_Temp.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVWet_XLC_B_Temp.Location = New System.Drawing.Point(264, 136)
        Me.LVWet_XLC_B_Temp.MaxLength = 0
        Me.LVWet_XLC_B_Temp.Name = "LVWet_XLC_B_Temp"
        Me.LVWet_XLC_B_Temp.ReadOnly = True
        Me.LVWet_XLC_B_Temp.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.LVWet_XLC_B_Temp.Size = New System.Drawing.Size(80, 33)
        Me.LVWet_XLC_B_Temp.TabIndex = 61
        Me.LVWet_XLC_B_Temp.Text = ""
        Me.LVWet_XLC_B_Temp.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'Label5
        '
        Me.Label5.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.Label5.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label5.ForeColor = System.Drawing.Color.Blue
        Me.Label5.Location = New System.Drawing.Point(32, 136)
        Me.Label5.Name = "Label5"
        Me.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label5.Size = New System.Drawing.Size(200, 40)
        Me.Label5.TabIndex = 60
        Me.Label5.Text = "Temperature - External Load Control B"
        '
        'Label4
        '
        Me.Label4.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.Label4.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label4.Location = New System.Drawing.Point(352, 48)
        Me.Label4.Name = "Label4"
        Me.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label4.Size = New System.Drawing.Size(41, 25)
        Me.Label4.TabIndex = 59
        Me.Label4.Text = "psi"
        '
        'LVWetFP
        '
        Me.LVWetFP.AcceptsReturn = True
        Me.LVWetFP.AutoSize = False
        Me.LVWetFP.BackColor = System.Drawing.Color.Silver
        Me.LVWetFP.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.LVWetFP.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.LVWetFP.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVWetFP.Location = New System.Drawing.Point(264, 40)
        Me.LVWetFP.MaxLength = 0
        Me.LVWetFP.Name = "LVWetFP"
        Me.LVWetFP.ReadOnly = True
        Me.LVWetFP.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.LVWetFP.Size = New System.Drawing.Size(80, 33)
        Me.LVWetFP.TabIndex = 58
        Me.LVWetFP.Text = ""
        Me.LVWetFP.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'LVWetFluidPressure
        '
        Me.LVWetFluidPressure.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.LVWetFluidPressure.Cursor = System.Windows.Forms.Cursors.Default
        Me.LVWetFluidPressure.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.LVWetFluidPressure.ForeColor = System.Drawing.Color.Blue
        Me.LVWetFluidPressure.Location = New System.Drawing.Point(32, 48)
        Me.LVWetFluidPressure.Name = "LVWetFluidPressure"
        Me.LVWetFluidPressure.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.LVWetFluidPressure.Size = New System.Drawing.Size(152, 24)
        Me.LVWetFluidPressure.TabIndex = 57
        Me.LVWetFluidPressure.Text = "Fluid Pressure"
        '
        '_LVWetT_5
        '
        Me._LVWetT_5.AcceptsReturn = True
        Me._LVWetT_5.AutoSize = False
        Me._LVWetT_5.BackColor = System.Drawing.Color.Silver
        Me._LVWetT_5.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LVWetT_5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVWetT_5.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVWetT.SetIndex(Me._LVWetT_5, CType(5, Short))
        Me._LVWetT_5.Location = New System.Drawing.Point(264, 376)
        Me._LVWetT_5.MaxLength = 0
        Me._LVWetT_5.Name = "_LVWetT_5"
        Me._LVWetT_5.ReadOnly = True
        Me._LVWetT_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVWetT_5.Size = New System.Drawing.Size(80, 33)
        Me._LVWetT_5.TabIndex = 43
        Me._LVWetT_5.Text = ""
        Me._LVWetT_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LVWetT_4
        '
        Me._LVWetT_4.AcceptsReturn = True
        Me._LVWetT_4.AutoSize = False
        Me._LVWetT_4.BackColor = System.Drawing.Color.Silver
        Me._LVWetT_4.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LVWetT_4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVWetT_4.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVWetT.SetIndex(Me._LVWetT_4, CType(4, Short))
        Me._LVWetT_4.Location = New System.Drawing.Point(264, 328)
        Me._LVWetT_4.MaxLength = 0
        Me._LVWetT_4.Name = "_LVWetT_4"
        Me._LVWetT_4.ReadOnly = True
        Me._LVWetT_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVWetT_4.Size = New System.Drawing.Size(80, 33)
        Me._LVWetT_4.TabIndex = 42
        Me._LVWetT_4.Text = ""
        Me._LVWetT_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LVWetT_3
        '
        Me._LVWetT_3.AcceptsReturn = True
        Me._LVWetT_3.AutoSize = False
        Me._LVWetT_3.BackColor = System.Drawing.Color.Silver
        Me._LVWetT_3.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LVWetT_3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVWetT_3.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVWetT.SetIndex(Me._LVWetT_3, CType(3, Short))
        Me._LVWetT_3.Location = New System.Drawing.Point(264, 280)
        Me._LVWetT_3.MaxLength = 0
        Me._LVWetT_3.Name = "_LVWetT_3"
        Me._LVWetT_3.ReadOnly = True
        Me._LVWetT_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVWetT_3.Size = New System.Drawing.Size(80, 33)
        Me._LVWetT_3.TabIndex = 41
        Me._LVWetT_3.Text = ""
        Me._LVWetT_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LVWetT_2
        '
        Me._LVWetT_2.AcceptsReturn = True
        Me._LVWetT_2.AutoSize = False
        Me._LVWetT_2.BackColor = System.Drawing.Color.Silver
        Me._LVWetT_2.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LVWetT_2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVWetT_2.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVWetT.SetIndex(Me._LVWetT_2, CType(2, Short))
        Me._LVWetT_2.Location = New System.Drawing.Point(264, 232)
        Me._LVWetT_2.MaxLength = 0
        Me._LVWetT_2.Name = "_LVWetT_2"
        Me._LVWetT_2.ReadOnly = True
        Me._LVWetT_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVWetT_2.Size = New System.Drawing.Size(80, 33)
        Me._LVWetT_2.TabIndex = 40
        Me._LVWetT_2.Text = ""
        Me._LVWetT_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LVWetT_1
        '
        Me._LVWetT_1.AcceptsReturn = True
        Me._LVWetT_1.AutoSize = False
        Me._LVWetT_1.BackColor = System.Drawing.Color.Silver
        Me._LVWetT_1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LVWetT_1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVWetT_1.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVWetT.SetIndex(Me._LVWetT_1, CType(1, Short))
        Me._LVWetT_1.Location = New System.Drawing.Point(264, 184)
        Me._LVWetT_1.MaxLength = 0
        Me._LVWetT_1.Name = "_LVWetT_1"
        Me._LVWetT_1.ReadOnly = True
        Me._LVWetT_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVWetT_1.Size = New System.Drawing.Size(80, 33)
        Me._LVWetT_1.TabIndex = 39
        Me._LVWetT_1.Text = ""
        Me._LVWetT_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LVWetT_0
        '
        Me._LVWetT_0.AcceptsReturn = True
        Me._LVWetT_0.AutoSize = False
        Me._LVWetT_0.BackColor = System.Drawing.Color.Silver
        Me._LVWetT_0.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LVWetT_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVWetT_0.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LVWetT.SetIndex(Me._LVWetT_0, CType(0, Short))
        Me._LVWetT_0.Location = New System.Drawing.Point(264, 88)
        Me._LVWetT_0.MaxLength = 0
        Me._LVWetT_0.Name = "_LVWetT_0"
        Me._LVWetT_0.ReadOnly = True
        Me._LVWetT_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVWetT_0.Size = New System.Drawing.Size(80, 33)
        Me._LVWetT_0.TabIndex = 38
        Me._LVWetT_0.Text = ""
        Me._LVWetT_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_TUnit_11
        '
        Me._TUnit_11.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_11.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_11.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_11.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_11, CType(11, Short))
        Me._TUnit_11.Location = New System.Drawing.Point(368, 384)
        Me._TUnit_11.Name = "_TUnit_11"
        Me._TUnit_11.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_11.Size = New System.Drawing.Size(24, 25)
        Me._TUnit_11.TabIndex = 56
        Me._TUnit_11.Text = "C"
        '
        '_TUnit_10
        '
        Me._TUnit_10.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_10.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_10.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_10.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_10, CType(10, Short))
        Me._TUnit_10.Location = New System.Drawing.Point(368, 336)
        Me._TUnit_10.Name = "_TUnit_10"
        Me._TUnit_10.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_10.Size = New System.Drawing.Size(24, 25)
        Me._TUnit_10.TabIndex = 55
        Me._TUnit_10.Text = "C"
        '
        '_TUnit_9
        '
        Me._TUnit_9.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_9.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_9.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_9.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_9, CType(9, Short))
        Me._TUnit_9.Location = New System.Drawing.Point(368, 288)
        Me._TUnit_9.Name = "_TUnit_9"
        Me._TUnit_9.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_9.Size = New System.Drawing.Size(32, 25)
        Me._TUnit_9.TabIndex = 54
        Me._TUnit_9.Text = "C"
        '
        '_TUnit_8
        '
        Me._TUnit_8.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_8.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_8.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_8.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_8, CType(8, Short))
        Me._TUnit_8.Location = New System.Drawing.Point(368, 240)
        Me._TUnit_8.Name = "_TUnit_8"
        Me._TUnit_8.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_8.Size = New System.Drawing.Size(24, 25)
        Me._TUnit_8.TabIndex = 53
        Me._TUnit_8.Text = "C"
        '
        '_TUnit_7
        '
        Me._TUnit_7.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_7.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_7.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_7.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_7, CType(7, Short))
        Me._TUnit_7.Location = New System.Drawing.Point(368, 192)
        Me._TUnit_7.Name = "_TUnit_7"
        Me._TUnit_7.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_7.Size = New System.Drawing.Size(24, 25)
        Me._TUnit_7.TabIndex = 52
        Me._TUnit_7.Text = "C"
        '
        '_TUnit_6
        '
        Me._TUnit_6.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_6, CType(6, Short))
        Me._TUnit_6.Location = New System.Drawing.Point(368, 96)
        Me._TUnit_6.Name = "_TUnit_6"
        Me._TUnit_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_6.Size = New System.Drawing.Size(24, 25)
        Me._TUnit_6.TabIndex = 51
        Me._TUnit_6.Text = "C"
        '
        '_Label1_11
        '
        Me._Label1_11.BackColor = System.Drawing.Color.Transparent
        Me._Label1_11.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_11.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_11.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_11, CType(11, Short))
        Me._Label1_11.Location = New System.Drawing.Point(352, 376)
        Me._Label1_11.Name = "_Label1_11"
        Me._Label1_11.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_11.Size = New System.Drawing.Size(25, 25)
        Me._Label1_11.TabIndex = 50
        Me._Label1_11.Text = "o"
        '
        '_Label1_10
        '
        Me._Label1_10.BackColor = System.Drawing.Color.Transparent
        Me._Label1_10.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_10.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_10.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_10, CType(10, Short))
        Me._Label1_10.Location = New System.Drawing.Point(352, 328)
        Me._Label1_10.Name = "_Label1_10"
        Me._Label1_10.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_10.Size = New System.Drawing.Size(25, 25)
        Me._Label1_10.TabIndex = 49
        Me._Label1_10.Text = "o"
        '
        '_Label1_9
        '
        Me._Label1_9.BackColor = System.Drawing.Color.Transparent
        Me._Label1_9.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_9.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_9.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_9, CType(9, Short))
        Me._Label1_9.Location = New System.Drawing.Point(352, 280)
        Me._Label1_9.Name = "_Label1_9"
        Me._Label1_9.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_9.Size = New System.Drawing.Size(25, 25)
        Me._Label1_9.TabIndex = 48
        Me._Label1_9.Text = "o"
        '
        '_Label1_8
        '
        Me._Label1_8.BackColor = System.Drawing.Color.Transparent
        Me._Label1_8.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_8.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_8.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_8, CType(8, Short))
        Me._Label1_8.Location = New System.Drawing.Point(352, 232)
        Me._Label1_8.Name = "_Label1_8"
        Me._Label1_8.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_8.Size = New System.Drawing.Size(25, 25)
        Me._Label1_8.TabIndex = 47
        Me._Label1_8.Text = "o"
        '
        '_Label1_7
        '
        Me._Label1_7.BackColor = System.Drawing.Color.Transparent
        Me._Label1_7.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_7.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_7.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_7, CType(7, Short))
        Me._Label1_7.Location = New System.Drawing.Point(352, 184)
        Me._Label1_7.Name = "_Label1_7"
        Me._Label1_7.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_7.Size = New System.Drawing.Size(25, 25)
        Me._Label1_7.TabIndex = 46
        Me._Label1_7.Text = "o"
        '
        '_Label1_6
        '
        Me._Label1_6.BackColor = System.Drawing.Color.Transparent
        Me._Label1_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_6, CType(6, Short))
        Me._Label1_6.Location = New System.Drawing.Point(352, 88)
        Me._Label1_6.Name = "_Label1_6"
        Me._Label1_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_6.Size = New System.Drawing.Size(25, 25)
        Me._Label1_6.TabIndex = 45
        Me._Label1_6.Text = "o"
        '
        '_LVWetTemp_5
        '
        Me._LVWetTemp_5.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._LVWetTemp_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._LVWetTemp_5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVWetTemp_5.ForeColor = System.Drawing.Color.Blue
        Me.LVWetTemp.SetIndex(Me._LVWetTemp_5, CType(5, Short))
        Me._LVWetTemp_5.Location = New System.Drawing.Point(32, 384)
        Me._LVWetTemp_5.Name = "_LVWetTemp_5"
        Me._LVWetTemp_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVWetTemp_5.Size = New System.Drawing.Size(200, 24)
        Me._LVWetTemp_5.TabIndex = 37
        Me._LVWetTemp_5.Text = "Temperature - L2/L3 B"
        '
        '_LVWetTemp_4
        '
        Me._LVWetTemp_4.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._LVWetTemp_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._LVWetTemp_4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVWetTemp_4.ForeColor = System.Drawing.Color.Blue
        Me.LVWetTemp.SetIndex(Me._LVWetTemp_4, CType(4, Short))
        Me._LVWetTemp_4.Location = New System.Drawing.Point(32, 336)
        Me._LVWetTemp_4.Name = "_LVWetTemp_4"
        Me._LVWetTemp_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVWetTemp_4.Size = New System.Drawing.Size(200, 24)
        Me._LVWetTemp_4.TabIndex = 36
        Me._LVWetTemp_4.Text = "Temperature - L2/L3 A"
        '
        '_LVWetTemp_3
        '
        Me._LVWetTemp_3.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._LVWetTemp_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._LVWetTemp_3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVWetTemp_3.ForeColor = System.Drawing.Color.Blue
        Me.LVWetTemp.SetIndex(Me._LVWetTemp_3, CType(3, Short))
        Me._LVWetTemp_3.Location = New System.Drawing.Point(32, 288)
        Me._LVWetTemp_3.Name = "_LVWetTemp_3"
        Me._LVWetTemp_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVWetTemp_3.Size = New System.Drawing.Size(224, 24)
        Me._LVWetTemp_3.TabIndex = 35
        Me._LVWetTemp_3.Text = "Temperature - DC-DC Conv"
        '
        '_LVWetTemp_2
        '
        Me._LVWetTemp_2.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._LVWetTemp_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._LVWetTemp_2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVWetTemp_2.ForeColor = System.Drawing.Color.Blue
        Me.LVWetTemp.SetIndex(Me._LVWetTemp_2, CType(2, Short))
        Me._LVWetTemp_2.Location = New System.Drawing.Point(32, 240)
        Me._LVWetTemp_2.Name = "_LVWetTemp_2"
        Me._LVWetTemp_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVWetTemp_2.Size = New System.Drawing.Size(200, 16)
        Me._LVWetTemp_2.TabIndex = 34
        Me._LVWetTemp_2.Text = "Temperature - Bus Mon"
        '
        '_LVWetTemp_1
        '
        Me._LVWetTemp_1.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._LVWetTemp_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._LVWetTemp_1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVWetTemp_1.ForeColor = System.Drawing.Color.Blue
        Me.LVWetTemp.SetIndex(Me._LVWetTemp_1, CType(1, Short))
        Me._LVWetTemp_1.Location = New System.Drawing.Point(32, 184)
        Me._LVWetTemp_1.Name = "_LVWetTemp_1"
        Me._LVWetTemp_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVWetTemp_1.Size = New System.Drawing.Size(200, 40)
        Me._LVWetTemp_1.TabIndex = 33
        Me._LVWetTemp_1.Text = "Temperature - Internal Load Control A"
        '
        '_LVWetTemp_0
        '
        Me._LVWetTemp_0.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._LVWetTemp_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._LVWetTemp_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LVWetTemp_0.ForeColor = System.Drawing.Color.Blue
        Me.LVWetTemp.SetIndex(Me._LVWetTemp_0, CType(0, Short))
        Me._LVWetTemp_0.Location = New System.Drawing.Point(32, 88)
        Me._LVWetTemp_0.Name = "_LVWetTemp_0"
        Me._LVWetTemp_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LVWetTemp_0.Size = New System.Drawing.Size(200, 40)
        Me._LVWetTemp_0.TabIndex = 32
        Me._LVWetTemp_0.Text = "Temperature - External Load Control A"
        '
        'Label10
        '
        Me.Label10.BackColor = System.Drawing.Color.Transparent
        Me.Label10.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label10.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label10.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label10.Location = New System.Drawing.Point(352, 136)
        Me.Label10.Name = "Label10"
        Me.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label10.Size = New System.Drawing.Size(16, 25)
        Me.Label10.TabIndex = 62
        Me.Label10.Text = "o"
        '
        'Label11
        '
        Me.Label11.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.Label11.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label11.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label11.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label11.Location = New System.Drawing.Point(368, 144)
        Me.Label11.Name = "Label11"
        Me.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label11.Size = New System.Drawing.Size(24, 25)
        Me.Label11.TabIndex = 63
        Me.Label11.Text = "C"
        '
        'MVhousing
        '
        Me.MVhousing.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.MVhousing.Controls.Add(Me.Label9)
        Me.MVhousing.Controls.Add(Me.Label12)
        Me.MVhousing.Controls.Add(Me.Label7)
        Me.MVhousing.Controls.Add(Me.Label8)
        Me.MVhousing.Controls.Add(Me.MVT_7)
        Me.MVhousing.Controls.Add(Me.MVT_6)
        Me.MVhousing.Controls.Add(Me.Label6)
        Me.MVhousing.Controls.Add(Me.Label2)
        Me.MVhousing.Controls.Add(Me._MVT_5)
        Me.MVhousing.Controls.Add(Me._MVT_4)
        Me.MVhousing.Controls.Add(Me._MVT_3)
        Me.MVhousing.Controls.Add(Me._MVT_2)
        Me.MVhousing.Controls.Add(Me._MVT_1)
        Me.MVhousing.Controls.Add(Me._MVT_0)
        Me.MVhousing.Controls.Add(Me.MVHP)
        Me.MVhousing.Controls.Add(Me._Label1_5)
        Me.MVhousing.Controls.Add(Me._Label1_4)
        Me.MVhousing.Controls.Add(Me._Label1_3)
        Me.MVhousing.Controls.Add(Me._Label1_2)
        Me.MVhousing.Controls.Add(Me._Label1_1)
        Me.MVhousing.Controls.Add(Me._TUnit_5)
        Me.MVhousing.Controls.Add(Me._TUnit_4)
        Me.MVhousing.Controls.Add(Me._TUnit_3)
        Me.MVhousing.Controls.Add(Me._TUnit_2)
        Me.MVhousing.Controls.Add(Me._TUnit_1)
        Me.MVhousing.Controls.Add(Me._Label1_0)
        Me.MVhousing.Controls.Add(Me._TUnit_0)
        Me.MVhousing.Controls.Add(Me._MVTemp_5)
        Me.MVhousing.Controls.Add(Me._MVTemp_4)
        Me.MVhousing.Controls.Add(Me._MVTemp_3)
        Me.MVhousing.Controls.Add(Me._MVTemp_2)
        Me.MVhousing.Controls.Add(Me._MVTemp_1)
        Me.MVhousing.Controls.Add(Me._MVTemp_0)
        Me.MVhousing.Controls.Add(Me._PUnit_0)
        Me.MVhousing.Controls.Add(Me.MVFluorientPre)
        Me.MVhousing.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVhousing.ForeColor = System.Drawing.SystemColors.ControlText
        Me.MVhousing.Location = New System.Drawing.Point(8, 80)
        Me.MVhousing.Name = "MVhousing"
        Me.MVhousing.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVhousing.Size = New System.Drawing.Size(392, 560)
        Me.MVhousing.TabIndex = 0
        Me.MVhousing.TabStop = False
        Me.MVhousing.Text = "MV Housing"
        '
        'Label9
        '
        Me.Label9.BackColor = System.Drawing.Color.Transparent
        Me.Label9.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label9.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label9.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label9.Location = New System.Drawing.Point(344, 424)
        Me.Label9.Name = "Label9"
        Me.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label9.Size = New System.Drawing.Size(16, 25)
        Me.Label9.TabIndex = 37
        Me.Label9.Text = "o"
        '
        'Label12
        '
        Me.Label12.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.Label12.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label12.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label12.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label12.Location = New System.Drawing.Point(360, 432)
        Me.Label12.Name = "Label12"
        Me.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label12.Size = New System.Drawing.Size(24, 25)
        Me.Label12.TabIndex = 36
        Me.Label12.Text = "C"
        '
        'Label7
        '
        Me.Label7.BackColor = System.Drawing.Color.Transparent
        Me.Label7.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label7.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label7.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label7.Location = New System.Drawing.Point(344, 376)
        Me.Label7.Name = "Label7"
        Me.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label7.Size = New System.Drawing.Size(16, 25)
        Me.Label7.TabIndex = 35
        Me.Label7.Text = "o"
        '
        'Label8
        '
        Me.Label8.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.Label8.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label8.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label8.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label8.Location = New System.Drawing.Point(360, 384)
        Me.Label8.Name = "Label8"
        Me.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label8.Size = New System.Drawing.Size(24, 25)
        Me.Label8.TabIndex = 34
        Me.Label8.Text = "C"
        '
        'MVT_7
        '
        Me.MVT_7.AcceptsReturn = True
        Me.MVT_7.AutoSize = False
        Me.MVT_7.BackColor = System.Drawing.Color.Silver
        Me.MVT_7.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.MVT_7.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVT_7.ForeColor = System.Drawing.SystemColors.WindowText
        Me.MVT_7.Location = New System.Drawing.Point(256, 424)
        Me.MVT_7.MaxLength = 0
        Me.MVT_7.Name = "MVT_7"
        Me.MVT_7.ReadOnly = True
        Me.MVT_7.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVT_7.Size = New System.Drawing.Size(80, 33)
        Me.MVT_7.TabIndex = 33
        Me.MVT_7.Text = ""
        Me.MVT_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'MVT_6
        '
        Me.MVT_6.AcceptsReturn = True
        Me.MVT_6.AutoSize = False
        Me.MVT_6.BackColor = System.Drawing.Color.Silver
        Me.MVT_6.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.MVT_6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVT_6.ForeColor = System.Drawing.SystemColors.WindowText
        Me.MVT_6.Location = New System.Drawing.Point(256, 376)
        Me.MVT_6.MaxLength = 0
        Me.MVT_6.Name = "MVT_6"
        Me.MVT_6.ReadOnly = True
        Me.MVT_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVT_6.Size = New System.Drawing.Size(80, 33)
        Me.MVT_6.TabIndex = 32
        Me.MVT_6.Text = ""
        Me.MVT_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'Label6
        '
        Me.Label6.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.Label6.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label6.ForeColor = System.Drawing.Color.Blue
        Me.Label6.Location = New System.Drawing.Point(32, 432)
        Me.Label6.Name = "Label6"
        Me.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label6.Size = New System.Drawing.Size(184, 25)
        Me.Label6.TabIndex = 31
        Me.Label6.Text = "Temperature - Block 8"
        '
        'Label2
        '
        Me.Label2.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label2.ForeColor = System.Drawing.Color.Blue
        Me.Label2.Location = New System.Drawing.Point(32, 384)
        Me.Label2.Name = "Label2"
        Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label2.Size = New System.Drawing.Size(184, 24)
        Me.Label2.TabIndex = 30
        Me.Label2.Text = "Temperature - Block 7"
        '
        '_MVT_5
        '
        Me._MVT_5.AcceptsReturn = True
        Me._MVT_5.AutoSize = False
        Me._MVT_5.BackColor = System.Drawing.Color.Silver
        Me._MVT_5.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._MVT_5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVT_5.ForeColor = System.Drawing.SystemColors.WindowText
        Me.MVT.SetIndex(Me._MVT_5, CType(5, Short))
        Me._MVT_5.Location = New System.Drawing.Point(256, 328)
        Me._MVT_5.MaxLength = 0
        Me._MVT_5.Name = "_MVT_5"
        Me._MVT_5.ReadOnly = True
        Me._MVT_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVT_5.Size = New System.Drawing.Size(80, 33)
        Me._MVT_5.TabIndex = 17
        Me._MVT_5.Text = ""
        Me._MVT_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_MVT_4
        '
        Me._MVT_4.AcceptsReturn = True
        Me._MVT_4.AutoSize = False
        Me._MVT_4.BackColor = System.Drawing.Color.Silver
        Me._MVT_4.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._MVT_4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVT_4.ForeColor = System.Drawing.SystemColors.WindowText
        Me.MVT.SetIndex(Me._MVT_4, CType(4, Short))
        Me._MVT_4.Location = New System.Drawing.Point(256, 280)
        Me._MVT_4.MaxLength = 0
        Me._MVT_4.Name = "_MVT_4"
        Me._MVT_4.ReadOnly = True
        Me._MVT_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVT_4.Size = New System.Drawing.Size(80, 33)
        Me._MVT_4.TabIndex = 16
        Me._MVT_4.Text = ""
        Me._MVT_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_MVT_3
        '
        Me._MVT_3.AcceptsReturn = True
        Me._MVT_3.AutoSize = False
        Me._MVT_3.BackColor = System.Drawing.Color.Silver
        Me._MVT_3.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._MVT_3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVT_3.ForeColor = System.Drawing.SystemColors.WindowText
        Me.MVT.SetIndex(Me._MVT_3, CType(3, Short))
        Me._MVT_3.Location = New System.Drawing.Point(256, 232)
        Me._MVT_3.MaxLength = 0
        Me._MVT_3.Name = "_MVT_3"
        Me._MVT_3.ReadOnly = True
        Me._MVT_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVT_3.Size = New System.Drawing.Size(80, 33)
        Me._MVT_3.TabIndex = 15
        Me._MVT_3.Text = ""
        Me._MVT_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_MVT_2
        '
        Me._MVT_2.AcceptsReturn = True
        Me._MVT_2.AutoSize = False
        Me._MVT_2.BackColor = System.Drawing.Color.Silver
        Me._MVT_2.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._MVT_2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVT_2.ForeColor = System.Drawing.SystemColors.WindowText
        Me.MVT.SetIndex(Me._MVT_2, CType(2, Short))
        Me._MVT_2.Location = New System.Drawing.Point(256, 184)
        Me._MVT_2.MaxLength = 0
        Me._MVT_2.Name = "_MVT_2"
        Me._MVT_2.ReadOnly = True
        Me._MVT_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVT_2.Size = New System.Drawing.Size(80, 33)
        Me._MVT_2.TabIndex = 14
        Me._MVT_2.Text = ""
        Me._MVT_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_MVT_1
        '
        Me._MVT_1.AcceptsReturn = True
        Me._MVT_1.AutoSize = False
        Me._MVT_1.BackColor = System.Drawing.Color.Silver
        Me._MVT_1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._MVT_1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVT_1.ForeColor = System.Drawing.SystemColors.WindowText
        Me.MVT.SetIndex(Me._MVT_1, CType(1, Short))
        Me._MVT_1.Location = New System.Drawing.Point(256, 136)
        Me._MVT_1.MaxLength = 0
        Me._MVT_1.Name = "_MVT_1"
        Me._MVT_1.ReadOnly = True
        Me._MVT_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVT_1.Size = New System.Drawing.Size(80, 33)
        Me._MVT_1.TabIndex = 13
        Me._MVT_1.Text = ""
        Me._MVT_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_MVT_0
        '
        Me._MVT_0.AcceptsReturn = True
        Me._MVT_0.AutoSize = False
        Me._MVT_0.BackColor = System.Drawing.Color.Silver
        Me._MVT_0.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._MVT_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVT_0.ForeColor = System.Drawing.SystemColors.WindowText
        Me.MVT.SetIndex(Me._MVT_0, CType(0, Short))
        Me._MVT_0.Location = New System.Drawing.Point(256, 88)
        Me._MVT_0.MaxLength = 0
        Me._MVT_0.Name = "_MVT_0"
        Me._MVT_0.ReadOnly = True
        Me._MVT_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVT_0.Size = New System.Drawing.Size(80, 33)
        Me._MVT_0.TabIndex = 12
        Me._MVT_0.Text = ""
        Me._MVT_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'MVHP
        '
        Me.MVHP.AcceptsReturn = True
        Me.MVHP.AutoSize = False
        Me.MVHP.BackColor = System.Drawing.Color.Silver
        Me.MVHP.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.MVHP.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVHP.ForeColor = System.Drawing.SystemColors.WindowText
        Me.MVHP.Location = New System.Drawing.Point(256, 40)
        Me.MVHP.MaxLength = 0
        Me.MVHP.Name = "MVHP"
        Me.MVHP.ReadOnly = True
        Me.MVHP.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVHP.Size = New System.Drawing.Size(80, 32)
        Me.MVHP.TabIndex = 4
        Me.MVHP.Text = ""
        Me.MVHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Label1_5
        '
        Me._Label1_5.BackColor = System.Drawing.Color.Transparent
        Me._Label1_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_5, CType(5, Short))
        Me._Label1_5.Location = New System.Drawing.Point(344, 328)
        Me._Label1_5.Name = "_Label1_5"
        Me._Label1_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_5.Size = New System.Drawing.Size(16, 25)
        Me._Label1_5.TabIndex = 29
        Me._Label1_5.Text = "o"
        '
        '_Label1_4
        '
        Me._Label1_4.BackColor = System.Drawing.Color.Transparent
        Me._Label1_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_4, CType(4, Short))
        Me._Label1_4.Location = New System.Drawing.Point(344, 280)
        Me._Label1_4.Name = "_Label1_4"
        Me._Label1_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_4.Size = New System.Drawing.Size(16, 25)
        Me._Label1_4.TabIndex = 28
        Me._Label1_4.Text = "o"
        '
        '_Label1_3
        '
        Me._Label1_3.BackColor = System.Drawing.Color.Transparent
        Me._Label1_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_3, CType(3, Short))
        Me._Label1_3.Location = New System.Drawing.Point(344, 232)
        Me._Label1_3.Name = "_Label1_3"
        Me._Label1_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_3.Size = New System.Drawing.Size(16, 25)
        Me._Label1_3.TabIndex = 27
        Me._Label1_3.Text = "o"
        '
        '_Label1_2
        '
        Me._Label1_2.BackColor = System.Drawing.Color.Transparent
        Me._Label1_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_2, CType(2, Short))
        Me._Label1_2.Location = New System.Drawing.Point(344, 184)
        Me._Label1_2.Name = "_Label1_2"
        Me._Label1_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_2.Size = New System.Drawing.Size(16, 25)
        Me._Label1_2.TabIndex = 26
        Me._Label1_2.Text = "o"
        '
        '_Label1_1
        '
        Me._Label1_1.BackColor = System.Drawing.Color.Transparent
        Me._Label1_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_1, CType(1, Short))
        Me._Label1_1.Location = New System.Drawing.Point(344, 136)
        Me._Label1_1.Name = "_Label1_1"
        Me._Label1_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_1.Size = New System.Drawing.Size(16, 25)
        Me._Label1_1.TabIndex = 25
        Me._Label1_1.Text = "o"
        '
        '_TUnit_5
        '
        Me._TUnit_5.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_5, CType(5, Short))
        Me._TUnit_5.Location = New System.Drawing.Point(360, 336)
        Me._TUnit_5.Name = "_TUnit_5"
        Me._TUnit_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_5.Size = New System.Drawing.Size(24, 25)
        Me._TUnit_5.TabIndex = 24
        Me._TUnit_5.Text = "C"
        '
        '_TUnit_4
        '
        Me._TUnit_4.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_4, CType(4, Short))
        Me._TUnit_4.Location = New System.Drawing.Point(360, 288)
        Me._TUnit_4.Name = "_TUnit_4"
        Me._TUnit_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_4.Size = New System.Drawing.Size(24, 25)
        Me._TUnit_4.TabIndex = 23
        Me._TUnit_4.Text = "C"
        '
        '_TUnit_3
        '
        Me._TUnit_3.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_3, CType(3, Short))
        Me._TUnit_3.Location = New System.Drawing.Point(360, 240)
        Me._TUnit_3.Name = "_TUnit_3"
        Me._TUnit_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_3.Size = New System.Drawing.Size(24, 25)
        Me._TUnit_3.TabIndex = 22
        Me._TUnit_3.Text = "C"
        '
        '_TUnit_2
        '
        Me._TUnit_2.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_2, CType(2, Short))
        Me._TUnit_2.Location = New System.Drawing.Point(360, 192)
        Me._TUnit_2.Name = "_TUnit_2"
        Me._TUnit_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_2.Size = New System.Drawing.Size(24, 25)
        Me._TUnit_2.TabIndex = 21
        Me._TUnit_2.Text = "C"
        '
        '_TUnit_1
        '
        Me._TUnit_1.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_1, CType(1, Short))
        Me._TUnit_1.Location = New System.Drawing.Point(360, 144)
        Me._TUnit_1.Name = "_TUnit_1"
        Me._TUnit_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_1.Size = New System.Drawing.Size(24, 25)
        Me._TUnit_1.TabIndex = 20
        Me._TUnit_1.Text = "C"
        '
        '_Label1_0
        '
        Me._Label1_0.BackColor = System.Drawing.Color.Transparent
        Me._Label1_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label1.SetIndex(Me._Label1_0, CType(0, Short))
        Me._Label1_0.Location = New System.Drawing.Point(344, 88)
        Me._Label1_0.Name = "_Label1_0"
        Me._Label1_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_0.Size = New System.Drawing.Size(16, 25)
        Me._Label1_0.TabIndex = 19
        Me._Label1_0.Text = "o"
        '
        '_TUnit_0
        '
        Me._TUnit_0.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._TUnit_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._TUnit_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._TUnit_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.TUnit.SetIndex(Me._TUnit_0, CType(0, Short))
        Me._TUnit_0.Location = New System.Drawing.Point(360, 96)
        Me._TUnit_0.Name = "_TUnit_0"
        Me._TUnit_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._TUnit_0.Size = New System.Drawing.Size(24, 25)
        Me._TUnit_0.TabIndex = 18
        Me._TUnit_0.Text = "C"
        '
        '_MVTemp_5
        '
        Me._MVTemp_5.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._MVTemp_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVTemp_5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVTemp_5.ForeColor = System.Drawing.Color.Blue
        Me.MVTemp.SetIndex(Me._MVTemp_5, CType(5, Short))
        Me._MVTemp_5.Location = New System.Drawing.Point(32, 336)
        Me._MVTemp_5.Name = "_MVTemp_5"
        Me._MVTemp_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVTemp_5.Size = New System.Drawing.Size(184, 25)
        Me._MVTemp_5.TabIndex = 11
        Me._MVTemp_5.Text = "Temperature - Block 6"
        '
        '_MVTemp_4
        '
        Me._MVTemp_4.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._MVTemp_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVTemp_4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVTemp_4.ForeColor = System.Drawing.Color.Blue
        Me.MVTemp.SetIndex(Me._MVTemp_4, CType(4, Short))
        Me._MVTemp_4.Location = New System.Drawing.Point(32, 288)
        Me._MVTemp_4.Name = "_MVTemp_4"
        Me._MVTemp_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVTemp_4.Size = New System.Drawing.Size(184, 25)
        Me._MVTemp_4.TabIndex = 10
        Me._MVTemp_4.Text = "Temperature - Block 5"
        '
        '_MVTemp_3
        '
        Me._MVTemp_3.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._MVTemp_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVTemp_3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVTemp_3.ForeColor = System.Drawing.Color.Blue
        Me.MVTemp.SetIndex(Me._MVTemp_3, CType(3, Short))
        Me._MVTemp_3.Location = New System.Drawing.Point(32, 240)
        Me._MVTemp_3.Name = "_MVTemp_3"
        Me._MVTemp_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVTemp_3.Size = New System.Drawing.Size(184, 25)
        Me._MVTemp_3.TabIndex = 9
        Me._MVTemp_3.Text = "Temperature - Block 4"
        '
        '_MVTemp_2
        '
        Me._MVTemp_2.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._MVTemp_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVTemp_2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVTemp_2.ForeColor = System.Drawing.Color.Blue
        Me.MVTemp.SetIndex(Me._MVTemp_2, CType(2, Short))
        Me._MVTemp_2.Location = New System.Drawing.Point(32, 192)
        Me._MVTemp_2.Name = "_MVTemp_2"
        Me._MVTemp_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVTemp_2.Size = New System.Drawing.Size(184, 25)
        Me._MVTemp_2.TabIndex = 8
        Me._MVTemp_2.Text = "Temperature - Block 3"
        '
        '_MVTemp_1
        '
        Me._MVTemp_1.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._MVTemp_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVTemp_1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVTemp_1.ForeColor = System.Drawing.Color.Blue
        Me.MVTemp.SetIndex(Me._MVTemp_1, CType(1, Short))
        Me._MVTemp_1.Location = New System.Drawing.Point(32, 144)
        Me._MVTemp_1.Name = "_MVTemp_1"
        Me._MVTemp_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVTemp_1.Size = New System.Drawing.Size(184, 25)
        Me._MVTemp_1.TabIndex = 7
        Me._MVTemp_1.Text = "Temperature - Block 2"
        '
        '_MVTemp_0
        '
        Me._MVTemp_0.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._MVTemp_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVTemp_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVTemp_0.ForeColor = System.Drawing.Color.Blue
        Me.MVTemp.SetIndex(Me._MVTemp_0, CType(0, Short))
        Me._MVTemp_0.Location = New System.Drawing.Point(32, 96)
        Me._MVTemp_0.Name = "_MVTemp_0"
        Me._MVTemp_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVTemp_0.Size = New System.Drawing.Size(184, 25)
        Me._MVTemp_0.TabIndex = 6
        Me._MVTemp_0.Text = "Temperature - Block 1"
        '
        '_PUnit_0
        '
        Me._PUnit_0.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me._PUnit_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._PUnit_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._PUnit_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.PUnit.SetIndex(Me._PUnit_0, CType(0, Short))
        Me._PUnit_0.Location = New System.Drawing.Point(344, 48)
        Me._PUnit_0.Name = "_PUnit_0"
        Me._PUnit_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._PUnit_0.Size = New System.Drawing.Size(40, 25)
        Me._PUnit_0.TabIndex = 5
        Me._PUnit_0.Text = "psi"
        '
        'MVFluorientPre
        '
        Me.MVFluorientPre.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(192, Byte))
        Me.MVFluorientPre.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVFluorientPre.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVFluorientPre.ForeColor = System.Drawing.Color.Blue
        Me.MVFluorientPre.Location = New System.Drawing.Point(32, 48)
        Me.MVFluorientPre.Name = "MVFluorientPre"
        Me.MVFluorientPre.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVFluorientPre.Size = New System.Drawing.Size(152, 25)
        Me.MVFluorientPre.TabIndex = 3
        Me.MVFluorientPre.Text = "Fluid Pressure"
        '
        'DateTime
        '
        Me.DateTime.BackColor = System.Drawing.Color.Transparent
        Me.DateTime.Cursor = System.Windows.Forms.Cursors.Default
        Me.DateTime.Font = New System.Drawing.Font("Arial", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.DateTime.ForeColor = System.Drawing.Color.Yellow
        Me.DateTime.Location = New System.Drawing.Point(784, 16)
        Me.DateTime.Name = "DateTime"
        Me.DateTime.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.DateTime.Size = New System.Drawing.Size(464, 33)
        Me.DateTime.TabIndex = 56
        Me.DateTime.Text = "Date"
        Me.DateTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label21
        '
        Me.Label21.BackColor = System.Drawing.Color.FromArgb(CType(224, Byte), CType(224, Byte), CType(224, Byte))
        Me.Label21.Location = New System.Drawing.Point(776, 8)
        Me.Label21.Name = "Label21"
        Me.Label21.Size = New System.Drawing.Size(480, 48)
        Me.Label21.TabIndex = 598
        '
        'PMACSengsensor
        '
        Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
        Me.BackColor = System.Drawing.Color.Black
        Me.ClientSize = New System.Drawing.Size(1272, 986)
        Me.Controls.Add(Me.DateTime)
        Me.Controls.Add(Me.Label21)
        Me.Controls.Add(Me.LVHousingDry)
        Me.Controls.Add(Me.LVHousingWet)
        Me.Controls.Add(Me.MVhousing)
        Me.Cursor = System.Windows.Forms.Cursors.Default
        Me.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Location = New System.Drawing.Point(4, 23)
        Me.Name = "PMACSengsensor"
        Me.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds
        Me.Text = "PMACS Engineering Sensor Display"
        Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
        Me.LVHousingDry.ResumeLayout(False)
        Me.LVHousingWet.ResumeLayout(False)
        Me.MVhousing.ResumeLayout(False)
        CType(Me.LVDryT, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.LVDryTemp, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.LVWetT, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.LVWetTemp, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Label1, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.MVT, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.MVTemp, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.PUnit, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.TUnit, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)

    End Sub
#End Region
#Region "Upgrade Support "
    Private Shared m_vb6FormDefInstance As PMACSengsensor
    Private Shared m_InitializingDefInstance As Boolean
    Public Shared Property DefInstance() As PMACSengsensor
        Get
            If m_vb6FormDefInstance Is Nothing OrElse m_vb6FormDefInstance.IsDisposed Then
                m_InitializingDefInstance = True
                m_vb6FormDefInstance = New PMACSengsensor
                m_InitializingDefInstance = False
            End If
            DefInstance = m_vb6FormDefInstance
        End Get
        Set(ByVal Value As PMACSengsensor)
            m_vb6FormDefInstance = Value
        End Set
    End Property
#End Region

End Class