'************************************************************************************************************************
' File: PMACSintload.vb
' Programmer: Ting Chan
' Date: Feb 22, 2005
'
' Description:
' This form is the internal load window for the PMACS client GUI of the MARS project.
' This form is the control and display form for all internal loads.
' This form allows the user to view the load current flowing into each of the loads
' The data is updated every second from the SOAP server.
' The user is allow to change the status of the loads by changing the Open/Close status
' of the switches.  The user can also change the current limit of the loads
' The internal loads are group in subsystems
'
' Revision History:
' 03-09-2005 The displays are updated every second by IntLoad48Initialize, IntLoad12Initialize, and IntLoad5Initialize in
'            Initialization.vb by Ting Chan, UWEE
' 03-21-2005 Add menu items for opening 12V, 5V, 48V internal load forms by Ting Chan, UWEE
' 04-27-2005 Change click switch and send load configuration operations due to change of setload() by Ting Chan, UWEE
'
'************************************************************************************************************************
Option Strict Off
Option Explicit On
Friend Class PMACSintload
	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 _LoadID48Int_2 As System.Windows.Forms.TextBox
    Public WithEvents _Int48ILimit_2 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad48Close_2 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48Send_2 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48SwitchClose_2 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48SwitchOpen_2 As System.Windows.Forms.RadioButton
    Public WithEvents _Label1_8 As System.Windows.Forms.Label
    Public WithEvents _I48_2 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48ILimit_2 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Config_2 As System.Windows.Forms.GroupBox
    Public WithEvents _Load_48IntI_2 As System.Windows.Forms.TextBox
    Public WithEvents _LabelIntLoad48_2 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48_2 As System.Windows.Forms.Panel
    Public WithEvents _LoadID5Int_0 As System.Windows.Forms.TextBox
    Public WithEvents _Int5ILimit_0 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad5Close_0 As System.Windows.Forms.Button
    Public WithEvents _IntLoad5Send_0 As System.Windows.Forms.Button
    Public WithEvents _IntLoad5SwitchClose_0 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad5SwitchOpen_0 As System.Windows.Forms.RadioButton
    Public WithEvents _Label1_13 As System.Windows.Forms.Label
    Public WithEvents _I5_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad5ILimit_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad5Config_0 As System.Windows.Forms.GroupBox
    Public WithEvents _LabelIntLoad5_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad5_0 As System.Windows.Forms.Panel
    Public WithEvents _Load_5IntI_0 As System.Windows.Forms.TextBox
    Public WithEvents _vBus_4 As System.Windows.Forms.Label
    Public WithEvents _Line6_1 As System.Windows.Forms.Label
    Public WithEvents _Line12_1 As System.Windows.Forms.Label
    Public WithEvents _Line19_1 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_2 As System.Windows.Forms.Label
    Public WithEvents _Switch48_2 As System.Windows.Forms.Label
    Public WithEvents _vBus_3 As System.Windows.Forms.Label
    Public WithEvents Line13 As System.Windows.Forms.Label
    Public WithEvents _Line17_2 As System.Windows.Forms.Label
    Public WithEvents _Line4_2 As System.Windows.Forms.Label
    Public WithEvents _IntLoad5Switch_0 As System.Windows.Forms.Label
    Public WithEvents _Switch5_0 As System.Windows.Forms.Label
    Public WithEvents UnassignedChannel As System.Windows.Forms.GroupBox
    Public WithEvents _IntLoad5SwitchOpen_1 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad5SwitchClose_1 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad5Send_1 As System.Windows.Forms.Button
    Public WithEvents _IntLoad5Close_1 As System.Windows.Forms.Button
    Public WithEvents _Int5ILimit_1 As System.Windows.Forms.TextBox
    Public WithEvents _LoadID5Int_1 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad5ILimit_1 As System.Windows.Forms.Label
    Public WithEvents _I5_1 As System.Windows.Forms.Label
    Public WithEvents _Label1_12 As System.Windows.Forms.Label
    Public WithEvents _IntLoad5Config_1 As System.Windows.Forms.GroupBox
    Public WithEvents _LabelIntLoad5_1 As System.Windows.Forms.Label
    Public WithEvents _IntLoad5_1 As System.Windows.Forms.Panel
    Public WithEvents _Load_5IntI_1 As System.Windows.Forms.TextBox
    Public WithEvents _Line18_2 As System.Windows.Forms.Label
    Public WithEvents _Line11_2 As System.Windows.Forms.Label
    Public WithEvents _Line5_2 As System.Windows.Forms.Label
    Public WithEvents _IntLoad5Switch_1 As System.Windows.Forms.Label
    Public WithEvents _Switch5_1 As System.Windows.Forms.Label
    Public WithEvents _Load_12IntI_6 As System.Windows.Forms.TextBox
    Public WithEvents _LabelIntLoad12_6 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12_6 As System.Windows.Forms.Panel
    Public WithEvents _LoadID12Int_6 As System.Windows.Forms.TextBox
    Public WithEvents _Int12ILimit_6 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad12Close_6 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12Send_6 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12SwitchClose_6 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad12SwitchOpen_6 As System.Windows.Forms.RadioButton
    Public WithEvents _Label1_14 As System.Windows.Forms.Label
    Public WithEvents _I12_6 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12ILimit_6 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Config_6 As System.Windows.Forms.GroupBox
    Public WithEvents _IntLoad48SwitchOpen_6 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48SwitchClose_6 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48Send_6 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48Close_6 As System.Windows.Forms.Button
    Public WithEvents _Int48ILimit_6 As System.Windows.Forms.TextBox
    Public WithEvents _LoadID48Int_6 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad48ILimit_6 As System.Windows.Forms.Label
    Public WithEvents _I48_6 As System.Windows.Forms.Label
    Public WithEvents _Label1_15 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Config_6 As System.Windows.Forms.GroupBox
    Public WithEvents _LabelIntLoad48_6 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48_6 As System.Windows.Forms.Panel
    Public WithEvents _Load_48IntI_6 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad48SwitchOpen_5 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48SwitchClose_5 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48Send_5 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48Close_5 As System.Windows.Forms.Button
    Public WithEvents _Int48ILimit_5 As System.Windows.Forms.TextBox
    Public WithEvents _LoadID48Int_5 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad48ILimit_5 As System.Windows.Forms.Label
    Public WithEvents _I48_5 As System.Windows.Forms.Label
    Public WithEvents _Label1_11 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Config_5 As System.Windows.Forms.GroupBox
    Public WithEvents _IntLoad48SwitchOpen_4 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48SwitchClose_4 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48Send_4 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48Close_4 As System.Windows.Forms.Button
    Public WithEvents _Int48ILimit_4 As System.Windows.Forms.TextBox
    Public WithEvents _LoadID48Int_4 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad48ILimit_4 As System.Windows.Forms.Label
    Public WithEvents _I48_4 As System.Windows.Forms.Label
    Public WithEvents _Label1_10 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Config_4 As System.Windows.Forms.GroupBox
    Public WithEvents _IntLoad48SwitchOpen_3 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48SwitchClose_3 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48Send_3 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48Close_3 As System.Windows.Forms.Button
    Public WithEvents _Int48ILimit_3 As System.Windows.Forms.TextBox
    Public WithEvents _LoadID48Int_3 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad48ILimit_3 As System.Windows.Forms.Label
    Public WithEvents _I48_3 As System.Windows.Forms.Label
    Public WithEvents _Label1_9 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Config_3 As System.Windows.Forms.GroupBox
    Public WithEvents _IntLoad48SwitchOpen_1 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48SwitchClose_1 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48Send_1 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48Close_1 As System.Windows.Forms.Button
    Public WithEvents _Int48ILimit_1 As System.Windows.Forms.TextBox
    Public WithEvents _LoadID48Int_1 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad48ILimit_1 As System.Windows.Forms.Label
    Public WithEvents _I48_1 As System.Windows.Forms.Label
    Public WithEvents _Label1_7 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Config_1 As System.Windows.Forms.GroupBox
    Public WithEvents _LoadID12Int_5 As System.Windows.Forms.TextBox
    Public WithEvents _Int12ILimit_5 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad12Close_5 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12Send_5 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12SwitchClose_5 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad12SwitchOpen_5 As System.Windows.Forms.RadioButton
    Public WithEvents _Label1_6 As System.Windows.Forms.Label
    Public WithEvents _I12_5 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12ILimit_5 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Config_5 As System.Windows.Forms.GroupBox
    Public WithEvents _LoadID12Int_4 As System.Windows.Forms.TextBox
    Public WithEvents _Int12ILimit_4 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad12Close_4 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12Send_4 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12SwitchClose_4 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad12SwitchOpen_4 As System.Windows.Forms.RadioButton
    Public WithEvents _Label1_5 As System.Windows.Forms.Label
    Public WithEvents _I12_4 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12ILimit_4 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Config_4 As System.Windows.Forms.GroupBox
    Public WithEvents _LoadID12Int_3 As System.Windows.Forms.TextBox
    Public WithEvents _Int12ILimit_3 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad12Close_3 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12Send_3 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12SwitchClose_3 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad12SwitchOpen_3 As System.Windows.Forms.RadioButton
    Public WithEvents _Label1_4 As System.Windows.Forms.Label
    Public WithEvents _I12_3 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12ILimit_3 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Config_3 As System.Windows.Forms.GroupBox
    Public WithEvents _LoadID12Int_2 As System.Windows.Forms.TextBox
    Public WithEvents _Int12ILimit_2 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad12Close_2 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12Send_2 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12SwitchClose_2 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad12SwitchOpen_2 As System.Windows.Forms.RadioButton
    Public WithEvents _Label1_3 As System.Windows.Forms.Label
    Public WithEvents _I12_2 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12ILimit_2 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Config_2 As System.Windows.Forms.GroupBox
    Public WithEvents _LoadID12Int_1 As System.Windows.Forms.TextBox
    Public WithEvents _Int12ILimit_1 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad12Close_1 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12Send_1 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12SwitchClose_1 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad12SwitchOpen_1 As System.Windows.Forms.RadioButton
    Public WithEvents _Label1_2 As System.Windows.Forms.Label
    Public WithEvents _I12_1 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12ILimit_1 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Config_1 As System.Windows.Forms.GroupBox
    Public WithEvents _LoadID48Int_0 As System.Windows.Forms.TextBox
    Public WithEvents _Int48ILimit_0 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad48Close_0 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48Send_0 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48SwitchClose_0 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48SwitchOpen_0 As System.Windows.Forms.RadioButton
    Public WithEvents _Label1_1 As System.Windows.Forms.Label
    Public WithEvents _I48_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48ILimit_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Config_0 As System.Windows.Forms.GroupBox
    Public WithEvents _IntLoad12SwitchOpen_0 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad12SwitchClose_0 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad12Send_0 As System.Windows.Forms.Button
    Public WithEvents _IntLoad12Close_0 As System.Windows.Forms.Button
    Public WithEvents _Int12ILimit_0 As System.Windows.Forms.TextBox
    Public WithEvents _LoadID12Int_0 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad12ILimit_0 As System.Windows.Forms.Label
    Public WithEvents _I12_0 As System.Windows.Forms.Label
    Public WithEvents _Label1_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Config_0 As System.Windows.Forms.GroupBox
    Public WithEvents _Load_48IntI_0 As System.Windows.Forms.TextBox
    Public WithEvents _Load_48IntI_1 As System.Windows.Forms.TextBox
    Public WithEvents _Load_48IntI_3 As System.Windows.Forms.TextBox
    Public WithEvents _Load_48IntI_4 As System.Windows.Forms.TextBox
    Public WithEvents _Load_48IntI_5 As System.Windows.Forms.TextBox
    Public WithEvents _LabelIntLoad48_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48_0 As System.Windows.Forms.Panel
    Public WithEvents _LabelIntLoad48_1 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48_1 As System.Windows.Forms.Panel
    Public WithEvents _LabelIntLoad48_3 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48_3 As System.Windows.Forms.Panel
    Public WithEvents _LabelIntLoad48_4 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48_4 As System.Windows.Forms.Panel
    Public WithEvents _LabelIntLoad48_5 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48_5 As System.Windows.Forms.Panel
    Public WithEvents _LabelIntLoad12_3 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12_3 As System.Windows.Forms.Panel
    Public WithEvents _LabelIntLoad12_2 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12_2 As System.Windows.Forms.Panel
    Public WithEvents _LabelIntLoad12_1 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12_1 As System.Windows.Forms.Panel
    Public WithEvents _LabelIntLoad12_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12_0 As System.Windows.Forms.Panel
    Public WithEvents _Load_12IntI_3 As System.Windows.Forms.TextBox
    Public WithEvents _Load_12IntI_2 As System.Windows.Forms.TextBox
    Public WithEvents _Load_12IntI_1 As System.Windows.Forms.TextBox
    Public WithEvents _Load_12IntI_0 As System.Windows.Forms.TextBox
    Public WithEvents _Load_12IntI_4 As System.Windows.Forms.TextBox
    Public WithEvents _LabelIntLoad12_4 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12_4 As System.Windows.Forms.Panel
    Public WithEvents _Load_12IntI_5 As System.Windows.Forms.TextBox
    Public WithEvents _LabelIntLoad12_5 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12_5 As System.Windows.Forms.Panel
    Public WithEvents _Switch12_6 As System.Windows.Forms.Label
    Public WithEvents _Line7_5 As System.Windows.Forms.Label
    Public WithEvents _Line14_5 As System.Windows.Forms.Label
    Public WithEvents _Line20_5 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Switch_6 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_6 As System.Windows.Forms.Label
    Public WithEvents Line26 As System.Windows.Forms.Label
    Public WithEvents Line25 As System.Windows.Forms.Label
    Public WithEvents Line24 As System.Windows.Forms.Label
    Public WithEvents _Switch48_6 As System.Windows.Forms.Label
    Public WithEvents _vBus_1 As System.Windows.Forms.Label
    Public WithEvents _vBus_0 As System.Windows.Forms.Label
    Public WithEvents _Line3_1 As System.Windows.Forms.Label
    Public WithEvents _Line4_1 As System.Windows.Forms.Label
    Public WithEvents _Line5_1 As System.Windows.Forms.Label
    Public WithEvents _Line7_4 As System.Windows.Forms.Label
    Public WithEvents Line8 As System.Windows.Forms.Label
    Public WithEvents Line9 As System.Windows.Forms.Label
    Public WithEvents _Line10_0 As System.Windows.Forms.Label
    Public WithEvents _Line11_1 As System.Windows.Forms.Label
    Public WithEvents _Line14_4 As System.Windows.Forms.Label
    Public WithEvents Line15 As System.Windows.Forms.Label
    Public WithEvents Line16 As System.Windows.Forms.Label
    Public WithEvents _Line17_1 As System.Windows.Forms.Label
    Public WithEvents _Line18_1 As System.Windows.Forms.Label
    Public WithEvents _Line20_4 As System.Windows.Forms.Label
    Public WithEvents Line21 As System.Windows.Forms.Label
    Public WithEvents Line22 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_0 As System.Windows.Forms.Label
    Public WithEvents _Switch48_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_1 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_3 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_4 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_5 As System.Windows.Forms.Label
    Public WithEvents _Switch48_1 As System.Windows.Forms.Label
    Public WithEvents _Switch48_3 As System.Windows.Forms.Label
    Public WithEvents _Switch48_4 As System.Windows.Forms.Label
    Public WithEvents _Switch48_5 As System.Windows.Forms.Label
    Public WithEvents Line1 As System.Windows.Forms.Label
    Public WithEvents _Line3_0 As System.Windows.Forms.Label
    Public WithEvents _Line20_0 As System.Windows.Forms.Label
    Public WithEvents _Line19_0 As System.Windows.Forms.Label
    Public WithEvents _Line18_0 As System.Windows.Forms.Label
    Public WithEvents _Line17_0 As System.Windows.Forms.Label
    Public WithEvents _Line14_0 As System.Windows.Forms.Label
    Public WithEvents _Line12_0 As System.Windows.Forms.Label
    Public WithEvents _Line11_0 As System.Windows.Forms.Label
    Public WithEvents _Line7_0 As System.Windows.Forms.Label
    Public WithEvents _Line6_0 As System.Windows.Forms.Label
    Public WithEvents _Line5_0 As System.Windows.Forms.Label
    Public WithEvents _Line4_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Switch_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Switch_1 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Switch_2 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Switch_3 As System.Windows.Forms.Label
    Public WithEvents _Switch12_0 As System.Windows.Forms.Label
    Public WithEvents _Switch12_1 As System.Windows.Forms.Label
    Public WithEvents _Switch12_2 As System.Windows.Forms.Label
    Public WithEvents _Switch12_3 As System.Windows.Forms.Label
    Public WithEvents _Switch12_4 As System.Windows.Forms.Label
    Public WithEvents _Line7_1 As System.Windows.Forms.Label
    Public WithEvents _Line14_1 As System.Windows.Forms.Label
    Public WithEvents _Line20_1 As System.Windows.Forms.Label
    Public WithEvents _Switch12_5 As System.Windows.Forms.Label
    Public WithEvents _Line7_2 As System.Windows.Forms.Label
    Public WithEvents _Line14_2 As System.Windows.Forms.Label
    Public WithEvents _Line20_2 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Switch_4 As System.Windows.Forms.Label
    Public WithEvents _IntLoad12Switch_5 As System.Windows.Forms.Label
    Public WithEvents DataCommSubsys As System.Windows.Forms.GroupBox
    Public WithEvents I12 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents I48 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents I5 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Int12ILimit As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents Int48ILimit As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents Int5ILimit As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents IntLoad12 As Microsoft.VisualBasic.Compatibility.VB6.PanelArray
    Public WithEvents IntLoad12Close As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
    Public WithEvents IntLoad12Config As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
    Public WithEvents IntLoad12ILimit As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents IntLoad12Send As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
    Public WithEvents IntLoad12Switch As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents IntLoad12SwitchClose As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
    Public WithEvents IntLoad12SwitchOpen As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
    Public WithEvents IntLoad48 As Microsoft.VisualBasic.Compatibility.VB6.PanelArray
    Public WithEvents IntLoad48Close As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
    Public WithEvents IntLoad48Config As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
    Public WithEvents IntLoad48ILimit As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents IntLoad48Send As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
    Public WithEvents IntLoad48Switch As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents IntLoad48SwitchClose As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
    Public WithEvents IntLoad48SwitchOpen As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
    Public WithEvents IntLoad5 As Microsoft.VisualBasic.Compatibility.VB6.PanelArray
    Public WithEvents IntLoad5Close As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
    Public WithEvents IntLoad5Config As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
    Public WithEvents IntLoad5ILimit As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents IntLoad5Send As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
    Public WithEvents IntLoad5Switch As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents IntLoad5SwitchClose As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
    Public WithEvents IntLoad5SwitchOpen As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
    Public WithEvents LabelIntLoad12 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents LabelIntLoad48 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents LabelIntLoad5 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line10 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line11 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line12 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line14 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line17 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line18 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line19 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line20 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line3 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line4 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line5 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line6 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Line7 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents LoadID12Int As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents LoadID48Int As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents LoadID5Int As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents Load_12IntI As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents Load_48IntI As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents Load_5IntI As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents Switch12 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Switch48 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Switch5 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents vBus 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.
    Friend WithEvents MainMenu2 As System.Windows.Forms.MainMenu
    Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem
    Friend WithEvents mnuIntLoad5 As System.Windows.Forms.MenuItem
    Friend WithEvents mnuIntLoad12 As System.Windows.Forms.MenuItem
    Friend WithEvents mnuIntLoad48 As System.Windows.Forms.MenuItem
    Friend WithEvents mnuAlarm As System.Windows.Forms.MenuItem
    Public WithEvents DateTime As System.Windows.Forms.Label
    Friend WithEvents GotIntLoadDataDisplay As System.Windows.Forms.Label
    Friend WithEvents Label1 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents WetHousePower As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents DryHousePower As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents mnuDisconnect As System.Windows.Forms.MenuItem
    Friend WithEvents mnuDefault As System.Windows.Forms.MenuItem
    Friend WithEvents mnuDisconnect5V As System.Windows.Forms.MenuItem
    Friend WithEvents mnuDisconnect12V As System.Windows.Forms.MenuItem
    Friend WithEvents mnuDisconnect48V As System.Windows.Forms.MenuItem
    Public WithEvents Label5 As System.Windows.Forms.Label
    Public WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label21 As System.Windows.Forms.Label
    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 Label10 As System.Windows.Forms.Label
    Public WithEvents Label11 As System.Windows.Forms.Label
    Public WithEvents Label12 As System.Windows.Forms.Label
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Public WithEvents Label40 As System.Windows.Forms.Label
    Public WithEvents Label39 As System.Windows.Forms.Label
    Public WithEvents Label38 As System.Windows.Forms.Label
    Public WithEvents Label37 As System.Windows.Forms.Label
    Public WithEvents Label36 As System.Windows.Forms.Label
    Public WithEvents Label31 As System.Windows.Forms.Label
    Public WithEvents Label27 As System.Windows.Forms.Label
    Public WithEvents Label28 As System.Windows.Forms.Label
    Public WithEvents Label24 As System.Windows.Forms.Label
    Public WithEvents Label26 As System.Windows.Forms.Label
    Public WithEvents Label16 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.UnassignedChannel = New System.Windows.Forms.GroupBox
        Me.Label12 = New System.Windows.Forms.Label
        Me.Label11 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me._IntLoad48_6 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_6 = New System.Windows.Forms.Label
        Me._Load_48IntI_2 = New System.Windows.Forms.TextBox
        Me._IntLoad48_2 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_2 = New System.Windows.Forms.Label
        Me._IntLoad5_0 = New System.Windows.Forms.Panel
        Me._LabelIntLoad5_0 = New System.Windows.Forms.Label
        Me._Load_5IntI_0 = New System.Windows.Forms.TextBox
        Me._vBus_4 = New System.Windows.Forms.Label
        Me._Line6_1 = New System.Windows.Forms.Label
        Me._Line12_1 = New System.Windows.Forms.Label
        Me._Line19_1 = New System.Windows.Forms.Label
        Me._IntLoad48Switch_2 = New System.Windows.Forms.Label
        Me._Switch48_2 = New System.Windows.Forms.Label
        Me._vBus_3 = New System.Windows.Forms.Label
        Me.Line13 = New System.Windows.Forms.Label
        Me._Line17_2 = New System.Windows.Forms.Label
        Me._Line4_2 = New System.Windows.Forms.Label
        Me._IntLoad5Switch_0 = New System.Windows.Forms.Label
        Me._Switch5_0 = New System.Windows.Forms.Label
        Me._Line18_2 = New System.Windows.Forms.Label
        Me._Line11_2 = New System.Windows.Forms.Label
        Me._Line5_2 = New System.Windows.Forms.Label
        Me._IntLoad5Switch_1 = New System.Windows.Forms.Label
        Me._Switch5_1 = New System.Windows.Forms.Label
        Me._IntLoad5_1 = New System.Windows.Forms.Panel
        Me._LabelIntLoad5_1 = New System.Windows.Forms.Label
        Me._Load_5IntI_1 = New System.Windows.Forms.TextBox
        Me._IntLoad48Switch_6 = New System.Windows.Forms.Label
        Me.Line26 = New System.Windows.Forms.Label
        Me.Line25 = New System.Windows.Forms.Label
        Me.Line24 = New System.Windows.Forms.Label
        Me._Switch48_6 = New System.Windows.Forms.Label
        Me._Load_48IntI_6 = New System.Windows.Forms.TextBox
        Me._IntLoad48Config_2 = New System.Windows.Forms.GroupBox
        Me._LoadID48Int_2 = New System.Windows.Forms.TextBox
        Me._Int48ILimit_2 = New System.Windows.Forms.TextBox
        Me._IntLoad48Close_2 = New System.Windows.Forms.Button
        Me._IntLoad48Send_2 = New System.Windows.Forms.Button
        Me._IntLoad48SwitchClose_2 = New System.Windows.Forms.RadioButton
        Me._IntLoad48SwitchOpen_2 = New System.Windows.Forms.RadioButton
        Me._Label1_8 = New System.Windows.Forms.Label
        Me._I48_2 = New System.Windows.Forms.Label
        Me._IntLoad48ILimit_2 = New System.Windows.Forms.Label
        Me._IntLoad5Config_0 = New System.Windows.Forms.GroupBox
        Me._LoadID5Int_0 = New System.Windows.Forms.TextBox
        Me._Int5ILimit_0 = New System.Windows.Forms.TextBox
        Me._IntLoad5Close_0 = New System.Windows.Forms.Button
        Me._IntLoad5Send_0 = New System.Windows.Forms.Button
        Me._IntLoad5SwitchClose_0 = New System.Windows.Forms.RadioButton
        Me._IntLoad5SwitchOpen_0 = New System.Windows.Forms.RadioButton
        Me._Label1_13 = New System.Windows.Forms.Label
        Me._I5_0 = New System.Windows.Forms.Label
        Me._IntLoad5ILimit_0 = New System.Windows.Forms.Label
        Me._IntLoad5Config_1 = New System.Windows.Forms.GroupBox
        Me._IntLoad5SwitchOpen_1 = New System.Windows.Forms.RadioButton
        Me._IntLoad5SwitchClose_1 = New System.Windows.Forms.RadioButton
        Me._IntLoad5Send_1 = New System.Windows.Forms.Button
        Me._IntLoad5Close_1 = New System.Windows.Forms.Button
        Me._Int5ILimit_1 = New System.Windows.Forms.TextBox
        Me._LoadID5Int_1 = New System.Windows.Forms.TextBox
        Me._IntLoad5ILimit_1 = New System.Windows.Forms.Label
        Me._I5_1 = New System.Windows.Forms.Label
        Me._Label1_12 = New System.Windows.Forms.Label
        Me._IntLoad48Config_6 = New System.Windows.Forms.GroupBox
        Me._IntLoad48SwitchOpen_6 = New System.Windows.Forms.RadioButton
        Me._IntLoad48SwitchClose_6 = New System.Windows.Forms.RadioButton
        Me._IntLoad48Send_6 = New System.Windows.Forms.Button
        Me._IntLoad48Close_6 = New System.Windows.Forms.Button
        Me._Int48ILimit_6 = New System.Windows.Forms.TextBox
        Me._LoadID48Int_6 = New System.Windows.Forms.TextBox
        Me._IntLoad48ILimit_6 = New System.Windows.Forms.Label
        Me._I48_6 = New System.Windows.Forms.Label
        Me._Label1_15 = New System.Windows.Forms.Label
        Me.DataCommSubsys = New System.Windows.Forms.GroupBox
        Me.Label10 = New System.Windows.Forms.Label
        Me.Label9 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.Panel1 = New System.Windows.Forms.Panel
        Me.DryHousePower = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.WetHousePower = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me._Load_12IntI_6 = New System.Windows.Forms.TextBox
        Me._IntLoad12_6 = New System.Windows.Forms.Panel
        Me._LabelIntLoad12_6 = New System.Windows.Forms.Label
        Me._Load_48IntI_0 = New System.Windows.Forms.TextBox
        Me._Load_48IntI_1 = New System.Windows.Forms.TextBox
        Me._Load_48IntI_3 = New System.Windows.Forms.TextBox
        Me._Load_48IntI_4 = New System.Windows.Forms.TextBox
        Me._Load_48IntI_5 = New System.Windows.Forms.TextBox
        Me._IntLoad48_0 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_0 = New System.Windows.Forms.Label
        Me._IntLoad48_1 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_1 = New System.Windows.Forms.Label
        Me._IntLoad48_3 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_3 = New System.Windows.Forms.Label
        Me._IntLoad48_4 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_4 = New System.Windows.Forms.Label
        Me._IntLoad48_5 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_5 = New System.Windows.Forms.Label
        Me._IntLoad12_3 = New System.Windows.Forms.Panel
        Me._LabelIntLoad12_3 = New System.Windows.Forms.Label
        Me._IntLoad12_2 = New System.Windows.Forms.Panel
        Me._LabelIntLoad12_2 = New System.Windows.Forms.Label
        Me._IntLoad12_1 = New System.Windows.Forms.Panel
        Me._LabelIntLoad12_1 = New System.Windows.Forms.Label
        Me._IntLoad12_0 = New System.Windows.Forms.Panel
        Me._LabelIntLoad12_0 = New System.Windows.Forms.Label
        Me._Load_12IntI_3 = New System.Windows.Forms.TextBox
        Me._Load_12IntI_2 = New System.Windows.Forms.TextBox
        Me._Load_12IntI_1 = New System.Windows.Forms.TextBox
        Me._Load_12IntI_0 = New System.Windows.Forms.TextBox
        Me._Load_12IntI_4 = New System.Windows.Forms.TextBox
        Me._IntLoad12_4 = New System.Windows.Forms.Panel
        Me._LabelIntLoad12_4 = New System.Windows.Forms.Label
        Me._Load_12IntI_5 = New System.Windows.Forms.TextBox
        Me._IntLoad12_5 = New System.Windows.Forms.Panel
        Me._LabelIntLoad12_5 = New System.Windows.Forms.Label
        Me._Switch12_6 = New System.Windows.Forms.Label
        Me._Line7_5 = New System.Windows.Forms.Label
        Me._Line14_5 = New System.Windows.Forms.Label
        Me._Line20_5 = New System.Windows.Forms.Label
        Me._IntLoad12Switch_6 = New System.Windows.Forms.Label
        Me._vBus_1 = New System.Windows.Forms.Label
        Me._vBus_0 = New System.Windows.Forms.Label
        Me._Line3_1 = New System.Windows.Forms.Label
        Me._Line4_1 = New System.Windows.Forms.Label
        Me._Line5_1 = New System.Windows.Forms.Label
        Me._Line7_4 = New System.Windows.Forms.Label
        Me.Line8 = New System.Windows.Forms.Label
        Me.Line9 = New System.Windows.Forms.Label
        Me._Line10_0 = New System.Windows.Forms.Label
        Me._Line11_1 = New System.Windows.Forms.Label
        Me._Line14_4 = New System.Windows.Forms.Label
        Me.Line15 = New System.Windows.Forms.Label
        Me.Line16 = New System.Windows.Forms.Label
        Me._Line17_1 = New System.Windows.Forms.Label
        Me._Line18_1 = New System.Windows.Forms.Label
        Me._Line20_4 = New System.Windows.Forms.Label
        Me.Line21 = New System.Windows.Forms.Label
        Me.Line22 = New System.Windows.Forms.Label
        Me._IntLoad48Switch_0 = New System.Windows.Forms.Label
        Me._Switch48_0 = New System.Windows.Forms.Label
        Me._IntLoad48Switch_1 = New System.Windows.Forms.Label
        Me._IntLoad48Switch_3 = New System.Windows.Forms.Label
        Me._IntLoad48Switch_4 = New System.Windows.Forms.Label
        Me._IntLoad48Switch_5 = New System.Windows.Forms.Label
        Me._Switch48_1 = New System.Windows.Forms.Label
        Me._Switch48_3 = New System.Windows.Forms.Label
        Me._Switch48_4 = New System.Windows.Forms.Label
        Me._Switch48_5 = New System.Windows.Forms.Label
        Me.Line1 = New System.Windows.Forms.Label
        Me._Line3_0 = New System.Windows.Forms.Label
        Me._Line20_0 = New System.Windows.Forms.Label
        Me._Line19_0 = New System.Windows.Forms.Label
        Me._Line18_0 = New System.Windows.Forms.Label
        Me._Line17_0 = New System.Windows.Forms.Label
        Me._Line14_0 = New System.Windows.Forms.Label
        Me._Line12_0 = New System.Windows.Forms.Label
        Me._Line11_0 = New System.Windows.Forms.Label
        Me._Line7_0 = New System.Windows.Forms.Label
        Me._Line6_0 = New System.Windows.Forms.Label
        Me._Line5_0 = New System.Windows.Forms.Label
        Me._Line4_0 = New System.Windows.Forms.Label
        Me._IntLoad12Switch_0 = New System.Windows.Forms.Label
        Me._IntLoad12Switch_1 = New System.Windows.Forms.Label
        Me._IntLoad12Switch_2 = New System.Windows.Forms.Label
        Me._IntLoad12Switch_3 = New System.Windows.Forms.Label
        Me._Switch12_0 = New System.Windows.Forms.Label
        Me._Switch12_1 = New System.Windows.Forms.Label
        Me._Switch12_2 = New System.Windows.Forms.Label
        Me._Switch12_3 = New System.Windows.Forms.Label
        Me._Switch12_4 = New System.Windows.Forms.Label
        Me._Line7_1 = New System.Windows.Forms.Label
        Me._Line14_1 = New System.Windows.Forms.Label
        Me._Line20_1 = New System.Windows.Forms.Label
        Me._Switch12_5 = New System.Windows.Forms.Label
        Me._Line7_2 = New System.Windows.Forms.Label
        Me._Line14_2 = New System.Windows.Forms.Label
        Me._Line20_2 = New System.Windows.Forms.Label
        Me._IntLoad12Switch_4 = New System.Windows.Forms.Label
        Me._IntLoad12Switch_5 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me._IntLoad48Config_3 = New System.Windows.Forms.GroupBox
        Me._IntLoad48SwitchOpen_3 = New System.Windows.Forms.RadioButton
        Me._IntLoad48SwitchClose_3 = New System.Windows.Forms.RadioButton
        Me._IntLoad48Send_3 = New System.Windows.Forms.Button
        Me._IntLoad48Close_3 = New System.Windows.Forms.Button
        Me._Int48ILimit_3 = New System.Windows.Forms.TextBox
        Me._LoadID48Int_3 = New System.Windows.Forms.TextBox
        Me._IntLoad48ILimit_3 = New System.Windows.Forms.Label
        Me._I48_3 = New System.Windows.Forms.Label
        Me._Label1_9 = New System.Windows.Forms.Label
        Me._IntLoad48Config_1 = New System.Windows.Forms.GroupBox
        Me._IntLoad48SwitchOpen_1 = New System.Windows.Forms.RadioButton
        Me._IntLoad48SwitchClose_1 = New System.Windows.Forms.RadioButton
        Me._IntLoad48Send_1 = New System.Windows.Forms.Button
        Me._IntLoad48Close_1 = New System.Windows.Forms.Button
        Me._Int48ILimit_1 = New System.Windows.Forms.TextBox
        Me._LoadID48Int_1 = New System.Windows.Forms.TextBox
        Me._IntLoad48ILimit_1 = New System.Windows.Forms.Label
        Me._I48_1 = New System.Windows.Forms.Label
        Me._Label1_7 = New System.Windows.Forms.Label
        Me._IntLoad48Config_0 = New System.Windows.Forms.GroupBox
        Me._LoadID48Int_0 = New System.Windows.Forms.TextBox
        Me._Int48ILimit_0 = New System.Windows.Forms.TextBox
        Me._IntLoad48Close_0 = New System.Windows.Forms.Button
        Me._IntLoad48Send_0 = New System.Windows.Forms.Button
        Me._IntLoad48SwitchClose_0 = New System.Windows.Forms.RadioButton
        Me._IntLoad48SwitchOpen_0 = New System.Windows.Forms.RadioButton
        Me._Label1_1 = New System.Windows.Forms.Label
        Me._I48_0 = New System.Windows.Forms.Label
        Me._IntLoad48ILimit_0 = New System.Windows.Forms.Label
        Me._IntLoad12Config_0 = New System.Windows.Forms.GroupBox
        Me._IntLoad12SwitchOpen_0 = New System.Windows.Forms.RadioButton
        Me._IntLoad12SwitchClose_0 = New System.Windows.Forms.RadioButton
        Me._IntLoad12Send_0 = New System.Windows.Forms.Button
        Me._IntLoad12Close_0 = New System.Windows.Forms.Button
        Me._Int12ILimit_0 = New System.Windows.Forms.TextBox
        Me._LoadID12Int_0 = New System.Windows.Forms.TextBox
        Me._IntLoad12ILimit_0 = New System.Windows.Forms.Label
        Me._I12_0 = New System.Windows.Forms.Label
        Me._Label1_0 = New System.Windows.Forms.Label
        Me._IntLoad12Config_1 = New System.Windows.Forms.GroupBox
        Me._LoadID12Int_1 = New System.Windows.Forms.TextBox
        Me._Int12ILimit_1 = New System.Windows.Forms.TextBox
        Me._IntLoad12Close_1 = New System.Windows.Forms.Button
        Me._IntLoad12Send_1 = New System.Windows.Forms.Button
        Me._IntLoad12SwitchClose_1 = New System.Windows.Forms.RadioButton
        Me._IntLoad12SwitchOpen_1 = New System.Windows.Forms.RadioButton
        Me._Label1_2 = New System.Windows.Forms.Label
        Me._I12_1 = New System.Windows.Forms.Label
        Me._IntLoad12ILimit_1 = New System.Windows.Forms.Label
        Me._IntLoad12Config_2 = New System.Windows.Forms.GroupBox
        Me._LoadID12Int_2 = New System.Windows.Forms.TextBox
        Me._Int12ILimit_2 = New System.Windows.Forms.TextBox
        Me._IntLoad12Close_2 = New System.Windows.Forms.Button
        Me._IntLoad12Send_2 = New System.Windows.Forms.Button
        Me._IntLoad12SwitchClose_2 = New System.Windows.Forms.RadioButton
        Me._IntLoad12SwitchOpen_2 = New System.Windows.Forms.RadioButton
        Me._Label1_3 = New System.Windows.Forms.Label
        Me._I12_2 = New System.Windows.Forms.Label
        Me._IntLoad12ILimit_2 = New System.Windows.Forms.Label
        Me._IntLoad12Config_3 = New System.Windows.Forms.GroupBox
        Me._LoadID12Int_3 = New System.Windows.Forms.TextBox
        Me._Int12ILimit_3 = New System.Windows.Forms.TextBox
        Me._IntLoad12Close_3 = New System.Windows.Forms.Button
        Me._IntLoad12Send_3 = New System.Windows.Forms.Button
        Me._IntLoad12SwitchClose_3 = New System.Windows.Forms.RadioButton
        Me._IntLoad12SwitchOpen_3 = New System.Windows.Forms.RadioButton
        Me._Label1_4 = New System.Windows.Forms.Label
        Me._I12_3 = New System.Windows.Forms.Label
        Me._IntLoad12ILimit_3 = New System.Windows.Forms.Label
        Me._IntLoad12Config_4 = New System.Windows.Forms.GroupBox
        Me._LoadID12Int_4 = New System.Windows.Forms.TextBox
        Me._Int12ILimit_4 = New System.Windows.Forms.TextBox
        Me._IntLoad12Close_4 = New System.Windows.Forms.Button
        Me._IntLoad12Send_4 = New System.Windows.Forms.Button
        Me._IntLoad12SwitchClose_4 = New System.Windows.Forms.RadioButton
        Me._IntLoad12SwitchOpen_4 = New System.Windows.Forms.RadioButton
        Me._Label1_5 = New System.Windows.Forms.Label
        Me._I12_4 = New System.Windows.Forms.Label
        Me._IntLoad12ILimit_4 = New System.Windows.Forms.Label
        Me._IntLoad12Config_5 = New System.Windows.Forms.GroupBox
        Me._LoadID12Int_5 = New System.Windows.Forms.TextBox
        Me._Int12ILimit_5 = New System.Windows.Forms.TextBox
        Me._IntLoad12Close_5 = New System.Windows.Forms.Button
        Me._IntLoad12Send_5 = New System.Windows.Forms.Button
        Me._IntLoad12SwitchClose_5 = New System.Windows.Forms.RadioButton
        Me._IntLoad12SwitchOpen_5 = New System.Windows.Forms.RadioButton
        Me._Label1_6 = New System.Windows.Forms.Label
        Me._I12_5 = New System.Windows.Forms.Label
        Me._IntLoad12ILimit_5 = New System.Windows.Forms.Label
        Me._IntLoad12Config_6 = New System.Windows.Forms.GroupBox
        Me._LoadID12Int_6 = New System.Windows.Forms.TextBox
        Me._Int12ILimit_6 = New System.Windows.Forms.TextBox
        Me._IntLoad12Close_6 = New System.Windows.Forms.Button
        Me._IntLoad12Send_6 = New System.Windows.Forms.Button
        Me._IntLoad12SwitchClose_6 = New System.Windows.Forms.RadioButton
        Me._IntLoad12SwitchOpen_6 = New System.Windows.Forms.RadioButton
        Me._Label1_14 = New System.Windows.Forms.Label
        Me._I12_6 = New System.Windows.Forms.Label
        Me._IntLoad12ILimit_6 = New System.Windows.Forms.Label
        Me._IntLoad48Config_5 = New System.Windows.Forms.GroupBox
        Me._IntLoad48SwitchOpen_5 = New System.Windows.Forms.RadioButton
        Me._IntLoad48SwitchClose_5 = New System.Windows.Forms.RadioButton
        Me._IntLoad48Send_5 = New System.Windows.Forms.Button
        Me._IntLoad48Close_5 = New System.Windows.Forms.Button
        Me._Int48ILimit_5 = New System.Windows.Forms.TextBox
        Me._LoadID48Int_5 = New System.Windows.Forms.TextBox
        Me._IntLoad48ILimit_5 = New System.Windows.Forms.Label
        Me._I48_5 = New System.Windows.Forms.Label
        Me._Label1_11 = New System.Windows.Forms.Label
        Me._IntLoad48Config_4 = New System.Windows.Forms.GroupBox
        Me._IntLoad48SwitchOpen_4 = New System.Windows.Forms.RadioButton
        Me._IntLoad48SwitchClose_4 = New System.Windows.Forms.RadioButton
        Me._IntLoad48Send_4 = New System.Windows.Forms.Button
        Me._IntLoad48Close_4 = New System.Windows.Forms.Button
        Me._Int48ILimit_4 = New System.Windows.Forms.TextBox
        Me._LoadID48Int_4 = New System.Windows.Forms.TextBox
        Me._IntLoad48ILimit_4 = New System.Windows.Forms.Label
        Me._I48_4 = New System.Windows.Forms.Label
        Me._Label1_10 = New System.Windows.Forms.Label
        Me.I12 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.I48 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.I5 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Int12ILimit = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.Int48ILimit = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.Int5ILimit = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.IntLoad12 = New Microsoft.VisualBasic.Compatibility.VB6.PanelArray(Me.components)
        Me.IntLoad12Close = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(Me.components)
        Me.IntLoad12Config = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
        Me.IntLoad12ILimit = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.IntLoad12Send = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(Me.components)
        Me.IntLoad12Switch = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.IntLoad12SwitchClose = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
        Me.IntLoad12SwitchOpen = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
        Me.IntLoad48 = New Microsoft.VisualBasic.Compatibility.VB6.PanelArray(Me.components)
        Me.IntLoad48Close = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(Me.components)
        Me.IntLoad48Config = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
        Me.IntLoad48ILimit = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.IntLoad48Send = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(Me.components)
        Me.IntLoad48Switch = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.IntLoad48SwitchClose = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
        Me.IntLoad48SwitchOpen = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
        Me.IntLoad5 = New Microsoft.VisualBasic.Compatibility.VB6.PanelArray(Me.components)
        Me.IntLoad5Close = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(Me.components)
        Me.IntLoad5Config = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
        Me.IntLoad5ILimit = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.IntLoad5Send = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(Me.components)
        Me.IntLoad5Switch = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.IntLoad5SwitchClose = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
        Me.IntLoad5SwitchOpen = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
        Me.Label1 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.LabelIntLoad12 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.LabelIntLoad48 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.LabelIntLoad5 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line10 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line11 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line12 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line14 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line17 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line18 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line19 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line20 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line3 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line4 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line5 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line6 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Line7 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.LoadID12Int = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.LoadID48Int = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.LoadID5Int = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.Load_12IntI = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.Load_48IntI = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.Load_5IntI = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.Switch12 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Switch48 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Switch5 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.vBus = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.MainMenu2 = New System.Windows.Forms.MainMenu
        Me.MenuItem1 = New System.Windows.Forms.MenuItem
        Me.mnuIntLoad5 = New System.Windows.Forms.MenuItem
        Me.mnuIntLoad12 = New System.Windows.Forms.MenuItem
        Me.mnuIntLoad48 = New System.Windows.Forms.MenuItem
        Me.mnuAlarm = New System.Windows.Forms.MenuItem
        Me.mnuDisconnect = New System.Windows.Forms.MenuItem
        Me.mnuDefault = New System.Windows.Forms.MenuItem
        Me.mnuDisconnect5V = New System.Windows.Forms.MenuItem
        Me.mnuDisconnect12V = New System.Windows.Forms.MenuItem
        Me.mnuDisconnect48V = New System.Windows.Forms.MenuItem
        Me.DateTime = New System.Windows.Forms.Label
        Me.GotIntLoadDataDisplay = New System.Windows.Forms.Label
        Me.Label21 = New System.Windows.Forms.Label
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.Label40 = New System.Windows.Forms.Label
        Me.Label39 = New System.Windows.Forms.Label
        Me.Label38 = New System.Windows.Forms.Label
        Me.Label37 = New System.Windows.Forms.Label
        Me.Label36 = New System.Windows.Forms.Label
        Me.Label31 = New System.Windows.Forms.Label
        Me.Label27 = New System.Windows.Forms.Label
        Me.Label28 = New System.Windows.Forms.Label
        Me.Label24 = New System.Windows.Forms.Label
        Me.Label26 = New System.Windows.Forms.Label
        Me.Label16 = New System.Windows.Forms.Label
        Me.Label15 = New System.Windows.Forms.Label
        Me.UnassignedChannel.SuspendLayout()
        Me._IntLoad48_6.SuspendLayout()
        Me._IntLoad48_2.SuspendLayout()
        Me._IntLoad5_0.SuspendLayout()
        Me._IntLoad5_1.SuspendLayout()
        Me._IntLoad48Config_2.SuspendLayout()
        Me._IntLoad5Config_0.SuspendLayout()
        Me._IntLoad5Config_1.SuspendLayout()
        Me._IntLoad48Config_6.SuspendLayout()
        Me.DataCommSubsys.SuspendLayout()
        Me.Panel1.SuspendLayout()
        Me._IntLoad12_6.SuspendLayout()
        Me._IntLoad48_0.SuspendLayout()
        Me._IntLoad48_1.SuspendLayout()
        Me._IntLoad48_3.SuspendLayout()
        Me._IntLoad48_4.SuspendLayout()
        Me._IntLoad48_5.SuspendLayout()
        Me._IntLoad12_3.SuspendLayout()
        Me._IntLoad12_2.SuspendLayout()
        Me._IntLoad12_1.SuspendLayout()
        Me._IntLoad12_0.SuspendLayout()
        Me._IntLoad12_4.SuspendLayout()
        Me._IntLoad12_5.SuspendLayout()
        Me._IntLoad48Config_3.SuspendLayout()
        Me._IntLoad48Config_1.SuspendLayout()
        Me._IntLoad48Config_0.SuspendLayout()
        Me._IntLoad12Config_0.SuspendLayout()
        Me._IntLoad12Config_1.SuspendLayout()
        Me._IntLoad12Config_2.SuspendLayout()
        Me._IntLoad12Config_3.SuspendLayout()
        Me._IntLoad12Config_4.SuspendLayout()
        Me._IntLoad12Config_5.SuspendLayout()
        Me._IntLoad12Config_6.SuspendLayout()
        Me._IntLoad48Config_5.SuspendLayout()
        Me._IntLoad48Config_4.SuspendLayout()
        CType(Me.I12, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.I48, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.I5, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Int12ILimit, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Int48ILimit, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Int5ILimit, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad12, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad12Close, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad12Config, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad12ILimit, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad12Send, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad12Switch, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad12SwitchClose, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad12SwitchOpen, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad48, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad48Close, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad48Config, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad48ILimit, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad48Send, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad48Switch, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad48SwitchClose, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad48SwitchOpen, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad5, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad5Close, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad5Config, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad5ILimit, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad5Send, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad5Switch, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad5SwitchClose, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad5SwitchOpen, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Label1, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.LabelIntLoad12, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.LabelIntLoad48, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.LabelIntLoad5, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line10, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line11, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line12, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line14, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line17, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line18, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line19, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line20, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line3, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line4, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line5, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line6, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Line7, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.LoadID12Int, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.LoadID48Int, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.LoadID5Int, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Load_12IntI, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Load_48IntI, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Load_5IntI, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Switch12, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Switch48, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Switch5, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.vBus, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.GroupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        'UnassignedChannel
        '
        Me.UnassignedChannel.BackColor = System.Drawing.Color.Black
        Me.UnassignedChannel.Controls.Add(Me.GroupBox1)
        Me.UnassignedChannel.Controls.Add(Me.Label12)
        Me.UnassignedChannel.Controls.Add(Me.Label11)
        Me.UnassignedChannel.Controls.Add(Me.Label6)
        Me.UnassignedChannel.Controls.Add(Me.Label5)
        Me.UnassignedChannel.Controls.Add(Me._IntLoad48_6)
        Me.UnassignedChannel.Controls.Add(Me._Load_48IntI_2)
        Me.UnassignedChannel.Controls.Add(Me._IntLoad48_2)
        Me.UnassignedChannel.Controls.Add(Me._IntLoad5_0)
        Me.UnassignedChannel.Controls.Add(Me._Load_5IntI_0)
        Me.UnassignedChannel.Controls.Add(Me._vBus_4)
        Me.UnassignedChannel.Controls.Add(Me._Line6_1)
        Me.UnassignedChannel.Controls.Add(Me._Line12_1)
        Me.UnassignedChannel.Controls.Add(Me._Line19_1)
        Me.UnassignedChannel.Controls.Add(Me._IntLoad48Switch_2)
        Me.UnassignedChannel.Controls.Add(Me._Switch48_2)
        Me.UnassignedChannel.Controls.Add(Me._vBus_3)
        Me.UnassignedChannel.Controls.Add(Me.Line13)
        Me.UnassignedChannel.Controls.Add(Me._Line17_2)
        Me.UnassignedChannel.Controls.Add(Me._Line4_2)
        Me.UnassignedChannel.Controls.Add(Me._IntLoad5Switch_0)
        Me.UnassignedChannel.Controls.Add(Me._Switch5_0)
        Me.UnassignedChannel.Controls.Add(Me._Line18_2)
        Me.UnassignedChannel.Controls.Add(Me._Line11_2)
        Me.UnassignedChannel.Controls.Add(Me._Line5_2)
        Me.UnassignedChannel.Controls.Add(Me._IntLoad5Switch_1)
        Me.UnassignedChannel.Controls.Add(Me._Switch5_1)
        Me.UnassignedChannel.Controls.Add(Me._IntLoad5_1)
        Me.UnassignedChannel.Controls.Add(Me._Load_5IntI_1)
        Me.UnassignedChannel.Controls.Add(Me._IntLoad48Switch_6)
        Me.UnassignedChannel.Controls.Add(Me.Line26)
        Me.UnassignedChannel.Controls.Add(Me.Line25)
        Me.UnassignedChannel.Controls.Add(Me.Line24)
        Me.UnassignedChannel.Controls.Add(Me._Switch48_6)
        Me.UnassignedChannel.Controls.Add(Me._Load_48IntI_6)
        Me.UnassignedChannel.Controls.Add(Me._IntLoad48Config_2)
        Me.UnassignedChannel.Controls.Add(Me._IntLoad5Config_0)
        Me.UnassignedChannel.Controls.Add(Me._IntLoad5Config_1)
        Me.UnassignedChannel.Controls.Add(Me._IntLoad48Config_6)
        Me.UnassignedChannel.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.UnassignedChannel.ForeColor = System.Drawing.Color.Yellow
        Me.UnassignedChannel.Location = New System.Drawing.Point(8, 640)
        Me.UnassignedChannel.Name = "UnassignedChannel"
        Me.UnassignedChannel.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.UnassignedChannel.Size = New System.Drawing.Size(1256, 312)
        Me.UnassignedChannel.TabIndex = 173
        Me.UnassignedChannel.TabStop = False
        Me.UnassignedChannel.Text = "Not Assigned"
        '
        'Label12
        '
        Me.Label12.BackColor = System.Drawing.SystemColors.Control
        Me.Label12.Location = New System.Drawing.Point(72, 199)
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(3, 24)
        Me.Label12.TabIndex = 234
        '
        'Label11
        '
        Me.Label11.BackColor = System.Drawing.Color.Aqua
        Me.Label11.Location = New System.Drawing.Point(72, 64)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(3, 24)
        Me.Label11.TabIndex = 233
        '
        'Label6
        '
        Me.Label6.BackColor = System.Drawing.SystemColors.Control
        Me.Label6.Location = New System.Drawing.Point(104, 223)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(3, 56)
        Me.Label6.TabIndex = 232
        '
        'Label5
        '
        Me.Label5.BackColor = System.Drawing.Color.Aqua
        Me.Label5.Location = New System.Drawing.Point(104, 88)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(3, 56)
        Me.Label5.TabIndex = 231
        '
        '_IntLoad48_6
        '
        Me._IntLoad48_6.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(192, Byte), CType(128, Byte))
        Me._IntLoad48_6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad48_6.Controls.Add(Me._LabelIntLoad48_6)
        Me._IntLoad48_6.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad48_6.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48.SetIndex(Me._IntLoad48_6, CType(6, Short))
        Me._IntLoad48_6.Location = New System.Drawing.Point(400, 261)
        Me._IntLoad48_6.Name = "_IntLoad48_6"
        Me._IntLoad48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_6.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad48_6.TabIndex = 191
        Me._IntLoad48_6.Text = "Load 6"
        '
        '_LabelIntLoad48_6
        '
        Me._LabelIntLoad48_6.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(224, Byte), CType(192, Byte))
        Me._LabelIntLoad48_6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad48_6.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad48_6.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad48_6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad48_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad48.SetIndex(Me._LabelIntLoad48_6, CType(6, Short))
        Me._LabelIntLoad48_6.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad48_6.Name = "_LabelIntLoad48_6"
        Me._LabelIntLoad48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad48_6.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad48_6.TabIndex = 192
        Me._LabelIntLoad48_6.Text = "Load 16"
        Me._LabelIntLoad48_6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_Load_48IntI_2
        '
        Me._Load_48IntI_2.AcceptsReturn = True
        Me._Load_48IntI_2.AutoSize = False
        Me._Load_48IntI_2.BackColor = System.Drawing.Color.Black
        Me._Load_48IntI_2.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_48IntI_2.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_48IntI_2.ForeColor = System.Drawing.SystemColors.Control
        Me.Load_48IntI.SetIndex(Me._Load_48IntI_2, CType(2, Short))
        Me._Load_48IntI_2.Location = New System.Drawing.Point(144, 212)
        Me._Load_48IntI_2.MaxLength = 0
        Me._Load_48IntI_2.Name = "_Load_48IntI_2"
        Me._Load_48IntI_2.ReadOnly = True
        Me._Load_48IntI_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_48IntI_2.Size = New System.Drawing.Size(73, 24)
        Me._Load_48IntI_2.TabIndex = 219
        Me._Load_48IntI_2.TabStop = False
        Me._Load_48IntI_2.Text = "N/A"
        Me._Load_48IntI_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad48_2
        '
        Me._IntLoad48_2.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(128, Byte), CType(0, Byte))
        Me._IntLoad48_2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad48_2.Controls.Add(Me._LabelIntLoad48_2)
        Me._IntLoad48_2.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad48_2.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48.SetIndex(Me._IntLoad48_2, CType(2, Short))
        Me._IntLoad48_2.Location = New System.Drawing.Point(400, 205)
        Me._IntLoad48_2.Name = "_IntLoad48_2"
        Me._IntLoad48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_2.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad48_2.TabIndex = 217
        Me._IntLoad48_2.Text = "Load 3"
        '
        '_LabelIntLoad48_2
        '
        Me._LabelIntLoad48_2.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(192, Byte), CType(128, Byte))
        Me._LabelIntLoad48_2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad48_2.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad48_2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad48_2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad48_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad48.SetIndex(Me._LabelIntLoad48_2, CType(2, Short))
        Me._LabelIntLoad48_2.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad48_2.Name = "_LabelIntLoad48_2"
        Me._LabelIntLoad48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad48_2.Size = New System.Drawing.Size(209, 24)
        Me._LabelIntLoad48_2.TabIndex = 218
        Me._LabelIntLoad48_2.Text = "Load 12"
        Me._LabelIntLoad48_2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_IntLoad5_0
        '
        Me._IntLoad5_0.BackColor = System.Drawing.Color.IndianRed
        Me._IntLoad5_0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad5_0.Controls.Add(Me._LabelIntLoad5_0)
        Me._IntLoad5_0.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad5_0.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5.SetIndex(Me._IntLoad5_0, CType(0, Short))
        Me._IntLoad5_0.Location = New System.Drawing.Point(400, 70)
        Me._IntLoad5_0.Name = "_IntLoad5_0"
        Me._IntLoad5_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5_0.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad5_0.TabIndex = 175
        Me._IntLoad5_0.Text = "Load 11"
        '
        '_LabelIntLoad5_0
        '
        Me._LabelIntLoad5_0.BackColor = System.Drawing.Color.RosyBrown
        Me._LabelIntLoad5_0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad5_0.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad5_0.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad5_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad5_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad5.SetIndex(Me._LabelIntLoad5_0, CType(0, Short))
        Me._LabelIntLoad5_0.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad5_0.Name = "_LabelIntLoad5_0"
        Me._LabelIntLoad5_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad5_0.Size = New System.Drawing.Size(209, 24)
        Me._LabelIntLoad5_0.TabIndex = 176
        Me._LabelIntLoad5_0.Text = "Load 1"
        Me._LabelIntLoad5_0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_Load_5IntI_0
        '
        Me._Load_5IntI_0.AcceptsReturn = True
        Me._Load_5IntI_0.AutoSize = False
        Me._Load_5IntI_0.BackColor = System.Drawing.Color.Black
        Me._Load_5IntI_0.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_5IntI_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_5IntI_0.ForeColor = System.Drawing.Color.Aqua
        Me.Load_5IntI.SetIndex(Me._Load_5IntI_0, CType(0, Short))
        Me._Load_5IntI_0.Location = New System.Drawing.Point(144, 77)
        Me._Load_5IntI_0.MaxLength = 0
        Me._Load_5IntI_0.Name = "_Load_5IntI_0"
        Me._Load_5IntI_0.ReadOnly = True
        Me._Load_5IntI_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_5IntI_0.Size = New System.Drawing.Size(73, 24)
        Me._Load_5IntI_0.TabIndex = 174
        Me._Load_5IntI_0.TabStop = False
        Me._Load_5IntI_0.Text = "N/A"
        Me._Load_5IntI_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_vBus_4
        '
        Me._vBus_4.BackColor = System.Drawing.Color.Black
        Me._vBus_4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._vBus_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._vBus_4.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._vBus_4.ForeColor = System.Drawing.SystemColors.Control
        Me.vBus.SetIndex(Me._vBus_4, CType(4, Short))
        Me._vBus_4.Location = New System.Drawing.Point(26, 174)
        Me._vBus_4.Name = "_vBus_4"
        Me._vBus_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._vBus_4.Size = New System.Drawing.Size(96, 25)
        Me._vBus_4.TabIndex = 221
        Me._vBus_4.Text = "48 V"
        Me._vBus_4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_Line6_1
        '
        Me._Line6_1.BackColor = System.Drawing.SystemColors.Control
        Me.Line6.SetIndex(Me._Line6_1, CType(1, Short))
        Me._Line6_1.Location = New System.Drawing.Point(216, 223)
        Me._Line6_1.Name = "_Line6_1"
        Me._Line6_1.Size = New System.Drawing.Size(80, 3)
        Me._Line6_1.TabIndex = 223
        '
        '_Line12_1
        '
        Me._Line12_1.BackColor = System.Drawing.SystemColors.Control
        Me.Line12.SetIndex(Me._Line12_1, CType(1, Short))
        Me._Line12_1.Location = New System.Drawing.Point(24, 223)
        Me._Line12_1.Name = "_Line12_1"
        Me._Line12_1.Size = New System.Drawing.Size(120, 3)
        Me._Line12_1.TabIndex = 224
        '
        '_Line19_1
        '
        Me._Line19_1.BackColor = System.Drawing.SystemColors.Control
        Me.Line19.SetIndex(Me._Line19_1, CType(1, Short))
        Me._Line19_1.Location = New System.Drawing.Point(312, 223)
        Me._Line19_1.Name = "_Line19_1"
        Me._Line19_1.Size = New System.Drawing.Size(88, 3)
        Me._Line19_1.TabIndex = 225
        '
        '_IntLoad48Switch_2
        '
        Me._IntLoad48Switch_2.BackColor = System.Drawing.Color.Black
        Me._IntLoad48Switch_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Switch_2.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Switch_2.ForeColor = System.Drawing.SystemColors.Control
        Me.IntLoad48Switch.SetIndex(Me._IntLoad48Switch_2, CType(2, Short))
        Me._IntLoad48Switch_2.Location = New System.Drawing.Point(216, 183)
        Me._IntLoad48Switch_2.Name = "_IntLoad48Switch_2"
        Me._IntLoad48Switch_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_2.Size = New System.Drawing.Size(192, 24)
        Me._IntLoad48Switch_2.TabIndex = 220
        Me._IntLoad48Switch_2.Text = "Load 12  48V Switch"
        '
        '_Switch48_2
        '
        Me._Switch48_2.BackColor = System.Drawing.Color.LightGray
        Me._Switch48_2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch48_2.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch48.SetIndex(Me._Switch48_2, CType(2, Short))
        Me._Switch48_2.Location = New System.Drawing.Point(296, 215)
        Me._Switch48_2.Name = "_Switch48_2"
        Me._Switch48_2.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_2.TabIndex = 226
        '
        '_vBus_3
        '
        Me._vBus_3.BackColor = System.Drawing.Color.Transparent
        Me._vBus_3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._vBus_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._vBus_3.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._vBus_3.ForeColor = System.Drawing.Color.Aqua
        Me.vBus.SetIndex(Me._vBus_3, CType(3, Short))
        Me._vBus_3.Location = New System.Drawing.Point(26, 39)
        Me._vBus_3.Name = "_vBus_3"
        Me._vBus_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._vBus_3.Size = New System.Drawing.Size(96, 25)
        Me._vBus_3.TabIndex = 178
        Me._vBus_3.Text = "5 V"
        Me._vBus_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Line13
        '
        Me.Line13.BackColor = System.Drawing.Color.Aqua
        Me.Line13.Location = New System.Drawing.Point(24, 88)
        Me.Line13.Name = "Line13"
        Me.Line13.Size = New System.Drawing.Size(120, 3)
        Me.Line13.TabIndex = 227
        '
        '_Line17_2
        '
        Me._Line17_2.BackColor = System.Drawing.Color.Aqua
        Me.Line17.SetIndex(Me._Line17_2, CType(2, Short))
        Me._Line17_2.Location = New System.Drawing.Point(312, 88)
        Me._Line17_2.Name = "_Line17_2"
        Me._Line17_2.Size = New System.Drawing.Size(88, 3)
        Me._Line17_2.TabIndex = 228
        '
        '_Line4_2
        '
        Me._Line4_2.BackColor = System.Drawing.Color.Aqua
        Me.Line4.SetIndex(Me._Line4_2, CType(2, Short))
        Me._Line4_2.Location = New System.Drawing.Point(216, 88)
        Me._Line4_2.Name = "_Line4_2"
        Me._Line4_2.Size = New System.Drawing.Size(80, 3)
        Me._Line4_2.TabIndex = 229
        '
        '_IntLoad5Switch_0
        '
        Me._IntLoad5Switch_0.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad5Switch_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad5Switch_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5Switch_0.ForeColor = System.Drawing.Color.Aqua
        Me.IntLoad5Switch.SetIndex(Me._IntLoad5Switch_0, CType(0, Short))
        Me._IntLoad5Switch_0.Location = New System.Drawing.Point(224, 48)
        Me._IntLoad5Switch_0.Name = "_IntLoad5Switch_0"
        Me._IntLoad5Switch_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5Switch_0.Size = New System.Drawing.Size(184, 24)
        Me._IntLoad5Switch_0.TabIndex = 177
        Me._IntLoad5Switch_0.Text = "Load 1  5V Switch"
        '
        '_Switch5_0
        '
        Me._Switch5_0.BackColor = System.Drawing.Color.LightGray
        Me._Switch5_0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch5_0.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch5.SetIndex(Me._Switch5_0, CType(0, Short))
        Me._Switch5_0.Location = New System.Drawing.Point(296, 80)
        Me._Switch5_0.Name = "_Switch5_0"
        Me._Switch5_0.Size = New System.Drawing.Size(17, 17)
        Me._Switch5_0.TabIndex = 230
        '
        '_Line18_2
        '
        Me._Line18_2.BackColor = System.Drawing.Color.Aqua
        Me.Line18.SetIndex(Me._Line18_2, CType(2, Short))
        Me._Line18_2.Location = New System.Drawing.Point(312, 144)
        Me._Line18_2.Name = "_Line18_2"
        Me._Line18_2.Size = New System.Drawing.Size(88, 3)
        Me._Line18_2.TabIndex = 164
        '
        '_Line11_2
        '
        Me._Line11_2.BackColor = System.Drawing.Color.Aqua
        Me.Line11.SetIndex(Me._Line11_2, CType(2, Short))
        Me._Line11_2.Location = New System.Drawing.Point(104, 144)
        Me._Line11_2.Name = "_Line11_2"
        Me._Line11_2.Size = New System.Drawing.Size(40, 3)
        Me._Line11_2.TabIndex = 165
        '
        '_Line5_2
        '
        Me._Line5_2.BackColor = System.Drawing.Color.Aqua
        Me.Line5.SetIndex(Me._Line5_2, CType(2, Short))
        Me._Line5_2.Location = New System.Drawing.Point(216, 144)
        Me._Line5_2.Name = "_Line5_2"
        Me._Line5_2.Size = New System.Drawing.Size(80, 3)
        Me._Line5_2.TabIndex = 166
        '
        '_IntLoad5Switch_1
        '
        Me._IntLoad5Switch_1.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad5Switch_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad5Switch_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5Switch_1.ForeColor = System.Drawing.Color.Aqua
        Me.IntLoad5Switch.SetIndex(Me._IntLoad5Switch_1, CType(1, Short))
        Me._IntLoad5Switch_1.Location = New System.Drawing.Point(224, 112)
        Me._IntLoad5Switch_1.Name = "_IntLoad5Switch_1"
        Me._IntLoad5Switch_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5Switch_1.Size = New System.Drawing.Size(168, 24)
        Me._IntLoad5Switch_1.TabIndex = 161
        Me._IntLoad5Switch_1.Text = "Load 2  5V Switch"
        '
        '_Switch5_1
        '
        Me._Switch5_1.BackColor = System.Drawing.Color.LightGray
        Me._Switch5_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch5_1.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch5.SetIndex(Me._Switch5_1, CType(1, Short))
        Me._Switch5_1.Location = New System.Drawing.Point(296, 136)
        Me._Switch5_1.Name = "_Switch5_1"
        Me._Switch5_1.Size = New System.Drawing.Size(17, 17)
        Me._Switch5_1.TabIndex = 167
        '
        '_IntLoad5_1
        '
        Me._IntLoad5_1.BackColor = System.Drawing.Color.FromArgb(CType(128, Byte), CType(255, Byte), CType(128, Byte))
        Me._IntLoad5_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad5_1.Controls.Add(Me._LabelIntLoad5_1)
        Me._IntLoad5_1.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad5_1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5.SetIndex(Me._IntLoad5_1, CType(1, Short))
        Me._IntLoad5_1.Location = New System.Drawing.Point(400, 126)
        Me._IntLoad5_1.Name = "_IntLoad5_1"
        Me._IntLoad5_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5_1.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad5_1.TabIndex = 159
        Me._IntLoad5_1.Text = "Load 12"
        '
        '_LabelIntLoad5_1
        '
        Me._LabelIntLoad5_1.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(255, Byte), CType(192, Byte))
        Me._LabelIntLoad5_1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad5_1.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad5_1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad5_1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad5_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad5.SetIndex(Me._LabelIntLoad5_1, CType(1, Short))
        Me._LabelIntLoad5_1.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad5_1.Name = "_LabelIntLoad5_1"
        Me._LabelIntLoad5_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad5_1.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad5_1.TabIndex = 160
        Me._LabelIntLoad5_1.Text = "Load 2"
        Me._LabelIntLoad5_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_Load_5IntI_1
        '
        Me._Load_5IntI_1.AcceptsReturn = True
        Me._Load_5IntI_1.AutoSize = False
        Me._Load_5IntI_1.BackColor = System.Drawing.Color.Black
        Me._Load_5IntI_1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_5IntI_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_5IntI_1.ForeColor = System.Drawing.Color.Aqua
        Me.Load_5IntI.SetIndex(Me._Load_5IntI_1, CType(1, Short))
        Me._Load_5IntI_1.Location = New System.Drawing.Point(144, 133)
        Me._Load_5IntI_1.MaxLength = 0
        Me._Load_5IntI_1.Name = "_Load_5IntI_1"
        Me._Load_5IntI_1.ReadOnly = True
        Me._Load_5IntI_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_5IntI_1.Size = New System.Drawing.Size(73, 24)
        Me._Load_5IntI_1.TabIndex = 158
        Me._Load_5IntI_1.TabStop = False
        Me._Load_5IntI_1.Text = "N/A"
        Me._Load_5IntI_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad48Switch_6
        '
        Me._IntLoad48Switch_6.BackColor = System.Drawing.Color.Black
        Me._IntLoad48Switch_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Switch_6.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Switch_6.ForeColor = System.Drawing.SystemColors.Control
        Me.IntLoad48Switch.SetIndex(Me._IntLoad48Switch_6, CType(6, Short))
        Me._IntLoad48Switch_6.Location = New System.Drawing.Point(216, 247)
        Me._IntLoad48Switch_6.Name = "_IntLoad48Switch_6"
        Me._IntLoad48Switch_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_6.Size = New System.Drawing.Size(192, 20)
        Me._IntLoad48Switch_6.TabIndex = 190
        Me._IntLoad48Switch_6.Text = "Load 16  48V Switch"
        '
        'Line26
        '
        Me.Line26.BackColor = System.Drawing.SystemColors.Control
        Me.Line26.Location = New System.Drawing.Point(312, 279)
        Me.Line26.Name = "Line26"
        Me.Line26.Size = New System.Drawing.Size(88, 3)
        Me.Line26.TabIndex = 220
        '
        'Line25
        '
        Me.Line25.BackColor = System.Drawing.SystemColors.Control
        Me.Line25.Location = New System.Drawing.Point(216, 279)
        Me.Line25.Name = "Line25"
        Me.Line25.Size = New System.Drawing.Size(80, 3)
        Me.Line25.TabIndex = 221
        '
        'Line24
        '
        Me.Line24.BackColor = System.Drawing.SystemColors.Control
        Me.Line24.Location = New System.Drawing.Point(104, 279)
        Me.Line24.Name = "Line24"
        Me.Line24.Size = New System.Drawing.Size(40, 3)
        Me.Line24.TabIndex = 222
        '
        '_Switch48_6
        '
        Me._Switch48_6.BackColor = System.Drawing.Color.LightGray
        Me._Switch48_6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch48_6.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch48.SetIndex(Me._Switch48_6, CType(6, Short))
        Me._Switch48_6.Location = New System.Drawing.Point(296, 271)
        Me._Switch48_6.Name = "_Switch48_6"
        Me._Switch48_6.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_6.TabIndex = 223
        '
        '_Load_48IntI_6
        '
        Me._Load_48IntI_6.AcceptsReturn = True
        Me._Load_48IntI_6.AutoSize = False
        Me._Load_48IntI_6.BackColor = System.Drawing.Color.Black
        Me._Load_48IntI_6.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_48IntI_6.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_48IntI_6.ForeColor = System.Drawing.SystemColors.Control
        Me.Load_48IntI.SetIndex(Me._Load_48IntI_6, CType(6, Short))
        Me._Load_48IntI_6.Location = New System.Drawing.Point(144, 268)
        Me._Load_48IntI_6.MaxLength = 0
        Me._Load_48IntI_6.Name = "_Load_48IntI_6"
        Me._Load_48IntI_6.ReadOnly = True
        Me._Load_48IntI_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_48IntI_6.Size = New System.Drawing.Size(73, 24)
        Me._Load_48IntI_6.TabIndex = 189
        Me._Load_48IntI_6.TabStop = False
        Me._Load_48IntI_6.Text = "N/A"
        Me._Load_48IntI_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad48Config_2
        '
        Me._IntLoad48Config_2.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(192, Byte), CType(128, Byte))
        Me._IntLoad48Config_2.Controls.Add(Me._LoadID48Int_2)
        Me._IntLoad48Config_2.Controls.Add(Me._Int48ILimit_2)
        Me._IntLoad48Config_2.Controls.Add(Me._IntLoad48Close_2)
        Me._IntLoad48Config_2.Controls.Add(Me._IntLoad48Send_2)
        Me._IntLoad48Config_2.Controls.Add(Me._IntLoad48SwitchClose_2)
        Me._IntLoad48Config_2.Controls.Add(Me._IntLoad48SwitchOpen_2)
        Me._IntLoad48Config_2.Controls.Add(Me._Label1_8)
        Me._IntLoad48Config_2.Controls.Add(Me._I48_2)
        Me._IntLoad48Config_2.Controls.Add(Me._IntLoad48ILimit_2)
        Me._IntLoad48Config_2.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Config_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Config.SetIndex(Me._IntLoad48Config_2, CType(2, Short))
        Me._IntLoad48Config_2.Location = New System.Drawing.Point(720, 32)
        Me._IntLoad48Config_2.Name = "_IntLoad48Config_2"
        Me._IntLoad48Config_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_2.Size = New System.Drawing.Size(505, 160)
        Me._IntLoad48Config_2.TabIndex = 222
        Me._IntLoad48Config_2.TabStop = False
        Me._IntLoad48Config_2.Text = "Internal Load 12 Configuration"
        Me._IntLoad48Config_2.Visible = False
        '
        '_LoadID48Int_2
        '
        Me._LoadID48Int_2.AcceptsReturn = True
        Me._LoadID48Int_2.AutoSize = False
        Me._LoadID48Int_2.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID48Int_2.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID48Int_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID48Int_2.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID48Int.SetIndex(Me._LoadID48Int_2, CType(2, Short))
        Me._LoadID48Int_2.Location = New System.Drawing.Point(232, 24)
        Me._LoadID48Int_2.MaxLength = 0
        Me._LoadID48Int_2.Name = "_LoadID48Int_2"
        Me._LoadID48Int_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID48Int_2.Size = New System.Drawing.Size(209, 28)
        Me._LoadID48Int_2.TabIndex = 228
        Me._LoadID48Int_2.Text = "Text1"
        Me._LoadID48Int_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Int48ILimit_2
        '
        Me._Int48ILimit_2.AcceptsReturn = True
        Me._Int48ILimit_2.AutoSize = False
        Me._Int48ILimit_2.BackColor = System.Drawing.SystemColors.Window
        Me._Int48ILimit_2.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int48ILimit_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int48ILimit_2.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int48ILimit.SetIndex(Me._Int48ILimit_2, CType(2, Short))
        Me._Int48ILimit_2.Location = New System.Drawing.Point(232, 56)
        Me._Int48ILimit_2.MaxLength = 0
        Me._Int48ILimit_2.Name = "_Int48ILimit_2"
        Me._Int48ILimit_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int48ILimit_2.Size = New System.Drawing.Size(89, 28)
        Me._Int48ILimit_2.TabIndex = 229
        Me._Int48ILimit_2.Text = ""
        Me._Int48ILimit_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad48Close_2
        '
        Me._IntLoad48Close_2.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Close_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Close_2.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Close_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Close.SetIndex(Me._IntLoad48Close_2, CType(2, Short))
        Me._IntLoad48Close_2.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad48Close_2.Name = "_IntLoad48Close_2"
        Me._IntLoad48Close_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Close_2.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Close_2.TabIndex = 233
        Me._IntLoad48Close_2.Text = "Cancel"
        '
        '_IntLoad48Send_2
        '
        Me._IntLoad48Send_2.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Send_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Send_2.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Send_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Send.SetIndex(Me._IntLoad48Send_2, CType(2, Short))
        Me._IntLoad48Send_2.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad48Send_2.Name = "_IntLoad48Send_2"
        Me._IntLoad48Send_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Send_2.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Send_2.TabIndex = 232
        Me._IntLoad48Send_2.Text = "Send"
        '
        '_IntLoad48SwitchClose_2
        '
        Me._IntLoad48SwitchClose_2.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchClose_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchClose_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchClose_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchClose.SetIndex(Me._IntLoad48SwitchClose_2, CType(2, Short))
        Me._IntLoad48SwitchClose_2.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad48SwitchClose_2.Name = "_IntLoad48SwitchClose_2"
        Me._IntLoad48SwitchClose_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_2.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad48SwitchClose_2.TabIndex = 231
        Me._IntLoad48SwitchClose_2.TabStop = True
        Me._IntLoad48SwitchClose_2.Text = "Switch Close"
        '
        '_IntLoad48SwitchOpen_2
        '
        Me._IntLoad48SwitchOpen_2.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchOpen_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchOpen_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchOpen_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchOpen.SetIndex(Me._IntLoad48SwitchOpen_2, CType(2, Short))
        Me._IntLoad48SwitchOpen_2.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad48SwitchOpen_2.Name = "_IntLoad48SwitchOpen_2"
        Me._IntLoad48SwitchOpen_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_2.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad48SwitchOpen_2.TabIndex = 230
        Me._IntLoad48SwitchOpen_2.TabStop = True
        Me._IntLoad48SwitchOpen_2.Text = "Switch Open"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_8.Name = "_Label1_8"
        Me._Label1_8.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_8.Size = New System.Drawing.Size(161, 17)
        Me._Label1_8.TabIndex = 231
        Me._Label1_8.Text = "Load ID/Description"
        '
        '_I48_2
        '
        Me._I48_2.BackColor = System.Drawing.Color.Transparent
        Me._I48_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._I48_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I48_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I48.SetIndex(Me._I48_2, CType(2, Short))
        Me._I48_2.Location = New System.Drawing.Point(328, 64)
        Me._I48_2.Name = "_I48_2"
        Me._I48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I48_2.Size = New System.Drawing.Size(25, 25)
        Me._I48_2.TabIndex = 230
        Me._I48_2.Text = "A"
        '
        '_IntLoad48ILimit_2
        '
        Me._IntLoad48ILimit_2.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48ILimit_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48ILimit_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48ILimit_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48ILimit.SetIndex(Me._IntLoad48ILimit_2, CType(2, Short))
        Me._IntLoad48ILimit_2.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad48ILimit_2.Name = "_IntLoad48ILimit_2"
        Me._IntLoad48ILimit_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_2.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad48ILimit_2.TabIndex = 229
        Me._IntLoad48ILimit_2.Text = "Current Limit"
        '
        '_IntLoad5Config_0
        '
        Me._IntLoad5Config_0.BackColor = System.Drawing.Color.RosyBrown
        Me._IntLoad5Config_0.Controls.Add(Me._LoadID5Int_0)
        Me._IntLoad5Config_0.Controls.Add(Me._Int5ILimit_0)
        Me._IntLoad5Config_0.Controls.Add(Me._IntLoad5Close_0)
        Me._IntLoad5Config_0.Controls.Add(Me._IntLoad5Send_0)
        Me._IntLoad5Config_0.Controls.Add(Me._IntLoad5SwitchClose_0)
        Me._IntLoad5Config_0.Controls.Add(Me._IntLoad5SwitchOpen_0)
        Me._IntLoad5Config_0.Controls.Add(Me._Label1_13)
        Me._IntLoad5Config_0.Controls.Add(Me._I5_0)
        Me._IntLoad5Config_0.Controls.Add(Me._IntLoad5ILimit_0)
        Me._IntLoad5Config_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5Config_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5Config.SetIndex(Me._IntLoad5Config_0, CType(0, Short))
        Me._IntLoad5Config_0.Location = New System.Drawing.Point(720, 32)
        Me._IntLoad5Config_0.Name = "_IntLoad5Config_0"
        Me._IntLoad5Config_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5Config_0.Size = New System.Drawing.Size(505, 160)
        Me._IntLoad5Config_0.TabIndex = 179
        Me._IntLoad5Config_0.TabStop = False
        Me._IntLoad5Config_0.Text = "Internal Load 1 Configuration"
        Me._IntLoad5Config_0.Visible = False
        '
        '_LoadID5Int_0
        '
        Me._LoadID5Int_0.AcceptsReturn = True
        Me._LoadID5Int_0.AutoSize = False
        Me._LoadID5Int_0.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID5Int_0.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID5Int_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID5Int_0.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID5Int.SetIndex(Me._LoadID5Int_0, CType(0, Short))
        Me._LoadID5Int_0.Location = New System.Drawing.Point(232, 24)
        Me._LoadID5Int_0.MaxLength = 0
        Me._LoadID5Int_0.Name = "_LoadID5Int_0"
        Me._LoadID5Int_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID5Int_0.Size = New System.Drawing.Size(209, 28)
        Me._LoadID5Int_0.TabIndex = 185
        Me._LoadID5Int_0.Text = "Text1"
        Me._LoadID5Int_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Int5ILimit_0
        '
        Me._Int5ILimit_0.AcceptsReturn = True
        Me._Int5ILimit_0.AutoSize = False
        Me._Int5ILimit_0.BackColor = System.Drawing.SystemColors.Window
        Me._Int5ILimit_0.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int5ILimit_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int5ILimit_0.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int5ILimit.SetIndex(Me._Int5ILimit_0, CType(0, Short))
        Me._Int5ILimit_0.Location = New System.Drawing.Point(232, 56)
        Me._Int5ILimit_0.MaxLength = 0
        Me._Int5ILimit_0.Name = "_Int5ILimit_0"
        Me._Int5ILimit_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int5ILimit_0.Size = New System.Drawing.Size(89, 28)
        Me._Int5ILimit_0.TabIndex = 186
        Me._Int5ILimit_0.Text = ""
        Me._Int5ILimit_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad5Close_0
        '
        Me._IntLoad5Close_0.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad5Close_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad5Close_0.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5Close_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5Close.SetIndex(Me._IntLoad5Close_0, CType(0, Short))
        Me._IntLoad5Close_0.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad5Close_0.Name = "_IntLoad5Close_0"
        Me._IntLoad5Close_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5Close_0.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad5Close_0.TabIndex = 190
        Me._IntLoad5Close_0.Text = "Cancel"
        '
        '_IntLoad5Send_0
        '
        Me._IntLoad5Send_0.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad5Send_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad5Send_0.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5Send_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5Send.SetIndex(Me._IntLoad5Send_0, CType(0, Short))
        Me._IntLoad5Send_0.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad5Send_0.Name = "_IntLoad5Send_0"
        Me._IntLoad5Send_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5Send_0.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad5Send_0.TabIndex = 189
        Me._IntLoad5Send_0.Text = "Send"
        '
        '_IntLoad5SwitchClose_0
        '
        Me._IntLoad5SwitchClose_0.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad5SwitchClose_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad5SwitchClose_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5SwitchClose_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5SwitchClose.SetIndex(Me._IntLoad5SwitchClose_0, CType(0, Short))
        Me._IntLoad5SwitchClose_0.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad5SwitchClose_0.Name = "_IntLoad5SwitchClose_0"
        Me._IntLoad5SwitchClose_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5SwitchClose_0.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad5SwitchClose_0.TabIndex = 188
        Me._IntLoad5SwitchClose_0.TabStop = True
        Me._IntLoad5SwitchClose_0.Text = "Switch Close"
        '
        '_IntLoad5SwitchOpen_0
        '
        Me._IntLoad5SwitchOpen_0.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad5SwitchOpen_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad5SwitchOpen_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5SwitchOpen_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5SwitchOpen.SetIndex(Me._IntLoad5SwitchOpen_0, CType(0, Short))
        Me._IntLoad5SwitchOpen_0.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad5SwitchOpen_0.Name = "_IntLoad5SwitchOpen_0"
        Me._IntLoad5SwitchOpen_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5SwitchOpen_0.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad5SwitchOpen_0.TabIndex = 187
        Me._IntLoad5SwitchOpen_0.TabStop = True
        Me._IntLoad5SwitchOpen_0.Text = "Switch Open"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_13.Name = "_Label1_13"
        Me._Label1_13.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_13.Size = New System.Drawing.Size(161, 17)
        Me._Label1_13.TabIndex = 188
        Me._Label1_13.Text = "Load ID/Description"
        '
        '_I5_0
        '
        Me._I5_0.BackColor = System.Drawing.Color.Transparent
        Me._I5_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._I5_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I5_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I5.SetIndex(Me._I5_0, CType(0, Short))
        Me._I5_0.Location = New System.Drawing.Point(328, 64)
        Me._I5_0.Name = "_I5_0"
        Me._I5_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I5_0.Size = New System.Drawing.Size(25, 25)
        Me._I5_0.TabIndex = 187
        Me._I5_0.Text = "A"
        '
        '_IntLoad5ILimit_0
        '
        Me._IntLoad5ILimit_0.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad5ILimit_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad5ILimit_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5ILimit_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5ILimit.SetIndex(Me._IntLoad5ILimit_0, CType(0, Short))
        Me._IntLoad5ILimit_0.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad5ILimit_0.Name = "_IntLoad5ILimit_0"
        Me._IntLoad5ILimit_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5ILimit_0.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad5ILimit_0.TabIndex = 186
        Me._IntLoad5ILimit_0.Text = "Current Limit"
        '
        '_IntLoad5Config_1
        '
        Me._IntLoad5Config_1.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(255, Byte), CType(192, Byte))
        Me._IntLoad5Config_1.Controls.Add(Me._IntLoad5SwitchOpen_1)
        Me._IntLoad5Config_1.Controls.Add(Me._IntLoad5SwitchClose_1)
        Me._IntLoad5Config_1.Controls.Add(Me._IntLoad5Send_1)
        Me._IntLoad5Config_1.Controls.Add(Me._IntLoad5Close_1)
        Me._IntLoad5Config_1.Controls.Add(Me._Int5ILimit_1)
        Me._IntLoad5Config_1.Controls.Add(Me._LoadID5Int_1)
        Me._IntLoad5Config_1.Controls.Add(Me._IntLoad5ILimit_1)
        Me._IntLoad5Config_1.Controls.Add(Me._I5_1)
        Me._IntLoad5Config_1.Controls.Add(Me._Label1_12)
        Me._IntLoad5Config_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5Config_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5Config.SetIndex(Me._IntLoad5Config_1, CType(1, Short))
        Me._IntLoad5Config_1.Location = New System.Drawing.Point(720, 32)
        Me._IntLoad5Config_1.Name = "_IntLoad5Config_1"
        Me._IntLoad5Config_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5Config_1.Size = New System.Drawing.Size(505, 160)
        Me._IntLoad5Config_1.TabIndex = 163
        Me._IntLoad5Config_1.TabStop = False
        Me._IntLoad5Config_1.Text = "Internal Load 2 Configuration"
        Me._IntLoad5Config_1.Visible = False
        '
        '_IntLoad5SwitchOpen_1
        '
        Me._IntLoad5SwitchOpen_1.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad5SwitchOpen_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad5SwitchOpen_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5SwitchOpen_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5SwitchOpen.SetIndex(Me._IntLoad5SwitchOpen_1, CType(1, Short))
        Me._IntLoad5SwitchOpen_1.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad5SwitchOpen_1.Name = "_IntLoad5SwitchOpen_1"
        Me._IntLoad5SwitchOpen_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5SwitchOpen_1.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad5SwitchOpen_1.TabIndex = 166
        Me._IntLoad5SwitchOpen_1.TabStop = True
        Me._IntLoad5SwitchOpen_1.Text = "Switch Open"
        '
        '_IntLoad5SwitchClose_1
        '
        Me._IntLoad5SwitchClose_1.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad5SwitchClose_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad5SwitchClose_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5SwitchClose_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5SwitchClose.SetIndex(Me._IntLoad5SwitchClose_1, CType(1, Short))
        Me._IntLoad5SwitchClose_1.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad5SwitchClose_1.Name = "_IntLoad5SwitchClose_1"
        Me._IntLoad5SwitchClose_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5SwitchClose_1.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad5SwitchClose_1.TabIndex = 167
        Me._IntLoad5SwitchClose_1.TabStop = True
        Me._IntLoad5SwitchClose_1.Text = "Switch Close"
        '
        '_IntLoad5Send_1
        '
        Me._IntLoad5Send_1.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad5Send_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad5Send_1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5Send_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5Send.SetIndex(Me._IntLoad5Send_1, CType(1, Short))
        Me._IntLoad5Send_1.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad5Send_1.Name = "_IntLoad5Send_1"
        Me._IntLoad5Send_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5Send_1.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad5Send_1.TabIndex = 168
        Me._IntLoad5Send_1.Text = "Send"
        '
        '_IntLoad5Close_1
        '
        Me._IntLoad5Close_1.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad5Close_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad5Close_1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5Close_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5Close.SetIndex(Me._IntLoad5Close_1, CType(1, Short))
        Me._IntLoad5Close_1.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad5Close_1.Name = "_IntLoad5Close_1"
        Me._IntLoad5Close_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5Close_1.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad5Close_1.TabIndex = 169
        Me._IntLoad5Close_1.Text = "Cancel"
        '
        '_Int5ILimit_1
        '
        Me._Int5ILimit_1.AcceptsReturn = True
        Me._Int5ILimit_1.AutoSize = False
        Me._Int5ILimit_1.BackColor = System.Drawing.SystemColors.Window
        Me._Int5ILimit_1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int5ILimit_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int5ILimit_1.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int5ILimit.SetIndex(Me._Int5ILimit_1, CType(1, Short))
        Me._Int5ILimit_1.Location = New System.Drawing.Point(232, 56)
        Me._Int5ILimit_1.MaxLength = 0
        Me._Int5ILimit_1.Name = "_Int5ILimit_1"
        Me._Int5ILimit_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int5ILimit_1.Size = New System.Drawing.Size(89, 28)
        Me._Int5ILimit_1.TabIndex = 165
        Me._Int5ILimit_1.Text = ""
        Me._Int5ILimit_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LoadID5Int_1
        '
        Me._LoadID5Int_1.AcceptsReturn = True
        Me._LoadID5Int_1.AutoSize = False
        Me._LoadID5Int_1.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID5Int_1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID5Int_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID5Int_1.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID5Int.SetIndex(Me._LoadID5Int_1, CType(1, Short))
        Me._LoadID5Int_1.Location = New System.Drawing.Point(232, 24)
        Me._LoadID5Int_1.MaxLength = 0
        Me._LoadID5Int_1.Name = "_LoadID5Int_1"
        Me._LoadID5Int_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID5Int_1.Size = New System.Drawing.Size(209, 28)
        Me._LoadID5Int_1.TabIndex = 164
        Me._LoadID5Int_1.Text = "Text1"
        Me._LoadID5Int_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad5ILimit_1
        '
        Me._IntLoad5ILimit_1.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad5ILimit_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad5ILimit_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad5ILimit_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad5ILimit.SetIndex(Me._IntLoad5ILimit_1, CType(1, Short))
        Me._IntLoad5ILimit_1.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad5ILimit_1.Name = "_IntLoad5ILimit_1"
        Me._IntLoad5ILimit_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad5ILimit_1.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad5ILimit_1.TabIndex = 172
        Me._IntLoad5ILimit_1.Text = "Current Limit"
        '
        '_I5_1
        '
        Me._I5_1.BackColor = System.Drawing.Color.Transparent
        Me._I5_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._I5_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I5_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I5.SetIndex(Me._I5_1, CType(1, Short))
        Me._I5_1.Location = New System.Drawing.Point(328, 64)
        Me._I5_1.Name = "_I5_1"
        Me._I5_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I5_1.Size = New System.Drawing.Size(25, 25)
        Me._I5_1.TabIndex = 171
        Me._I5_1.Text = "A"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_12.Name = "_Label1_12"
        Me._Label1_12.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_12.Size = New System.Drawing.Size(161, 17)
        Me._Label1_12.TabIndex = 170
        Me._Label1_12.Text = "Load ID/Description"
        '
        '_IntLoad48Config_6
        '
        Me._IntLoad48Config_6.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(224, Byte), CType(192, Byte))
        Me._IntLoad48Config_6.Controls.Add(Me._IntLoad48SwitchOpen_6)
        Me._IntLoad48Config_6.Controls.Add(Me._IntLoad48SwitchClose_6)
        Me._IntLoad48Config_6.Controls.Add(Me._IntLoad48Send_6)
        Me._IntLoad48Config_6.Controls.Add(Me._IntLoad48Close_6)
        Me._IntLoad48Config_6.Controls.Add(Me._Int48ILimit_6)
        Me._IntLoad48Config_6.Controls.Add(Me._LoadID48Int_6)
        Me._IntLoad48Config_6.Controls.Add(Me._IntLoad48ILimit_6)
        Me._IntLoad48Config_6.Controls.Add(Me._I48_6)
        Me._IntLoad48Config_6.Controls.Add(Me._Label1_15)
        Me._IntLoad48Config_6.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Config_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Config.SetIndex(Me._IntLoad48Config_6, CType(6, Short))
        Me._IntLoad48Config_6.Location = New System.Drawing.Point(720, 32)
        Me._IntLoad48Config_6.Name = "_IntLoad48Config_6"
        Me._IntLoad48Config_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_6.Size = New System.Drawing.Size(505, 160)
        Me._IntLoad48Config_6.TabIndex = 193
        Me._IntLoad48Config_6.TabStop = False
        Me._IntLoad48Config_6.Text = "Internal Load 16 Configuration"
        Me._IntLoad48Config_6.Visible = False
        '
        '_IntLoad48SwitchOpen_6
        '
        Me._IntLoad48SwitchOpen_6.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchOpen_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchOpen_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchOpen_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchOpen.SetIndex(Me._IntLoad48SwitchOpen_6, CType(6, Short))
        Me._IntLoad48SwitchOpen_6.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad48SwitchOpen_6.Name = "_IntLoad48SwitchOpen_6"
        Me._IntLoad48SwitchOpen_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_6.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad48SwitchOpen_6.TabIndex = 196
        Me._IntLoad48SwitchOpen_6.TabStop = True
        Me._IntLoad48SwitchOpen_6.Text = "Switch Open"
        '
        '_IntLoad48SwitchClose_6
        '
        Me._IntLoad48SwitchClose_6.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchClose_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchClose_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchClose_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchClose.SetIndex(Me._IntLoad48SwitchClose_6, CType(6, Short))
        Me._IntLoad48SwitchClose_6.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad48SwitchClose_6.Name = "_IntLoad48SwitchClose_6"
        Me._IntLoad48SwitchClose_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_6.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad48SwitchClose_6.TabIndex = 197
        Me._IntLoad48SwitchClose_6.TabStop = True
        Me._IntLoad48SwitchClose_6.Text = "Switch Close"
        '
        '_IntLoad48Send_6
        '
        Me._IntLoad48Send_6.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Send_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Send_6.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Send_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Send.SetIndex(Me._IntLoad48Send_6, CType(6, Short))
        Me._IntLoad48Send_6.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad48Send_6.Name = "_IntLoad48Send_6"
        Me._IntLoad48Send_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Send_6.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Send_6.TabIndex = 198
        Me._IntLoad48Send_6.Text = "Send"
        '
        '_IntLoad48Close_6
        '
        Me._IntLoad48Close_6.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Close_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Close_6.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Close_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Close.SetIndex(Me._IntLoad48Close_6, CType(6, Short))
        Me._IntLoad48Close_6.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad48Close_6.Name = "_IntLoad48Close_6"
        Me._IntLoad48Close_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Close_6.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Close_6.TabIndex = 199
        Me._IntLoad48Close_6.Text = "Cancel"
        '
        '_Int48ILimit_6
        '
        Me._Int48ILimit_6.AcceptsReturn = True
        Me._Int48ILimit_6.AutoSize = False
        Me._Int48ILimit_6.BackColor = System.Drawing.SystemColors.Window
        Me._Int48ILimit_6.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int48ILimit_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int48ILimit_6.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int48ILimit.SetIndex(Me._Int48ILimit_6, CType(6, Short))
        Me._Int48ILimit_6.Location = New System.Drawing.Point(232, 56)
        Me._Int48ILimit_6.MaxLength = 0
        Me._Int48ILimit_6.Name = "_Int48ILimit_6"
        Me._Int48ILimit_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int48ILimit_6.Size = New System.Drawing.Size(89, 28)
        Me._Int48ILimit_6.TabIndex = 195
        Me._Int48ILimit_6.Text = ""
        Me._Int48ILimit_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LoadID48Int_6
        '
        Me._LoadID48Int_6.AcceptsReturn = True
        Me._LoadID48Int_6.AutoSize = False
        Me._LoadID48Int_6.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID48Int_6.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID48Int_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID48Int_6.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID48Int.SetIndex(Me._LoadID48Int_6, CType(6, Short))
        Me._LoadID48Int_6.Location = New System.Drawing.Point(232, 24)
        Me._LoadID48Int_6.MaxLength = 0
        Me._LoadID48Int_6.Name = "_LoadID48Int_6"
        Me._LoadID48Int_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID48Int_6.Size = New System.Drawing.Size(209, 28)
        Me._LoadID48Int_6.TabIndex = 194
        Me._LoadID48Int_6.Text = "Text1"
        Me._LoadID48Int_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad48ILimit_6
        '
        Me._IntLoad48ILimit_6.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48ILimit_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48ILimit_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48ILimit_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48ILimit.SetIndex(Me._IntLoad48ILimit_6, CType(6, Short))
        Me._IntLoad48ILimit_6.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad48ILimit_6.Name = "_IntLoad48ILimit_6"
        Me._IntLoad48ILimit_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_6.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad48ILimit_6.TabIndex = 202
        Me._IntLoad48ILimit_6.Text = "Current Limit"
        '
        '_I48_6
        '
        Me._I48_6.BackColor = System.Drawing.Color.Transparent
        Me._I48_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._I48_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I48_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I48.SetIndex(Me._I48_6, CType(6, Short))
        Me._I48_6.Location = New System.Drawing.Point(328, 64)
        Me._I48_6.Name = "_I48_6"
        Me._I48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I48_6.Size = New System.Drawing.Size(25, 25)
        Me._I48_6.TabIndex = 201
        Me._I48_6.Text = "A"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_15.Name = "_Label1_15"
        Me._Label1_15.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_15.Size = New System.Drawing.Size(161, 17)
        Me._Label1_15.TabIndex = 200
        Me._Label1_15.Text = "Load ID/Description"
        '
        'DataCommSubsys
        '
        Me.DataCommSubsys.BackColor = System.Drawing.Color.Black
        Me.DataCommSubsys.Controls.Add(Me.Label10)
        Me.DataCommSubsys.Controls.Add(Me.Label9)
        Me.DataCommSubsys.Controls.Add(Me.Label8)
        Me.DataCommSubsys.Controls.Add(Me.Label7)
        Me.DataCommSubsys.Controls.Add(Me.Panel1)
        Me.DataCommSubsys.Controls.Add(Me._Load_12IntI_6)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12_6)
        Me.DataCommSubsys.Controls.Add(Me._Load_48IntI_0)
        Me.DataCommSubsys.Controls.Add(Me._Load_48IntI_1)
        Me.DataCommSubsys.Controls.Add(Me._Load_48IntI_3)
        Me.DataCommSubsys.Controls.Add(Me._Load_48IntI_4)
        Me.DataCommSubsys.Controls.Add(Me._Load_48IntI_5)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48_0)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48_1)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48_3)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48_4)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48_5)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12_3)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12_2)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12_1)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12_0)
        Me.DataCommSubsys.Controls.Add(Me._Load_12IntI_3)
        Me.DataCommSubsys.Controls.Add(Me._Load_12IntI_2)
        Me.DataCommSubsys.Controls.Add(Me._Load_12IntI_1)
        Me.DataCommSubsys.Controls.Add(Me._Load_12IntI_0)
        Me.DataCommSubsys.Controls.Add(Me._Load_12IntI_4)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12_4)
        Me.DataCommSubsys.Controls.Add(Me._Load_12IntI_5)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12_5)
        Me.DataCommSubsys.Controls.Add(Me._Switch12_6)
        Me.DataCommSubsys.Controls.Add(Me._Line7_5)
        Me.DataCommSubsys.Controls.Add(Me._Line14_5)
        Me.DataCommSubsys.Controls.Add(Me._Line20_5)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Switch_6)
        Me.DataCommSubsys.Controls.Add(Me._vBus_1)
        Me.DataCommSubsys.Controls.Add(Me._vBus_0)
        Me.DataCommSubsys.Controls.Add(Me._Line3_1)
        Me.DataCommSubsys.Controls.Add(Me._Line4_1)
        Me.DataCommSubsys.Controls.Add(Me._Line5_1)
        Me.DataCommSubsys.Controls.Add(Me._Line7_4)
        Me.DataCommSubsys.Controls.Add(Me.Line8)
        Me.DataCommSubsys.Controls.Add(Me.Line9)
        Me.DataCommSubsys.Controls.Add(Me._Line10_0)
        Me.DataCommSubsys.Controls.Add(Me._Line11_1)
        Me.DataCommSubsys.Controls.Add(Me._Line14_4)
        Me.DataCommSubsys.Controls.Add(Me.Line15)
        Me.DataCommSubsys.Controls.Add(Me.Line16)
        Me.DataCommSubsys.Controls.Add(Me._Line17_1)
        Me.DataCommSubsys.Controls.Add(Me._Line18_1)
        Me.DataCommSubsys.Controls.Add(Me._Line20_4)
        Me.DataCommSubsys.Controls.Add(Me.Line21)
        Me.DataCommSubsys.Controls.Add(Me.Line22)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48Switch_0)
        Me.DataCommSubsys.Controls.Add(Me._Switch48_0)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48Switch_1)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48Switch_3)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48Switch_4)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48Switch_5)
        Me.DataCommSubsys.Controls.Add(Me._Switch48_1)
        Me.DataCommSubsys.Controls.Add(Me._Switch48_3)
        Me.DataCommSubsys.Controls.Add(Me._Switch48_4)
        Me.DataCommSubsys.Controls.Add(Me._Switch48_5)
        Me.DataCommSubsys.Controls.Add(Me.Line1)
        Me.DataCommSubsys.Controls.Add(Me._Line3_0)
        Me.DataCommSubsys.Controls.Add(Me._Line20_0)
        Me.DataCommSubsys.Controls.Add(Me._Line19_0)
        Me.DataCommSubsys.Controls.Add(Me._Line18_0)
        Me.DataCommSubsys.Controls.Add(Me._Line17_0)
        Me.DataCommSubsys.Controls.Add(Me._Line14_0)
        Me.DataCommSubsys.Controls.Add(Me._Line12_0)
        Me.DataCommSubsys.Controls.Add(Me._Line11_0)
        Me.DataCommSubsys.Controls.Add(Me._Line7_0)
        Me.DataCommSubsys.Controls.Add(Me._Line6_0)
        Me.DataCommSubsys.Controls.Add(Me._Line5_0)
        Me.DataCommSubsys.Controls.Add(Me._Line4_0)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Switch_0)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Switch_1)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Switch_2)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Switch_3)
        Me.DataCommSubsys.Controls.Add(Me._Switch12_0)
        Me.DataCommSubsys.Controls.Add(Me._Switch12_1)
        Me.DataCommSubsys.Controls.Add(Me._Switch12_2)
        Me.DataCommSubsys.Controls.Add(Me._Switch12_3)
        Me.DataCommSubsys.Controls.Add(Me._Switch12_4)
        Me.DataCommSubsys.Controls.Add(Me._Line7_1)
        Me.DataCommSubsys.Controls.Add(Me._Line14_1)
        Me.DataCommSubsys.Controls.Add(Me._Line20_1)
        Me.DataCommSubsys.Controls.Add(Me._Switch12_5)
        Me.DataCommSubsys.Controls.Add(Me._Line7_2)
        Me.DataCommSubsys.Controls.Add(Me._Line14_2)
        Me.DataCommSubsys.Controls.Add(Me._Line20_2)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Switch_4)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Switch_5)
        Me.DataCommSubsys.Controls.Add(Me.Label2)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48Config_3)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48Config_1)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48Config_0)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Config_0)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Config_1)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Config_2)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Config_3)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Config_4)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Config_5)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad12Config_6)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48Config_5)
        Me.DataCommSubsys.Controls.Add(Me._IntLoad48Config_4)
        Me.DataCommSubsys.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.DataCommSubsys.ForeColor = System.Drawing.Color.White
        Me.DataCommSubsys.Location = New System.Drawing.Point(8, 64)
        Me.DataCommSubsys.Name = "DataCommSubsys"
        Me.DataCommSubsys.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.DataCommSubsys.Size = New System.Drawing.Size(1256, 568)
        Me.DataCommSubsys.TabIndex = 0
        Me.DataCommSubsys.TabStop = False
        Me.DataCommSubsys.Text = "Data Communication Subsystem"
        '
        'Label10
        '
        Me.Label10.BackColor = System.Drawing.Color.Red
        Me.Label10.Location = New System.Drawing.Point(64, 152)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(3, 16)
        Me.Label10.TabIndex = 608
        '
        'Label9
        '
        Me.Label9.BackColor = System.Drawing.SystemColors.Control
        Me.Label9.Location = New System.Drawing.Point(680, 152)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(3, 16)
        Me.Label9.TabIndex = 607
        '
        'Label8
        '
        Me.Label8.BackColor = System.Drawing.SystemColors.Control
        Me.Label8.Location = New System.Drawing.Point(632, 168)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(88, 3)
        Me.Label8.TabIndex = 606
        '
        'Label7
        '
        Me.Label7.BackColor = System.Drawing.Color.Red
        Me.Label7.Location = New System.Drawing.Point(24, 168)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(88, 3)
        Me.Label7.TabIndex = 605
        '
        'Panel1
        '
        Me.Panel1.BackColor = System.Drawing.Color.Black
        Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.Panel1.Controls.Add(Me.DryHousePower)
        Me.Panel1.Controls.Add(Me.Label4)
        Me.Panel1.Controls.Add(Me.WetHousePower)
        Me.Panel1.Controls.Add(Me.Label3)
        Me.Panel1.Location = New System.Drawing.Point(400, 32)
        Me.Panel1.Name = "Panel1"
        Me.Panel1.Size = New System.Drawing.Size(472, 80)
        Me.Panel1.TabIndex = 603
        '
        'DryHousePower
        '
        Me.DryHousePower.AutoSize = True
        Me.DryHousePower.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.DryHousePower.ForeColor = System.Drawing.Color.Yellow
        Me.DryHousePower.Location = New System.Drawing.Point(336, 40)
        Me.DryHousePower.Name = "DryHousePower"
        Me.DryHousePower.Size = New System.Drawing.Size(72, 28)
        Me.DryHousePower.TabIndex = 41
        Me.DryHousePower.Text = "Power"
        Me.DryHousePower.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label4.ForeColor = System.Drawing.Color.Yellow
        Me.Label4.Location = New System.Drawing.Point(56, 40)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(272, 28)
        Me.Label4.TabIndex = 40
        Me.Label4.Text = "Dry Housing Total Power:"
        Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'WetHousePower
        '
        Me.WetHousePower.AutoSize = True
        Me.WetHousePower.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.WetHousePower.ForeColor = System.Drawing.Color.Yellow
        Me.WetHousePower.Location = New System.Drawing.Point(336, 8)
        Me.WetHousePower.Name = "WetHousePower"
        Me.WetHousePower.Size = New System.Drawing.Size(72, 28)
        Me.WetHousePower.TabIndex = 39
        Me.WetHousePower.Text = "Power"
        Me.WetHousePower.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label3.ForeColor = System.Drawing.Color.Yellow
        Me.Label3.Location = New System.Drawing.Point(56, 8)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(275, 28)
        Me.Label3.TabIndex = 35
        Me.Label3.Text = "Wet Housing Total Power:"
        Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_Load_12IntI_6
        '
        Me._Load_12IntI_6.AcceptsReturn = True
        Me._Load_12IntI_6.AutoSize = False
        Me._Load_12IntI_6.BackColor = System.Drawing.Color.Black
        Me._Load_12IntI_6.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_12IntI_6.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_12IntI_6.ForeColor = System.Drawing.Color.Red
        Me.Load_12IntI.SetIndex(Me._Load_12IntI_6, CType(6, Short))
        Me._Load_12IntI_6.Location = New System.Drawing.Point(144, 448)
        Me._Load_12IntI_6.MaxLength = 0
        Me._Load_12IntI_6.Name = "_Load_12IntI_6"
        Me._Load_12IntI_6.ReadOnly = True
        Me._Load_12IntI_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_12IntI_6.Size = New System.Drawing.Size(73, 24)
        Me._Load_12IntI_6.TabIndex = 215
        Me._Load_12IntI_6.TabStop = False
        Me._Load_12IntI_6.Text = "N/A"
        Me._Load_12IntI_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad12_6
        '
        Me._IntLoad12_6.BackColor = System.Drawing.Color.FromArgb(CType(128, Byte), CType(255, Byte), CType(255, Byte))
        Me._IntLoad12_6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad12_6.Controls.Add(Me._LabelIntLoad12_6)
        Me._IntLoad12_6.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad12_6.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12.SetIndex(Me._IntLoad12_6, CType(6, Short))
        Me._IntLoad12_6.Location = New System.Drawing.Point(392, 440)
        Me._IntLoad12_6.Name = "_IntLoad12_6"
        Me._IntLoad12_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12_6.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad12_6.TabIndex = 213
        Me._IntLoad12_6.Text = "Load 10"
        '
        '_LabelIntLoad12_6
        '
        Me._LabelIntLoad12_6.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(255, Byte), CType(255, Byte))
        Me._LabelIntLoad12_6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad12_6.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad12_6.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad12_6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad12_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad12.SetIndex(Me._LabelIntLoad12_6, CType(6, Short))
        Me._LabelIntLoad12_6.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad12_6.Name = "_LabelIntLoad12_6"
        Me._LabelIntLoad12_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad12_6.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad12_6.TabIndex = 214
        Me._LabelIntLoad12_6.Text = "Load 9"
        Me._LabelIntLoad12_6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_Load_48IntI_0
        '
        Me._Load_48IntI_0.AcceptsReturn = True
        Me._Load_48IntI_0.AutoSize = False
        Me._Load_48IntI_0.BackColor = System.Drawing.Color.Black
        Me._Load_48IntI_0.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_48IntI_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_48IntI_0.ForeColor = System.Drawing.SystemColors.Control
        Me.Load_48IntI.SetIndex(Me._Load_48IntI_0, CType(0, Short))
        Me._Load_48IntI_0.Location = New System.Drawing.Point(752, 159)
        Me._Load_48IntI_0.MaxLength = 0
        Me._Load_48IntI_0.Name = "_Load_48IntI_0"
        Me._Load_48IntI_0.ReadOnly = True
        Me._Load_48IntI_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_48IntI_0.Size = New System.Drawing.Size(73, 24)
        Me._Load_48IntI_0.TabIndex = 39
        Me._Load_48IntI_0.TabStop = False
        Me._Load_48IntI_0.Text = "N/A"
        Me._Load_48IntI_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Load_48IntI_1
        '
        Me._Load_48IntI_1.AcceptsReturn = True
        Me._Load_48IntI_1.AutoSize = False
        Me._Load_48IntI_1.BackColor = System.Drawing.Color.Black
        Me._Load_48IntI_1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_48IntI_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_48IntI_1.ForeColor = System.Drawing.SystemColors.Control
        Me.Load_48IntI.SetIndex(Me._Load_48IntI_1, CType(1, Short))
        Me._Load_48IntI_1.Location = New System.Drawing.Point(752, 207)
        Me._Load_48IntI_1.MaxLength = 0
        Me._Load_48IntI_1.Name = "_Load_48IntI_1"
        Me._Load_48IntI_1.ReadOnly = True
        Me._Load_48IntI_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_48IntI_1.Size = New System.Drawing.Size(73, 24)
        Me._Load_48IntI_1.TabIndex = 38
        Me._Load_48IntI_1.TabStop = False
        Me._Load_48IntI_1.Text = "N/A"
        Me._Load_48IntI_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Load_48IntI_3
        '
        Me._Load_48IntI_3.AcceptsReturn = True
        Me._Load_48IntI_3.AutoSize = False
        Me._Load_48IntI_3.BackColor = System.Drawing.Color.Black
        Me._Load_48IntI_3.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_48IntI_3.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_48IntI_3.ForeColor = System.Drawing.SystemColors.Control
        Me.Load_48IntI.SetIndex(Me._Load_48IntI_3, CType(3, Short))
        Me._Load_48IntI_3.Location = New System.Drawing.Point(752, 255)
        Me._Load_48IntI_3.MaxLength = 0
        Me._Load_48IntI_3.Name = "_Load_48IntI_3"
        Me._Load_48IntI_3.ReadOnly = True
        Me._Load_48IntI_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_48IntI_3.Size = New System.Drawing.Size(73, 24)
        Me._Load_48IntI_3.TabIndex = 37
        Me._Load_48IntI_3.TabStop = False
        Me._Load_48IntI_3.Text = "N/A"
        Me._Load_48IntI_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Load_48IntI_4
        '
        Me._Load_48IntI_4.AcceptsReturn = True
        Me._Load_48IntI_4.AutoSize = False
        Me._Load_48IntI_4.BackColor = System.Drawing.Color.Black
        Me._Load_48IntI_4.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_48IntI_4.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_48IntI_4.ForeColor = System.Drawing.SystemColors.Control
        Me.Load_48IntI.SetIndex(Me._Load_48IntI_4, CType(4, Short))
        Me._Load_48IntI_4.Location = New System.Drawing.Point(752, 303)
        Me._Load_48IntI_4.MaxLength = 0
        Me._Load_48IntI_4.Name = "_Load_48IntI_4"
        Me._Load_48IntI_4.ReadOnly = True
        Me._Load_48IntI_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_48IntI_4.Size = New System.Drawing.Size(73, 24)
        Me._Load_48IntI_4.TabIndex = 36
        Me._Load_48IntI_4.TabStop = False
        Me._Load_48IntI_4.Text = "N/A"
        Me._Load_48IntI_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Load_48IntI_5
        '
        Me._Load_48IntI_5.AcceptsReturn = True
        Me._Load_48IntI_5.AutoSize = False
        Me._Load_48IntI_5.BackColor = System.Drawing.Color.Black
        Me._Load_48IntI_5.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_48IntI_5.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_48IntI_5.ForeColor = System.Drawing.SystemColors.Control
        Me.Load_48IntI.SetIndex(Me._Load_48IntI_5, CType(5, Short))
        Me._Load_48IntI_5.Location = New System.Drawing.Point(752, 351)
        Me._Load_48IntI_5.MaxLength = 0
        Me._Load_48IntI_5.Name = "_Load_48IntI_5"
        Me._Load_48IntI_5.ReadOnly = True
        Me._Load_48IntI_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_48IntI_5.Size = New System.Drawing.Size(73, 24)
        Me._Load_48IntI_5.TabIndex = 35
        Me._Load_48IntI_5.TabStop = False
        Me._Load_48IntI_5.Text = "N/A"
        Me._Load_48IntI_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad48_0
        '
        Me._IntLoad48_0.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(255, Byte), CType(128, Byte))
        Me._IntLoad48_0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad48_0.Controls.Add(Me._LabelIntLoad48_0)
        Me._IntLoad48_0.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad48_0.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48.SetIndex(Me._IntLoad48_0, CType(0, Short))
        Me._IntLoad48_0.Location = New System.Drawing.Point(1024, 152)
        Me._IntLoad48_0.Name = "_IntLoad48_0"
        Me._IntLoad48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_0.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad48_0.TabIndex = 33
        Me._IntLoad48_0.Text = "Load 1"
        '
        '_LabelIntLoad48_0
        '
        Me._LabelIntLoad48_0.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(255, Byte), CType(192, Byte))
        Me._LabelIntLoad48_0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad48_0.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad48_0.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad48_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad48_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad48.SetIndex(Me._LabelIntLoad48_0, CType(0, Short))
        Me._LabelIntLoad48_0.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad48_0.Name = "_LabelIntLoad48_0"
        Me._LabelIntLoad48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad48_0.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad48_0.TabIndex = 34
        Me._LabelIntLoad48_0.Text = "Load 10"
        Me._LabelIntLoad48_0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_IntLoad48_1
        '
        Me._IntLoad48_1.BackColor = System.Drawing.Color.FromArgb(CType(128, Byte), CType(128, Byte), CType(255, Byte))
        Me._IntLoad48_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad48_1.Controls.Add(Me._LabelIntLoad48_1)
        Me._IntLoad48_1.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad48_1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48.SetIndex(Me._IntLoad48_1, CType(1, Short))
        Me._IntLoad48_1.Location = New System.Drawing.Point(1024, 200)
        Me._IntLoad48_1.Name = "_IntLoad48_1"
        Me._IntLoad48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_1.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad48_1.TabIndex = 31
        Me._IntLoad48_1.Text = "Load 2"
        '
        '_LabelIntLoad48_1
        '
        Me._LabelIntLoad48_1.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(255, Byte))
        Me._LabelIntLoad48_1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad48_1.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad48_1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad48_1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad48_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad48.SetIndex(Me._LabelIntLoad48_1, CType(1, Short))
        Me._LabelIntLoad48_1.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad48_1.Name = "_LabelIntLoad48_1"
        Me._LabelIntLoad48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad48_1.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad48_1.TabIndex = 32
        Me._LabelIntLoad48_1.Text = "Load 11"
        Me._LabelIntLoad48_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_IntLoad48_3
        '
        Me._IntLoad48_3.BackColor = System.Drawing.Color.FromArgb(CType(224, Byte), CType(224, Byte), CType(224, Byte))
        Me._IntLoad48_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad48_3.Controls.Add(Me._LabelIntLoad48_3)
        Me._IntLoad48_3.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad48_3.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48.SetIndex(Me._IntLoad48_3, CType(3, Short))
        Me._IntLoad48_3.Location = New System.Drawing.Point(1024, 248)
        Me._IntLoad48_3.Name = "_IntLoad48_3"
        Me._IntLoad48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_3.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad48_3.TabIndex = 29
        Me._IntLoad48_3.Text = "Load 4"
        '
        '_LabelIntLoad48_3
        '
        Me._LabelIntLoad48_3.BackColor = System.Drawing.Color.White
        Me._LabelIntLoad48_3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad48_3.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad48_3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad48_3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad48_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad48.SetIndex(Me._LabelIntLoad48_3, CType(3, Short))
        Me._LabelIntLoad48_3.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad48_3.Name = "_LabelIntLoad48_3"
        Me._LabelIntLoad48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad48_3.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad48_3.TabIndex = 30
        Me._LabelIntLoad48_3.Text = "Load 13"
        Me._LabelIntLoad48_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_IntLoad48_4
        '
        Me._IntLoad48_4.BackColor = System.Drawing.Color.Green
        Me._IntLoad48_4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad48_4.Controls.Add(Me._LabelIntLoad48_4)
        Me._IntLoad48_4.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad48_4.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48.SetIndex(Me._IntLoad48_4, CType(4, Short))
        Me._IntLoad48_4.Location = New System.Drawing.Point(1024, 296)
        Me._IntLoad48_4.Name = "_IntLoad48_4"
        Me._IntLoad48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_4.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad48_4.TabIndex = 27
        Me._IntLoad48_4.Text = "Load 5"
        '
        '_LabelIntLoad48_4
        '
        Me._LabelIntLoad48_4.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(192, Byte), CType(0, Byte))
        Me._LabelIntLoad48_4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad48_4.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad48_4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad48_4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad48_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad48.SetIndex(Me._LabelIntLoad48_4, CType(4, Short))
        Me._LabelIntLoad48_4.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad48_4.Name = "_LabelIntLoad48_4"
        Me._LabelIntLoad48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad48_4.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad48_4.TabIndex = 28
        Me._LabelIntLoad48_4.Text = "Load 14"
        Me._LabelIntLoad48_4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_IntLoad48_5
        '
        Me._IntLoad48_5.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(128, Byte), CType(255, Byte))
        Me._IntLoad48_5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad48_5.Controls.Add(Me._LabelIntLoad48_5)
        Me._IntLoad48_5.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad48_5.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48.SetIndex(Me._IntLoad48_5, CType(5, Short))
        Me._IntLoad48_5.Location = New System.Drawing.Point(1024, 344)
        Me._IntLoad48_5.Name = "_IntLoad48_5"
        Me._IntLoad48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_5.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad48_5.TabIndex = 25
        Me._IntLoad48_5.Text = "Load 6"
        '
        '_LabelIntLoad48_5
        '
        Me._LabelIntLoad48_5.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(192, Byte), CType(255, Byte))
        Me._LabelIntLoad48_5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad48_5.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad48_5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad48_5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad48_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad48.SetIndex(Me._LabelIntLoad48_5, CType(5, Short))
        Me._LabelIntLoad48_5.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad48_5.Name = "_LabelIntLoad48_5"
        Me._LabelIntLoad48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad48_5.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad48_5.TabIndex = 26
        Me._LabelIntLoad48_5.Text = "Load 15"
        Me._LabelIntLoad48_5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_IntLoad12_3
        '
        Me._IntLoad12_3.BackColor = System.Drawing.Color.Gray
        Me._IntLoad12_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad12_3.Controls.Add(Me._LabelIntLoad12_3)
        Me._IntLoad12_3.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad12_3.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12.SetIndex(Me._IntLoad12_3, CType(3, Short))
        Me._IntLoad12_3.Location = New System.Drawing.Point(392, 296)
        Me._IntLoad12_3.Name = "_IntLoad12_3"
        Me._IntLoad12_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12_3.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad12_3.TabIndex = 17
        Me._IntLoad12_3.Text = "Load 10"
        '
        '_LabelIntLoad12_3
        '
        Me._LabelIntLoad12_3.BackColor = System.Drawing.Color.Silver
        Me._LabelIntLoad12_3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad12_3.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad12_3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad12_3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad12_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad12.SetIndex(Me._LabelIntLoad12_3, CType(3, Short))
        Me._LabelIntLoad12_3.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad12_3.Name = "_LabelIntLoad12_3"
        Me._LabelIntLoad12_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad12_3.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad12_3.TabIndex = 18
        Me._LabelIntLoad12_3.Text = "Load 6"
        Me._LabelIntLoad12_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_IntLoad12_2
        '
        Me._IntLoad12_2.BackColor = System.Drawing.Color.DarkCyan
        Me._IntLoad12_2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad12_2.Controls.Add(Me._LabelIntLoad12_2)
        Me._IntLoad12_2.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad12_2.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12.SetIndex(Me._IntLoad12_2, CType(2, Short))
        Me._IntLoad12_2.Location = New System.Drawing.Point(392, 248)
        Me._IntLoad12_2.Name = "_IntLoad12_2"
        Me._IntLoad12_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12_2.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad12_2.TabIndex = 15
        Me._IntLoad12_2.Text = "Load 9"
        '
        '_LabelIntLoad12_2
        '
        Me._LabelIntLoad12_2.BackColor = System.Drawing.Color.Turquoise
        Me._LabelIntLoad12_2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad12_2.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad12_2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad12_2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad12_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad12.SetIndex(Me._LabelIntLoad12_2, CType(2, Short))
        Me._LabelIntLoad12_2.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad12_2.Name = "_LabelIntLoad12_2"
        Me._LabelIntLoad12_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad12_2.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad12_2.TabIndex = 16
        Me._LabelIntLoad12_2.Text = "Load 5"
        Me._LabelIntLoad12_2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_IntLoad12_1
        '
        Me._IntLoad12_1.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(128, Byte), CType(128, Byte))
        Me._IntLoad12_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad12_1.Controls.Add(Me._LabelIntLoad12_1)
        Me._IntLoad12_1.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad12_1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12.SetIndex(Me._IntLoad12_1, CType(1, Short))
        Me._IntLoad12_1.Location = New System.Drawing.Point(392, 200)
        Me._IntLoad12_1.Name = "_IntLoad12_1"
        Me._IntLoad12_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12_1.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad12_1.TabIndex = 13
        Me._IntLoad12_1.Text = "Load 8"
        '
        '_LabelIntLoad12_1
        '
        Me._LabelIntLoad12_1.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(192, Byte), CType(192, Byte))
        Me._LabelIntLoad12_1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad12_1.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad12_1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad12_1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad12_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad12.SetIndex(Me._LabelIntLoad12_1, CType(1, Short))
        Me._LabelIntLoad12_1.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad12_1.Name = "_LabelIntLoad12_1"
        Me._LabelIntLoad12_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad12_1.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad12_1.TabIndex = 14
        Me._LabelIntLoad12_1.Text = "Load 4"
        Me._LabelIntLoad12_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_IntLoad12_0
        '
        Me._IntLoad12_0.BackColor = System.Drawing.Color.Orange
        Me._IntLoad12_0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad12_0.Controls.Add(Me._LabelIntLoad12_0)
        Me._IntLoad12_0.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad12_0.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12.SetIndex(Me._IntLoad12_0, CType(0, Short))
        Me._IntLoad12_0.Location = New System.Drawing.Point(392, 152)
        Me._IntLoad12_0.Name = "_IntLoad12_0"
        Me._IntLoad12_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12_0.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad12_0.TabIndex = 11
        Me._IntLoad12_0.Text = "Load 7"
        '
        '_LabelIntLoad12_0
        '
        Me._LabelIntLoad12_0.BackColor = System.Drawing.Color.Wheat
        Me._LabelIntLoad12_0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad12_0.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad12_0.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad12_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad12_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad12.SetIndex(Me._LabelIntLoad12_0, CType(0, Short))
        Me._LabelIntLoad12_0.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad12_0.Name = "_LabelIntLoad12_0"
        Me._LabelIntLoad12_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad12_0.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad12_0.TabIndex = 12
        Me._LabelIntLoad12_0.Text = "Load 3"
        Me._LabelIntLoad12_0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_Load_12IntI_3
        '
        Me._Load_12IntI_3.AcceptsReturn = True
        Me._Load_12IntI_3.AutoSize = False
        Me._Load_12IntI_3.BackColor = System.Drawing.Color.Black
        Me._Load_12IntI_3.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_12IntI_3.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_12IntI_3.ForeColor = System.Drawing.Color.Red
        Me.Load_12IntI.SetIndex(Me._Load_12IntI_3, CType(3, Short))
        Me._Load_12IntI_3.Location = New System.Drawing.Point(144, 304)
        Me._Load_12IntI_3.MaxLength = 0
        Me._Load_12IntI_3.Name = "_Load_12IntI_3"
        Me._Load_12IntI_3.ReadOnly = True
        Me._Load_12IntI_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_12IntI_3.Size = New System.Drawing.Size(73, 24)
        Me._Load_12IntI_3.TabIndex = 10
        Me._Load_12IntI_3.TabStop = False
        Me._Load_12IntI_3.Text = "N/A"
        Me._Load_12IntI_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Load_12IntI_2
        '
        Me._Load_12IntI_2.AcceptsReturn = True
        Me._Load_12IntI_2.AutoSize = False
        Me._Load_12IntI_2.BackColor = System.Drawing.Color.Black
        Me._Load_12IntI_2.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_12IntI_2.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_12IntI_2.ForeColor = System.Drawing.Color.Red
        Me.Load_12IntI.SetIndex(Me._Load_12IntI_2, CType(2, Short))
        Me._Load_12IntI_2.Location = New System.Drawing.Point(144, 256)
        Me._Load_12IntI_2.MaxLength = 0
        Me._Load_12IntI_2.Name = "_Load_12IntI_2"
        Me._Load_12IntI_2.ReadOnly = True
        Me._Load_12IntI_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_12IntI_2.Size = New System.Drawing.Size(73, 24)
        Me._Load_12IntI_2.TabIndex = 9
        Me._Load_12IntI_2.TabStop = False
        Me._Load_12IntI_2.Text = "N/A"
        Me._Load_12IntI_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Load_12IntI_1
        '
        Me._Load_12IntI_1.AcceptsReturn = True
        Me._Load_12IntI_1.AutoSize = False
        Me._Load_12IntI_1.BackColor = System.Drawing.Color.Black
        Me._Load_12IntI_1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_12IntI_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_12IntI_1.ForeColor = System.Drawing.Color.Red
        Me.Load_12IntI.SetIndex(Me._Load_12IntI_1, CType(1, Short))
        Me._Load_12IntI_1.Location = New System.Drawing.Point(144, 208)
        Me._Load_12IntI_1.MaxLength = 0
        Me._Load_12IntI_1.Name = "_Load_12IntI_1"
        Me._Load_12IntI_1.ReadOnly = True
        Me._Load_12IntI_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_12IntI_1.Size = New System.Drawing.Size(73, 24)
        Me._Load_12IntI_1.TabIndex = 8
        Me._Load_12IntI_1.TabStop = False
        Me._Load_12IntI_1.Text = "N/A"
        Me._Load_12IntI_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Load_12IntI_0
        '
        Me._Load_12IntI_0.AcceptsReturn = True
        Me._Load_12IntI_0.AutoSize = False
        Me._Load_12IntI_0.BackColor = System.Drawing.Color.Black
        Me._Load_12IntI_0.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_12IntI_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_12IntI_0.ForeColor = System.Drawing.Color.Red
        Me.Load_12IntI.SetIndex(Me._Load_12IntI_0, CType(0, Short))
        Me._Load_12IntI_0.Location = New System.Drawing.Point(144, 160)
        Me._Load_12IntI_0.MaxLength = 0
        Me._Load_12IntI_0.Name = "_Load_12IntI_0"
        Me._Load_12IntI_0.ReadOnly = True
        Me._Load_12IntI_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_12IntI_0.Size = New System.Drawing.Size(73, 24)
        Me._Load_12IntI_0.TabIndex = 7
        Me._Load_12IntI_0.TabStop = False
        Me._Load_12IntI_0.Text = "N/A"
        Me._Load_12IntI_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Load_12IntI_4
        '
        Me._Load_12IntI_4.AcceptsReturn = True
        Me._Load_12IntI_4.AutoSize = False
        Me._Load_12IntI_4.BackColor = System.Drawing.Color.Black
        Me._Load_12IntI_4.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_12IntI_4.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_12IntI_4.ForeColor = System.Drawing.Color.Red
        Me.Load_12IntI.SetIndex(Me._Load_12IntI_4, CType(4, Short))
        Me._Load_12IntI_4.Location = New System.Drawing.Point(144, 352)
        Me._Load_12IntI_4.MaxLength = 0
        Me._Load_12IntI_4.Name = "_Load_12IntI_4"
        Me._Load_12IntI_4.ReadOnly = True
        Me._Load_12IntI_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_12IntI_4.Size = New System.Drawing.Size(73, 24)
        Me._Load_12IntI_4.TabIndex = 6
        Me._Load_12IntI_4.TabStop = False
        Me._Load_12IntI_4.Text = "N/A"
        Me._Load_12IntI_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad12_4
        '
        Me._IntLoad12_4.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(192, Byte), CType(128, Byte))
        Me._IntLoad12_4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad12_4.Controls.Add(Me._LabelIntLoad12_4)
        Me._IntLoad12_4.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad12_4.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12.SetIndex(Me._IntLoad12_4, CType(4, Short))
        Me._IntLoad12_4.Location = New System.Drawing.Point(392, 344)
        Me._IntLoad12_4.Name = "_IntLoad12_4"
        Me._IntLoad12_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12_4.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad12_4.TabIndex = 4
        Me._IntLoad12_4.Text = "Load 10"
        '
        '_LabelIntLoad12_4
        '
        Me._LabelIntLoad12_4.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(224, Byte), CType(192, Byte))
        Me._LabelIntLoad12_4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad12_4.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad12_4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad12_4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad12_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad12.SetIndex(Me._LabelIntLoad12_4, CType(4, Short))
        Me._LabelIntLoad12_4.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad12_4.Name = "_LabelIntLoad12_4"
        Me._LabelIntLoad12_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad12_4.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad12_4.TabIndex = 5
        Me._LabelIntLoad12_4.Text = "Load 7"
        Me._LabelIntLoad12_4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_Load_12IntI_5
        '
        Me._Load_12IntI_5.AcceptsReturn = True
        Me._Load_12IntI_5.AutoSize = False
        Me._Load_12IntI_5.BackColor = System.Drawing.Color.Black
        Me._Load_12IntI_5.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Load_12IntI_5.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Load_12IntI_5.ForeColor = System.Drawing.Color.Red
        Me.Load_12IntI.SetIndex(Me._Load_12IntI_5, CType(5, Short))
        Me._Load_12IntI_5.Location = New System.Drawing.Point(144, 400)
        Me._Load_12IntI_5.MaxLength = 0
        Me._Load_12IntI_5.Name = "_Load_12IntI_5"
        Me._Load_12IntI_5.ReadOnly = True
        Me._Load_12IntI_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Load_12IntI_5.Size = New System.Drawing.Size(73, 24)
        Me._Load_12IntI_5.TabIndex = 3
        Me._Load_12IntI_5.TabStop = False
        Me._Load_12IntI_5.Text = "N/A"
        Me._Load_12IntI_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad12_5
        '
        Me._IntLoad12_5.BackColor = System.Drawing.Color.OliveDrab
        Me._IntLoad12_5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._IntLoad12_5.Controls.Add(Me._LabelIntLoad12_5)
        Me._IntLoad12_5.Cursor = System.Windows.Forms.Cursors.Hand
        Me._IntLoad12_5.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12.SetIndex(Me._IntLoad12_5, CType(5, Short))
        Me._IntLoad12_5.Location = New System.Drawing.Point(392, 392)
        Me._IntLoad12_5.Name = "_IntLoad12_5"
        Me._IntLoad12_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12_5.Size = New System.Drawing.Size(224, 40)
        Me._IntLoad12_5.TabIndex = 1
        Me._IntLoad12_5.Text = "Load 10"
        '
        '_LabelIntLoad12_5
        '
        Me._LabelIntLoad12_5.BackColor = System.Drawing.Color.DarkSeaGreen
        Me._LabelIntLoad12_5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._LabelIntLoad12_5.Cursor = System.Windows.Forms.Cursors.Hand
        Me._LabelIntLoad12_5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me._LabelIntLoad12_5.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LabelIntLoad12_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelIntLoad12.SetIndex(Me._LabelIntLoad12_5, CType(5, Short))
        Me._LabelIntLoad12_5.Location = New System.Drawing.Point(8, 8)
        Me._LabelIntLoad12_5.Name = "_LabelIntLoad12_5"
        Me._LabelIntLoad12_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LabelIntLoad12_5.Size = New System.Drawing.Size(208, 24)
        Me._LabelIntLoad12_5.TabIndex = 2
        Me._LabelIntLoad12_5.Text = "Load 8"
        Me._LabelIntLoad12_5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_Switch12_6
        '
        Me._Switch12_6.BackColor = System.Drawing.Color.LightGray
        Me._Switch12_6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch12_6.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch12.SetIndex(Me._Switch12_6, CType(6, Short))
        Me._Switch12_6.Location = New System.Drawing.Point(296, 448)
        Me._Switch12_6.Name = "_Switch12_6"
        Me._Switch12_6.Size = New System.Drawing.Size(17, 17)
        Me._Switch12_6.TabIndex = 216
        '
        '_Line7_5
        '
        Me._Line7_5.BackColor = System.Drawing.Color.Red
        Me._Line7_5.ForeColor = System.Drawing.Color.Violet
        Me.Line7.SetIndex(Me._Line7_5, CType(5, Short))
        Me._Line7_5.Location = New System.Drawing.Point(216, 456)
        Me._Line7_5.Name = "_Line7_5"
        Me._Line7_5.Size = New System.Drawing.Size(80, 3)
        Me._Line7_5.TabIndex = 217
        '
        '_Line14_5
        '
        Me._Line14_5.BackColor = System.Drawing.Color.Red
        Me.Line14.SetIndex(Me._Line14_5, CType(5, Short))
        Me._Line14_5.Location = New System.Drawing.Point(112, 456)
        Me._Line14_5.Name = "_Line14_5"
        Me._Line14_5.Size = New System.Drawing.Size(32, 3)
        Me._Line14_5.TabIndex = 218
        '
        '_Line20_5
        '
        Me._Line20_5.BackColor = System.Drawing.Color.Red
        Me._Line20_5.ForeColor = System.Drawing.Color.Violet
        Me.Line20.SetIndex(Me._Line20_5, CType(5, Short))
        Me._Line20_5.Location = New System.Drawing.Point(312, 456)
        Me._Line20_5.Name = "_Line20_5"
        Me._Line20_5.Size = New System.Drawing.Size(80, 3)
        Me._Line20_5.TabIndex = 219
        '
        '_IntLoad12Switch_6
        '
        Me._IntLoad12Switch_6.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12Switch_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Switch_6.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Switch_6.ForeColor = System.Drawing.Color.Red
        Me.IntLoad12Switch.SetIndex(Me._IntLoad12Switch_6, CType(6, Short))
        Me._IntLoad12Switch_6.Location = New System.Drawing.Point(216, 424)
        Me._IntLoad12Switch_6.Name = "_IntLoad12Switch_6"
        Me._IntLoad12Switch_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Switch_6.Size = New System.Drawing.Size(176, 20)
        Me._IntLoad12Switch_6.TabIndex = 216
        Me._IntLoad12Switch_6.Text = "Load 9  12V Switch"
        '
        '_vBus_1
        '
        Me._vBus_1.BackColor = System.Drawing.Color.Transparent
        Me._vBus_1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._vBus_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._vBus_1.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._vBus_1.ForeColor = System.Drawing.SystemColors.Control
        Me.vBus.SetIndex(Me._vBus_1, CType(1, Short))
        Me._vBus_1.Location = New System.Drawing.Point(624, 128)
        Me._vBus_1.Name = "_vBus_1"
        Me._vBus_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._vBus_1.Size = New System.Drawing.Size(121, 25)
        Me._vBus_1.TabIndex = 46
        Me._vBus_1.Text = "48 V"
        Me._vBus_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_vBus_0
        '
        Me._vBus_0.BackColor = System.Drawing.Color.Transparent
        Me._vBus_0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._vBus_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._vBus_0.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._vBus_0.ForeColor = System.Drawing.Color.Red
        Me.vBus.SetIndex(Me._vBus_0, CType(0, Short))
        Me._vBus_0.Location = New System.Drawing.Point(8, 128)
        Me._vBus_0.Name = "_vBus_0"
        Me._vBus_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._vBus_0.Size = New System.Drawing.Size(112, 25)
        Me._vBus_0.TabIndex = 45
        Me._vBus_0.Text = "12 V"
        Me._vBus_0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_Line3_1
        '
        Me._Line3_1.BackColor = System.Drawing.SystemColors.Control
        Me.Line3.SetIndex(Me._Line3_1, CType(1, Short))
        Me._Line3_1.Location = New System.Drawing.Point(720, 168)
        Me._Line3_1.Name = "_Line3_1"
        Me._Line3_1.Size = New System.Drawing.Size(32, 3)
        Me._Line3_1.TabIndex = 224
        '
        '_Line4_1
        '
        Me._Line4_1.BackColor = System.Drawing.SystemColors.Control
        Me.Line4.SetIndex(Me._Line4_1, CType(1, Short))
        Me._Line4_1.Location = New System.Drawing.Point(824, 168)
        Me._Line4_1.Name = "_Line4_1"
        Me._Line4_1.Size = New System.Drawing.Size(96, 3)
        Me._Line4_1.TabIndex = 225
        '
        '_Line5_1
        '
        Me._Line5_1.BackColor = System.Drawing.SystemColors.Control
        Me.Line5.SetIndex(Me._Line5_1, CType(1, Short))
        Me._Line5_1.Location = New System.Drawing.Point(824, 216)
        Me._Line5_1.Name = "_Line5_1"
        Me._Line5_1.Size = New System.Drawing.Size(96, 3)
        Me._Line5_1.TabIndex = 226
        '
        '_Line7_4
        '
        Me._Line7_4.BackColor = System.Drawing.SystemColors.Control
        Me.Line7.SetIndex(Me._Line7_4, CType(4, Short))
        Me._Line7_4.Location = New System.Drawing.Point(824, 264)
        Me._Line7_4.Name = "_Line7_4"
        Me._Line7_4.Size = New System.Drawing.Size(96, 3)
        Me._Line7_4.TabIndex = 227
        '
        'Line8
        '
        Me.Line8.BackColor = System.Drawing.SystemColors.Control
        Me.Line8.Location = New System.Drawing.Point(824, 312)
        Me.Line8.Name = "Line8"
        Me.Line8.Size = New System.Drawing.Size(96, 3)
        Me.Line8.TabIndex = 228
        '
        'Line9
        '
        Me.Line9.BackColor = System.Drawing.SystemColors.Control
        Me.Line9.Location = New System.Drawing.Point(824, 360)
        Me.Line9.Name = "Line9"
        Me.Line9.Size = New System.Drawing.Size(96, 3)
        Me.Line9.TabIndex = 229
        '
        '_Line10_0
        '
        Me._Line10_0.BackColor = System.Drawing.SystemColors.Control
        Me.Line10.SetIndex(Me._Line10_0, CType(0, Short))
        Me._Line10_0.Location = New System.Drawing.Point(720, 168)
        Me._Line10_0.Name = "_Line10_0"
        Me._Line10_0.Size = New System.Drawing.Size(3, 192)
        Me._Line10_0.TabIndex = 230
        '
        '_Line11_1
        '
        Me._Line11_1.BackColor = System.Drawing.SystemColors.Control
        Me.Line11.SetIndex(Me._Line11_1, CType(1, Short))
        Me._Line11_1.Location = New System.Drawing.Point(720, 216)
        Me._Line11_1.Name = "_Line11_1"
        Me._Line11_1.Size = New System.Drawing.Size(32, 3)
        Me._Line11_1.TabIndex = 231
        '
        '_Line14_4
        '
        Me._Line14_4.BackColor = System.Drawing.SystemColors.Control
        Me.Line14.SetIndex(Me._Line14_4, CType(4, Short))
        Me._Line14_4.Location = New System.Drawing.Point(720, 264)
        Me._Line14_4.Name = "_Line14_4"
        Me._Line14_4.Size = New System.Drawing.Size(32, 3)
        Me._Line14_4.TabIndex = 232
        '
        'Line15
        '
        Me.Line15.BackColor = System.Drawing.SystemColors.Control
        Me.Line15.Location = New System.Drawing.Point(720, 312)
        Me.Line15.Name = "Line15"
        Me.Line15.Size = New System.Drawing.Size(32, 3)
        Me.Line15.TabIndex = 233
        '
        'Line16
        '
        Me.Line16.BackColor = System.Drawing.SystemColors.Control
        Me.Line16.Location = New System.Drawing.Point(720, 360)
        Me.Line16.Name = "Line16"
        Me.Line16.Size = New System.Drawing.Size(32, 3)
        Me.Line16.TabIndex = 234
        '
        '_Line17_1
        '
        Me._Line17_1.BackColor = System.Drawing.SystemColors.Control
        Me.Line17.SetIndex(Me._Line17_1, CType(1, Short))
        Me._Line17_1.Location = New System.Drawing.Point(936, 168)
        Me._Line17_1.Name = "_Line17_1"
        Me._Line17_1.Size = New System.Drawing.Size(88, 3)
        Me._Line17_1.TabIndex = 235
        '
        '_Line18_1
        '
        Me._Line18_1.BackColor = System.Drawing.SystemColors.Control
        Me.Line18.SetIndex(Me._Line18_1, CType(1, Short))
        Me._Line18_1.Location = New System.Drawing.Point(936, 216)
        Me._Line18_1.Name = "_Line18_1"
        Me._Line18_1.Size = New System.Drawing.Size(88, 3)
        Me._Line18_1.TabIndex = 236
        '
        '_Line20_4
        '
        Me._Line20_4.BackColor = System.Drawing.SystemColors.Control
        Me.Line20.SetIndex(Me._Line20_4, CType(4, Short))
        Me._Line20_4.Location = New System.Drawing.Point(936, 264)
        Me._Line20_4.Name = "_Line20_4"
        Me._Line20_4.Size = New System.Drawing.Size(88, 3)
        Me._Line20_4.TabIndex = 237
        '
        'Line21
        '
        Me.Line21.BackColor = System.Drawing.SystemColors.Control
        Me.Line21.Location = New System.Drawing.Point(936, 312)
        Me.Line21.Name = "Line21"
        Me.Line21.Size = New System.Drawing.Size(88, 3)
        Me.Line21.TabIndex = 238
        '
        'Line22
        '
        Me.Line22.BackColor = System.Drawing.SystemColors.Control
        Me.Line22.Location = New System.Drawing.Point(936, 360)
        Me.Line22.Name = "Line22"
        Me.Line22.Size = New System.Drawing.Size(88, 3)
        Me.Line22.TabIndex = 239
        '
        '_IntLoad48Switch_0
        '
        Me._IntLoad48Switch_0.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48Switch_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Switch_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Switch_0.ForeColor = System.Drawing.SystemColors.Control
        Me.IntLoad48Switch.SetIndex(Me._IntLoad48Switch_0, CType(0, Short))
        Me._IntLoad48Switch_0.Location = New System.Drawing.Point(840, 136)
        Me._IntLoad48Switch_0.Name = "_IntLoad48Switch_0"
        Me._IntLoad48Switch_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_0.Size = New System.Drawing.Size(192, 20)
        Me._IntLoad48Switch_0.TabIndex = 44
        Me._IntLoad48Switch_0.Text = "Load 10  48V Switch"
        '
        '_Switch48_0
        '
        Me._Switch48_0.BackColor = System.Drawing.Color.LightGray
        Me._Switch48_0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch48_0.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch48.SetIndex(Me._Switch48_0, CType(0, Short))
        Me._Switch48_0.Location = New System.Drawing.Point(920, 160)
        Me._Switch48_0.Name = "_Switch48_0"
        Me._Switch48_0.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_0.TabIndex = 240
        '
        '_IntLoad48Switch_1
        '
        Me._IntLoad48Switch_1.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48Switch_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Switch_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Switch_1.ForeColor = System.Drawing.SystemColors.Control
        Me.IntLoad48Switch.SetIndex(Me._IntLoad48Switch_1, CType(1, Short))
        Me._IntLoad48Switch_1.Location = New System.Drawing.Point(840, 184)
        Me._IntLoad48Switch_1.Name = "_IntLoad48Switch_1"
        Me._IntLoad48Switch_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_1.Size = New System.Drawing.Size(192, 20)
        Me._IntLoad48Switch_1.TabIndex = 43
        Me._IntLoad48Switch_1.Text = "Load 11  48V Switch"
        '
        '_IntLoad48Switch_3
        '
        Me._IntLoad48Switch_3.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48Switch_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Switch_3.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Switch_3.ForeColor = System.Drawing.SystemColors.Control
        Me.IntLoad48Switch.SetIndex(Me._IntLoad48Switch_3, CType(3, Short))
        Me._IntLoad48Switch_3.Location = New System.Drawing.Point(840, 232)
        Me._IntLoad48Switch_3.Name = "_IntLoad48Switch_3"
        Me._IntLoad48Switch_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_3.Size = New System.Drawing.Size(192, 20)
        Me._IntLoad48Switch_3.TabIndex = 42
        Me._IntLoad48Switch_3.Text = "Load 13  48V Switch"
        '
        '_IntLoad48Switch_4
        '
        Me._IntLoad48Switch_4.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48Switch_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Switch_4.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Switch_4.ForeColor = System.Drawing.SystemColors.Control
        Me.IntLoad48Switch.SetIndex(Me._IntLoad48Switch_4, CType(4, Short))
        Me._IntLoad48Switch_4.Location = New System.Drawing.Point(840, 280)
        Me._IntLoad48Switch_4.Name = "_IntLoad48Switch_4"
        Me._IntLoad48Switch_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_4.Size = New System.Drawing.Size(192, 20)
        Me._IntLoad48Switch_4.TabIndex = 41
        Me._IntLoad48Switch_4.Text = "Load 14  48V Switch"
        '
        '_IntLoad48Switch_5
        '
        Me._IntLoad48Switch_5.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48Switch_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Switch_5.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Switch_5.ForeColor = System.Drawing.SystemColors.Control
        Me.IntLoad48Switch.SetIndex(Me._IntLoad48Switch_5, CType(5, Short))
        Me._IntLoad48Switch_5.Location = New System.Drawing.Point(840, 328)
        Me._IntLoad48Switch_5.Name = "_IntLoad48Switch_5"
        Me._IntLoad48Switch_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_5.Size = New System.Drawing.Size(192, 20)
        Me._IntLoad48Switch_5.TabIndex = 40
        Me._IntLoad48Switch_5.Text = "Load 15  48V Switch"
        '
        '_Switch48_1
        '
        Me._Switch48_1.BackColor = System.Drawing.Color.LightGray
        Me._Switch48_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch48_1.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch48.SetIndex(Me._Switch48_1, CType(1, Short))
        Me._Switch48_1.Location = New System.Drawing.Point(920, 208)
        Me._Switch48_1.Name = "_Switch48_1"
        Me._Switch48_1.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_1.TabIndex = 241
        '
        '_Switch48_3
        '
        Me._Switch48_3.BackColor = System.Drawing.Color.LightGray
        Me._Switch48_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch48_3.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch48.SetIndex(Me._Switch48_3, CType(3, Short))
        Me._Switch48_3.Location = New System.Drawing.Point(920, 256)
        Me._Switch48_3.Name = "_Switch48_3"
        Me._Switch48_3.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_3.TabIndex = 242
        '
        '_Switch48_4
        '
        Me._Switch48_4.BackColor = System.Drawing.Color.LightGray
        Me._Switch48_4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch48_4.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch48.SetIndex(Me._Switch48_4, CType(4, Short))
        Me._Switch48_4.Location = New System.Drawing.Point(920, 304)
        Me._Switch48_4.Name = "_Switch48_4"
        Me._Switch48_4.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_4.TabIndex = 243
        '
        '_Switch48_5
        '
        Me._Switch48_5.BackColor = System.Drawing.Color.LightGray
        Me._Switch48_5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch48_5.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch48.SetIndex(Me._Switch48_5, CType(5, Short))
        Me._Switch48_5.Location = New System.Drawing.Point(920, 352)
        Me._Switch48_5.Name = "_Switch48_5"
        Me._Switch48_5.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_5.TabIndex = 244
        '
        'Line1
        '
        Me.Line1.BackColor = System.Drawing.Color.Red
        Me.Line1.Location = New System.Drawing.Point(112, 168)
        Me.Line1.Name = "Line1"
        Me.Line1.Size = New System.Drawing.Size(3, 288)
        Me.Line1.TabIndex = 245
        '
        '_Line3_0
        '
        Me._Line3_0.BackColor = System.Drawing.Color.Red
        Me.Line3.SetIndex(Me._Line3_0, CType(0, Short))
        Me._Line3_0.Location = New System.Drawing.Point(112, 168)
        Me._Line3_0.Name = "_Line3_0"
        Me._Line3_0.Size = New System.Drawing.Size(32, 3)
        Me._Line3_0.TabIndex = 246
        '
        '_Line20_0
        '
        Me._Line20_0.BackColor = System.Drawing.Color.Red
        Me._Line20_0.ForeColor = System.Drawing.Color.Violet
        Me.Line20.SetIndex(Me._Line20_0, CType(0, Short))
        Me._Line20_0.Location = New System.Drawing.Point(312, 312)
        Me._Line20_0.Name = "_Line20_0"
        Me._Line20_0.Size = New System.Drawing.Size(80, 3)
        Me._Line20_0.TabIndex = 247
        '
        '_Line19_0
        '
        Me._Line19_0.BackColor = System.Drawing.Color.Red
        Me._Line19_0.ForeColor = System.Drawing.Color.Violet
        Me.Line19.SetIndex(Me._Line19_0, CType(0, Short))
        Me._Line19_0.Location = New System.Drawing.Point(312, 264)
        Me._Line19_0.Name = "_Line19_0"
        Me._Line19_0.Size = New System.Drawing.Size(80, 3)
        Me._Line19_0.TabIndex = 248
        '
        '_Line18_0
        '
        Me._Line18_0.BackColor = System.Drawing.Color.Red
        Me._Line18_0.ForeColor = System.Drawing.Color.Violet
        Me.Line18.SetIndex(Me._Line18_0, CType(0, Short))
        Me._Line18_0.Location = New System.Drawing.Point(312, 216)
        Me._Line18_0.Name = "_Line18_0"
        Me._Line18_0.Size = New System.Drawing.Size(80, 3)
        Me._Line18_0.TabIndex = 249
        '
        '_Line17_0
        '
        Me._Line17_0.BackColor = System.Drawing.Color.Red
        Me._Line17_0.ForeColor = System.Drawing.Color.Violet
        Me.Line17.SetIndex(Me._Line17_0, CType(0, Short))
        Me._Line17_0.Location = New System.Drawing.Point(312, 168)
        Me._Line17_0.Name = "_Line17_0"
        Me._Line17_0.Size = New System.Drawing.Size(80, 3)
        Me._Line17_0.TabIndex = 250
        '
        '_Line14_0
        '
        Me._Line14_0.BackColor = System.Drawing.Color.Red
        Me.Line14.SetIndex(Me._Line14_0, CType(0, Short))
        Me._Line14_0.Location = New System.Drawing.Point(112, 312)
        Me._Line14_0.Name = "_Line14_0"
        Me._Line14_0.Size = New System.Drawing.Size(32, 3)
        Me._Line14_0.TabIndex = 251
        '
        '_Line12_0
        '
        Me._Line12_0.BackColor = System.Drawing.Color.Red
        Me.Line12.SetIndex(Me._Line12_0, CType(0, Short))
        Me._Line12_0.Location = New System.Drawing.Point(112, 264)
        Me._Line12_0.Name = "_Line12_0"
        Me._Line12_0.Size = New System.Drawing.Size(32, 3)
        Me._Line12_0.TabIndex = 252
        '
        '_Line11_0
        '
        Me._Line11_0.BackColor = System.Drawing.Color.Red
        Me.Line11.SetIndex(Me._Line11_0, CType(0, Short))
        Me._Line11_0.Location = New System.Drawing.Point(112, 216)
        Me._Line11_0.Name = "_Line11_0"
        Me._Line11_0.Size = New System.Drawing.Size(32, 3)
        Me._Line11_0.TabIndex = 253
        '
        '_Line7_0
        '
        Me._Line7_0.BackColor = System.Drawing.Color.Red
        Me._Line7_0.ForeColor = System.Drawing.Color.Violet
        Me.Line7.SetIndex(Me._Line7_0, CType(0, Short))
        Me._Line7_0.Location = New System.Drawing.Point(216, 312)
        Me._Line7_0.Name = "_Line7_0"
        Me._Line7_0.Size = New System.Drawing.Size(80, 3)
        Me._Line7_0.TabIndex = 254
        '
        '_Line6_0
        '
        Me._Line6_0.BackColor = System.Drawing.Color.Red
        Me._Line6_0.ForeColor = System.Drawing.Color.Violet
        Me.Line6.SetIndex(Me._Line6_0, CType(0, Short))
        Me._Line6_0.Location = New System.Drawing.Point(216, 264)
        Me._Line6_0.Name = "_Line6_0"
        Me._Line6_0.Size = New System.Drawing.Size(80, 3)
        Me._Line6_0.TabIndex = 255
        '
        '_Line5_0
        '
        Me._Line5_0.BackColor = System.Drawing.Color.Red
        Me._Line5_0.ForeColor = System.Drawing.Color.Violet
        Me.Line5.SetIndex(Me._Line5_0, CType(0, Short))
        Me._Line5_0.Location = New System.Drawing.Point(216, 216)
        Me._Line5_0.Name = "_Line5_0"
        Me._Line5_0.Size = New System.Drawing.Size(80, 3)
        Me._Line5_0.TabIndex = 256
        '
        '_Line4_0
        '
        Me._Line4_0.BackColor = System.Drawing.Color.Red
        Me._Line4_0.ForeColor = System.Drawing.Color.Violet
        Me.Line4.SetIndex(Me._Line4_0, CType(0, Short))
        Me._Line4_0.Location = New System.Drawing.Point(216, 168)
        Me._Line4_0.Name = "_Line4_0"
        Me._Line4_0.Size = New System.Drawing.Size(80, 3)
        Me._Line4_0.TabIndex = 257
        '
        '_IntLoad12Switch_0
        '
        Me._IntLoad12Switch_0.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12Switch_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Switch_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Switch_0.ForeColor = System.Drawing.Color.Red
        Me.IntLoad12Switch.SetIndex(Me._IntLoad12Switch_0, CType(0, Short))
        Me._IntLoad12Switch_0.Location = New System.Drawing.Point(216, 136)
        Me._IntLoad12Switch_0.Name = "_IntLoad12Switch_0"
        Me._IntLoad12Switch_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Switch_0.Size = New System.Drawing.Size(176, 20)
        Me._IntLoad12Switch_0.TabIndex = 24
        Me._IntLoad12Switch_0.Text = "Load 3  12V Switch"
        '
        '_IntLoad12Switch_1
        '
        Me._IntLoad12Switch_1.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12Switch_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Switch_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Switch_1.ForeColor = System.Drawing.Color.Red
        Me.IntLoad12Switch.SetIndex(Me._IntLoad12Switch_1, CType(1, Short))
        Me._IntLoad12Switch_1.Location = New System.Drawing.Point(216, 184)
        Me._IntLoad12Switch_1.Name = "_IntLoad12Switch_1"
        Me._IntLoad12Switch_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Switch_1.Size = New System.Drawing.Size(176, 20)
        Me._IntLoad12Switch_1.TabIndex = 23
        Me._IntLoad12Switch_1.Text = "Load 4  12V Switch"
        '
        '_IntLoad12Switch_2
        '
        Me._IntLoad12Switch_2.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12Switch_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Switch_2.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Switch_2.ForeColor = System.Drawing.Color.Red
        Me.IntLoad12Switch.SetIndex(Me._IntLoad12Switch_2, CType(2, Short))
        Me._IntLoad12Switch_2.Location = New System.Drawing.Point(216, 232)
        Me._IntLoad12Switch_2.Name = "_IntLoad12Switch_2"
        Me._IntLoad12Switch_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Switch_2.Size = New System.Drawing.Size(176, 20)
        Me._IntLoad12Switch_2.TabIndex = 22
        Me._IntLoad12Switch_2.Text = "Load 5  12V Switch"
        '
        '_IntLoad12Switch_3
        '
        Me._IntLoad12Switch_3.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12Switch_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Switch_3.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Switch_3.ForeColor = System.Drawing.Color.Red
        Me.IntLoad12Switch.SetIndex(Me._IntLoad12Switch_3, CType(3, Short))
        Me._IntLoad12Switch_3.Location = New System.Drawing.Point(216, 280)
        Me._IntLoad12Switch_3.Name = "_IntLoad12Switch_3"
        Me._IntLoad12Switch_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Switch_3.Size = New System.Drawing.Size(176, 20)
        Me._IntLoad12Switch_3.TabIndex = 21
        Me._IntLoad12Switch_3.Text = "Load 6  12V Switch"
        '
        '_Switch12_0
        '
        Me._Switch12_0.BackColor = System.Drawing.Color.LightGray
        Me._Switch12_0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch12_0.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch12.SetIndex(Me._Switch12_0, CType(0, Short))
        Me._Switch12_0.Location = New System.Drawing.Point(296, 160)
        Me._Switch12_0.Name = "_Switch12_0"
        Me._Switch12_0.Size = New System.Drawing.Size(17, 17)
        Me._Switch12_0.TabIndex = 258
        '
        '_Switch12_1
        '
        Me._Switch12_1.BackColor = System.Drawing.Color.LightGray
        Me._Switch12_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch12_1.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch12.SetIndex(Me._Switch12_1, CType(1, Short))
        Me._Switch12_1.Location = New System.Drawing.Point(296, 208)
        Me._Switch12_1.Name = "_Switch12_1"
        Me._Switch12_1.Size = New System.Drawing.Size(17, 17)
        Me._Switch12_1.TabIndex = 259
        '
        '_Switch12_2
        '
        Me._Switch12_2.BackColor = System.Drawing.Color.LightGray
        Me._Switch12_2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch12_2.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch12.SetIndex(Me._Switch12_2, CType(2, Short))
        Me._Switch12_2.Location = New System.Drawing.Point(296, 256)
        Me._Switch12_2.Name = "_Switch12_2"
        Me._Switch12_2.Size = New System.Drawing.Size(17, 17)
        Me._Switch12_2.TabIndex = 260
        '
        '_Switch12_3
        '
        Me._Switch12_3.BackColor = System.Drawing.Color.LightGray
        Me._Switch12_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch12_3.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch12.SetIndex(Me._Switch12_3, CType(3, Short))
        Me._Switch12_3.Location = New System.Drawing.Point(296, 304)
        Me._Switch12_3.Name = "_Switch12_3"
        Me._Switch12_3.Size = New System.Drawing.Size(17, 17)
        Me._Switch12_3.TabIndex = 261
        '
        '_Switch12_4
        '
        Me._Switch12_4.BackColor = System.Drawing.Color.LightGray
        Me._Switch12_4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch12_4.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch12.SetIndex(Me._Switch12_4, CType(4, Short))
        Me._Switch12_4.Location = New System.Drawing.Point(296, 352)
        Me._Switch12_4.Name = "_Switch12_4"
        Me._Switch12_4.Size = New System.Drawing.Size(17, 17)
        Me._Switch12_4.TabIndex = 262
        '
        '_Line7_1
        '
        Me._Line7_1.BackColor = System.Drawing.Color.Red
        Me._Line7_1.ForeColor = System.Drawing.Color.Violet
        Me.Line7.SetIndex(Me._Line7_1, CType(1, Short))
        Me._Line7_1.Location = New System.Drawing.Point(216, 360)
        Me._Line7_1.Name = "_Line7_1"
        Me._Line7_1.Size = New System.Drawing.Size(80, 3)
        Me._Line7_1.TabIndex = 263
        '
        '_Line14_1
        '
        Me._Line14_1.BackColor = System.Drawing.Color.Red
        Me.Line14.SetIndex(Me._Line14_1, CType(1, Short))
        Me._Line14_1.Location = New System.Drawing.Point(112, 360)
        Me._Line14_1.Name = "_Line14_1"
        Me._Line14_1.Size = New System.Drawing.Size(32, 3)
        Me._Line14_1.TabIndex = 264
        '
        '_Line20_1
        '
        Me._Line20_1.BackColor = System.Drawing.Color.Red
        Me._Line20_1.ForeColor = System.Drawing.Color.Violet
        Me.Line20.SetIndex(Me._Line20_1, CType(1, Short))
        Me._Line20_1.Location = New System.Drawing.Point(312, 360)
        Me._Line20_1.Name = "_Line20_1"
        Me._Line20_1.Size = New System.Drawing.Size(80, 3)
        Me._Line20_1.TabIndex = 265
        '
        '_Switch12_5
        '
        Me._Switch12_5.BackColor = System.Drawing.Color.LightGray
        Me._Switch12_5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me._Switch12_5.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Switch12.SetIndex(Me._Switch12_5, CType(5, Short))
        Me._Switch12_5.Location = New System.Drawing.Point(296, 400)
        Me._Switch12_5.Name = "_Switch12_5"
        Me._Switch12_5.Size = New System.Drawing.Size(17, 17)
        Me._Switch12_5.TabIndex = 266
        '
        '_Line7_2
        '
        Me._Line7_2.BackColor = System.Drawing.Color.Red
        Me._Line7_2.ForeColor = System.Drawing.Color.Violet
        Me.Line7.SetIndex(Me._Line7_2, CType(2, Short))
        Me._Line7_2.Location = New System.Drawing.Point(216, 408)
        Me._Line7_2.Name = "_Line7_2"
        Me._Line7_2.Size = New System.Drawing.Size(80, 3)
        Me._Line7_2.TabIndex = 267
        '
        '_Line14_2
        '
        Me._Line14_2.BackColor = System.Drawing.Color.Red
        Me.Line14.SetIndex(Me._Line14_2, CType(2, Short))
        Me._Line14_2.Location = New System.Drawing.Point(112, 408)
        Me._Line14_2.Name = "_Line14_2"
        Me._Line14_2.Size = New System.Drawing.Size(32, 3)
        Me._Line14_2.TabIndex = 268
        '
        '_Line20_2
        '
        Me._Line20_2.BackColor = System.Drawing.Color.Red
        Me._Line20_2.ForeColor = System.Drawing.Color.Violet
        Me.Line20.SetIndex(Me._Line20_2, CType(2, Short))
        Me._Line20_2.Location = New System.Drawing.Point(312, 408)
        Me._Line20_2.Name = "_Line20_2"
        Me._Line20_2.Size = New System.Drawing.Size(80, 3)
        Me._Line20_2.TabIndex = 269
        '
        '_IntLoad12Switch_4
        '
        Me._IntLoad12Switch_4.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12Switch_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Switch_4.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Switch_4.ForeColor = System.Drawing.Color.Red
        Me.IntLoad12Switch.SetIndex(Me._IntLoad12Switch_4, CType(4, Short))
        Me._IntLoad12Switch_4.Location = New System.Drawing.Point(216, 328)
        Me._IntLoad12Switch_4.Name = "_IntLoad12Switch_4"
        Me._IntLoad12Switch_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Switch_4.Size = New System.Drawing.Size(176, 20)
        Me._IntLoad12Switch_4.TabIndex = 20
        Me._IntLoad12Switch_4.Text = "Load 7  12V Switch"
        '
        '_IntLoad12Switch_5
        '
        Me._IntLoad12Switch_5.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12Switch_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Switch_5.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Switch_5.ForeColor = System.Drawing.Color.Red
        Me.IntLoad12Switch.SetIndex(Me._IntLoad12Switch_5, CType(5, Short))
        Me._IntLoad12Switch_5.Location = New System.Drawing.Point(216, 376)
        Me._IntLoad12Switch_5.Name = "_IntLoad12Switch_5"
        Me._IntLoad12Switch_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Switch_5.Size = New System.Drawing.Size(176, 20)
        Me._IntLoad12Switch_5.TabIndex = 19
        Me._IntLoad12Switch_5.Text = "Load 8  12V Switch"
        '
        'Label2
        '
        Me.Label2.BackColor = System.Drawing.Color.Silver
        Me.Label2.Location = New System.Drawing.Point(392, 24)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(488, 96)
        Me.Label2.TabIndex = 604
        '
        '_IntLoad48Config_3
        '
        Me._IntLoad48Config_3.BackColor = System.Drawing.Color.FromArgb(CType(224, Byte), CType(224, Byte), CType(224, Byte))
        Me._IntLoad48Config_3.Controls.Add(Me._IntLoad48SwitchOpen_3)
        Me._IntLoad48Config_3.Controls.Add(Me._IntLoad48SwitchClose_3)
        Me._IntLoad48Config_3.Controls.Add(Me._IntLoad48Send_3)
        Me._IntLoad48Config_3.Controls.Add(Me._IntLoad48Close_3)
        Me._IntLoad48Config_3.Controls.Add(Me._Int48ILimit_3)
        Me._IntLoad48Config_3.Controls.Add(Me._LoadID48Int_3)
        Me._IntLoad48Config_3.Controls.Add(Me._IntLoad48ILimit_3)
        Me._IntLoad48Config_3.Controls.Add(Me._I48_3)
        Me._IntLoad48Config_3.Controls.Add(Me._Label1_9)
        Me._IntLoad48Config_3.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Config_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Config.SetIndex(Me._IntLoad48Config_3, CType(3, Short))
        Me._IntLoad48Config_3.Location = New System.Drawing.Point(720, 392)
        Me._IntLoad48Config_3.Name = "_IntLoad48Config_3"
        Me._IntLoad48Config_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_3.Size = New System.Drawing.Size(505, 169)
        Me._IntLoad48Config_3.TabIndex = 127
        Me._IntLoad48Config_3.TabStop = False
        Me._IntLoad48Config_3.Text = "Internal Load 13 Configuration"
        Me._IntLoad48Config_3.Visible = False
        '
        '_IntLoad48SwitchOpen_3
        '
        Me._IntLoad48SwitchOpen_3.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchOpen_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchOpen_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchOpen_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchOpen.SetIndex(Me._IntLoad48SwitchOpen_3, CType(3, Short))
        Me._IntLoad48SwitchOpen_3.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad48SwitchOpen_3.Name = "_IntLoad48SwitchOpen_3"
        Me._IntLoad48SwitchOpen_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_3.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad48SwitchOpen_3.TabIndex = 130
        Me._IntLoad48SwitchOpen_3.TabStop = True
        Me._IntLoad48SwitchOpen_3.Text = "Switch Open"
        '
        '_IntLoad48SwitchClose_3
        '
        Me._IntLoad48SwitchClose_3.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchClose_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchClose_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchClose_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchClose.SetIndex(Me._IntLoad48SwitchClose_3, CType(3, Short))
        Me._IntLoad48SwitchClose_3.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad48SwitchClose_3.Name = "_IntLoad48SwitchClose_3"
        Me._IntLoad48SwitchClose_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_3.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad48SwitchClose_3.TabIndex = 131
        Me._IntLoad48SwitchClose_3.TabStop = True
        Me._IntLoad48SwitchClose_3.Text = "Switch Close"
        '
        '_IntLoad48Send_3
        '
        Me._IntLoad48Send_3.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Send_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Send_3.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Send_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Send.SetIndex(Me._IntLoad48Send_3, CType(3, Short))
        Me._IntLoad48Send_3.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad48Send_3.Name = "_IntLoad48Send_3"
        Me._IntLoad48Send_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Send_3.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Send_3.TabIndex = 132
        Me._IntLoad48Send_3.Text = "Send"
        '
        '_IntLoad48Close_3
        '
        Me._IntLoad48Close_3.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Close_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Close_3.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Close_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Close.SetIndex(Me._IntLoad48Close_3, CType(3, Short))
        Me._IntLoad48Close_3.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad48Close_3.Name = "_IntLoad48Close_3"
        Me._IntLoad48Close_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Close_3.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Close_3.TabIndex = 133
        Me._IntLoad48Close_3.Text = "Cancel"
        '
        '_Int48ILimit_3
        '
        Me._Int48ILimit_3.AcceptsReturn = True
        Me._Int48ILimit_3.AutoSize = False
        Me._Int48ILimit_3.BackColor = System.Drawing.SystemColors.Window
        Me._Int48ILimit_3.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int48ILimit_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int48ILimit_3.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int48ILimit.SetIndex(Me._Int48ILimit_3, CType(3, Short))
        Me._Int48ILimit_3.Location = New System.Drawing.Point(232, 56)
        Me._Int48ILimit_3.MaxLength = 0
        Me._Int48ILimit_3.Name = "_Int48ILimit_3"
        Me._Int48ILimit_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int48ILimit_3.Size = New System.Drawing.Size(89, 28)
        Me._Int48ILimit_3.TabIndex = 129
        Me._Int48ILimit_3.Text = ""
        Me._Int48ILimit_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LoadID48Int_3
        '
        Me._LoadID48Int_3.AcceptsReturn = True
        Me._LoadID48Int_3.AutoSize = False
        Me._LoadID48Int_3.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID48Int_3.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID48Int_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID48Int_3.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID48Int.SetIndex(Me._LoadID48Int_3, CType(3, Short))
        Me._LoadID48Int_3.Location = New System.Drawing.Point(232, 24)
        Me._LoadID48Int_3.MaxLength = 0
        Me._LoadID48Int_3.Name = "_LoadID48Int_3"
        Me._LoadID48Int_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID48Int_3.Size = New System.Drawing.Size(209, 28)
        Me._LoadID48Int_3.TabIndex = 128
        Me._LoadID48Int_3.Text = "Text1"
        Me._LoadID48Int_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad48ILimit_3
        '
        Me._IntLoad48ILimit_3.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48ILimit_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48ILimit_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48ILimit_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48ILimit.SetIndex(Me._IntLoad48ILimit_3, CType(3, Short))
        Me._IntLoad48ILimit_3.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad48ILimit_3.Name = "_IntLoad48ILimit_3"
        Me._IntLoad48ILimit_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_3.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad48ILimit_3.TabIndex = 136
        Me._IntLoad48ILimit_3.Text = "Current Limit"
        '
        '_I48_3
        '
        Me._I48_3.BackColor = System.Drawing.Color.Transparent
        Me._I48_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._I48_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I48_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I48.SetIndex(Me._I48_3, CType(3, Short))
        Me._I48_3.Location = New System.Drawing.Point(328, 64)
        Me._I48_3.Name = "_I48_3"
        Me._I48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I48_3.Size = New System.Drawing.Size(25, 25)
        Me._I48_3.TabIndex = 135
        Me._I48_3.Text = "A"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_9.Name = "_Label1_9"
        Me._Label1_9.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_9.Size = New System.Drawing.Size(161, 17)
        Me._Label1_9.TabIndex = 134
        Me._Label1_9.Text = "Load ID/Description"
        '
        '_IntLoad48Config_1
        '
        Me._IntLoad48Config_1.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(192, Byte), CType(255, Byte))
        Me._IntLoad48Config_1.Controls.Add(Me._IntLoad48SwitchOpen_1)
        Me._IntLoad48Config_1.Controls.Add(Me._IntLoad48SwitchClose_1)
        Me._IntLoad48Config_1.Controls.Add(Me._IntLoad48Send_1)
        Me._IntLoad48Config_1.Controls.Add(Me._IntLoad48Close_1)
        Me._IntLoad48Config_1.Controls.Add(Me._Int48ILimit_1)
        Me._IntLoad48Config_1.Controls.Add(Me._LoadID48Int_1)
        Me._IntLoad48Config_1.Controls.Add(Me._IntLoad48ILimit_1)
        Me._IntLoad48Config_1.Controls.Add(Me._I48_1)
        Me._IntLoad48Config_1.Controls.Add(Me._Label1_7)
        Me._IntLoad48Config_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Config_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Config.SetIndex(Me._IntLoad48Config_1, CType(1, Short))
        Me._IntLoad48Config_1.Location = New System.Drawing.Point(720, 392)
        Me._IntLoad48Config_1.Name = "_IntLoad48Config_1"
        Me._IntLoad48Config_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_1.Size = New System.Drawing.Size(505, 169)
        Me._IntLoad48Config_1.TabIndex = 117
        Me._IntLoad48Config_1.TabStop = False
        Me._IntLoad48Config_1.Text = "Internal Load 11 Configuration"
        Me._IntLoad48Config_1.Visible = False
        '
        '_IntLoad48SwitchOpen_1
        '
        Me._IntLoad48SwitchOpen_1.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchOpen_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchOpen_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchOpen_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchOpen.SetIndex(Me._IntLoad48SwitchOpen_1, CType(1, Short))
        Me._IntLoad48SwitchOpen_1.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad48SwitchOpen_1.Name = "_IntLoad48SwitchOpen_1"
        Me._IntLoad48SwitchOpen_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_1.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad48SwitchOpen_1.TabIndex = 120
        Me._IntLoad48SwitchOpen_1.TabStop = True
        Me._IntLoad48SwitchOpen_1.Text = "Switch Open"
        '
        '_IntLoad48SwitchClose_1
        '
        Me._IntLoad48SwitchClose_1.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchClose_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchClose_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchClose_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchClose.SetIndex(Me._IntLoad48SwitchClose_1, CType(1, Short))
        Me._IntLoad48SwitchClose_1.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad48SwitchClose_1.Name = "_IntLoad48SwitchClose_1"
        Me._IntLoad48SwitchClose_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_1.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad48SwitchClose_1.TabIndex = 121
        Me._IntLoad48SwitchClose_1.TabStop = True
        Me._IntLoad48SwitchClose_1.Text = "Switch Close"
        '
        '_IntLoad48Send_1
        '
        Me._IntLoad48Send_1.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Send_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Send_1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Send_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Send.SetIndex(Me._IntLoad48Send_1, CType(1, Short))
        Me._IntLoad48Send_1.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad48Send_1.Name = "_IntLoad48Send_1"
        Me._IntLoad48Send_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Send_1.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Send_1.TabIndex = 122
        Me._IntLoad48Send_1.Text = "Send"
        '
        '_IntLoad48Close_1
        '
        Me._IntLoad48Close_1.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Close_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Close_1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Close_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Close.SetIndex(Me._IntLoad48Close_1, CType(1, Short))
        Me._IntLoad48Close_1.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad48Close_1.Name = "_IntLoad48Close_1"
        Me._IntLoad48Close_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Close_1.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Close_1.TabIndex = 123
        Me._IntLoad48Close_1.Text = "Cancel"
        '
        '_Int48ILimit_1
        '
        Me._Int48ILimit_1.AcceptsReturn = True
        Me._Int48ILimit_1.AutoSize = False
        Me._Int48ILimit_1.BackColor = System.Drawing.SystemColors.Window
        Me._Int48ILimit_1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int48ILimit_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int48ILimit_1.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int48ILimit.SetIndex(Me._Int48ILimit_1, CType(1, Short))
        Me._Int48ILimit_1.Location = New System.Drawing.Point(232, 56)
        Me._Int48ILimit_1.MaxLength = 0
        Me._Int48ILimit_1.Name = "_Int48ILimit_1"
        Me._Int48ILimit_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int48ILimit_1.Size = New System.Drawing.Size(89, 28)
        Me._Int48ILimit_1.TabIndex = 119
        Me._Int48ILimit_1.Text = ""
        Me._Int48ILimit_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LoadID48Int_1
        '
        Me._LoadID48Int_1.AcceptsReturn = True
        Me._LoadID48Int_1.AutoSize = False
        Me._LoadID48Int_1.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID48Int_1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID48Int_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID48Int_1.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID48Int.SetIndex(Me._LoadID48Int_1, CType(1, Short))
        Me._LoadID48Int_1.Location = New System.Drawing.Point(232, 24)
        Me._LoadID48Int_1.MaxLength = 0
        Me._LoadID48Int_1.Name = "_LoadID48Int_1"
        Me._LoadID48Int_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID48Int_1.Size = New System.Drawing.Size(209, 28)
        Me._LoadID48Int_1.TabIndex = 118
        Me._LoadID48Int_1.Text = "Text1"
        Me._LoadID48Int_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad48ILimit_1
        '
        Me._IntLoad48ILimit_1.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48ILimit_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48ILimit_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48ILimit_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48ILimit.SetIndex(Me._IntLoad48ILimit_1, CType(1, Short))
        Me._IntLoad48ILimit_1.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad48ILimit_1.Name = "_IntLoad48ILimit_1"
        Me._IntLoad48ILimit_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_1.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad48ILimit_1.TabIndex = 126
        Me._IntLoad48ILimit_1.Text = "Current Limit"
        '
        '_I48_1
        '
        Me._I48_1.BackColor = System.Drawing.Color.Transparent
        Me._I48_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._I48_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I48_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I48.SetIndex(Me._I48_1, CType(1, Short))
        Me._I48_1.Location = New System.Drawing.Point(328, 64)
        Me._I48_1.Name = "_I48_1"
        Me._I48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I48_1.Size = New System.Drawing.Size(25, 25)
        Me._I48_1.TabIndex = 125
        Me._I48_1.Text = "A"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_7.Name = "_Label1_7"
        Me._Label1_7.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_7.Size = New System.Drawing.Size(161, 17)
        Me._Label1_7.TabIndex = 124
        Me._Label1_7.Text = "Load ID/Description"
        '
        '_IntLoad48Config_0
        '
        Me._IntLoad48Config_0.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(255, Byte), CType(192, Byte))
        Me._IntLoad48Config_0.Controls.Add(Me._LoadID48Int_0)
        Me._IntLoad48Config_0.Controls.Add(Me._Int48ILimit_0)
        Me._IntLoad48Config_0.Controls.Add(Me._IntLoad48Close_0)
        Me._IntLoad48Config_0.Controls.Add(Me._IntLoad48Send_0)
        Me._IntLoad48Config_0.Controls.Add(Me._IntLoad48SwitchClose_0)
        Me._IntLoad48Config_0.Controls.Add(Me._IntLoad48SwitchOpen_0)
        Me._IntLoad48Config_0.Controls.Add(Me._Label1_1)
        Me._IntLoad48Config_0.Controls.Add(Me._I48_0)
        Me._IntLoad48Config_0.Controls.Add(Me._IntLoad48ILimit_0)
        Me._IntLoad48Config_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Config_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Config.SetIndex(Me._IntLoad48Config_0, CType(0, Short))
        Me._IntLoad48Config_0.Location = New System.Drawing.Point(720, 392)
        Me._IntLoad48Config_0.Name = "_IntLoad48Config_0"
        Me._IntLoad48Config_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_0.Size = New System.Drawing.Size(505, 169)
        Me._IntLoad48Config_0.TabIndex = 57
        Me._IntLoad48Config_0.TabStop = False
        Me._IntLoad48Config_0.Text = "Internal Load 10 Configuration"
        Me._IntLoad48Config_0.Visible = False
        '
        '_LoadID48Int_0
        '
        Me._LoadID48Int_0.AcceptsReturn = True
        Me._LoadID48Int_0.AutoSize = False
        Me._LoadID48Int_0.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID48Int_0.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID48Int_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID48Int_0.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID48Int.SetIndex(Me._LoadID48Int_0, CType(0, Short))
        Me._LoadID48Int_0.Location = New System.Drawing.Point(232, 24)
        Me._LoadID48Int_0.MaxLength = 0
        Me._LoadID48Int_0.Name = "_LoadID48Int_0"
        Me._LoadID48Int_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID48Int_0.Size = New System.Drawing.Size(209, 28)
        Me._LoadID48Int_0.TabIndex = 63
        Me._LoadID48Int_0.Text = "Text1"
        Me._LoadID48Int_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Int48ILimit_0
        '
        Me._Int48ILimit_0.AcceptsReturn = True
        Me._Int48ILimit_0.AutoSize = False
        Me._Int48ILimit_0.BackColor = System.Drawing.SystemColors.Window
        Me._Int48ILimit_0.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int48ILimit_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int48ILimit_0.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int48ILimit.SetIndex(Me._Int48ILimit_0, CType(0, Short))
        Me._Int48ILimit_0.Location = New System.Drawing.Point(232, 56)
        Me._Int48ILimit_0.MaxLength = 0
        Me._Int48ILimit_0.Name = "_Int48ILimit_0"
        Me._Int48ILimit_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int48ILimit_0.Size = New System.Drawing.Size(89, 28)
        Me._Int48ILimit_0.TabIndex = 64
        Me._Int48ILimit_0.Text = ""
        Me._Int48ILimit_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad48Close_0
        '
        Me._IntLoad48Close_0.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Close_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Close_0.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Close_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Close.SetIndex(Me._IntLoad48Close_0, CType(0, Short))
        Me._IntLoad48Close_0.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad48Close_0.Name = "_IntLoad48Close_0"
        Me._IntLoad48Close_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Close_0.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Close_0.TabIndex = 68
        Me._IntLoad48Close_0.Text = "Cancel"
        '
        '_IntLoad48Send_0
        '
        Me._IntLoad48Send_0.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Send_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Send_0.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Send_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Send.SetIndex(Me._IntLoad48Send_0, CType(0, Short))
        Me._IntLoad48Send_0.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad48Send_0.Name = "_IntLoad48Send_0"
        Me._IntLoad48Send_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Send_0.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Send_0.TabIndex = 67
        Me._IntLoad48Send_0.Text = "Send"
        '
        '_IntLoad48SwitchClose_0
        '
        Me._IntLoad48SwitchClose_0.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchClose_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchClose_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchClose_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchClose.SetIndex(Me._IntLoad48SwitchClose_0, CType(0, Short))
        Me._IntLoad48SwitchClose_0.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad48SwitchClose_0.Name = "_IntLoad48SwitchClose_0"
        Me._IntLoad48SwitchClose_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_0.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad48SwitchClose_0.TabIndex = 66
        Me._IntLoad48SwitchClose_0.TabStop = True
        Me._IntLoad48SwitchClose_0.Text = "Switch Close"
        '
        '_IntLoad48SwitchOpen_0
        '
        Me._IntLoad48SwitchOpen_0.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchOpen_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchOpen_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchOpen_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchOpen.SetIndex(Me._IntLoad48SwitchOpen_0, CType(0, Short))
        Me._IntLoad48SwitchOpen_0.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad48SwitchOpen_0.Name = "_IntLoad48SwitchOpen_0"
        Me._IntLoad48SwitchOpen_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_0.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad48SwitchOpen_0.TabIndex = 65
        Me._IntLoad48SwitchOpen_0.TabStop = True
        Me._IntLoad48SwitchOpen_0.Text = "Switch Open"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_1.Name = "_Label1_1"
        Me._Label1_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_1.Size = New System.Drawing.Size(161, 17)
        Me._Label1_1.TabIndex = 66
        Me._Label1_1.Text = "Load ID/Description"
        '
        '_I48_0
        '
        Me._I48_0.BackColor = System.Drawing.Color.Transparent
        Me._I48_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._I48_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I48_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I48.SetIndex(Me._I48_0, CType(0, Short))
        Me._I48_0.Location = New System.Drawing.Point(328, 64)
        Me._I48_0.Name = "_I48_0"
        Me._I48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I48_0.Size = New System.Drawing.Size(25, 25)
        Me._I48_0.TabIndex = 65
        Me._I48_0.Text = "A"
        '
        '_IntLoad48ILimit_0
        '
        Me._IntLoad48ILimit_0.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48ILimit_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48ILimit_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48ILimit_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48ILimit.SetIndex(Me._IntLoad48ILimit_0, CType(0, Short))
        Me._IntLoad48ILimit_0.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad48ILimit_0.Name = "_IntLoad48ILimit_0"
        Me._IntLoad48ILimit_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_0.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad48ILimit_0.TabIndex = 64
        Me._IntLoad48ILimit_0.Text = "Current Limit"
        '
        '_IntLoad12Config_0
        '
        Me._IntLoad12Config_0.BackColor = System.Drawing.Color.Wheat
        Me._IntLoad12Config_0.Controls.Add(Me._IntLoad12SwitchOpen_0)
        Me._IntLoad12Config_0.Controls.Add(Me._IntLoad12SwitchClose_0)
        Me._IntLoad12Config_0.Controls.Add(Me._IntLoad12Send_0)
        Me._IntLoad12Config_0.Controls.Add(Me._IntLoad12Close_0)
        Me._IntLoad12Config_0.Controls.Add(Me._Int12ILimit_0)
        Me._IntLoad12Config_0.Controls.Add(Me._LoadID12Int_0)
        Me._IntLoad12Config_0.Controls.Add(Me._IntLoad12ILimit_0)
        Me._IntLoad12Config_0.Controls.Add(Me._I12_0)
        Me._IntLoad12Config_0.Controls.Add(Me._Label1_0)
        Me._IntLoad12Config_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Config_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Config.SetIndex(Me._IntLoad12Config_0, CType(0, Short))
        Me._IntLoad12Config_0.Location = New System.Drawing.Point(720, 392)
        Me._IntLoad12Config_0.Name = "_IntLoad12Config_0"
        Me._IntLoad12Config_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Config_0.Size = New System.Drawing.Size(505, 168)
        Me._IntLoad12Config_0.TabIndex = 47
        Me._IntLoad12Config_0.TabStop = False
        Me._IntLoad12Config_0.Text = "Internal Load 3 Configuration"
        Me._IntLoad12Config_0.Visible = False
        '
        '_IntLoad12SwitchOpen_0
        '
        Me._IntLoad12SwitchOpen_0.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12SwitchOpen_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchOpen_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchOpen_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchOpen.SetIndex(Me._IntLoad12SwitchOpen_0, CType(0, Short))
        Me._IntLoad12SwitchOpen_0.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad12SwitchOpen_0.Name = "_IntLoad12SwitchOpen_0"
        Me._IntLoad12SwitchOpen_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchOpen_0.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad12SwitchOpen_0.TabIndex = 50
        Me._IntLoad12SwitchOpen_0.TabStop = True
        Me._IntLoad12SwitchOpen_0.Text = "Switch Open"
        '
        '_IntLoad12SwitchClose_0
        '
        Me._IntLoad12SwitchClose_0.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12SwitchClose_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchClose_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchClose_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchClose.SetIndex(Me._IntLoad12SwitchClose_0, CType(0, Short))
        Me._IntLoad12SwitchClose_0.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad12SwitchClose_0.Name = "_IntLoad12SwitchClose_0"
        Me._IntLoad12SwitchClose_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchClose_0.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad12SwitchClose_0.TabIndex = 51
        Me._IntLoad12SwitchClose_0.TabStop = True
        Me._IntLoad12SwitchClose_0.Text = "Switch Close"
        '
        '_IntLoad12Send_0
        '
        Me._IntLoad12Send_0.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Send_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Send_0.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Send_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Send.SetIndex(Me._IntLoad12Send_0, CType(0, Short))
        Me._IntLoad12Send_0.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad12Send_0.Name = "_IntLoad12Send_0"
        Me._IntLoad12Send_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Send_0.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Send_0.TabIndex = 52
        Me._IntLoad12Send_0.Text = "Send"
        '
        '_IntLoad12Close_0
        '
        Me._IntLoad12Close_0.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Close_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Close_0.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Close_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Close.SetIndex(Me._IntLoad12Close_0, CType(0, Short))
        Me._IntLoad12Close_0.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad12Close_0.Name = "_IntLoad12Close_0"
        Me._IntLoad12Close_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Close_0.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Close_0.TabIndex = 53
        Me._IntLoad12Close_0.Text = "Cancel"
        '
        '_Int12ILimit_0
        '
        Me._Int12ILimit_0.AcceptsReturn = True
        Me._Int12ILimit_0.AutoSize = False
        Me._Int12ILimit_0.BackColor = System.Drawing.SystemColors.Window
        Me._Int12ILimit_0.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int12ILimit_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int12ILimit_0.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int12ILimit.SetIndex(Me._Int12ILimit_0, CType(0, Short))
        Me._Int12ILimit_0.Location = New System.Drawing.Point(232, 56)
        Me._Int12ILimit_0.MaxLength = 0
        Me._Int12ILimit_0.Name = "_Int12ILimit_0"
        Me._Int12ILimit_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int12ILimit_0.Size = New System.Drawing.Size(89, 28)
        Me._Int12ILimit_0.TabIndex = 49
        Me._Int12ILimit_0.Text = ""
        Me._Int12ILimit_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LoadID12Int_0
        '
        Me._LoadID12Int_0.AcceptsReturn = True
        Me._LoadID12Int_0.AutoSize = False
        Me._LoadID12Int_0.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID12Int_0.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID12Int_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID12Int_0.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID12Int.SetIndex(Me._LoadID12Int_0, CType(0, Short))
        Me._LoadID12Int_0.Location = New System.Drawing.Point(232, 24)
        Me._LoadID12Int_0.MaxLength = 0
        Me._LoadID12Int_0.Name = "_LoadID12Int_0"
        Me._LoadID12Int_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID12Int_0.Size = New System.Drawing.Size(209, 28)
        Me._LoadID12Int_0.TabIndex = 48
        Me._LoadID12Int_0.Text = "Text1"
        Me._LoadID12Int_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad12ILimit_0
        '
        Me._IntLoad12ILimit_0.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12ILimit_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12ILimit_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12ILimit_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12ILimit.SetIndex(Me._IntLoad12ILimit_0, CType(0, Short))
        Me._IntLoad12ILimit_0.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad12ILimit_0.Name = "_IntLoad12ILimit_0"
        Me._IntLoad12ILimit_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12ILimit_0.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad12ILimit_0.TabIndex = 56
        Me._IntLoad12ILimit_0.Text = "Current Limit"
        '
        '_I12_0
        '
        Me._I12_0.BackColor = System.Drawing.Color.Transparent
        Me._I12_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._I12_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I12_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I12.SetIndex(Me._I12_0, CType(0, Short))
        Me._I12_0.Location = New System.Drawing.Point(328, 64)
        Me._I12_0.Name = "_I12_0"
        Me._I12_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I12_0.Size = New System.Drawing.Size(25, 25)
        Me._I12_0.TabIndex = 55
        Me._I12_0.Text = "A"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_0.Name = "_Label1_0"
        Me._Label1_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_0.Size = New System.Drawing.Size(161, 17)
        Me._Label1_0.TabIndex = 54
        Me._Label1_0.Text = "Load ID/Description"
        '
        '_IntLoad12Config_1
        '
        Me._IntLoad12Config_1.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(192, Byte), CType(192, Byte))
        Me._IntLoad12Config_1.Controls.Add(Me._LoadID12Int_1)
        Me._IntLoad12Config_1.Controls.Add(Me._Int12ILimit_1)
        Me._IntLoad12Config_1.Controls.Add(Me._IntLoad12Close_1)
        Me._IntLoad12Config_1.Controls.Add(Me._IntLoad12Send_1)
        Me._IntLoad12Config_1.Controls.Add(Me._IntLoad12SwitchClose_1)
        Me._IntLoad12Config_1.Controls.Add(Me._IntLoad12SwitchOpen_1)
        Me._IntLoad12Config_1.Controls.Add(Me._Label1_2)
        Me._IntLoad12Config_1.Controls.Add(Me._I12_1)
        Me._IntLoad12Config_1.Controls.Add(Me._IntLoad12ILimit_1)
        Me._IntLoad12Config_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Config_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Config.SetIndex(Me._IntLoad12Config_1, CType(1, Short))
        Me._IntLoad12Config_1.Location = New System.Drawing.Point(720, 392)
        Me._IntLoad12Config_1.Name = "_IntLoad12Config_1"
        Me._IntLoad12Config_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Config_1.Size = New System.Drawing.Size(505, 168)
        Me._IntLoad12Config_1.TabIndex = 67
        Me._IntLoad12Config_1.TabStop = False
        Me._IntLoad12Config_1.Text = "Internal Load 4 Configuration"
        Me._IntLoad12Config_1.Visible = False
        '
        '_LoadID12Int_1
        '
        Me._LoadID12Int_1.AcceptsReturn = True
        Me._LoadID12Int_1.AutoSize = False
        Me._LoadID12Int_1.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID12Int_1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID12Int_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID12Int_1.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID12Int.SetIndex(Me._LoadID12Int_1, CType(1, Short))
        Me._LoadID12Int_1.Location = New System.Drawing.Point(232, 24)
        Me._LoadID12Int_1.MaxLength = 0
        Me._LoadID12Int_1.Name = "_LoadID12Int_1"
        Me._LoadID12Int_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID12Int_1.Size = New System.Drawing.Size(209, 28)
        Me._LoadID12Int_1.TabIndex = 73
        Me._LoadID12Int_1.Text = "Text1"
        Me._LoadID12Int_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Int12ILimit_1
        '
        Me._Int12ILimit_1.AcceptsReturn = True
        Me._Int12ILimit_1.AutoSize = False
        Me._Int12ILimit_1.BackColor = System.Drawing.SystemColors.Window
        Me._Int12ILimit_1.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int12ILimit_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int12ILimit_1.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int12ILimit.SetIndex(Me._Int12ILimit_1, CType(1, Short))
        Me._Int12ILimit_1.Location = New System.Drawing.Point(232, 56)
        Me._Int12ILimit_1.MaxLength = 0
        Me._Int12ILimit_1.Name = "_Int12ILimit_1"
        Me._Int12ILimit_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int12ILimit_1.Size = New System.Drawing.Size(89, 28)
        Me._Int12ILimit_1.TabIndex = 74
        Me._Int12ILimit_1.Text = ""
        Me._Int12ILimit_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad12Close_1
        '
        Me._IntLoad12Close_1.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Close_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Close_1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Close_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Close.SetIndex(Me._IntLoad12Close_1, CType(1, Short))
        Me._IntLoad12Close_1.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad12Close_1.Name = "_IntLoad12Close_1"
        Me._IntLoad12Close_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Close_1.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Close_1.TabIndex = 78
        Me._IntLoad12Close_1.Text = "Cancel"
        '
        '_IntLoad12Send_1
        '
        Me._IntLoad12Send_1.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Send_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Send_1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Send_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Send.SetIndex(Me._IntLoad12Send_1, CType(1, Short))
        Me._IntLoad12Send_1.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad12Send_1.Name = "_IntLoad12Send_1"
        Me._IntLoad12Send_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Send_1.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Send_1.TabIndex = 77
        Me._IntLoad12Send_1.Text = "Send"
        '
        '_IntLoad12SwitchClose_1
        '
        Me._IntLoad12SwitchClose_1.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12SwitchClose_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchClose_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchClose_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchClose.SetIndex(Me._IntLoad12SwitchClose_1, CType(1, Short))
        Me._IntLoad12SwitchClose_1.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad12SwitchClose_1.Name = "_IntLoad12SwitchClose_1"
        Me._IntLoad12SwitchClose_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchClose_1.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad12SwitchClose_1.TabIndex = 76
        Me._IntLoad12SwitchClose_1.TabStop = True
        Me._IntLoad12SwitchClose_1.Text = "Switch Close"
        '
        '_IntLoad12SwitchOpen_1
        '
        Me._IntLoad12SwitchOpen_1.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12SwitchOpen_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchOpen_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchOpen_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchOpen.SetIndex(Me._IntLoad12SwitchOpen_1, CType(1, Short))
        Me._IntLoad12SwitchOpen_1.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad12SwitchOpen_1.Name = "_IntLoad12SwitchOpen_1"
        Me._IntLoad12SwitchOpen_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchOpen_1.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad12SwitchOpen_1.TabIndex = 75
        Me._IntLoad12SwitchOpen_1.TabStop = True
        Me._IntLoad12SwitchOpen_1.Text = "Switch Open"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_2.Name = "_Label1_2"
        Me._Label1_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_2.Size = New System.Drawing.Size(161, 17)
        Me._Label1_2.TabIndex = 76
        Me._Label1_2.Text = "Load ID/Description"
        '
        '_I12_1
        '
        Me._I12_1.BackColor = System.Drawing.Color.Transparent
        Me._I12_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._I12_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I12_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I12.SetIndex(Me._I12_1, CType(1, Short))
        Me._I12_1.Location = New System.Drawing.Point(328, 64)
        Me._I12_1.Name = "_I12_1"
        Me._I12_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I12_1.Size = New System.Drawing.Size(25, 25)
        Me._I12_1.TabIndex = 75
        Me._I12_1.Text = "A"
        '
        '_IntLoad12ILimit_1
        '
        Me._IntLoad12ILimit_1.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12ILimit_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12ILimit_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12ILimit_1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12ILimit.SetIndex(Me._IntLoad12ILimit_1, CType(1, Short))
        Me._IntLoad12ILimit_1.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad12ILimit_1.Name = "_IntLoad12ILimit_1"
        Me._IntLoad12ILimit_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12ILimit_1.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad12ILimit_1.TabIndex = 74
        Me._IntLoad12ILimit_1.Text = "Current Limit"
        '
        '_IntLoad12Config_2
        '
        Me._IntLoad12Config_2.BackColor = System.Drawing.Color.Turquoise
        Me._IntLoad12Config_2.Controls.Add(Me._LoadID12Int_2)
        Me._IntLoad12Config_2.Controls.Add(Me._Int12ILimit_2)
        Me._IntLoad12Config_2.Controls.Add(Me._IntLoad12Close_2)
        Me._IntLoad12Config_2.Controls.Add(Me._IntLoad12Send_2)
        Me._IntLoad12Config_2.Controls.Add(Me._IntLoad12SwitchClose_2)
        Me._IntLoad12Config_2.Controls.Add(Me._IntLoad12SwitchOpen_2)
        Me._IntLoad12Config_2.Controls.Add(Me._Label1_3)
        Me._IntLoad12Config_2.Controls.Add(Me._I12_2)
        Me._IntLoad12Config_2.Controls.Add(Me._IntLoad12ILimit_2)
        Me._IntLoad12Config_2.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Config_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Config.SetIndex(Me._IntLoad12Config_2, CType(2, Short))
        Me._IntLoad12Config_2.Location = New System.Drawing.Point(720, 392)
        Me._IntLoad12Config_2.Name = "_IntLoad12Config_2"
        Me._IntLoad12Config_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Config_2.Size = New System.Drawing.Size(505, 168)
        Me._IntLoad12Config_2.TabIndex = 77
        Me._IntLoad12Config_2.TabStop = False
        Me._IntLoad12Config_2.Text = "Internal Load 5 Configuration"
        Me._IntLoad12Config_2.Visible = False
        '
        '_LoadID12Int_2
        '
        Me._LoadID12Int_2.AcceptsReturn = True
        Me._LoadID12Int_2.AutoSize = False
        Me._LoadID12Int_2.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID12Int_2.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID12Int_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID12Int_2.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID12Int.SetIndex(Me._LoadID12Int_2, CType(2, Short))
        Me._LoadID12Int_2.Location = New System.Drawing.Point(232, 24)
        Me._LoadID12Int_2.MaxLength = 0
        Me._LoadID12Int_2.Name = "_LoadID12Int_2"
        Me._LoadID12Int_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID12Int_2.Size = New System.Drawing.Size(209, 28)
        Me._LoadID12Int_2.TabIndex = 83
        Me._LoadID12Int_2.Text = "Text1"
        Me._LoadID12Int_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Int12ILimit_2
        '
        Me._Int12ILimit_2.AcceptsReturn = True
        Me._Int12ILimit_2.AutoSize = False
        Me._Int12ILimit_2.BackColor = System.Drawing.SystemColors.Window
        Me._Int12ILimit_2.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int12ILimit_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int12ILimit_2.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int12ILimit.SetIndex(Me._Int12ILimit_2, CType(2, Short))
        Me._Int12ILimit_2.Location = New System.Drawing.Point(232, 56)
        Me._Int12ILimit_2.MaxLength = 0
        Me._Int12ILimit_2.Name = "_Int12ILimit_2"
        Me._Int12ILimit_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int12ILimit_2.Size = New System.Drawing.Size(89, 28)
        Me._Int12ILimit_2.TabIndex = 84
        Me._Int12ILimit_2.Text = ""
        Me._Int12ILimit_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad12Close_2
        '
        Me._IntLoad12Close_2.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Close_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Close_2.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Close_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Close.SetIndex(Me._IntLoad12Close_2, CType(2, Short))
        Me._IntLoad12Close_2.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad12Close_2.Name = "_IntLoad12Close_2"
        Me._IntLoad12Close_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Close_2.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Close_2.TabIndex = 88
        Me._IntLoad12Close_2.Text = "Cancel"
        '
        '_IntLoad12Send_2
        '
        Me._IntLoad12Send_2.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Send_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Send_2.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Send_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Send.SetIndex(Me._IntLoad12Send_2, CType(2, Short))
        Me._IntLoad12Send_2.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad12Send_2.Name = "_IntLoad12Send_2"
        Me._IntLoad12Send_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Send_2.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Send_2.TabIndex = 87
        Me._IntLoad12Send_2.Text = "Send"
        '
        '_IntLoad12SwitchClose_2
        '
        Me._IntLoad12SwitchClose_2.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12SwitchClose_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchClose_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchClose_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchClose.SetIndex(Me._IntLoad12SwitchClose_2, CType(2, Short))
        Me._IntLoad12SwitchClose_2.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad12SwitchClose_2.Name = "_IntLoad12SwitchClose_2"
        Me._IntLoad12SwitchClose_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchClose_2.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad12SwitchClose_2.TabIndex = 86
        Me._IntLoad12SwitchClose_2.TabStop = True
        Me._IntLoad12SwitchClose_2.Text = "Switch Close"
        '
        '_IntLoad12SwitchOpen_2
        '
        Me._IntLoad12SwitchOpen_2.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12SwitchOpen_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchOpen_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchOpen_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchOpen.SetIndex(Me._IntLoad12SwitchOpen_2, CType(2, Short))
        Me._IntLoad12SwitchOpen_2.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad12SwitchOpen_2.Name = "_IntLoad12SwitchOpen_2"
        Me._IntLoad12SwitchOpen_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchOpen_2.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad12SwitchOpen_2.TabIndex = 85
        Me._IntLoad12SwitchOpen_2.TabStop = True
        Me._IntLoad12SwitchOpen_2.Text = "Switch Open"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_3.Name = "_Label1_3"
        Me._Label1_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_3.Size = New System.Drawing.Size(161, 17)
        Me._Label1_3.TabIndex = 86
        Me._Label1_3.Text = "Load ID/Description"
        '
        '_I12_2
        '
        Me._I12_2.BackColor = System.Drawing.Color.Transparent
        Me._I12_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._I12_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I12_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I12.SetIndex(Me._I12_2, CType(2, Short))
        Me._I12_2.Location = New System.Drawing.Point(328, 64)
        Me._I12_2.Name = "_I12_2"
        Me._I12_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I12_2.Size = New System.Drawing.Size(25, 25)
        Me._I12_2.TabIndex = 85
        Me._I12_2.Text = "A"
        '
        '_IntLoad12ILimit_2
        '
        Me._IntLoad12ILimit_2.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12ILimit_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12ILimit_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12ILimit_2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12ILimit.SetIndex(Me._IntLoad12ILimit_2, CType(2, Short))
        Me._IntLoad12ILimit_2.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad12ILimit_2.Name = "_IntLoad12ILimit_2"
        Me._IntLoad12ILimit_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12ILimit_2.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad12ILimit_2.TabIndex = 84
        Me._IntLoad12ILimit_2.Text = "Current Limit"
        '
        '_IntLoad12Config_3
        '
        Me._IntLoad12Config_3.BackColor = System.Drawing.Color.Silver
        Me._IntLoad12Config_3.Controls.Add(Me._LoadID12Int_3)
        Me._IntLoad12Config_3.Controls.Add(Me._Int12ILimit_3)
        Me._IntLoad12Config_3.Controls.Add(Me._IntLoad12Close_3)
        Me._IntLoad12Config_3.Controls.Add(Me._IntLoad12Send_3)
        Me._IntLoad12Config_3.Controls.Add(Me._IntLoad12SwitchClose_3)
        Me._IntLoad12Config_3.Controls.Add(Me._IntLoad12SwitchOpen_3)
        Me._IntLoad12Config_3.Controls.Add(Me._Label1_4)
        Me._IntLoad12Config_3.Controls.Add(Me._I12_3)
        Me._IntLoad12Config_3.Controls.Add(Me._IntLoad12ILimit_3)
        Me._IntLoad12Config_3.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Config_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Config.SetIndex(Me._IntLoad12Config_3, CType(3, Short))
        Me._IntLoad12Config_3.Location = New System.Drawing.Point(720, 392)
        Me._IntLoad12Config_3.Name = "_IntLoad12Config_3"
        Me._IntLoad12Config_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Config_3.Size = New System.Drawing.Size(505, 169)
        Me._IntLoad12Config_3.TabIndex = 87
        Me._IntLoad12Config_3.TabStop = False
        Me._IntLoad12Config_3.Text = "Internal Load 6 Configuration"
        Me._IntLoad12Config_3.Visible = False
        '
        '_LoadID12Int_3
        '
        Me._LoadID12Int_3.AcceptsReturn = True
        Me._LoadID12Int_3.AutoSize = False
        Me._LoadID12Int_3.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID12Int_3.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID12Int_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID12Int_3.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID12Int.SetIndex(Me._LoadID12Int_3, CType(3, Short))
        Me._LoadID12Int_3.Location = New System.Drawing.Point(232, 24)
        Me._LoadID12Int_3.MaxLength = 0
        Me._LoadID12Int_3.Name = "_LoadID12Int_3"
        Me._LoadID12Int_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID12Int_3.Size = New System.Drawing.Size(209, 28)
        Me._LoadID12Int_3.TabIndex = 93
        Me._LoadID12Int_3.Text = "Text1"
        Me._LoadID12Int_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Int12ILimit_3
        '
        Me._Int12ILimit_3.AcceptsReturn = True
        Me._Int12ILimit_3.AutoSize = False
        Me._Int12ILimit_3.BackColor = System.Drawing.SystemColors.Window
        Me._Int12ILimit_3.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int12ILimit_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int12ILimit_3.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int12ILimit.SetIndex(Me._Int12ILimit_3, CType(3, Short))
        Me._Int12ILimit_3.Location = New System.Drawing.Point(232, 56)
        Me._Int12ILimit_3.MaxLength = 0
        Me._Int12ILimit_3.Name = "_Int12ILimit_3"
        Me._Int12ILimit_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int12ILimit_3.Size = New System.Drawing.Size(89, 28)
        Me._Int12ILimit_3.TabIndex = 94
        Me._Int12ILimit_3.Text = ""
        Me._Int12ILimit_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad12Close_3
        '
        Me._IntLoad12Close_3.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Close_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Close_3.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Close_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Close.SetIndex(Me._IntLoad12Close_3, CType(3, Short))
        Me._IntLoad12Close_3.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad12Close_3.Name = "_IntLoad12Close_3"
        Me._IntLoad12Close_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Close_3.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Close_3.TabIndex = 98
        Me._IntLoad12Close_3.Text = "Cancel"
        '
        '_IntLoad12Send_3
        '
        Me._IntLoad12Send_3.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Send_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Send_3.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Send_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Send.SetIndex(Me._IntLoad12Send_3, CType(3, Short))
        Me._IntLoad12Send_3.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad12Send_3.Name = "_IntLoad12Send_3"
        Me._IntLoad12Send_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Send_3.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Send_3.TabIndex = 97
        Me._IntLoad12Send_3.Text = "Send"
        '
        '_IntLoad12SwitchClose_3
        '
        Me._IntLoad12SwitchClose_3.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12SwitchClose_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchClose_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchClose_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchClose.SetIndex(Me._IntLoad12SwitchClose_3, CType(3, Short))
        Me._IntLoad12SwitchClose_3.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad12SwitchClose_3.Name = "_IntLoad12SwitchClose_3"
        Me._IntLoad12SwitchClose_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchClose_3.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad12SwitchClose_3.TabIndex = 96
        Me._IntLoad12SwitchClose_3.TabStop = True
        Me._IntLoad12SwitchClose_3.Text = "Switch Close"
        '
        '_IntLoad12SwitchOpen_3
        '
        Me._IntLoad12SwitchOpen_3.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12SwitchOpen_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchOpen_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchOpen_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchOpen.SetIndex(Me._IntLoad12SwitchOpen_3, CType(3, Short))
        Me._IntLoad12SwitchOpen_3.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad12SwitchOpen_3.Name = "_IntLoad12SwitchOpen_3"
        Me._IntLoad12SwitchOpen_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchOpen_3.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad12SwitchOpen_3.TabIndex = 95
        Me._IntLoad12SwitchOpen_3.TabStop = True
        Me._IntLoad12SwitchOpen_3.Text = "Switch Open"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_4.Name = "_Label1_4"
        Me._Label1_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_4.Size = New System.Drawing.Size(161, 17)
        Me._Label1_4.TabIndex = 96
        Me._Label1_4.Text = "Load ID/Description"
        '
        '_I12_3
        '
        Me._I12_3.BackColor = System.Drawing.Color.Transparent
        Me._I12_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._I12_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I12_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I12.SetIndex(Me._I12_3, CType(3, Short))
        Me._I12_3.Location = New System.Drawing.Point(328, 64)
        Me._I12_3.Name = "_I12_3"
        Me._I12_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I12_3.Size = New System.Drawing.Size(25, 25)
        Me._I12_3.TabIndex = 95
        Me._I12_3.Text = "A"
        '
        '_IntLoad12ILimit_3
        '
        Me._IntLoad12ILimit_3.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12ILimit_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12ILimit_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12ILimit_3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12ILimit.SetIndex(Me._IntLoad12ILimit_3, CType(3, Short))
        Me._IntLoad12ILimit_3.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad12ILimit_3.Name = "_IntLoad12ILimit_3"
        Me._IntLoad12ILimit_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12ILimit_3.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad12ILimit_3.TabIndex = 94
        Me._IntLoad12ILimit_3.Text = "Current Limit"
        '
        '_IntLoad12Config_4
        '
        Me._IntLoad12Config_4.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(224, Byte), CType(192, Byte))
        Me._IntLoad12Config_4.Controls.Add(Me._LoadID12Int_4)
        Me._IntLoad12Config_4.Controls.Add(Me._Int12ILimit_4)
        Me._IntLoad12Config_4.Controls.Add(Me._IntLoad12Close_4)
        Me._IntLoad12Config_4.Controls.Add(Me._IntLoad12Send_4)
        Me._IntLoad12Config_4.Controls.Add(Me._IntLoad12SwitchClose_4)
        Me._IntLoad12Config_4.Controls.Add(Me._IntLoad12SwitchOpen_4)
        Me._IntLoad12Config_4.Controls.Add(Me._Label1_5)
        Me._IntLoad12Config_4.Controls.Add(Me._I12_4)
        Me._IntLoad12Config_4.Controls.Add(Me._IntLoad12ILimit_4)
        Me._IntLoad12Config_4.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Config_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Config.SetIndex(Me._IntLoad12Config_4, CType(4, Short))
        Me._IntLoad12Config_4.Location = New System.Drawing.Point(720, 392)
        Me._IntLoad12Config_4.Name = "_IntLoad12Config_4"
        Me._IntLoad12Config_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Config_4.Size = New System.Drawing.Size(505, 168)
        Me._IntLoad12Config_4.TabIndex = 97
        Me._IntLoad12Config_4.TabStop = False
        Me._IntLoad12Config_4.Text = "Internal Load 7 Configuration"
        Me._IntLoad12Config_4.Visible = False
        '
        '_LoadID12Int_4
        '
        Me._LoadID12Int_4.AcceptsReturn = True
        Me._LoadID12Int_4.AutoSize = False
        Me._LoadID12Int_4.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID12Int_4.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID12Int_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID12Int_4.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID12Int.SetIndex(Me._LoadID12Int_4, CType(4, Short))
        Me._LoadID12Int_4.Location = New System.Drawing.Point(232, 24)
        Me._LoadID12Int_4.MaxLength = 0
        Me._LoadID12Int_4.Name = "_LoadID12Int_4"
        Me._LoadID12Int_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID12Int_4.Size = New System.Drawing.Size(209, 28)
        Me._LoadID12Int_4.TabIndex = 103
        Me._LoadID12Int_4.Text = "Text1"
        Me._LoadID12Int_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Int12ILimit_4
        '
        Me._Int12ILimit_4.AcceptsReturn = True
        Me._Int12ILimit_4.AutoSize = False
        Me._Int12ILimit_4.BackColor = System.Drawing.SystemColors.Window
        Me._Int12ILimit_4.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int12ILimit_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int12ILimit_4.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int12ILimit.SetIndex(Me._Int12ILimit_4, CType(4, Short))
        Me._Int12ILimit_4.Location = New System.Drawing.Point(232, 56)
        Me._Int12ILimit_4.MaxLength = 0
        Me._Int12ILimit_4.Name = "_Int12ILimit_4"
        Me._Int12ILimit_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int12ILimit_4.Size = New System.Drawing.Size(89, 28)
        Me._Int12ILimit_4.TabIndex = 104
        Me._Int12ILimit_4.Text = ""
        Me._Int12ILimit_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad12Close_4
        '
        Me._IntLoad12Close_4.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Close_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Close_4.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Close_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Close.SetIndex(Me._IntLoad12Close_4, CType(4, Short))
        Me._IntLoad12Close_4.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad12Close_4.Name = "_IntLoad12Close_4"
        Me._IntLoad12Close_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Close_4.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Close_4.TabIndex = 108
        Me._IntLoad12Close_4.Text = "Cancel"
        '
        '_IntLoad12Send_4
        '
        Me._IntLoad12Send_4.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Send_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Send_4.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Send_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Send.SetIndex(Me._IntLoad12Send_4, CType(4, Short))
        Me._IntLoad12Send_4.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad12Send_4.Name = "_IntLoad12Send_4"
        Me._IntLoad12Send_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Send_4.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Send_4.TabIndex = 107
        Me._IntLoad12Send_4.Text = "Send"
        '
        '_IntLoad12SwitchClose_4
        '
        Me._IntLoad12SwitchClose_4.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12SwitchClose_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchClose_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchClose_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchClose.SetIndex(Me._IntLoad12SwitchClose_4, CType(4, Short))
        Me._IntLoad12SwitchClose_4.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad12SwitchClose_4.Name = "_IntLoad12SwitchClose_4"
        Me._IntLoad12SwitchClose_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchClose_4.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad12SwitchClose_4.TabIndex = 106
        Me._IntLoad12SwitchClose_4.TabStop = True
        Me._IntLoad12SwitchClose_4.Text = "Switch Close"
        '
        '_IntLoad12SwitchOpen_4
        '
        Me._IntLoad12SwitchOpen_4.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12SwitchOpen_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchOpen_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchOpen_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchOpen.SetIndex(Me._IntLoad12SwitchOpen_4, CType(4, Short))
        Me._IntLoad12SwitchOpen_4.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad12SwitchOpen_4.Name = "_IntLoad12SwitchOpen_4"
        Me._IntLoad12SwitchOpen_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchOpen_4.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad12SwitchOpen_4.TabIndex = 105
        Me._IntLoad12SwitchOpen_4.TabStop = True
        Me._IntLoad12SwitchOpen_4.Text = "Switch Open"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_5.Name = "_Label1_5"
        Me._Label1_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_5.Size = New System.Drawing.Size(161, 17)
        Me._Label1_5.TabIndex = 106
        Me._Label1_5.Text = "Load ID/Description"
        '
        '_I12_4
        '
        Me._I12_4.BackColor = System.Drawing.Color.Transparent
        Me._I12_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._I12_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I12_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I12.SetIndex(Me._I12_4, CType(4, Short))
        Me._I12_4.Location = New System.Drawing.Point(328, 64)
        Me._I12_4.Name = "_I12_4"
        Me._I12_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I12_4.Size = New System.Drawing.Size(25, 25)
        Me._I12_4.TabIndex = 105
        Me._I12_4.Text = "A"
        '
        '_IntLoad12ILimit_4
        '
        Me._IntLoad12ILimit_4.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12ILimit_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12ILimit_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12ILimit_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12ILimit.SetIndex(Me._IntLoad12ILimit_4, CType(4, Short))
        Me._IntLoad12ILimit_4.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad12ILimit_4.Name = "_IntLoad12ILimit_4"
        Me._IntLoad12ILimit_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12ILimit_4.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad12ILimit_4.TabIndex = 104
        Me._IntLoad12ILimit_4.Text = "Current Limit"
        '
        '_IntLoad12Config_5
        '
        Me._IntLoad12Config_5.BackColor = System.Drawing.Color.DarkSeaGreen
        Me._IntLoad12Config_5.Controls.Add(Me._LoadID12Int_5)
        Me._IntLoad12Config_5.Controls.Add(Me._Int12ILimit_5)
        Me._IntLoad12Config_5.Controls.Add(Me._IntLoad12Close_5)
        Me._IntLoad12Config_5.Controls.Add(Me._IntLoad12Send_5)
        Me._IntLoad12Config_5.Controls.Add(Me._IntLoad12SwitchClose_5)
        Me._IntLoad12Config_5.Controls.Add(Me._IntLoad12SwitchOpen_5)
        Me._IntLoad12Config_5.Controls.Add(Me._Label1_6)
        Me._IntLoad12Config_5.Controls.Add(Me._I12_5)
        Me._IntLoad12Config_5.Controls.Add(Me._IntLoad12ILimit_5)
        Me._IntLoad12Config_5.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Config_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Config.SetIndex(Me._IntLoad12Config_5, CType(5, Short))
        Me._IntLoad12Config_5.Location = New System.Drawing.Point(720, 392)
        Me._IntLoad12Config_5.Name = "_IntLoad12Config_5"
        Me._IntLoad12Config_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Config_5.Size = New System.Drawing.Size(505, 168)
        Me._IntLoad12Config_5.TabIndex = 107
        Me._IntLoad12Config_5.TabStop = False
        Me._IntLoad12Config_5.Text = "Internal Load 8 Configuration"
        Me._IntLoad12Config_5.Visible = False
        '
        '_LoadID12Int_5
        '
        Me._LoadID12Int_5.AcceptsReturn = True
        Me._LoadID12Int_5.AutoSize = False
        Me._LoadID12Int_5.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID12Int_5.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID12Int_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID12Int_5.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID12Int.SetIndex(Me._LoadID12Int_5, CType(5, Short))
        Me._LoadID12Int_5.Location = New System.Drawing.Point(232, 24)
        Me._LoadID12Int_5.MaxLength = 0
        Me._LoadID12Int_5.Name = "_LoadID12Int_5"
        Me._LoadID12Int_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID12Int_5.Size = New System.Drawing.Size(209, 28)
        Me._LoadID12Int_5.TabIndex = 113
        Me._LoadID12Int_5.Text = "Text1"
        Me._LoadID12Int_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Int12ILimit_5
        '
        Me._Int12ILimit_5.AcceptsReturn = True
        Me._Int12ILimit_5.AutoSize = False
        Me._Int12ILimit_5.BackColor = System.Drawing.SystemColors.Window
        Me._Int12ILimit_5.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int12ILimit_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int12ILimit_5.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int12ILimit.SetIndex(Me._Int12ILimit_5, CType(5, Short))
        Me._Int12ILimit_5.Location = New System.Drawing.Point(232, 56)
        Me._Int12ILimit_5.MaxLength = 0
        Me._Int12ILimit_5.Name = "_Int12ILimit_5"
        Me._Int12ILimit_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int12ILimit_5.Size = New System.Drawing.Size(89, 28)
        Me._Int12ILimit_5.TabIndex = 114
        Me._Int12ILimit_5.Text = ""
        Me._Int12ILimit_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad12Close_5
        '
        Me._IntLoad12Close_5.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Close_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Close_5.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Close_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Close.SetIndex(Me._IntLoad12Close_5, CType(5, Short))
        Me._IntLoad12Close_5.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad12Close_5.Name = "_IntLoad12Close_5"
        Me._IntLoad12Close_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Close_5.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Close_5.TabIndex = 118
        Me._IntLoad12Close_5.Text = "Cancel"
        '
        '_IntLoad12Send_5
        '
        Me._IntLoad12Send_5.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Send_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Send_5.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Send_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Send.SetIndex(Me._IntLoad12Send_5, CType(5, Short))
        Me._IntLoad12Send_5.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad12Send_5.Name = "_IntLoad12Send_5"
        Me._IntLoad12Send_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Send_5.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Send_5.TabIndex = 117
        Me._IntLoad12Send_5.Text = "Send"
        '
        '_IntLoad12SwitchClose_5
        '
        Me._IntLoad12SwitchClose_5.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12SwitchClose_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchClose_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchClose_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchClose.SetIndex(Me._IntLoad12SwitchClose_5, CType(5, Short))
        Me._IntLoad12SwitchClose_5.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad12SwitchClose_5.Name = "_IntLoad12SwitchClose_5"
        Me._IntLoad12SwitchClose_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchClose_5.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad12SwitchClose_5.TabIndex = 116
        Me._IntLoad12SwitchClose_5.TabStop = True
        Me._IntLoad12SwitchClose_5.Text = "Switch Close"
        '
        '_IntLoad12SwitchOpen_5
        '
        Me._IntLoad12SwitchOpen_5.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12SwitchOpen_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchOpen_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchOpen_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchOpen.SetIndex(Me._IntLoad12SwitchOpen_5, CType(5, Short))
        Me._IntLoad12SwitchOpen_5.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad12SwitchOpen_5.Name = "_IntLoad12SwitchOpen_5"
        Me._IntLoad12SwitchOpen_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchOpen_5.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad12SwitchOpen_5.TabIndex = 115
        Me._IntLoad12SwitchOpen_5.TabStop = True
        Me._IntLoad12SwitchOpen_5.Text = "Switch Open"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_6.Name = "_Label1_6"
        Me._Label1_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_6.Size = New System.Drawing.Size(161, 17)
        Me._Label1_6.TabIndex = 116
        Me._Label1_6.Text = "Load ID/Description"
        '
        '_I12_5
        '
        Me._I12_5.BackColor = System.Drawing.Color.Transparent
        Me._I12_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._I12_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I12_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I12.SetIndex(Me._I12_5, CType(5, Short))
        Me._I12_5.Location = New System.Drawing.Point(328, 64)
        Me._I12_5.Name = "_I12_5"
        Me._I12_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I12_5.Size = New System.Drawing.Size(25, 25)
        Me._I12_5.TabIndex = 115
        Me._I12_5.Text = "A"
        '
        '_IntLoad12ILimit_5
        '
        Me._IntLoad12ILimit_5.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad12ILimit_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12ILimit_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12ILimit_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12ILimit.SetIndex(Me._IntLoad12ILimit_5, CType(5, Short))
        Me._IntLoad12ILimit_5.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad12ILimit_5.Name = "_IntLoad12ILimit_5"
        Me._IntLoad12ILimit_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12ILimit_5.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad12ILimit_5.TabIndex = 114
        Me._IntLoad12ILimit_5.Text = "Current Limit"
        '
        '_IntLoad12Config_6
        '
        Me._IntLoad12Config_6.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(255, Byte), CType(255, Byte))
        Me._IntLoad12Config_6.Controls.Add(Me._LoadID12Int_6)
        Me._IntLoad12Config_6.Controls.Add(Me._Int12ILimit_6)
        Me._IntLoad12Config_6.Controls.Add(Me._IntLoad12Close_6)
        Me._IntLoad12Config_6.Controls.Add(Me._IntLoad12Send_6)
        Me._IntLoad12Config_6.Controls.Add(Me._IntLoad12SwitchClose_6)
        Me._IntLoad12Config_6.Controls.Add(Me._IntLoad12SwitchOpen_6)
        Me._IntLoad12Config_6.Controls.Add(Me._Label1_14)
        Me._IntLoad12Config_6.Controls.Add(Me._I12_6)
        Me._IntLoad12Config_6.Controls.Add(Me._IntLoad12ILimit_6)
        Me._IntLoad12Config_6.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Config_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Config.SetIndex(Me._IntLoad12Config_6, CType(6, Short))
        Me._IntLoad12Config_6.Location = New System.Drawing.Point(720, 392)
        Me._IntLoad12Config_6.Name = "_IntLoad12Config_6"
        Me._IntLoad12Config_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Config_6.Size = New System.Drawing.Size(505, 168)
        Me._IntLoad12Config_6.TabIndex = 203
        Me._IntLoad12Config_6.TabStop = False
        Me._IntLoad12Config_6.Text = "Internal Load 9 Configuration"
        Me._IntLoad12Config_6.Visible = False
        '
        '_LoadID12Int_6
        '
        Me._LoadID12Int_6.AcceptsReturn = True
        Me._LoadID12Int_6.AutoSize = False
        Me._LoadID12Int_6.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID12Int_6.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID12Int_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID12Int_6.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID12Int.SetIndex(Me._LoadID12Int_6, CType(6, Short))
        Me._LoadID12Int_6.Location = New System.Drawing.Point(232, 24)
        Me._LoadID12Int_6.MaxLength = 0
        Me._LoadID12Int_6.Name = "_LoadID12Int_6"
        Me._LoadID12Int_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID12Int_6.Size = New System.Drawing.Size(209, 28)
        Me._LoadID12Int_6.TabIndex = 209
        Me._LoadID12Int_6.Text = "Text1"
        Me._LoadID12Int_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_Int12ILimit_6
        '
        Me._Int12ILimit_6.AcceptsReturn = True
        Me._Int12ILimit_6.AutoSize = False
        Me._Int12ILimit_6.BackColor = System.Drawing.SystemColors.Window
        Me._Int12ILimit_6.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int12ILimit_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int12ILimit_6.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int12ILimit.SetIndex(Me._Int12ILimit_6, CType(6, Short))
        Me._Int12ILimit_6.Location = New System.Drawing.Point(232, 56)
        Me._Int12ILimit_6.MaxLength = 0
        Me._Int12ILimit_6.Name = "_Int12ILimit_6"
        Me._Int12ILimit_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int12ILimit_6.Size = New System.Drawing.Size(89, 28)
        Me._Int12ILimit_6.TabIndex = 210
        Me._Int12ILimit_6.Text = ""
        Me._Int12ILimit_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad12Close_6
        '
        Me._IntLoad12Close_6.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Close_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Close_6.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Close_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Close.SetIndex(Me._IntLoad12Close_6, CType(6, Short))
        Me._IntLoad12Close_6.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad12Close_6.Name = "_IntLoad12Close_6"
        Me._IntLoad12Close_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Close_6.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Close_6.TabIndex = 214
        Me._IntLoad12Close_6.Text = "Cancel"
        '
        '_IntLoad12Send_6
        '
        Me._IntLoad12Send_6.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad12Send_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12Send_6.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12Send_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12Send.SetIndex(Me._IntLoad12Send_6, CType(6, Short))
        Me._IntLoad12Send_6.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad12Send_6.Name = "_IntLoad12Send_6"
        Me._IntLoad12Send_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12Send_6.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad12Send_6.TabIndex = 213
        Me._IntLoad12Send_6.Text = "Send"
        '
        '_IntLoad12SwitchClose_6
        '
        Me._IntLoad12SwitchClose_6.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(255, Byte), CType(255, Byte))
        Me._IntLoad12SwitchClose_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchClose_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchClose_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchClose.SetIndex(Me._IntLoad12SwitchClose_6, CType(6, Short))
        Me._IntLoad12SwitchClose_6.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad12SwitchClose_6.Name = "_IntLoad12SwitchClose_6"
        Me._IntLoad12SwitchClose_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchClose_6.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad12SwitchClose_6.TabIndex = 212
        Me._IntLoad12SwitchClose_6.TabStop = True
        Me._IntLoad12SwitchClose_6.Text = "Switch Close"
        '
        '_IntLoad12SwitchOpen_6
        '
        Me._IntLoad12SwitchOpen_6.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(255, Byte), CType(255, Byte))
        Me._IntLoad12SwitchOpen_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12SwitchOpen_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12SwitchOpen_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12SwitchOpen.SetIndex(Me._IntLoad12SwitchOpen_6, CType(6, Short))
        Me._IntLoad12SwitchOpen_6.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad12SwitchOpen_6.Name = "_IntLoad12SwitchOpen_6"
        Me._IntLoad12SwitchOpen_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12SwitchOpen_6.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad12SwitchOpen_6.TabIndex = 211
        Me._IntLoad12SwitchOpen_6.TabStop = True
        Me._IntLoad12SwitchOpen_6.Text = "Switch Open"
        '
        '_Label1_14
        '
        Me._Label1_14.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(255, Byte), CType(255, Byte))
        Me._Label1_14.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_14.Font = New System.Drawing.Font("Arial", 9.75!, 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(56, 32)
        Me._Label1_14.Name = "_Label1_14"
        Me._Label1_14.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_14.Size = New System.Drawing.Size(209, 25)
        Me._Label1_14.TabIndex = 212
        Me._Label1_14.Text = "Load ID/Description"
        '
        '_I12_6
        '
        Me._I12_6.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(255, Byte), CType(255, Byte))
        Me._I12_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._I12_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I12_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I12.SetIndex(Me._I12_6, CType(6, Short))
        Me._I12_6.Location = New System.Drawing.Point(328, 64)
        Me._I12_6.Name = "_I12_6"
        Me._I12_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I12_6.Size = New System.Drawing.Size(25, 25)
        Me._I12_6.TabIndex = 211
        Me._I12_6.Text = "A"
        '
        '_IntLoad12ILimit_6
        '
        Me._IntLoad12ILimit_6.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(255, Byte), CType(255, Byte))
        Me._IntLoad12ILimit_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad12ILimit_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad12ILimit_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad12ILimit.SetIndex(Me._IntLoad12ILimit_6, CType(6, Short))
        Me._IntLoad12ILimit_6.Location = New System.Drawing.Point(56, 64)
        Me._IntLoad12ILimit_6.Name = "_IntLoad12ILimit_6"
        Me._IntLoad12ILimit_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad12ILimit_6.Size = New System.Drawing.Size(169, 25)
        Me._IntLoad12ILimit_6.TabIndex = 210
        Me._IntLoad12ILimit_6.Text = "Current Limit"
        '
        '_IntLoad48Config_5
        '
        Me._IntLoad48Config_5.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(192, Byte), CType(255, Byte))
        Me._IntLoad48Config_5.Controls.Add(Me._IntLoad48SwitchOpen_5)
        Me._IntLoad48Config_5.Controls.Add(Me._IntLoad48SwitchClose_5)
        Me._IntLoad48Config_5.Controls.Add(Me._IntLoad48Send_5)
        Me._IntLoad48Config_5.Controls.Add(Me._IntLoad48Close_5)
        Me._IntLoad48Config_5.Controls.Add(Me._Int48ILimit_5)
        Me._IntLoad48Config_5.Controls.Add(Me._LoadID48Int_5)
        Me._IntLoad48Config_5.Controls.Add(Me._IntLoad48ILimit_5)
        Me._IntLoad48Config_5.Controls.Add(Me._I48_5)
        Me._IntLoad48Config_5.Controls.Add(Me._Label1_11)
        Me._IntLoad48Config_5.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Config_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Config.SetIndex(Me._IntLoad48Config_5, CType(5, Short))
        Me._IntLoad48Config_5.Location = New System.Drawing.Point(720, 392)
        Me._IntLoad48Config_5.Name = "_IntLoad48Config_5"
        Me._IntLoad48Config_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_5.Size = New System.Drawing.Size(505, 169)
        Me._IntLoad48Config_5.TabIndex = 147
        Me._IntLoad48Config_5.TabStop = False
        Me._IntLoad48Config_5.Text = "Internal Load 15 Configuration"
        Me._IntLoad48Config_5.Visible = False
        '
        '_IntLoad48SwitchOpen_5
        '
        Me._IntLoad48SwitchOpen_5.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchOpen_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchOpen_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchOpen_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchOpen.SetIndex(Me._IntLoad48SwitchOpen_5, CType(5, Short))
        Me._IntLoad48SwitchOpen_5.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad48SwitchOpen_5.Name = "_IntLoad48SwitchOpen_5"
        Me._IntLoad48SwitchOpen_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_5.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad48SwitchOpen_5.TabIndex = 150
        Me._IntLoad48SwitchOpen_5.TabStop = True
        Me._IntLoad48SwitchOpen_5.Text = "Switch Open"
        '
        '_IntLoad48SwitchClose_5
        '
        Me._IntLoad48SwitchClose_5.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchClose_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchClose_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchClose_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchClose.SetIndex(Me._IntLoad48SwitchClose_5, CType(5, Short))
        Me._IntLoad48SwitchClose_5.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad48SwitchClose_5.Name = "_IntLoad48SwitchClose_5"
        Me._IntLoad48SwitchClose_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_5.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad48SwitchClose_5.TabIndex = 151
        Me._IntLoad48SwitchClose_5.TabStop = True
        Me._IntLoad48SwitchClose_5.Text = "Switch Close"
        '
        '_IntLoad48Send_5
        '
        Me._IntLoad48Send_5.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Send_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Send_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Send_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Send.SetIndex(Me._IntLoad48Send_5, CType(5, Short))
        Me._IntLoad48Send_5.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad48Send_5.Name = "_IntLoad48Send_5"
        Me._IntLoad48Send_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Send_5.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Send_5.TabIndex = 152
        Me._IntLoad48Send_5.Text = "Send"
        '
        '_IntLoad48Close_5
        '
        Me._IntLoad48Close_5.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Close_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Close_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Close_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Close.SetIndex(Me._IntLoad48Close_5, CType(5, Short))
        Me._IntLoad48Close_5.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad48Close_5.Name = "_IntLoad48Close_5"
        Me._IntLoad48Close_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Close_5.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Close_5.TabIndex = 153
        Me._IntLoad48Close_5.Text = "Cancel"
        '
        '_Int48ILimit_5
        '
        Me._Int48ILimit_5.AcceptsReturn = True
        Me._Int48ILimit_5.AutoSize = False
        Me._Int48ILimit_5.BackColor = System.Drawing.SystemColors.Window
        Me._Int48ILimit_5.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int48ILimit_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int48ILimit_5.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int48ILimit.SetIndex(Me._Int48ILimit_5, CType(5, Short))
        Me._Int48ILimit_5.Location = New System.Drawing.Point(232, 56)
        Me._Int48ILimit_5.MaxLength = 0
        Me._Int48ILimit_5.Name = "_Int48ILimit_5"
        Me._Int48ILimit_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int48ILimit_5.Size = New System.Drawing.Size(89, 28)
        Me._Int48ILimit_5.TabIndex = 149
        Me._Int48ILimit_5.Text = ""
        Me._Int48ILimit_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LoadID48Int_5
        '
        Me._LoadID48Int_5.AcceptsReturn = True
        Me._LoadID48Int_5.AutoSize = False
        Me._LoadID48Int_5.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID48Int_5.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID48Int_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID48Int_5.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID48Int.SetIndex(Me._LoadID48Int_5, CType(5, Short))
        Me._LoadID48Int_5.Location = New System.Drawing.Point(232, 24)
        Me._LoadID48Int_5.MaxLength = 0
        Me._LoadID48Int_5.Name = "_LoadID48Int_5"
        Me._LoadID48Int_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID48Int_5.Size = New System.Drawing.Size(209, 28)
        Me._LoadID48Int_5.TabIndex = 148
        Me._LoadID48Int_5.Text = "Text1"
        Me._LoadID48Int_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad48ILimit_5
        '
        Me._IntLoad48ILimit_5.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48ILimit_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48ILimit_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48ILimit_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48ILimit.SetIndex(Me._IntLoad48ILimit_5, CType(5, Short))
        Me._IntLoad48ILimit_5.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad48ILimit_5.Name = "_IntLoad48ILimit_5"
        Me._IntLoad48ILimit_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_5.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad48ILimit_5.TabIndex = 156
        Me._IntLoad48ILimit_5.Text = "Current Limit"
        '
        '_I48_5
        '
        Me._I48_5.BackColor = System.Drawing.Color.Transparent
        Me._I48_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._I48_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I48_5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I48.SetIndex(Me._I48_5, CType(5, Short))
        Me._I48_5.Location = New System.Drawing.Point(328, 64)
        Me._I48_5.Name = "_I48_5"
        Me._I48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I48_5.Size = New System.Drawing.Size(25, 25)
        Me._I48_5.TabIndex = 155
        Me._I48_5.Text = "A"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_11.Name = "_Label1_11"
        Me._Label1_11.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_11.Size = New System.Drawing.Size(161, 17)
        Me._Label1_11.TabIndex = 154
        Me._Label1_11.Text = "Load ID/Description"
        '
        '_IntLoad48Config_4
        '
        Me._IntLoad48Config_4.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(192, Byte), CType(0, Byte))
        Me._IntLoad48Config_4.Controls.Add(Me._IntLoad48SwitchOpen_4)
        Me._IntLoad48Config_4.Controls.Add(Me._IntLoad48SwitchClose_4)
        Me._IntLoad48Config_4.Controls.Add(Me._IntLoad48Send_4)
        Me._IntLoad48Config_4.Controls.Add(Me._IntLoad48Close_4)
        Me._IntLoad48Config_4.Controls.Add(Me._Int48ILimit_4)
        Me._IntLoad48Config_4.Controls.Add(Me._LoadID48Int_4)
        Me._IntLoad48Config_4.Controls.Add(Me._IntLoad48ILimit_4)
        Me._IntLoad48Config_4.Controls.Add(Me._I48_4)
        Me._IntLoad48Config_4.Controls.Add(Me._Label1_10)
        Me._IntLoad48Config_4.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Config_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Config.SetIndex(Me._IntLoad48Config_4, CType(4, Short))
        Me._IntLoad48Config_4.Location = New System.Drawing.Point(720, 392)
        Me._IntLoad48Config_4.Name = "_IntLoad48Config_4"
        Me._IntLoad48Config_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_4.Size = New System.Drawing.Size(505, 169)
        Me._IntLoad48Config_4.TabIndex = 137
        Me._IntLoad48Config_4.TabStop = False
        Me._IntLoad48Config_4.Text = "Internal Load 14 Configuration"
        Me._IntLoad48Config_4.Visible = False
        '
        '_IntLoad48SwitchOpen_4
        '
        Me._IntLoad48SwitchOpen_4.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchOpen_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchOpen_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchOpen_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchOpen.SetIndex(Me._IntLoad48SwitchOpen_4, CType(4, Short))
        Me._IntLoad48SwitchOpen_4.Location = New System.Drawing.Point(104, 88)
        Me._IntLoad48SwitchOpen_4.Name = "_IntLoad48SwitchOpen_4"
        Me._IntLoad48SwitchOpen_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_4.Size = New System.Drawing.Size(161, 25)
        Me._IntLoad48SwitchOpen_4.TabIndex = 140
        Me._IntLoad48SwitchOpen_4.TabStop = True
        Me._IntLoad48SwitchOpen_4.Text = "Switch Open"
        '
        '_IntLoad48SwitchClose_4
        '
        Me._IntLoad48SwitchClose_4.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48SwitchClose_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48SwitchClose_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48SwitchClose_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48SwitchClose.SetIndex(Me._IntLoad48SwitchClose_4, CType(4, Short))
        Me._IntLoad48SwitchClose_4.Location = New System.Drawing.Point(272, 88)
        Me._IntLoad48SwitchClose_4.Name = "_IntLoad48SwitchClose_4"
        Me._IntLoad48SwitchClose_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_4.Size = New System.Drawing.Size(177, 25)
        Me._IntLoad48SwitchClose_4.TabIndex = 141
        Me._IntLoad48SwitchClose_4.TabStop = True
        Me._IntLoad48SwitchClose_4.Text = "Switch Close"
        '
        '_IntLoad48Send_4
        '
        Me._IntLoad48Send_4.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Send_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Send_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Send_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Send.SetIndex(Me._IntLoad48Send_4, CType(4, Short))
        Me._IntLoad48Send_4.Location = New System.Drawing.Point(96, 120)
        Me._IntLoad48Send_4.Name = "_IntLoad48Send_4"
        Me._IntLoad48Send_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Send_4.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Send_4.TabIndex = 142
        Me._IntLoad48Send_4.Text = "Send"
        '
        '_IntLoad48Close_4
        '
        Me._IntLoad48Close_4.BackColor = System.Drawing.SystemColors.Control
        Me._IntLoad48Close_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Close_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48Close_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48Close.SetIndex(Me._IntLoad48Close_4, CType(4, Short))
        Me._IntLoad48Close_4.Location = New System.Drawing.Point(320, 120)
        Me._IntLoad48Close_4.Name = "_IntLoad48Close_4"
        Me._IntLoad48Close_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Close_4.Size = New System.Drawing.Size(97, 33)
        Me._IntLoad48Close_4.TabIndex = 143
        Me._IntLoad48Close_4.Text = "Cancel"
        '
        '_Int48ILimit_4
        '
        Me._Int48ILimit_4.AcceptsReturn = True
        Me._Int48ILimit_4.AutoSize = False
        Me._Int48ILimit_4.BackColor = System.Drawing.SystemColors.Window
        Me._Int48ILimit_4.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._Int48ILimit_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Int48ILimit_4.ForeColor = System.Drawing.SystemColors.WindowText
        Me.Int48ILimit.SetIndex(Me._Int48ILimit_4, CType(4, Short))
        Me._Int48ILimit_4.Location = New System.Drawing.Point(232, 56)
        Me._Int48ILimit_4.MaxLength = 0
        Me._Int48ILimit_4.Name = "_Int48ILimit_4"
        Me._Int48ILimit_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Int48ILimit_4.Size = New System.Drawing.Size(89, 28)
        Me._Int48ILimit_4.TabIndex = 139
        Me._Int48ILimit_4.Text = ""
        Me._Int48ILimit_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_LoadID48Int_4
        '
        Me._LoadID48Int_4.AcceptsReturn = True
        Me._LoadID48Int_4.AutoSize = False
        Me._LoadID48Int_4.BackColor = System.Drawing.SystemColors.Window
        Me._LoadID48Int_4.Cursor = System.Windows.Forms.Cursors.IBeam
        Me._LoadID48Int_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._LoadID48Int_4.ForeColor = System.Drawing.SystemColors.WindowText
        Me.LoadID48Int.SetIndex(Me._LoadID48Int_4, CType(4, Short))
        Me._LoadID48Int_4.Location = New System.Drawing.Point(232, 24)
        Me._LoadID48Int_4.MaxLength = 0
        Me._LoadID48Int_4.Name = "_LoadID48Int_4"
        Me._LoadID48Int_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._LoadID48Int_4.Size = New System.Drawing.Size(209, 28)
        Me._LoadID48Int_4.TabIndex = 138
        Me._LoadID48Int_4.Text = "Text1"
        Me._LoadID48Int_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_IntLoad48ILimit_4
        '
        Me._IntLoad48ILimit_4.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48ILimit_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48ILimit_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._IntLoad48ILimit_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntLoad48ILimit.SetIndex(Me._IntLoad48ILimit_4, CType(4, Short))
        Me._IntLoad48ILimit_4.Location = New System.Drawing.Point(64, 64)
        Me._IntLoad48ILimit_4.Name = "_IntLoad48ILimit_4"
        Me._IntLoad48ILimit_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_4.Size = New System.Drawing.Size(129, 17)
        Me._IntLoad48ILimit_4.TabIndex = 146
        Me._IntLoad48ILimit_4.Text = "Current Limit"
        '
        '_I48_4
        '
        Me._I48_4.BackColor = System.Drawing.Color.Transparent
        Me._I48_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._I48_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._I48_4.ForeColor = System.Drawing.SystemColors.ControlText
        Me.I48.SetIndex(Me._I48_4, CType(4, Short))
        Me._I48_4.Location = New System.Drawing.Point(328, 64)
        Me._I48_4.Name = "_I48_4"
        Me._I48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._I48_4.Size = New System.Drawing.Size(25, 25)
        Me._I48_4.TabIndex = 145
        Me._I48_4.Text = "A"
        '
        '_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", 9.75!, 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(64, 32)
        Me._Label1_10.Name = "_Label1_10"
        Me._Label1_10.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_10.Size = New System.Drawing.Size(161, 17)
        Me._Label1_10.TabIndex = 144
        Me._Label1_10.Text = "Load ID/Description"
        '
        'Int12ILimit
        '
        '
        'Int48ILimit
        '
        '
        'Int5ILimit
        '
        '
        'IntLoad12
        '
        '
        'IntLoad12Close
        '
        '
        'IntLoad12Send
        '
        '
        'IntLoad48
        '
        '
        'IntLoad48Close
        '
        '
        'IntLoad48Send
        '
        '
        'IntLoad5
        '
        '
        'IntLoad5Close
        '
        '
        'IntLoad5Send
        '
        '
        'LabelIntLoad12
        '
        '
        'LabelIntLoad48
        '
        '
        'LabelIntLoad5
        '
        '
        'LoadID12Int
        '
        '
        'LoadID48Int
        '
        '
        'LoadID5Int
        '
        '
        'Switch12
        '
        '
        'Switch48
        '
        '
        'Switch5
        '
        '
        'MainMenu2
        '
        Me.MainMenu2.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.MenuItem1, Me.mnuDisconnect})
        '
        'MenuItem1
        '
        Me.MenuItem1.Index = 0
        Me.MenuItem1.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.mnuIntLoad5, Me.mnuIntLoad12, Me.mnuIntLoad48, Me.mnuAlarm})
        Me.MenuItem1.Text = "Open"
        '
        'mnuIntLoad5
        '
        Me.mnuIntLoad5.Index = 0
        Me.mnuIntLoad5.Text = "5V Internal Loads"
        '
        'mnuIntLoad12
        '
        Me.mnuIntLoad12.Index = 1
        Me.mnuIntLoad12.Text = "12V Internal Loads"
        '
        'mnuIntLoad48
        '
        Me.mnuIntLoad48.Index = 2
        Me.mnuIntLoad48.Text = "48V Internal Loads"
        '
        'mnuAlarm
        '
        Me.mnuAlarm.Index = 3
        Me.mnuAlarm.Text = "Operations Log"
        '
        'mnuDisconnect
        '
        Me.mnuDisconnect.Index = 1
        Me.mnuDisconnect.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.mnuDefault, Me.mnuDisconnect5V, Me.mnuDisconnect12V, Me.mnuDisconnect48V})
        Me.mnuDisconnect.Text = "Disconnect Internal Loads"
        '
        'mnuDefault
        '
        Me.mnuDefault.Index = 0
        Me.mnuDefault.Text = "Disconnect All Internal Loads"
        '
        'mnuDisconnect5V
        '
        Me.mnuDisconnect5V.Index = 1
        Me.mnuDisconnect5V.Text = "Disconnect 5V Internal Loads"
        '
        'mnuDisconnect12V
        '
        Me.mnuDisconnect12V.Index = 2
        Me.mnuDisconnect12V.Text = "Disconnect 12V Internal Loads"
        '
        'mnuDisconnect48V
        '
        Me.mnuDisconnect48V.Index = 3
        Me.mnuDisconnect48V.Text = "Disconnect 48V Internal Loads"
        '
        '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(776, 16)
        Me.DateTime.Name = "DateTime"
        Me.DateTime.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.DateTime.Size = New System.Drawing.Size(480, 32)
        Me.DateTime.TabIndex = 174
        Me.DateTime.Text = "Date"
        Me.DateTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'GotIntLoadDataDisplay
        '
        Me.GotIntLoadDataDisplay.AutoSize = True
        Me.GotIntLoadDataDisplay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.GotIntLoadDataDisplay.Font = New System.Drawing.Font("Arial", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.GotIntLoadDataDisplay.ForeColor = System.Drawing.Color.Red
        Me.GotIntLoadDataDisplay.Location = New System.Drawing.Point(8, 16)
        Me.GotIntLoadDataDisplay.Name = "GotIntLoadDataDisplay"
        Me.GotIntLoadDataDisplay.Size = New System.Drawing.Size(279, 38)
        Me.GotIntLoadDataDisplay.TabIndex = 599
        Me.GotIntLoadDataDisplay.Text = "Internal Load Status"
        Me.GotIntLoadDataDisplay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        Me.GotIntLoadDataDisplay.Visible = False
        '
        'Label21
        '
        Me.Label21.BackColor = System.Drawing.Color.FromArgb(CType(224, Byte), CType(224, Byte), CType(224, Byte))
        Me.Label21.Location = New System.Drawing.Point(768, 8)
        Me.Label21.Name = "Label21"
        Me.Label21.Size = New System.Drawing.Size(496, 48)
        Me.Label21.TabIndex = 601
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.Label40)
        Me.GroupBox1.Controls.Add(Me.Label39)
        Me.GroupBox1.Controls.Add(Me.Label38)
        Me.GroupBox1.Controls.Add(Me.Label37)
        Me.GroupBox1.Controls.Add(Me.Label36)
        Me.GroupBox1.Controls.Add(Me.Label31)
        Me.GroupBox1.Controls.Add(Me.Label27)
        Me.GroupBox1.Controls.Add(Me.Label28)
        Me.GroupBox1.Controls.Add(Me.Label24)
        Me.GroupBox1.Controls.Add(Me.Label26)
        Me.GroupBox1.Controls.Add(Me.Label16)
        Me.GroupBox1.Controls.Add(Me.Label15)
        Me.GroupBox1.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.GroupBox1.ForeColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(255, Byte), CType(255, Byte))
        Me.GroupBox1.Location = New System.Drawing.Point(696, 200)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(544, 108)
        Me.GroupBox1.TabIndex = 612
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "Legend"
        '
        'Label40
        '
        Me.Label40.BackColor = System.Drawing.Color.Aqua
        Me.Label40.Location = New System.Drawing.Point(24, 88)
        Me.Label40.Name = "Label40"
        Me.Label40.Size = New System.Drawing.Size(48, 3)
        Me.Label40.TabIndex = 585
        '
        'Label39
        '
        Me.Label39.BackColor = System.Drawing.Color.Transparent
        Me.Label39.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label39.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label39.ForeColor = System.Drawing.Color.Yellow
        Me.Label39.ImageAlign = System.Drawing.ContentAlignment.TopLeft
        Me.Label39.Location = New System.Drawing.Point(96, 80)
        Me.Label39.Name = "Label39"
        Me.Label39.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label39.Size = New System.Drawing.Size(144, 16)
        Me.Label39.TabIndex = 584
        Me.Label39.Text = "5V Bus"
        Me.Label39.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label38
        '
        Me.Label38.BackColor = System.Drawing.Color.Transparent
        Me.Label38.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label38.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label38.ForeColor = System.Drawing.Color.Yellow
        Me.Label38.ImageAlign = System.Drawing.ContentAlignment.TopLeft
        Me.Label38.Location = New System.Drawing.Point(96, 56)
        Me.Label38.Name = "Label38"
        Me.Label38.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label38.Size = New System.Drawing.Size(144, 16)
        Me.Label38.TabIndex = 583
        Me.Label38.Text = "12V Bus"
        Me.Label38.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label37
        '
        Me.Label37.BackColor = System.Drawing.Color.Red
        Me.Label37.Location = New System.Drawing.Point(24, 64)
        Me.Label37.Name = "Label37"
        Me.Label37.Size = New System.Drawing.Size(48, 3)
        Me.Label37.TabIndex = 582
        '
        'Label36
        '
        Me.Label36.BackColor = System.Drawing.Color.Transparent
        Me.Label36.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label36.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label36.ForeColor = System.Drawing.Color.Yellow
        Me.Label36.ImageAlign = System.Drawing.ContentAlignment.TopLeft
        Me.Label36.Location = New System.Drawing.Point(96, 32)
        Me.Label36.Name = "Label36"
        Me.Label36.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label36.Size = New System.Drawing.Size(144, 16)
        Me.Label36.TabIndex = 581
        Me.Label36.Text = "48V Bus"
        Me.Label36.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label31
        '
        Me.Label31.BackColor = System.Drawing.SystemColors.Control
        Me.Label31.Location = New System.Drawing.Point(24, 40)
        Me.Label31.Name = "Label31"
        Me.Label31.Size = New System.Drawing.Size(48, 3)
        Me.Label31.TabIndex = 498
        '
        'Label27
        '
        Me.Label27.BackColor = System.Drawing.Color.Transparent
        Me.Label27.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label27.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label27.ForeColor = System.Drawing.Color.Yellow
        Me.Label27.ImageAlign = System.Drawing.ContentAlignment.TopCenter
        Me.Label27.Location = New System.Drawing.Point(296, 80)
        Me.Label27.Name = "Label27"
        Me.Label27.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label27.Size = New System.Drawing.Size(232, 16)
        Me.Label27.TabIndex = 482
        Me.Label27.Text = "Software Over-current Trip"
        Me.Label27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label28
        '
        Me.Label28.BackColor = System.Drawing.Color.Gray
        Me.Label28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.Label28.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Label28.Location = New System.Drawing.Point(264, 80)
        Me.Label28.Name = "Label28"
        Me.Label28.Size = New System.Drawing.Size(17, 17)
        Me.Label28.TabIndex = 481
        '
        'Label24
        '
        Me.Label24.BackColor = System.Drawing.Color.Transparent
        Me.Label24.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label24.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label24.ForeColor = System.Drawing.Color.Yellow
        Me.Label24.ImageAlign = System.Drawing.ContentAlignment.TopCenter
        Me.Label24.Location = New System.Drawing.Point(296, 56)
        Me.Label24.Name = "Label24"
        Me.Label24.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label24.Size = New System.Drawing.Size(144, 16)
        Me.Label24.TabIndex = 480
        Me.Label24.Text = "Switch Closed"
        Me.Label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label26
        '
        Me.Label26.BackColor = System.Drawing.Color.Lime
        Me.Label26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.Label26.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Label26.Location = New System.Drawing.Point(264, 56)
        Me.Label26.Name = "Label26"
        Me.Label26.Size = New System.Drawing.Size(17, 17)
        Me.Label26.TabIndex = 479
        '
        'Label16
        '
        Me.Label16.BackColor = System.Drawing.Color.Transparent
        Me.Label16.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label16.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label16.ForeColor = System.Drawing.Color.Yellow
        Me.Label16.ImageAlign = System.Drawing.ContentAlignment.TopLeft
        Me.Label16.Location = New System.Drawing.Point(296, 32)
        Me.Label16.Name = "Label16"
        Me.Label16.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label16.Size = New System.Drawing.Size(144, 16)
        Me.Label16.TabIndex = 478
        Me.Label16.Text = "Switch Open"
        Me.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label15
        '
        Me.Label15.BackColor = System.Drawing.Color.Red
        Me.Label15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.Label15.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Label15.Location = New System.Drawing.Point(264, 32)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(17, 17)
        Me.Label15.TabIndex = 477
        '
        'PMACSintload
        '
        Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
        Me.AutoScroll = True
        Me.BackColor = System.Drawing.Color.Black
        Me.ClientSize = New System.Drawing.Size(1272, 965)
        Me.Controls.Add(Me.GotIntLoadDataDisplay)
        Me.Controls.Add(Me.DateTime)
        Me.Controls.Add(Me.UnassignedChannel)
        Me.Controls.Add(Me.DataCommSubsys)
        Me.Controls.Add(Me.Label21)
        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, 30)
        Me.Menu = Me.MainMenu2
        Me.Name = "PMACSintload"
        Me.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds
        Me.Text = "PMACS Internal Loads"
        Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
        Me.UnassignedChannel.ResumeLayout(False)
        Me._IntLoad48_6.ResumeLayout(False)
        Me._IntLoad48_2.ResumeLayout(False)
        Me._IntLoad5_0.ResumeLayout(False)
        Me._IntLoad5_1.ResumeLayout(False)
        Me._IntLoad48Config_2.ResumeLayout(False)
        Me._IntLoad5Config_0.ResumeLayout(False)
        Me._IntLoad5Config_1.ResumeLayout(False)
        Me._IntLoad48Config_6.ResumeLayout(False)
        Me.DataCommSubsys.ResumeLayout(False)
        Me.Panel1.ResumeLayout(False)
        Me._IntLoad12_6.ResumeLayout(False)
        Me._IntLoad48_0.ResumeLayout(False)
        Me._IntLoad48_1.ResumeLayout(False)
        Me._IntLoad48_3.ResumeLayout(False)
        Me._IntLoad48_4.ResumeLayout(False)
        Me._IntLoad48_5.ResumeLayout(False)
        Me._IntLoad12_3.ResumeLayout(False)
        Me._IntLoad12_2.ResumeLayout(False)
        Me._IntLoad12_1.ResumeLayout(False)
        Me._IntLoad12_0.ResumeLayout(False)
        Me._IntLoad12_4.ResumeLayout(False)
        Me._IntLoad12_5.ResumeLayout(False)
        Me._IntLoad48Config_3.ResumeLayout(False)
        Me._IntLoad48Config_1.ResumeLayout(False)
        Me._IntLoad48Config_0.ResumeLayout(False)
        Me._IntLoad12Config_0.ResumeLayout(False)
        Me._IntLoad12Config_1.ResumeLayout(False)
        Me._IntLoad12Config_2.ResumeLayout(False)
        Me._IntLoad12Config_3.ResumeLayout(False)
        Me._IntLoad12Config_4.ResumeLayout(False)
        Me._IntLoad12Config_5.ResumeLayout(False)
        Me._IntLoad12Config_6.ResumeLayout(False)
        Me._IntLoad48Config_5.ResumeLayout(False)
        Me._IntLoad48Config_4.ResumeLayout(False)
        CType(Me.I12, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.I48, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.I5, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Int12ILimit, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Int48ILimit, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Int5ILimit, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad12, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad12Close, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad12Config, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad12ILimit, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad12Send, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad12Switch, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad12SwitchClose, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad12SwitchOpen, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad48, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad48Close, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad48Config, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad48ILimit, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad48Send, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad48Switch, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad48SwitchClose, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad48SwitchOpen, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad5, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad5Close, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad5Config, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad5ILimit, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad5Send, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad5Switch, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad5SwitchClose, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad5SwitchOpen, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Label1, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.LabelIntLoad12, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.LabelIntLoad48, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.LabelIntLoad5, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line10, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line11, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line12, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line14, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line17, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line18, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line19, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line20, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line3, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line4, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line5, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line6, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Line7, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.LoadID12Int, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.LoadID48Int, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.LoadID5Int, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Load_12IntI, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Load_48IntI, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Load_5IntI, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Switch12, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Switch48, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Switch5, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.vBus, System.ComponentModel.ISupportInitialize).EndInit()
        Me.GroupBox1.ResumeLayout(False)
        Me.ResumeLayout(False)

    End Sub
#End Region
#Region "Upgrade Support "
    Private Shared m_vb6FormDefInstance As PMACSintload
    Private Shared m_InitializingDefInstance As Boolean
    Public Shared Property DefInstance() As PMACSintload
        Get
            If m_vb6FormDefInstance Is Nothing OrElse m_vb6FormDefInstance.IsDisposed Then
                m_InitializingDefInstance = True
                m_vb6FormDefInstance = New PMACSintload
                m_InitializingDefInstance = False
            End If
            DefInstance = m_vb6FormDefInstance
        End Get
        Set(ByVal Value As PMACSintload)
            m_vb6FormDefInstance = Value
        End Set
    End Property
#End Region
   
#Region "Double click 48V internal load"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'Doubel click the 48V internal load box will
    'bring up the loaf configuration frame
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub IntLoad48_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles IntLoad48.DoubleClick, IntLoad48.Click
        Dim Index As Short = IntLoad48.GetIndex(eventSender)
        Dim X As Short

        'Disable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = False
        activeFlag = True
        'close all load configuration frame that's already opened
        For X = 0 To 6
            IntLoad48Config(X).Visible = False
            IntLoad12Config(X).Visible = False
        Next X
   

        'initialize the configuration frame with load info
        'X = IntLoad48Initialize(IntLoads48(Index))

        'show the load configuration frame
        IntLoad48Config(Index).Visible = True
        LoadID48Int(Index).Focus()
    End Sub
    Private Sub LabelIntLoad48_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles LabelIntLoad48.DoubleClick, LabelIntLoad48.Click
        Dim Index As Short = LabelIntLoad48.GetIndex(eventSender)
        Dim X As Short

        activeFlag = True
        'close all load configuration frame that's already opened
        For X = 0 To 6
            IntLoad48Config(X).Visible = False
            IntLoad12Config(X).Visible = False
        Next X

        'initialize the configuration frame with load info
        'X = IntLoad48Initialize(IntLoads48(Index))

        'show the load configuration frame
        IntLoad48Config(Index).Visible = True
        LoadID48Int(Index).Focus()
    End Sub
#End Region

#Region "Click cancel load configuration for 48V internal load"
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'User click close button on load configuration frame
    'no changes would be made
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub IntLoad48Close_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles IntLoad48Close.Click
        Dim Index As Short = IntLoad48Close.GetIndex(eventSender)
        Dim mstrName As Object
        Dim response As Short

        'mstrName = "Operation Canceled"
        'confirm with the user that no changes would be made
        'response = MsgBox("Close Internal Load Configuration without making changes?", MsgBoxStyle.Exclamation + MsgBoxStyle.YesNo, "" & mstrName)
        'If response = MsgBoxResult.Yes Then
        IntLoad48Config(Index).Visible = False
        'End If
        'Enable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = True
        activeFlag = False
    End Sub
#End Region

#Region "Click send load configuration or Press Enter for 48V internal load"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'User click the send button on load configuration frame
    'Load connection and current limit seeting will be updated
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub IntLoad48Send_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles IntLoad48Send.Click
        Dim Index As Short = IntLoad48Send.GetIndex(eventSender)
        Dim Y As Integer
        Dim X As Object
        Dim mstrName As Object
        Dim response As Short
        Dim myString As String
        Dim myprompt As String
        Dim IndexString As String
        Dim result As String
        Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
        Dim myIntLoadUpdateType48 As New edu.washington.apl.pmacs.loadUpdateType
        'Dim myIntLoadListType48 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

        If Not GotIntLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            IntLoad48Config(Index).Visible = False
            Exit Sub
        End If

        '48V loads starts from channel 10
        IndexString = CStr(Index + 10)
        myString = "/1/internal/" + IndexString

        mstrName = "Confirm Operation"
        'Confirm with the user that he wants to send in the changes in load configuration
        response = MsgBox("Change Load Configuration for 48V Internal Load " + CStr(IntLoads48(Index).Loadindex) + "?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
        If response = MsgBoxResult.Yes Then
            If IsNumeric(Int48ILimit(Index).Text) Then
                If CDbl(Int48ILimit(Index).Text) >= 0 Then
                    IntLoad48Config(Index).Visible = False
                    'Set the cursor to be a hourglass
                    Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                    'Change the color of the switches
                    'If switch is opened, color is white
                    'load state = 0 (off)
                    'If switch is closed, color is red
                    'load state = 1 (on)
                    If IntLoad48SwitchOpen(Index).Checked = True Then
                        'IntLoads48(Index).Load48S = False
                        'Switch48(Index).BackColor = System.Drawing.Color.White
                        mstrName = "Operation Complete"
                        'MsgBox("The load is being disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                        IntLoads48(Index).LoadState = 0
                    ElseIf IntLoad48SwitchClose(Index).Checked = True Then
                        'IntLoads48(Index).Load48S = True
                        mstrName = "Operation Complete"
                        'MsgBox("The load is being connected!", MsgBoxStyle.OKOnly, "" & mstrName)
                        IntLoads48(Index).LoadState = 1
                    End If

                    'Update the current limit with user input value
                    IntLoads48(Index).LoadCurrentLimit = CDbl(Int48ILimit(Index).Text)
                    IntLoads48(Index).LoadName = LoadID48Int(Index).Text

                    myIntLoadUpdateType48.current_limit = IntLoads48(Index).LoadCurrentLimit * 1000
                    myIntLoadUpdateType48.name = IntLoads48(Index).LoadName
                    myIntLoadUpdateType48.state = IntLoads48(Index).LoadState

                    'myIntLoadListType48 = ws.setLoad(myString, myIntLoadUpdateType48) 'comment out on 4/27/05 due to change of setload()
                    Try
                        result = ws.setLoad(myString, myIntLoadUpdateType48)
                    Catch ex As Exception
                        Beep()
                        myprompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                        myprompt = myprompt + "Method Called: setLoad()" + vbCrLf
                        myprompt = myprompt + "Possible reasons include the following:" + vbCrLf
                        myprompt = myprompt + "1. Server could be offline." + vbCrLf
                        myprompt = myprompt + "2. Server could be busy." + vbCrLf
                        myprompt = myprompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                        myprompt = myprompt + "Exact text of exception error information is as follows:" + vbCrLf
                        myprompt = myprompt + ex.ToString()
                        ShowMessage(myprompt)
                    End Try

                    'X = LoadData(Y)
                    'initialize the load configuration fram with new settings
                    'X = IntLoad48Initialize(IntLoads48(Index))
                    'mstrName = "Operation Complete"
                    'MsgBox("Load Configuration Changed!", MsgBoxStyle.OKOnly, "" & mstrName)
                    'Set the cursor back to an arrow
                    Cursor.Current = System.Windows.Forms.Cursors.Arrow
                    activeFlag = False
                Else
                    MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                End If
            Else
                MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
            End If
        Else
            'if user cancels the action
            'mstrName = "Operation Canceled"
            IntLoad48Config(Index).Visible = False
            activeFlag = False
            'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
        End If
        'Enable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = True
    End Sub

    '***************************************************************************************
    'User press the enter key in the configuration box
    '***************************************************************************************
    Private Sub LoadID48Int_KeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles LoadID48Int.KeyPress
        Dim Index As Short = LoadID48Int.GetIndex(sender)
        Dim KeyAscii As Short = Asc(e.KeyChar)

        If KeyAscii = Asc(vbCr) Then
            'tc: User pressed enter.
            Dim Y As Integer
            Dim X As Object
            Dim mstrName As Object
            Dim response As Short
            Dim myString As String
            Dim myprompt As String
            Dim IndexString As String
            Dim result As String
            Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
            Dim myIntLoadUpdateType48 As New edu.washington.apl.pmacs.loadUpdateType
            'Dim myIntLoadListType48 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

            If Not GotIntLoadData Then
                MsgBox("Cannot commuicate with Server at this moment. Try again later.")
                IntLoad48Config(Index).Visible = False
                Exit Sub
            End If

            '48V loads starts from channel 10
            IndexString = CStr(Index + 10)
            myString = "/1/internal/" + IndexString

            mstrName = "Confirm Operation"
            'Confirm with the user that he wants to send in the changes in load configuration
            response = MsgBox("Change Load Configuration for 48V Internal Load " + CStr(IntLoads48(Index).Loadindex) + "?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            If response = MsgBoxResult.Yes Then
                If IsNumeric(Int48ILimit(Index).Text) Then
                    If CDbl(Int48ILimit(Index).Text) >= 0 Then
                        IntLoad48Config(Index).Visible = False
                        'Set the cursor to be a hourglass
                        Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                        'Change the color of the switches
                        'If switch is opened, color is white
                        'load state = 0 (off)
                        'If switch is closed, color is red
                        'load state = 1 (on)
                        If IntLoad48SwitchOpen(Index).Checked = True Then
                            'IntLoads48(Index).Load48S = False
                            'Switch48(Index).BackColor = System.Drawing.Color.White
                            mstrName = "Operation Complete"
                            'MsgBox("The load is being disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                            IntLoads48(Index).LoadState = 0
                        ElseIf IntLoad48SwitchClose(Index).Checked = True Then
                            'IntLoads48(Index).Load48S = True
                            mstrName = "Operation Complete"
                            'MsgBox("The load is being connected!", MsgBoxStyle.OKOnly, "" & mstrName)
                            IntLoads48(Index).LoadState = 1
                        End If

                        'Update the current limit with user input value
                        IntLoads48(Index).LoadCurrentLimit = CDbl(Int48ILimit(Index).Text)
                        IntLoads48(Index).LoadName = LoadID48Int(Index).Text

                        myIntLoadUpdateType48.current_limit = IntLoads48(Index).LoadCurrentLimit * 1000
                        myIntLoadUpdateType48.name = IntLoads48(Index).LoadName
                        myIntLoadUpdateType48.state = IntLoads48(Index).LoadState

                        'myIntLoadListType48 = ws.setLoad(myString, myIntLoadUpdateType48) 'comment out on 4/27/05 due to change of setload()
                        Try
                            result = ws.setLoad(myString, myIntLoadUpdateType48)
                        Catch ex As Exception
                            Beep()
                            myprompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                            myprompt = myprompt + "Method Called: setLoad()" + vbCrLf
                            myprompt = myprompt + "Possible reasons include the following:" + vbCrLf
                            myprompt = myprompt + "1. Server could be offline." + vbCrLf
                            myprompt = myprompt + "2. Server could be busy." + vbCrLf
                            myprompt = myprompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                            myprompt = myprompt + "Exact text of exception error information is as follows:" + vbCrLf
                            myprompt = myprompt + ex.ToString()
                            ShowMessage(myprompt)
                        End Try

                        'X = LoadData(Y)
                        'initialize the load configuration fram with new settings
                        'X = IntLoad48Initialize(IntLoads48(Index))
                        'mstrName = "Operation Complete"
                        'MsgBox("Load Configuration Changed!", MsgBoxStyle.OKOnly, "" & mstrName)
                        'Set the cursor back to an arrow
                        Cursor.Current = System.Windows.Forms.Cursors.Arrow
                        activeFlag = False
                    Else
                        MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                    End If
                Else
                    MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                End If
            Else
                'if user cancels the action
                'mstrName = "Operation Canceled"
                IntLoad48Config(Index).Visible = False
                activeFlag = False
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
            End If
        End If
    End Sub

    Private Sub Int48ILimit_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles Int48ILimit.KeyPress
        Dim Index As Short = Int48ILimit.GetIndex(sender)
        Dim KeyAscii As Short = Asc(e.KeyChar)

        If KeyAscii = Asc(vbCr) Then
            'tc: User pressed enter.
            Dim Y As Integer
            Dim X As Object
            Dim mstrName As Object
            Dim response As Short
            Dim myString As String
            Dim myprompt As String
            Dim IndexString As String
            Dim result As String
            Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
            Dim myIntLoadUpdateType48 As New edu.washington.apl.pmacs.loadUpdateType
            'Dim myIntLoadListType48 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

            If Not GotIntLoadData Then
                MsgBox("Cannot commuicate with Server at this moment. Try again later.")
                IntLoad48Config(Index).Visible = False
                Exit Sub
            End If

            '48V loads starts from channel 10
            IndexString = CStr(Index + 10)
            myString = "/1/internal/" + IndexString

            mstrName = "Confirm Operation"
            'Confirm with the user that he wants to send in the changes in load configuration
            response = MsgBox("Change Load Configuration for 48V Internal Load " + CStr(IntLoads48(Index).Loadindex) + "?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            If response = MsgBoxResult.Yes Then
                If IsNumeric(Int48ILimit(Index).Text) Then
                    If CDbl(Int48ILimit(Index).Text) >= 0 Then
                        IntLoad48Config(Index).Visible = False
                        'Set the cursor to be a hourglass
                        Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                        'Change the color of the switches
                        'If switch is opened, color is white
                        'load state = 0 (off)
                        'If switch is closed, color is red
                        'load state = 1 (on)
                        If IntLoad48SwitchOpen(Index).Checked = True Then
                            'IntLoads48(Index).Load48S = False
                            'Switch48(Index).BackColor = System.Drawing.Color.White
                            mstrName = "Operation Complete"
                            'MsgBox("The load is being disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                            IntLoads48(Index).LoadState = 0
                        ElseIf IntLoad48SwitchClose(Index).Checked = True Then
                            'IntLoads48(Index).Load48S = True
                            mstrName = "Operation Complete"
                            'MsgBox("The load is being connected!", MsgBoxStyle.OKOnly, "" & mstrName)
                            IntLoads48(Index).LoadState = 1
                        End If

                        'Update the current limit with user input value
                        IntLoads48(Index).LoadCurrentLimit = CDbl(Int48ILimit(Index).Text)
                        IntLoads48(Index).LoadName = LoadID48Int(Index).Text

                        myIntLoadUpdateType48.current_limit = IntLoads48(Index).LoadCurrentLimit * 1000
                        myIntLoadUpdateType48.name = IntLoads48(Index).LoadName
                        myIntLoadUpdateType48.state = IntLoads48(Index).LoadState

                        'myIntLoadListType48 = ws.setLoad(myString, myIntLoadUpdateType48) 'comment out on 4/27/05 due to change of setload()
                        Try
                            result = ws.setLoad(myString, myIntLoadUpdateType48)
                        Catch ex As Exception
                            Beep()
                            myprompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                            myprompt = myprompt + "Method Called: setLoad()" + vbCrLf
                            myprompt = myprompt + "Possible reasons include the following:" + vbCrLf
                            myprompt = myprompt + "1. Server could be offline." + vbCrLf
                            myprompt = myprompt + "2. Server could be busy." + vbCrLf
                            myprompt = myprompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                            myprompt = myprompt + "Exact text of exception error information is as follows:" + vbCrLf
                            myprompt = myprompt + ex.ToString()
                            ShowMessage(myprompt)
                        End Try

                        'X = LoadData(Y)
                        'initialize the load configuration fram with new settings
                        'X = IntLoad48Initialize(IntLoads48(Index))
                        'mstrName = "Operation Complete"
                        'MsgBox("Load Configuration Changed!", MsgBoxStyle.OKOnly, "" & mstrName)
                        'Set the cursor back to an arrow
                        Cursor.Current = System.Windows.Forms.Cursors.Arrow
                        activeFlag = False
                    Else
                        MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                    End If
                Else
                    MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                End If
            Else
                'if user cancels the action
                'mstrName = "Operation Canceled"
                IntLoad48Config(Index).Visible = False
                activeFlag = False
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
            End If
        End If
    End Sub
#End Region

#Region "Double Click on switch for 48V internal load"
    'When user double click on the switch, the GUI will ask
    'the operator is he wants to change the status of the switch
    Private Sub Switch48_DoubleClick(ByVal EventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Switch48.DoubleClick, Switch48.Click
        Dim Index As Short = Switch48.GetIndex(EventSender)
        Dim X As Short
        Dim Y As Integer
        Dim Z As Object
        Dim response As Short
        Dim mstrName As Object
        Dim myPrompt As String
        Dim myString As String
        Dim IndexString As String
        Dim result As String
        Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
        Dim myIntLoadUpdateType48 As New edu.washington.apl.pmacs.loadUpdateType
        'Dim myIntLoadListType48 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

        If Not GotIntLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            Exit Sub
        End If

        IndexString = CStr(Index + 10)
        myString = "/1/internal/" + IndexString
        mstrName = "Confirm Operation"

        'Disable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = False
        activeFlag = True

        'close all load configuration frame that's already opened
        For X = 0 To 6
            IntLoad48Config(X).Visible = False
        Next X

        If IntLoads48(Index).LoadState = 1 Then 'Load is ON
            'Comfirm with User
            response = MsgBox("Open the Switch for 48V internal load " + "'" + IntLoads48(Index).LoadName + "'?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            'If User confirms the change
            If response = MsgBoxResult.Yes Then
                'Set the cursor to be a hourglass
                Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                'Set state of load to OFF (0)
                IntLoads48(Index).LoadState = 0
                myIntLoadUpdateType48.state = IntLoads48(Index).LoadState
                myIntLoadUpdateType48.current_limit = IntLoads48(Index).LoadCurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myIntLoadListType48 = ws.setLoad(myString, myIntLoadUpdateType48) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString, myIntLoadUpdateType48)
                Catch ex As Exception
                    Beep()
                    myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                    myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                    myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                    myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                    myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                    myPrompt = myPrompt + ex.ToString()
                    ShowMessage(myPrompt)
                End Try
                'Z = LoadData(Y)

                'initialize the load configuration fram with new settings
                'Z = IntLoad48Initialize(IntLoads48(Index))
                mstrName = "Operation Complete"
                'MsgBox("The load is being disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                mstrName = "Operation Canceled"
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
            End If
        ElseIf IntLoads48(Index).LoadState = 0 Then 'Load is OFF
            'Comfirm with User
            response = MsgBox("Close the Switch for 48V internal load " + "'" + IntLoads48(Index).LoadName + "'?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            'If User confirms the change
            If response = MsgBoxResult.Yes Then
                'Set the cursor to be a hourglass
                Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                'Set state of load to ON (1)
                IntLoads48(Index).LoadState = 1
                myIntLoadUpdateType48.state = IntLoads48(Index).LoadState
                myIntLoadUpdateType48.current_limit = IntLoads48(Index).LoadCurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myIntLoadListType48 = ws.setLoad(myString, myIntLoadUpdateType48) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString, myIntLoadUpdateType48)
                Catch ex As Exception
                    Beep()
                    myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                    myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                    myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                    myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                    myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                    myPrompt = myPrompt + ex.ToString()
                    ShowMessage(myPrompt)
                End Try
                'Z = LoadData(Y)

                'initialize the load configuration fram with new settings
                'Z = IntLoad48Initialize(IntLoads48(Index))
                mstrName = "Operation Complete"
                'MsgBox("The load has been connected!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                mstrName = "Operation Canceled"
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
            End If
        End If
    End Sub
#End Region

#Region "Double click 12V internal load"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'Doubel click the 12V internal load box will
    'bring up the load configuration frame
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub IntLoad12_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles IntLoad12.DoubleClick, IntLoad12.Click
        Dim Index As Short = IntLoad12.GetIndex(eventSender)
        Dim X As Short

        'Disable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = False
        activeFlag = True

        'close all load configuration frame that's already opened
        For X = 0 To 6
            IntLoad12Config(X).Visible = False
            IntLoad48Config(X).Visible = False
        Next X

        'initialize the configuration frame with load info
        'X = IntLoad12Initialize(IntLoads12(Index))

        'show the load configuration frame
        IntLoad12Config(Index).Visible = True
        LoadID12Int(Index).Focus()
    End Sub
    Private Sub LabelIntLoad12_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles LabelIntLoad12.DoubleClick, LabelIntLoad12.Click
        Dim Index As Short = LabelIntLoad12.GetIndex(eventSender)
        Dim X As Short

        'Disable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = False
        activeFlag = True

        'close all load configuration frame that's already opened
        For X = 0 To 6
            IntLoad12Config(X).Visible = False
            IntLoad48Config(X).Visible = False
        Next X

        'initialize the configuration frame with load info
        'X = IntLoad12Initialize(IntLoads12(Index))

        'show the load configuration frame
        IntLoad12Config(Index).Visible = True
        LoadID12Int(Index).Focus()
    End Sub
#End Region

#Region "Click cancel load configuration for 12V internal load"
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'User click close button on load configuration frame
    'no changes would be made
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub IntLoad12Close_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles IntLoad12Close.Click
        Dim Index As Short = IntLoad12Close.GetIndex(eventSender)
        Dim mstrName As Object
        Dim response As Short

        'mstrName = "Operation Canceled"
        'confirm with the user that no changes would be made
        'response = MsgBox("Close Internal Load Configuration without making changes?", MsgBoxStyle.Exclamation + MsgBoxStyle.YesNo, "" & mstrName)
        'If response = MsgBoxResult.Yes Then
        IntLoad12Config(Index).Visible = False
        'End If
        'Enable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = True
        activeFlag = False
    End Sub
#End Region

#Region "Click send load configuration or press Enter for 12V internal load"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'User click the send button on load configuration frame
    'Load connection and current limit seeting will be updated
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub IntLoad12Send_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles IntLoad12Send.Click
        Dim Index As Short = IntLoad12Send.GetIndex(eventSender)
        Dim Y As Integer
        Dim X As Object
        Dim mstrName As Object
        Dim myPrompt As String
        Dim response As Short
        Dim myString As String
        Dim IndexString As String
        Dim result As String
        Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
        Dim myIntLoadUpdateType12 As New edu.washington.apl.pmacs.loadUpdateType
        'Dim myIntLoadListType12 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

        If Not GotIntLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            IntLoad12Config(Index).Visible = False
            Exit Sub
        End If

        IndexString = CStr(Index + 3)
        myString = "/1/internal/" + IndexString
        mstrName = "Confirm Operation"

        'Confirm with the user that he wants to send in the changes in load configuration
        response = MsgBox("Change Load Configuration for 12V Internal Load " + CStr(IntLoads12(Index).Loadindex) + "?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
        'Change the color of the switches
        'If switch is opened, color is white
        'load state = 0 (off)
        'If switch is closed, color is red
        'load state = 1 (on)
        If response = MsgBoxResult.Yes Then
            If IsNumeric(Int12ILimit(Index).Text) Then
                If CDbl(Int12ILimit(Index).Text) >= 0 Then
                    IntLoad12Config(Index).Visible = False
                    'Set the cursor to be a hourglass
                    Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                    If IntLoad12SwitchOpen(Index).Checked = True Then
                        'IntLoads12(Index).Load12S = False
                        'Switch12(Index).BackColor = System.Drawing.Color.White
                        mstrName = "Operation Complete"
                        'MsgBox("The load is being disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                        IntLoads12(Index).LoadState = 0
                    ElseIf IntLoad12SwitchClose(Index).Checked = True Then
                        'IntLoads12(Index).Load12S = True
                        'Switch12(Index).BackColor = System.Drawing.ColorTranslator.FromOle(RGB(255, 0, 0))
                        mstrName = "Operation Complete"
                        'MsgBox("The load is being connected!", MsgBoxStyle.OKOnly, "" & mstrName)
                        IntLoads12(Index).LoadState = 1
                    End If

                    'Update the current limit with user input value
                    IntLoads12(Index).LoadCurrentLimit = CDbl(Int12ILimit(Index).Text)
                    IntLoads12(Index).LoadName = LoadID12Int(Index).Text

                    myIntLoadUpdateType12.current_limit = IntLoads12(Index).LoadCurrentLimit * 1000
                    myIntLoadUpdateType12.name = IntLoads12(Index).LoadName
                    myIntLoadUpdateType12.state = IntLoads12(Index).LoadState

                    'myIntLoadListType12 = ws.setLoad(myString, myIntLoadUpdateType12) 'comment out on 4/27/05 due to change of setload()
                    Try
                        result = ws.setLoad(myString, myIntLoadUpdateType12)
                    Catch ex As Exception
                        Beep()
                        myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                        myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                        myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                        myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                        myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                        myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                        myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                        myPrompt = myPrompt + ex.ToString()
                        ShowMessage(myPrompt)
                    End Try

                    'X = LoadData(Y)

                    'initialize the load configuration fram with new settings
                    'X = IntLoad12Initialize(IntLoads12(Index))
                    'mstrName = "Operation Complete"
                    'MsgBox("Load Configuration Changed!", MsgBoxStyle.OKOnly, "" & mstrName)
                    'Set the cursor back to an arrow
                    Cursor.Current = System.Windows.Forms.Cursors.Arrow
                    activeFlag = False
                Else
                    MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                End If
            Else
                MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
            End If
        Else
            'if user cancels the action
            IntLoad12Config(Index).Visible = False
            activeFlag = False
            'mstrName = "Operation Canceled"
            'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
        End If
        'Enable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = True
    End Sub

    '***************************************************************************************
    'User press the enter key in the configuration box
    '***************************************************************************************
    Private Sub LoadID12Int_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles LoadID12Int.KeyPress
        Dim Index As Short = LoadID12Int.GetIndex(sender)
        Dim KeyAscii As Short = Asc(e.KeyChar)

        If KeyAscii = Asc(vbCr) Then
            'tc: User pressed enter.
            Dim Y As Integer
            Dim X As Object
            Dim mstrName As Object
            Dim myPrompt As String
            Dim response As Short
            Dim myString As String
            Dim IndexString As String
            Dim result As String
            Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
            Dim myIntLoadUpdateType12 As New edu.washington.apl.pmacs.loadUpdateType
            'Dim myIntLoadListType12 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

            If Not GotIntLoadData Then
                MsgBox("Cannot commuicate with Server at this moment. Try again later.")
                IntLoad12Config(Index).Visible = False
                Exit Sub
            End If

            IndexString = CStr(Index + 3)
            myString = "/1/internal/" + IndexString
            mstrName = "Confirm Operation"

            'Confirm with the user that he wants to send in the changes in load configuration
            response = MsgBox("Change Load Configuration for 12V Internal Load " + CStr(IntLoads12(Index).Loadindex) + "?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            'Change the color of the switches
            'If switch is opened, color is white
            'load state = 0 (off)
            'If switch is closed, color is red
            'load state = 1 (on)
            If response = MsgBoxResult.Yes Then
                If IsNumeric(Int12ILimit(Index).Text) Then
                    If CDbl(Int12ILimit(Index).Text) >= 0 Then
                        IntLoad12Config(Index).Visible = False
                        'Set the cursor to be a hourglass
                        Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                        If IntLoad12SwitchOpen(Index).Checked = True Then
                            'IntLoads12(Index).Load12S = False
                            'Switch12(Index).BackColor = System.Drawing.Color.White
                            mstrName = "Operation Complete"
                            'MsgBox("The load is being disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                            IntLoads12(Index).LoadState = 0
                        ElseIf IntLoad12SwitchClose(Index).Checked = True Then
                            'IntLoads12(Index).Load12S = True
                            'Switch12(Index).BackColor = System.Drawing.ColorTranslator.FromOle(RGB(255, 0, 0))
                            mstrName = "Operation Complete"
                            'MsgBox("The load is being connected!", MsgBoxStyle.OKOnly, "" & mstrName)
                            IntLoads12(Index).LoadState = 1
                        End If

                        'Update the current limit with user input value
                        IntLoads12(Index).LoadCurrentLimit = CDbl(Int12ILimit(Index).Text)
                        IntLoads12(Index).LoadName = LoadID12Int(Index).Text

                        myIntLoadUpdateType12.current_limit = IntLoads12(Index).LoadCurrentLimit * 1000
                        myIntLoadUpdateType12.name = IntLoads12(Index).LoadName
                        myIntLoadUpdateType12.state = IntLoads12(Index).LoadState

                        'myIntLoadListType12 = ws.setLoad(myString, myIntLoadUpdateType12) 'comment out on 4/27/05 due to change of setload()
                        Try
                            result = ws.setLoad(myString, myIntLoadUpdateType12)
                        Catch ex As Exception
                            Beep()
                            myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                            myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                            myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                            myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                            myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                            myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                            myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                            myPrompt = myPrompt + ex.ToString()
                            ShowMessage(myPrompt)
                        End Try

                        'X = LoadData(Y)

                        'initialize the load configuration fram with new settings
                        'X = IntLoad12Initialize(IntLoads12(Index))
                        'mstrName = "Operation Complete"
                        'MsgBox("Load Configuration Changed!", MsgBoxStyle.OKOnly, "" & mstrName)
                        'Set the cursor back to an arrow
                        Cursor.Current = System.Windows.Forms.Cursors.Arrow
                        activeFlag = False
                    Else
                        MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                    End If
                Else
                    MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                End If
            Else
                'if user cancels the action
                IntLoad12Config(Index).Visible = False
                activeFlag = False
                'mstrName = "Operation Canceled"
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
            End If
        End If
    End Sub

    Private Sub Int12ILimit_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles Int12ILimit.KeyPress
        Dim Index As Short = Int12ILimit.GetIndex(sender)
        Dim KeyAscii As Short = Asc(e.KeyChar)

        If KeyAscii = Asc(vbCr) Then
            'tc: User pressed enter.
            Dim Y As Integer
            Dim X As Object
            Dim mstrName As Object
            Dim myPrompt As String
            Dim response As Short
            Dim myString As String
            Dim IndexString As String
            Dim result As String
            Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
            Dim myIntLoadUpdateType12 As New edu.washington.apl.pmacs.loadUpdateType
            'Dim myIntLoadListType12 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

            If Not GotIntLoadData Then
                MsgBox("Cannot commuicate with Server at this moment. Try again later.")
                IntLoad12Config(Index).Visible = False
                Exit Sub
            End If

            IndexString = CStr(Index + 3)
            myString = "/1/internal/" + IndexString
            mstrName = "Confirm Operation"

            'Confirm with the user that he wants to send in the changes in load configuration
            response = MsgBox("Change Load Configuration for 12V Internal Load " + CStr(IntLoads12(Index).Loadindex) + "?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            'Change the color of the switches
            'If switch is opened, color is white
            'load state = 0 (off)
            'If switch is closed, color is red
            'load state = 1 (on)
            If response = MsgBoxResult.Yes Then
                If IsNumeric(Int12ILimit(Index).Text) Then
                    If CDbl(Int12ILimit(Index).Text) >= 0 Then
                        IntLoad12Config(Index).Visible = False
                        'Set the cursor to be a hourglass
                        Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                        If IntLoad12SwitchOpen(Index).Checked = True Then
                            'IntLoads12(Index).Load12S = False
                            'Switch12(Index).BackColor = System.Drawing.Color.White
                            mstrName = "Operation Complete"
                            'MsgBox("The load is being disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                            IntLoads12(Index).LoadState = 0
                        ElseIf IntLoad12SwitchClose(Index).Checked = True Then
                            'IntLoads12(Index).Load12S = True
                            'Switch12(Index).BackColor = System.Drawing.ColorTranslator.FromOle(RGB(255, 0, 0))
                            mstrName = "Operation Complete"
                            'MsgBox("The load is being connected!", MsgBoxStyle.OKOnly, "" & mstrName)
                            IntLoads12(Index).LoadState = 1
                        End If

                        'Update the current limit with user input value
                        IntLoads12(Index).LoadCurrentLimit = CDbl(Int12ILimit(Index).Text)
                        IntLoads12(Index).LoadName = LoadID12Int(Index).Text

                        myIntLoadUpdateType12.current_limit = IntLoads12(Index).LoadCurrentLimit * 1000
                        myIntLoadUpdateType12.name = IntLoads12(Index).LoadName
                        myIntLoadUpdateType12.state = IntLoads12(Index).LoadState

                        'myIntLoadListType12 = ws.setLoad(myString, myIntLoadUpdateType12) 'comment out on 4/27/05 due to change of setload()
                        Try
                            result = ws.setLoad(myString, myIntLoadUpdateType12)
                        Catch ex As Exception
                            Beep()
                            myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                            myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                            myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                            myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                            myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                            myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                            myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                            myPrompt = myPrompt + ex.ToString()
                            ShowMessage(myPrompt)
                        End Try

                        'X = LoadData(Y)

                        'initialize the load configuration fram with new settings
                        'X = IntLoad12Initialize(IntLoads12(Index))
                        'mstrName = "Operation Complete"
                        'MsgBox("Load Configuration Changed!", MsgBoxStyle.OKOnly, "" & mstrName)
                        'Set the cursor back to an arrow
                        Cursor.Current = System.Windows.Forms.Cursors.Arrow
                        activeFlag = False
                    Else
                        MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                    End If
                Else
                    MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                End If
            Else
                'if user cancels the action
                IntLoad12Config(Index).Visible = False
                activeFlag = False
                'mstrName = "Operation Canceled"
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
            End If
        End If
    End Sub
#End Region

#Region "Double Click on switch for 12V internal load"
    'When user double click on the switch, the GUI will ask
    'the operator is he wants to change the status of the switch
    Private Sub Switch12_DoubleClick(ByVal EventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Switch12.DoubleClick, Switch12.Click
        Dim Index As Short = Switch12.GetIndex(EventSender)
        Dim X As Short
        Dim Y As Integer
        Dim Z As Object
        Dim response As Short
        Dim myPrompt As String
        Dim mstrName As Object
        Dim myString As String
        Dim IndexString As String
        Dim result As String
        Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
        Dim myIntLoadUpdateType12 As New edu.washington.apl.pmacs.loadUpdateType
        Dim myIntLoadListType12 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

        If Not GotIntLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            Exit Sub
        End If

        IndexString = CStr(Index + 3)
        myString = "/1/internal/" + IndexString
        mstrName = "Confirm Operation"

        'Disable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = False
        activeFlag = True

        'close all load configuration frame that's already opened
        For X = 0 To 6
            IntLoad12Config(X).Visible = False
        Next X

        If IntLoads12(Index).LoadState = 1 Then 'Load is ON
            'Comfirm with User
            response = MsgBox("Open the Switch for 12V internal load " + "'" + IntLoads12(Index).LoadName + "'?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            'If User confirms the change
            If response = MsgBoxResult.Yes Then
                'Set the cursor to be a hourglass
                Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                'Set state of load to OFF (0)
                IntLoads12(Index).LoadState = 0
                myIntLoadUpdateType12.state = IntLoads12(Index).LoadState
                myIntLoadUpdateType12.current_limit = IntLoads12(Index).LoadCurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myIntLoadListType12 = ws.setLoad(myString, myIntLoadUpdateType12) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString, myIntLoadUpdateType12)
                Catch ex As Exception
                    Beep()
                    myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                    myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                    myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                    myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                    myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                    myPrompt = myPrompt + ex.ToString()
                    ShowMessage(myPrompt)
                End Try
                'Z = LoadData(Y)

                'initialize the load configuration fram with new settings
                'Z = IntLoad12Initialize(IntLoads12(Index))
                mstrName = "Operation Complete"
                'MsgBox("The load is being disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                IntLoad12Config(Index).Visible = False
                mstrName = "Operation Canceled"
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
            End If
        ElseIf IntLoads12(Index).LoadState = 0 Then 'Load is OFF
            'Comfirm with User
            response = MsgBox("Close the Switch for 12V internal load " + "'" + IntLoads12(Index).LoadName + "'?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            'If User confirms the change
            If response = MsgBoxResult.Yes Then
                'Set the cursor to be a hourglass
                Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                'Set state of load to ON (1)
                IntLoads12(Index).LoadState = 1
                myIntLoadUpdateType12.state = IntLoads12(Index).LoadState
                myIntLoadUpdateType12.current_limit = IntLoads12(Index).LoadCurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myIntLoadListType12 = ws.setLoad(myString, myIntLoadUpdateType12) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString, myIntLoadUpdateType12)
                Catch ex As Exception
                    Beep()
                    myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                    myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                    myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                    myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                    myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                    myPrompt = myPrompt + ex.ToString()
                    ShowMessage(myPrompt)
                End Try
                'Z = LoadData(Y)

                'initialize the load configuration fram with new settings
                'Z = IntLoad12Initialize(IntLoads12(Index))
                mstrName = "Operation Complete"
                'MsgBox("The load has been connected!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                IntLoad12Config(Index).Visible = False
                mstrName = "Operation Canceled"
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
            End If
        End If
    End Sub
#End Region

#Region "Double click 5V internal load"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'Doubel click the 5V internal load box will
    'bring up the loaf configuration frame
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub IntLoad5_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles IntLoad5.DoubleClick, IntLoad5.Click
        Dim Index As Short = IntLoad5.GetIndex(eventSender)
        Dim X As Short

        'Disable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = False
        activeFlag = True
        'close all load configuration frame that's already opened
        For X = 0 To 1
            IntLoad5Config(X).Visible = False
        Next X

        'initialize the configuration frame with load info
        'X = IntLoad5Initialize(IntLoads5(Index))

        'show the load configuration frame
        IntLoad5Config(Index).Visible = True
        LoadID5Int(Index).Focus()
    End Sub

    Private Sub LabelIntLoad5_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles LabelIntLoad5.DoubleClick, LabelIntLoad5.Click
        Dim Index As Short = LabelIntLoad5.GetIndex(eventSender)
        Dim X As Short

        activeFlag = True
        'close all load configuration frame that's already opened
        For X = 0 To 1
            IntLoad5Config(X).Visible = False
        Next X

        'initialize the configuration frame with load info
        'X = IntLoad5Initialize(IntLoads5(Index))

        'show the load configuration frame
        IntLoad5Config(Index).Visible = True
        LoadID5Int(Index).Focus()
    End Sub
#End Region

#Region "Click cancel load configuration for 5V internal load"
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'User click close button on load configuration frame
    'no changes would be made
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub IntLoad5Close_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles IntLoad5Close.Click
        Dim Index As Short = IntLoad5Close.GetIndex(eventSender)
        Dim mstrName As Object
        Dim response As Short

        'mstrName = "Operation Canceled"
        'confirm with the user that no changes would be made
        'response = MsgBox("Close Internal Load Configuration without making changes?", MsgBoxStyle.Exclamation + MsgBoxStyle.YesNo, "" & mstrName)
        'If response = MsgBoxResult.Yes Then
        IntLoad5Config(Index).Visible = False
        'End If
        'Enable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = True
        activeFlag = False

    End Sub
#End Region

#Region "Click send load configuration or press Enter for 5V internal load"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'User click the send button on load configuration frame
    'Load connection and current limit seeting will be updated
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub IntLoad5Send_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles IntLoad5Send.Click
        Dim Index As Short = IntLoad5Send.GetIndex(eventSender)
        Dim Y As Integer
        Dim X As Object
        Dim mstrName As Object
        Dim myPrompt As String
        Dim response As Short
        Dim myString As String
        Dim IndexString As String
        Dim result As String
        Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
        Dim myIntLoadUpdateType5 As New edu.washington.apl.pmacs.loadUpdateType
        'Dim myIntLoadListType5 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

        If Not GotIntLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            IntLoad5Config(Index).Visible = False
            Exit Sub
        End If

        IndexString = CStr(Index + 1)
        myString = "/1/internal/" + IndexString
        mstrName = "Confirm Operation"

        'Confirm with the user that he wants to send in the changes in load configuration
        response = MsgBox("Change Load Configuration for 5V Internal Load " + CStr(IntLoads5(Index).Loadindex) + "?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
        'Change the color of the switches
        'If switch is opened, color is white
        'load state = 0 (off)
        'If switch is closed, color is red
        'load state = 1 (on)
        If response = MsgBoxResult.Yes Then
            If IsNumeric(Int5ILimit(Index).Text) Then
                If CDbl(Int5ILimit(Index).Text) >= 0 Then
                    IntLoad5Config(Index).Visible = False
                    'Set the cursor to be a hourglass
                    Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                    If IntLoad5SwitchOpen(Index).Checked = True Then
                        'IntLoads5(Index).Load5S = False
                        'Switch5(Index).BackColor = System.Drawing.Color.White
                        mstrName = "Operation Complete"
                        'MsgBox("The load is being disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                        IntLoads5(Index).LoadState = 0
                    ElseIf IntLoad5SwitchClose(Index).Checked = True Then
                        'IntLoads5(Index).Load5S = True
                        'Switch5(Index).BackColor = System.Drawing.ColorTranslator.FromOle(RGB(255, 0, 0))
                        mstrName = "Operation Complete"
                        'MsgBox("The load is being connected!", MsgBoxStyle.OKOnly, "" & mstrName)
                        IntLoads5(Index).LoadState = 1
                    End If

                    'Update the current limit with user input value
                    IntLoads5(Index).LoadCurrentLimit = CDbl(Int5ILimit(Index).Text)
                    IntLoads5(Index).LoadName = LoadID5Int(Index).Text

                    myIntLoadUpdateType5.current_limit = IntLoads5(Index).LoadCurrentLimit * 1000
                    myIntLoadUpdateType5.name = IntLoads5(Index).LoadName
                    myIntLoadUpdateType5.state = IntLoads5(Index).LoadState

                    'myIntLoadListType5 = ws.setLoad(myString, myIntLoadUpdateType5) 'comment out on 4/27/05 due to change of setload()
                    Try
                        result = ws.setLoad(myString, myIntLoadUpdateType5)
                    Catch ex As Exception
                        Beep()
                        myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                        myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                        myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                        myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                        myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                        myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                        myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                        myPrompt = myPrompt + ex.ToString()
                        ShowMessage(myPrompt)
                    End Try

                    'X = LoadData(Y)

                    'initialize the load configuration fram with new settings
                    'X = IntLoad5Initialize(IntLoads5(Index))
                    'mstrName = "Operation Complete"
                    'MsgBox("Load Configuration Changed!", MsgBoxStyle.OKOnly, "" & mstrName)
                    'set the cursor back to an arrow
                    Cursor.Current = System.Windows.Forms.Cursors.Arrow
                    activeFlag = False
                Else
                    MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                End If
            Else
                MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
            End If
        Else
            'if user cancels the action
            IntLoad5Config(Index).Visible = False
            activeFlag = False
            'mstrName = "Operation Canceled"
            'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
        End If
        'Enable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = True
    End Sub

    '***************************************************************************************
    'User press the enter key in the configuration box
    '***************************************************************************************
    Private Sub LoadID5Int_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles LoadID5Int.KeyPress
        Dim Index As Short = LoadID5Int.GetIndex(sender)
        Dim KeyAscii As Short = Asc(e.KeyChar)

        If KeyAscii = Asc(vbCr) Then
            'tc: User pressed enter.
            Dim Y As Integer
            Dim X As Object
            Dim mstrName As Object
            Dim myPrompt As String
            Dim response As Short
            Dim myString As String
            Dim IndexString As String
            Dim result As String
            Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
            Dim myIntLoadUpdateType5 As New edu.washington.apl.pmacs.loadUpdateType
            'Dim myIntLoadListType5 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

            If Not GotIntLoadData Then
                MsgBox("Cannot commuicate with Server at this moment. Try again later.")
                IntLoad5Config(Index).Visible = False
                Exit Sub
            End If

            IndexString = CStr(Index + 1)
            myString = "/1/internal/" + IndexString
            mstrName = "Confirm Operation"

            'Confirm with the user that he wants to send in the changes in load configuration
            response = MsgBox("Change Load Configuration for 5V Internal Load " + CStr(IntLoads5(Index).Loadindex) + "?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            'Change the color of the switches
            'If switch is opened, color is white
            'load state = 0 (off)
            'If switch is closed, color is red
            'load state = 1 (on)
            If response = MsgBoxResult.Yes Then
                If IsNumeric(Int5ILimit(Index).Text) Then
                    If CDbl(Int5ILimit(Index).Text) >= 0 Then
                        IntLoad5Config(Index).Visible = False
                        'Set the cursor to be a hourglass
                        Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                        If IntLoad5SwitchOpen(Index).Checked = True Then
                            'IntLoads5(Index).Load5S = False
                            'Switch5(Index).BackColor = System.Drawing.Color.White
                            mstrName = "Operation Complete"
                            'MsgBox("The load is being disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                            IntLoads5(Index).LoadState = 0
                        ElseIf IntLoad5SwitchClose(Index).Checked = True Then
                            'IntLoads5(Index).Load5S = True
                            'Switch5(Index).BackColor = System.Drawing.ColorTranslator.FromOle(RGB(255, 0, 0))
                            mstrName = "Operation Complete"
                            'MsgBox("The load is being connected!", MsgBoxStyle.OKOnly, "" & mstrName)
                            IntLoads5(Index).LoadState = 1
                        End If

                        'Update the current limit with user input value
                        IntLoads5(Index).LoadCurrentLimit = CDbl(Int5ILimit(Index).Text)
                        IntLoads5(Index).LoadName = LoadID5Int(Index).Text

                        myIntLoadUpdateType5.current_limit = IntLoads5(Index).LoadCurrentLimit * 1000
                        myIntLoadUpdateType5.name = IntLoads5(Index).LoadName
                        myIntLoadUpdateType5.state = IntLoads5(Index).LoadState

                        'myIntLoadListType5 = ws.setLoad(myString, myIntLoadUpdateType5) 'comment out on 4/27/05 due to change of setload()
                        Try
                            result = ws.setLoad(myString, myIntLoadUpdateType5)
                        Catch ex As Exception
                            Beep()
                            myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                            myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                            myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                            myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                            myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                            myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                            myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                            myPrompt = myPrompt + ex.ToString()
                            ShowMessage(myPrompt)
                        End Try

                        'X = LoadData(Y)

                        'initialize the load configuration fram with new settings
                        'X = IntLoad5Initialize(IntLoads5(Index))
                        'mstrName = "Operation Complete"
                        'MsgBox("Load Configuration Changed!", MsgBoxStyle.OKOnly, "" & mstrName)
                        'set the cursor back to an arrow
                        Cursor.Current = System.Windows.Forms.Cursors.Arrow
                        activeFlag = False
                    Else
                        MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                    End If
                Else
                    MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                End If
            Else
                'if user cancels the action
                IntLoad5Config(Index).Visible = False
                activeFlag = False
                'mstrName = "Operation Canceled"
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
            End If
        End If
    End Sub

    Private Sub Int5ILimit_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles Int5ILimit.KeyPress
        Dim Index As Short = Int5ILimit.GetIndex(sender)
        Dim KeyAscii As Short = Asc(e.KeyChar)

        If KeyAscii = Asc(vbCr) Then
            'tc: User pressed enter.
            Dim Y As Integer
            Dim X As Object
            Dim mstrName As Object
            Dim myPrompt As String
            Dim response As Short
            Dim myString As String
            Dim IndexString As String
            Dim result As String
            Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
            Dim myIntLoadUpdateType5 As New edu.washington.apl.pmacs.loadUpdateType
            'Dim myIntLoadListType5 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

            If Not GotIntLoadData Then
                MsgBox("Cannot commuicate with Server at this moment. Try again later.")
                IntLoad5Config(Index).Visible = False
                Exit Sub
            End If

            IndexString = CStr(Index + 1)
            myString = "/1/internal/" + IndexString
            mstrName = "Confirm Operation"

            'Confirm with the user that he wants to send in the changes in load configuration
            response = MsgBox("Change Load Configuration for 5V Internal Load " + CStr(IntLoads5(Index).Loadindex) + "?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            'Change the color of the switches
            'If switch is opened, color is white
            'load state = 0 (off)
            'If switch is closed, color is red
            'load state = 1 (on)
            If response = MsgBoxResult.Yes Then
                If IsNumeric(Int5ILimit(Index).Text) Then
                    If CDbl(Int5ILimit(Index).Text) >= 0 Then
                        IntLoad5Config(Index).Visible = False
                        'Set the cursor to be a hourglass
                        Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                        If IntLoad5SwitchOpen(Index).Checked = True Then
                            'IntLoads5(Index).Load5S = False
                            'Switch5(Index).BackColor = System.Drawing.Color.White
                            mstrName = "Operation Complete"
                            'MsgBox("The load is being disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                            IntLoads5(Index).LoadState = 0
                        ElseIf IntLoad5SwitchClose(Index).Checked = True Then
                            'IntLoads5(Index).Load5S = True
                            'Switch5(Index).BackColor = System.Drawing.ColorTranslator.FromOle(RGB(255, 0, 0))
                            mstrName = "Operation Complete"
                            'MsgBox("The load is being connected!", MsgBoxStyle.OKOnly, "" & mstrName)
                            IntLoads5(Index).LoadState = 1
                        End If

                        'Update the current limit with user input value
                        IntLoads5(Index).LoadCurrentLimit = CDbl(Int5ILimit(Index).Text)
                        IntLoads5(Index).LoadName = LoadID5Int(Index).Text

                        myIntLoadUpdateType5.current_limit = IntLoads5(Index).LoadCurrentLimit * 1000
                        myIntLoadUpdateType5.name = IntLoads5(Index).LoadName
                        myIntLoadUpdateType5.state = IntLoads5(Index).LoadState

                        'myIntLoadListType5 = ws.setLoad(myString, myIntLoadUpdateType5) 'comment out on 4/27/05 due to change of setload()
                        Try
                            result = ws.setLoad(myString, myIntLoadUpdateType5)
                        Catch ex As Exception
                            Beep()
                            myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                            myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                            myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                            myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                            myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                            myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                            myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                            myPrompt = myPrompt + ex.ToString()
                            ShowMessage(myPrompt)
                        End Try

                        'X = LoadData(Y)

                        'initialize the load configuration fram with new settings
                        'X = IntLoad5Initialize(IntLoads5(Index))
                        'mstrName = "Operation Complete"
                        'MsgBox("Load Configuration Changed!", MsgBoxStyle.OKOnly, "" & mstrName)
                        'set the cursor back to an arrow
                        Cursor.Current = System.Windows.Forms.Cursors.Arrow
                        activeFlag = False
                    Else
                        MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                    End If
                Else
                    MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error")
                End If
            Else
                'if user cancels the action
                IntLoad5Config(Index).Visible = False
                activeFlag = False
                'mstrName = "Operation Canceled"
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
            End If
        End If
    End Sub
#End Region

#Region "Double Click on switch for 5V internal load"
    'When user double click on the switch, the GUI will ask
    'the operator is he wants to change the status of the switch
    Private Sub Switch5_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Switch5.DoubleClick, Switch5.Click
        Dim Index As Short = Switch5.GetIndex(eventSender)
        Dim X As Short
        Dim Y As Integer
        Dim Z As Object
        Dim response As Short
        Dim myPrompt As String
        Dim mstrName As Object
        Dim myString As String
        Dim IndexString As String
        Dim result As String
        Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
        Dim myIntLoadUpdateType5 As New edu.washington.apl.pmacs.loadUpdateType
        'Dim myIntLoadListType5 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

        If Not GotIntLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            Exit Sub
        End If

        IndexString = CStr(Index + 1)
        myString = "/1/internal/" + IndexString
        mstrName = "Confirm Operation"

        'Disable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = False
        activeFlag = True

        'close all load configuration frame that's already opened
        For X = 0 To 1
            IntLoad5Config(X).Visible = False
        Next X

        If IntLoads5(Index).LoadState = 1 Then 'Load is ON
            'Comfirm with User
            response = MsgBox("Open the Switch for 5V internal load " + "'" + IntLoads5(Index).LoadName + "'?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            'If User confirms the change
            If response = MsgBoxResult.Yes Then
                'Set the cursor to be a hourglass
                Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                'Set state of load to OFF (0)
                IntLoads5(Index).LoadState = 0
                myIntLoadUpdateType5.state = IntLoads5(Index).LoadState
                myIntLoadUpdateType5.current_limit = IntLoads5(Index).LoadCurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myIntLoadListType5 = ws.setLoad(myString, myIntLoadUpdateType5) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString, myIntLoadUpdateType5)
                Catch ex As Exception
                    Beep()
                    myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                    myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                    myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                    myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                    myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                    myPrompt = myPrompt + ex.ToString()
                    ShowMessage(myPrompt)
                End Try

                'Z = LoadData(Y)

                'initialize the load configuration fram with new settings
                'Z = IntLoad5Initialize(IntLoads5(Index))
                mstrName = "Operation Complete"
                'MsgBox("The load is being disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                mstrName = "Operation Canceled"
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
            End If
        ElseIf IntLoads5(Index).LoadState = 0 Then 'Load is OFF
            'Comfirm with User
            response = MsgBox("Close the Switch for 5V internal load " + "'" + IntLoads5(Index).LoadName + "'?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            'If User confirms the change
            If response = MsgBoxResult.Yes Then
                'Set the cursor to be a hourglass
                Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                'Set state of load to ON (1)
                IntLoads5(Index).LoadState = 1
                myIntLoadUpdateType5.state = IntLoads5(Index).LoadState
                myIntLoadUpdateType5.current_limit = IntLoads5(Index).LoadCurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myIntLoadListType5 = ws.setLoad(myString, myIntLoadUpdateType5) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString, myIntLoadUpdateType5)
                Catch ex As Exception
                    Beep()
                    myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                    myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                    myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                    myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                    myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                    myPrompt = myPrompt + ex.ToString()
                    response = MsgBox(myPrompt, 0, "Error sending Internal Load configuration")
                End Try

                'Z = LoadData(Y)

                'initialize the load configuration fram with new settings
                'Z = IntLoad5Initialize(IntLoads5(Index))
                mstrName = "Operation Complete"
                'MsgBox("The load has been connected!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                mstrName = "Operation Canceled"
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
            End If
        End If
    End Sub
#End Region

#Region "Menu for open 48V internal load screen"
    Private Sub mnuIntLoad48_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuIntLoad48.Click
        'jbe: When using multiple monitors, we want to be able to position child
        '     windows outside of the perimeter of the parent window.
        '     Also, we want to force the child form to get the focus since
        '     the user probably expects it after clicking the menu item.
        '     But in order to make sure the child form gets the focus I think we
        '     need to set the "auto scroll datagrid" check boxes to the OFF state.
        '     Also, we may now need to add code to PMACSmain.vb so that when
        '     the PMACSmain form closes it explicitly closes any child windows
        '     that are open.  PIG338
        '
        '     The screen size of each one of the monitors is 1280 wide by 1024 high.
        '     It is assumed that the multiple monitors are setup as side by side monitors
        '     with a total width of 2560 pixels and a total height of 1024.
        '     However, if the monitors are setup as one on top of the other with a
        '     total width of 1280 and a total height of 2048 then the following code
        '     will not work.
        '
        '     Also we must execute different code when only one monitor is in use as
        '     opposed to 2.

        Dim UpperBound As Integer 'jbe: Use to determine the number of display monitors in use.

        'jbe: Determine number of display monitors in use.
        Dim Screens() As System.Windows.Forms.Screen = System.Windows.Forms.Screen.AllScreens()
        UpperBound = Screens.GetUpperBound(0)

        If UpperBound = 0 Then
            'jbe: Only one display monitor is attached to the computer.
            '     (Just use old version of code to display child window).

            'jbe: Show the child form.
            PMACS48Vintload.DefInstance.Show()
        Else
            'jbe: Two or more display monitors are attached to the computer.

            'jbe: Set the MdiParent property of the child form to nothing
            '     to that the child form can be positioned outside of the
            '     parent's perimeter.
            PMACS48Vintload.DefInstance.MdiParent() = Nothing 'jbe new 12-20-2005

            'jbe: Show the child form.
            PMACS48Vintload.DefInstance.Show()

            'tc: set the top of the child form at the top of the monitor
            PMACS48Vintload.DefInstance.Top = 1

            'jbe: Set the width of the child form to the screen width of a single monitor.
            PMACS48Vintload.DefInstance.Width = 1280

            'jbe: Set the height to something less than max monitor height of 1024.
            '     This is not really useful at the present but later on we may
            '     want to squeeze in another child window below this child window on the
            '     second monitor.
            PMACS48Vintload.DefInstance.Height = 1023

            'jbe: It seems that in order to set the left property you need to set the
            '     WindowState to "Normal" (resizable) otherwise it does not move to next
            '     monitor.
            PMACS48Vintload.DefInstance.WindowState = FormWindowState.Normal

            'jbe: Position child window on the second monitor (rightmost monitor)
            '     by setting left edge to start at x=1281.
            PMACS48Vintload.DefInstance.Left = 1281
        End If
    End Sub
#End Region

#Region "Menu for open 5V internal load screen"
    Private Sub mnuIntLoad5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuIntLoad5.Click
        'jbe: When using multiple monitors, we want to be able to position child
        '     windows outside of the perimeter of the parent window.
        '     Also, we want to force the child form to get the focus since
        '     the user probably expects it after clicking the menu item.
        '     But in order to make sure the child form gets the focus I think we
        '     need to set the "auto scroll datagrid" check boxes to the OFF state.
        '     Also, we may now need to add code to PMACSmain.vb so that when
        '     the PMACSmain form closes it explicitly closes any child windows
        '     that are open.  PIG338
        '
        '     The screen size of each one of the monitors is 1280 wide by 1024 high.
        '     It is assumed that the multiple monitors are setup as side by side monitors
        '     with a total width of 2560 pixels and a total height of 1024.
        '     However, if the monitors are setup as one on top of the other with a
        '     total width of 1280 and a total height of 2048 then the following code
        '     will not work.
        '
        '     Also we must execute different code when only one monitor is in use as
        '     opposed to 2.

        Dim UpperBound As Integer 'jbe: Use to determine the number of display monitors in use.

        'jbe: Determine number of display monitors in use.
        Dim Screens() As System.Windows.Forms.Screen = System.Windows.Forms.Screen.AllScreens()
        UpperBound = Screens.GetUpperBound(0)

        If UpperBound = 0 Then
            'jbe: Only one display monitor is attached to the computer.
            '     (Just use old version of code to display child window).

            'jbe: Show the child form.
            PMACS5Vintload.DefInstance.Show()
        Else
            'jbe: Two or more display monitors are attached to the computer.

            'jbe: Set the MdiParent property of the child form to nothing
            '     to that the child form can be positioned outside of the
            '     parent's perimeter.
            PMACS5Vintload.DefInstance.MdiParent() = Nothing 'jbe new 12-20-2005

            'jbe: Show the child form.
            PMACS5Vintload.DefInstance.Show()

            'tc: set the top of the child form at the top of the monitor
            PMACS5Vintload.DefInstance.Top = 1

            'jbe: Set the width of the child form to the screen width of a single monitor.
            PMACS5Vintload.DefInstance.Width = 1280

            'jbe: Set the height to something less than max monitor height of 1024.
            '     This is not really useful at the present but later on we may
            '     want to squeeze in another child window below this child window on the
            '     second monitor.
            PMACS5Vintload.DefInstance.Height = 1023

            'jbe: It seems that in order to set the left property you need to set the
            '     WindowState to "Normal" (resizable) otherwise it does not move to next
            '     monitor.
            PMACS5Vintload.DefInstance.WindowState = FormWindowState.Normal

            'jbe: Position child window on the second monitor (rightmost monitor)
            '     by setting left edge to start at x=1281.
            PMACS5Vintload.DefInstance.Left = 1281
        End If
    End Sub
#End Region

#Region "Menu for open 12V internal load screen"
    Private Sub mnuIntLoad12_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuIntLoad12.Click
        'jbe: When using multiple monitors, we want to be able to position child
        '     windows outside of the perimeter of the parent window.
        '     Also, we want to force the child form to get the focus since
        '     the user probably expects it after clicking the menu item.
        '     But in order to make sure the child form gets the focus I think we
        '     need to set the "auto scroll datagrid" check boxes to the OFF state.
        '     Also, we may now need to add code to PMACSmain.vb so that when
        '     the PMACSmain form closes it explicitly closes any child windows
        '     that are open.  PIG338
        '
        '     The screen size of each one of the monitors is 1280 wide by 1024 high.
        '     It is assumed that the multiple monitors are setup as side by side monitors
        '     with a total width of 2560 pixels and a total height of 1024.
        '     However, if the monitors are setup as one on top of the other with a
        '     total width of 1280 and a total height of 2048 then the following code
        '     will not work.
        '
        '     Also we must execute different code when only one monitor is in use as
        '     opposed to 2.

        Dim UpperBound As Integer 'jbe: Use to determine the number of display monitors in use.

        'jbe: Determine number of display monitors in use.
        Dim Screens() As System.Windows.Forms.Screen = System.Windows.Forms.Screen.AllScreens()
        UpperBound = Screens.GetUpperBound(0)

        If UpperBound = 0 Then
            'jbe: Only one display monitor is attached to the computer.
            '     (Just use old version of code to display child window).

            'jbe: Show the child form.
            PMACS12Vintload.DefInstance.Show()
        Else
            'jbe: Two or more display monitors are attached to the computer.

            'jbe: Set the MdiParent property of the child form to nothing
            '     to that the child form can be positioned outside of the
            '     parent's perimeter.
            PMACS12Vintload.DefInstance.MdiParent() = Nothing 'jbe new 12-20-2005

            'jbe: Show the child form.
            PMACS12Vintload.DefInstance.Show()

            'tc: set the top of the child form at the top of the monitor
            PMACS12Vintload.DefInstance.Top = 1

            'jbe: Set the width of the child form to the screen width of a single monitor.
            PMACS12Vintload.DefInstance.Width = 1280

            'jbe: Set the height to something less than max monitor height of 1024.
            '     This is not really useful at the present but later on we may
            '     want to squeeze in another child window below this child window on the
            '     second monitor.
            PMACS12Vintload.DefInstance.Height = 1023

            'jbe: It seems that in order to set the left property you need to set the
            '     WindowState to "Normal" (resizable) otherwise it does not move to next
            '     monitor.
            PMACS12Vintload.DefInstance.WindowState = FormWindowState.Normal

            'jbe: Position child window on the second monitor (rightmost monitor)
            '     by setting left edge to start at x=1281.
            PMACS12Vintload.DefInstance.Left = 1281
        End If
    End Sub
#End Region

#Region "Menu for open operation log screen"
    Private Sub mnuAlarm_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuAlarm.Click
        'jbe: When using multiple monitors, we want to be able to position child
        '     windows outside of the perimeter of the parent window.
        '     Also, we want to force the child form to get the focus since
        '     the user probably expects it after clicking the menu item.
        '     But in order to make sure the child form gets the focus I think we
        '     need to set the "auto scroll datagrid" check boxes to the OFF state.
        '     Also, we may now need to add code to PMACSmain.vb so that when
        '     the PMACSmain form closes it explicitly closes any child windows
        '     that are open.  PIG338
        '
        '     The screen size of each one of the monitors is 1280 wide by 1024 high.
        '     It is assumed that the multiple monitors are setup as side by side monitors
        '     with a total width of 2560 pixels and a total height of 1024.
        '     However, if the monitors are setup as one on top of the other with a
        '     total width of 1280 and a total height of 2048 then the following code
        '     will not work.
        '
        '     Also we must execute different code when only one monitor is in use as
        '     opposed to 2.

        Dim UpperBound As Integer 'jbe: Use to determine the number of display monitors in use.

        'jbe: Determine number of display monitors in use.
        Dim Screens() As System.Windows.Forms.Screen = System.Windows.Forms.Screen.AllScreens()
        UpperBound = Screens.GetUpperBound(0)

        If UpperBound = 0 Then
            'jbe: Only one display monitor is attached to the computer.
            '     (Just use old version of code to display child window).

            'jbe: Show the child form.
            PMACSalarm.DefInstance.Show()
        Else
            'jbe: Two or more display monitors are attached to the computer.

            'jbe: Set the MdiParent property of the child form to nothing
            '     to that the child form can be positioned outside of the
            '     parent's perimeter.
            PMACSalarm.DefInstance.MdiParent() = Nothing 'jbe new 12-20-2005

            'jbe: Show the child form.
            PMACSalarm.DefInstance.Show()

            'tc: set the top of the child form at the top of the monitor
            PMACSalarm.DefInstance.Top = 1

            'jbe: Set the width of the child form to the screen width of a single monitor.
            PMACSalarm.DefInstance.Width = 1280

            'jbe: Set the height to something less than max monitor height of 1024.
            '     This is not really useful at the present but later on we may
            '     want to squeeze in another child window below this child window on the
            '     second monitor.
            PMACSalarm.DefInstance.Height = 1023

            'jbe: It seems that in order to set the left property you need to set the
            '     WindowState to "Normal" (resizable) otherwise it does not move to next
            '     monitor.
            PMACSalarm.DefInstance.WindowState = FormWindowState.Normal

            'jbe: Position child window on the second monitor (rightmost monitor)
            '     by setting left edge to start at x=1281.
            PMACSalarm.DefInstance.Left = 1281
        End If
    End Sub
#End Region

#Region "Disconnect all Internal Loads"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'When the user click on the Disconnect all internal load button, 
    'PMACS will restore all settings to its deafault state.
    'All current limit = 1A
    'All switches status = open
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub mnuDefault_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuDefault.Click
        Dim i As Integer
        Dim mstrName As Object
        Dim response As Short
        Dim X As Integer
        Dim Y As Integer

        If Not GotIntLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            Exit Sub
        End If

        'confirm with the user if he/she wants to restore default system data
        response = MsgBox("Disconnect all Internal Loads?", MsgBoxStyle.Exclamation + MsgBoxStyle.YesNo, "Confirm Operation" & mstrName)
        'If user confirms with the restore defaultaction, call the function
        'DefaultData to set data back to default
        If response = MsgBoxResult.Yes Then
            Y = 2
            X = DefaultData(Y)
        End If
    End Sub

#End Region

#Region "Disconnect all 5V Internal Loads"
    Private Sub mnuDisconnect5V_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuDisconnect5V.Click
        Dim i As Integer
        Dim mstrName As Object
        Dim response As Short
        Dim X As Integer
        Dim Y As Integer

        If Not GotIntLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            Exit Sub
        End If

        'confirm with the user if he/she wants to restore default system data
        response = MsgBox("Disconnect all 5V Internal Loads?", MsgBoxStyle.Exclamation + MsgBoxStyle.YesNo, "Confirm Operation" & mstrName)
        'If user confirms with the restore defaultaction, call the function
        'DefaultData to set data back to default

        If response = MsgBoxResult.Yes Then
            Y = 3
            X = DefaultData(Y)
        End If
    End Sub
#End Region

#Region "Disconnect all 12V Internal Loads"
    Private Sub mnuDisconnect12V_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuDisconnect12V.Click
        Dim i As Integer
        Dim mstrName As Object
        Dim response As Short
        Dim X As Integer
        Dim Y As Integer

        If Not GotIntLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            Exit Sub
        End If

        'confirm with the user if he/she wants to restore default system data
        response = MsgBox("Disconnect all 12V Internal Loads?", MsgBoxStyle.Exclamation + MsgBoxStyle.YesNo, "Confirm Operation" & mstrName)
        'If user confirms with the restore defaultaction, call the function
        'DefaultData to set data back to default

        If response = MsgBoxResult.Yes Then
            Y = 4
            X = DefaultData(Y)
        End If
    End Sub
#End Region

#Region "Disconnect all 48V Internal Loads"
    Private Sub mnuDisconnect48V_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuDisconnect48V.Click
        Dim i As Integer
        Dim mstrName As Object
        Dim response As Short
        Dim X As Integer
        Dim Y As Integer

        If Not GotIntLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            Exit Sub
        End If

        'confirm with the user if he/she wants to restore default system data
        response = MsgBox("Disconnect all 48V Internal Loads?", MsgBoxStyle.Exclamation + MsgBoxStyle.YesNo, "Confirm Operation" & mstrName)
        'If user confirms with the restore defaultaction, call the function
        'DefaultData to set data back to default

        If response = MsgBoxResult.Yes Then
            Y = 5
            X = DefaultData(Y)
        End If
    End Sub
#End Region

#Region "Load PMACS Internal Loads Window"
    Private Sub PMACSintload_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Dim i As Integer
        If LoginType = 2 Then
            For i = 0 To 6
                'disable controls on PMACSintload form for 12V and 48V
                LabelIntLoad12(i).Enabled = False
                IntLoad12(i).Enabled = False
                Switch12(i).Enabled = False
                LabelIntLoad48(i).Enabled = False
                IntLoad48(i).Enabled = False
                Switch48(i).Enabled = False
            Next
            For i = 0 To 1
                'disable controls on PMACSintload form for 5V
                LabelIntLoad5(i).Enabled = False
                IntLoad5(i).Enabled = False
                Switch5(i).Enabled = False
            Next
            mnuDisconnect.Enabled = False
        End If
    End Sub
#End Region

End Class