'************************************************************************************************************************
' File: PMACS48Vintload.vb
' Programmer: Ting Chan
' Date: September 8, 2004
'
' Description:
' This form is the 48V internal load window for the PMACS client GUI of the MARS project.
' This form is the control and display form for 5V 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
'
' Revision History:
' 09-08-2004 New header block comments added by Ting Chan, UWEE.
' 12-17-2004 Reconfigured Load numbering for 48V internal load by Ting Chan, UWEE
' 12-17-2004 Add double click event for Switch48 control by Ting Chan, UWEE
' 02-20-2005 Change double click on switch operations 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 PMACS48Vintload
    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_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_0 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 _LoadID48Int_1 As System.Windows.Forms.TextBox
    Public WithEvents _Int48ILimit_1 As System.Windows.Forms.TextBox
    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 _Label1_1 As System.Windows.Forms.Label
    Public WithEvents _I48_1 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48ILimit_1 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Config_1 As System.Windows.Forms.GroupBox
    Public WithEvents _LoadID48Int_3 As System.Windows.Forms.TextBox
    Public WithEvents _Int48ILimit_3 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad48Close_3 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48Send_3 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48SwitchClose_3 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48SwitchOpen_3 As System.Windows.Forms.RadioButton
    Public WithEvents _Label1_3 As System.Windows.Forms.Label
    Public WithEvents _I48_3 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48ILimit_3 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Config_3 As System.Windows.Forms.GroupBox
    Public WithEvents _LoadID48Int_4 As System.Windows.Forms.TextBox
    Public WithEvents _Int48ILimit_4 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad48Close_4 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48Send_4 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48SwitchClose_4 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48SwitchOpen_4 As System.Windows.Forms.RadioButton
    Public WithEvents _Label1_4 As System.Windows.Forms.Label
    Public WithEvents _I48_4 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48ILimit_4 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Config_4 As System.Windows.Forms.GroupBox
    Public WithEvents _LoadID48Int_5 As System.Windows.Forms.TextBox
    Public WithEvents _Int48ILimit_5 As System.Windows.Forms.TextBox
    Public WithEvents _IntLoad48Close_5 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48Send_5 As System.Windows.Forms.Button
    Public WithEvents _IntLoad48SwitchClose_5 As System.Windows.Forms.RadioButton
    Public WithEvents _IntLoad48SwitchOpen_5 As System.Windows.Forms.RadioButton
    Public WithEvents _Label1_5 As System.Windows.Forms.Label
    Public WithEvents _I48_5 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48ILimit_5 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Config_5 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_6 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 _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_2 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 _LabelIntLoad48_5 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48_5 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_3 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48_3 As System.Windows.Forms.Panel
    Public WithEvents _LabelIntLoad48_2 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48_2 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_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48_0 As System.Windows.Forms.Panel
    Public WithEvents _Load_48IntI_5 As System.Windows.Forms.TextBox
    Public WithEvents _Load_48IntI_4 As System.Windows.Forms.TextBox
    Public WithEvents _Load_48IntI_3 As System.Windows.Forms.TextBox
    Public WithEvents _Load_48IntI_2 As System.Windows.Forms.TextBox
    Public WithEvents _Load_48IntI_1 As System.Windows.Forms.TextBox
    Public WithEvents _Load_48IntI_0 As System.Windows.Forms.TextBox
    Public WithEvents I_48Int As System.Windows.Forms.TextBox
    Public WithEvents V_48Int As System.Windows.Forms.TextBox
    Public WithEvents Shape1 As System.Windows.Forms.Label
    Public WithEvents IntConverterA As System.Windows.Forms.Panel
    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 Line23 As System.Windows.Forms.Label
    Public WithEvents ConD As System.Windows.Forms.Label
    Public WithEvents _Switch48_5 As System.Windows.Forms.Label
    Public WithEvents _Switch48_4 As System.Windows.Forms.Label
    Public WithEvents _Switch48_3 As System.Windows.Forms.Label
    Public WithEvents _Switch48_2 As System.Windows.Forms.Label
    Public WithEvents _Switch48_1 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_5 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_4 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_3 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_2 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_1 As System.Windows.Forms.Label
    Public WithEvents _Switch48_0 As System.Windows.Forms.Label
    Public WithEvents _IntLoad48Switch_0 As System.Windows.Forms.Label
    Public WithEvents Line22 As System.Windows.Forms.Label
    Public WithEvents Line21 As System.Windows.Forms.Label
    Public WithEvents Line20 As System.Windows.Forms.Label
    Public WithEvents Line19 As System.Windows.Forms.Label
    Public WithEvents Line18 As System.Windows.Forms.Label
    Public WithEvents Line17 As System.Windows.Forms.Label
    Public WithEvents Line16 As System.Windows.Forms.Label
    Public WithEvents Line15 As System.Windows.Forms.Label
    Public WithEvents Line14 As System.Windows.Forms.Label
    Public WithEvents Line12 As System.Windows.Forms.Label
    Public WithEvents Line11 As System.Windows.Forms.Label
    Public WithEvents Line10 As System.Windows.Forms.Label
    Public WithEvents Line9 As System.Windows.Forms.Label
    Public WithEvents Line8 As System.Windows.Forms.Label
    Public WithEvents Line7 As System.Windows.Forms.Label
    Public WithEvents Line6 As System.Windows.Forms.Label
    Public WithEvents Line5 As System.Windows.Forms.Label
    Public WithEvents Line4 As System.Windows.Forms.Label
    Public WithEvents Line3 As System.Windows.Forms.Label
    Public WithEvents Line2 As System.Windows.Forms.Label
    Public WithEvents Line1 As System.Windows.Forms.Label
    Public WithEvents I48 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Int48ILimit As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents Int48V As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents Int48VSwitchConfirm As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
    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 IntLoad48V As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents IntLoad48VSwitch As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
    Public WithEvents Label1 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents LabelIntLoad48 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents LoadID48Int As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents Load_48IntI As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
    Public WithEvents Switch48 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents SwitchClose48Int As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
    Public WithEvents SwitchOpen48Int As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
    Public WithEvents V48 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public MainMenu1 As System.Windows.Forms.MainMenu
    '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 mnuDefault As System.Windows.Forms.MenuItem
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label15 As System.Windows.Forms.Label
    Friend WithEvents Int48VBusPower As System.Windows.Forms.Label
    Public WithEvents DateTime As System.Windows.Forms.Label
    Friend WithEvents Label21 As System.Windows.Forms.Label
    Public WithEvents Button1 As System.Windows.Forms.Button
    Public WithEvents RadioButton1 As System.Windows.Forms.RadioButton
    Public WithEvents RadioButton2 As System.Windows.Forms.RadioButton
    Friend WithEvents GotIntLoadDataDisplay As System.Windows.Forms.Label
    Friend WithEvents Panel2 As System.Windows.Forms.Panel
    Friend WithEvents Label23 As System.Windows.Forms.Label
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Public WithEvents Label38 As System.Windows.Forms.Label
    Public WithEvents Label37 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 Label3 As System.Windows.Forms.Label
    Friend WithEvents Label19 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._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_0 = New System.Windows.Forms.Label
        Me._I48_0 = New System.Windows.Forms.Label
        Me._IntLoad48ILimit_0 = New System.Windows.Forms.Label
        Me._IntLoad48Config_1 = New System.Windows.Forms.GroupBox
        Me._LoadID48Int_1 = New System.Windows.Forms.TextBox
        Me._Int48ILimit_1 = New System.Windows.Forms.TextBox
        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._Label1_1 = New System.Windows.Forms.Label
        Me._I48_1 = New System.Windows.Forms.Label
        Me._IntLoad48ILimit_1 = New System.Windows.Forms.Label
        Me._IntLoad48Config_3 = New System.Windows.Forms.GroupBox
        Me._LoadID48Int_3 = New System.Windows.Forms.TextBox
        Me._Int48ILimit_3 = New System.Windows.Forms.TextBox
        Me._IntLoad48Close_3 = New System.Windows.Forms.Button
        Me._IntLoad48Send_3 = New System.Windows.Forms.Button
        Me._IntLoad48SwitchClose_3 = New System.Windows.Forms.RadioButton
        Me._IntLoad48SwitchOpen_3 = New System.Windows.Forms.RadioButton
        Me._Label1_3 = New System.Windows.Forms.Label
        Me._I48_3 = New System.Windows.Forms.Label
        Me._IntLoad48ILimit_3 = New System.Windows.Forms.Label
        Me._IntLoad48Config_4 = New System.Windows.Forms.GroupBox
        Me._LoadID48Int_4 = New System.Windows.Forms.TextBox
        Me._Int48ILimit_4 = New System.Windows.Forms.TextBox
        Me._IntLoad48Close_4 = New System.Windows.Forms.Button
        Me._IntLoad48Send_4 = New System.Windows.Forms.Button
        Me._IntLoad48SwitchClose_4 = New System.Windows.Forms.RadioButton
        Me._IntLoad48SwitchOpen_4 = New System.Windows.Forms.RadioButton
        Me._Label1_4 = New System.Windows.Forms.Label
        Me._I48_4 = New System.Windows.Forms.Label
        Me._IntLoad48ILimit_4 = New System.Windows.Forms.Label
        Me._IntLoad48Config_5 = New System.Windows.Forms.GroupBox
        Me._LoadID48Int_5 = New System.Windows.Forms.TextBox
        Me._Int48ILimit_5 = New System.Windows.Forms.TextBox
        Me._IntLoad48Close_5 = New System.Windows.Forms.Button
        Me._IntLoad48Send_5 = New System.Windows.Forms.Button
        Me._IntLoad48SwitchClose_5 = New System.Windows.Forms.RadioButton
        Me._IntLoad48SwitchOpen_5 = New System.Windows.Forms.RadioButton
        Me._Label1_5 = New System.Windows.Forms.Label
        Me._I48_5 = New System.Windows.Forms.Label
        Me._IntLoad48ILimit_5 = 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_6 = New System.Windows.Forms.Label
        Me._IntLoad48_6 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_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_2 = New System.Windows.Forms.Label
        Me._I48_2 = New System.Windows.Forms.Label
        Me._IntLoad48ILimit_2 = New System.Windows.Forms.Label
        Me.Button1 = New System.Windows.Forms.Button
        Me.RadioButton1 = New System.Windows.Forms.RadioButton
        Me.RadioButton2 = New System.Windows.Forms.RadioButton
        Me._IntLoad48_5 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_5 = New System.Windows.Forms.Label
        Me._IntLoad48_4 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_4 = New System.Windows.Forms.Label
        Me._IntLoad48_3 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_3 = New System.Windows.Forms.Label
        Me._IntLoad48_2 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_2 = New System.Windows.Forms.Label
        Me._IntLoad48_1 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_1 = New System.Windows.Forms.Label
        Me._IntLoad48_0 = New System.Windows.Forms.Panel
        Me._LabelIntLoad48_0 = New System.Windows.Forms.Label
        Me._Load_48IntI_5 = New System.Windows.Forms.TextBox
        Me._Load_48IntI_4 = New System.Windows.Forms.TextBox
        Me._Load_48IntI_3 = New System.Windows.Forms.TextBox
        Me._Load_48IntI_2 = New System.Windows.Forms.TextBox
        Me._Load_48IntI_1 = New System.Windows.Forms.TextBox
        Me._Load_48IntI_0 = New System.Windows.Forms.TextBox
        Me.I_48Int = New System.Windows.Forms.TextBox
        Me.V_48Int = New System.Windows.Forms.TextBox
        Me.IntConverterA = New System.Windows.Forms.Panel
        Me.Shape1 = New System.Windows.Forms.Label
        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.Line23 = New System.Windows.Forms.Label
        Me.ConD = New System.Windows.Forms.Label
        Me._Switch48_5 = New System.Windows.Forms.Label
        Me._Switch48_4 = New System.Windows.Forms.Label
        Me._Switch48_3 = New System.Windows.Forms.Label
        Me._Switch48_2 = New System.Windows.Forms.Label
        Me._Switch48_1 = New System.Windows.Forms.Label
        Me._IntLoad48Switch_5 = New System.Windows.Forms.Label
        Me._IntLoad48Switch_4 = New System.Windows.Forms.Label
        Me._IntLoad48Switch_3 = New System.Windows.Forms.Label
        Me._IntLoad48Switch_2 = New System.Windows.Forms.Label
        Me._IntLoad48Switch_1 = New System.Windows.Forms.Label
        Me._Switch48_0 = New System.Windows.Forms.Label
        Me._IntLoad48Switch_0 = New System.Windows.Forms.Label
        Me.Line22 = New System.Windows.Forms.Label
        Me.Line21 = New System.Windows.Forms.Label
        Me.Line20 = New System.Windows.Forms.Label
        Me.Line19 = New System.Windows.Forms.Label
        Me.Line18 = New System.Windows.Forms.Label
        Me.Line17 = New System.Windows.Forms.Label
        Me.Line16 = New System.Windows.Forms.Label
        Me.Line15 = New System.Windows.Forms.Label
        Me.Line14 = New System.Windows.Forms.Label
        Me.Line12 = New System.Windows.Forms.Label
        Me.Line11 = New System.Windows.Forms.Label
        Me.Line10 = New System.Windows.Forms.Label
        Me.Line9 = New System.Windows.Forms.Label
        Me.Line8 = New System.Windows.Forms.Label
        Me.Line7 = New System.Windows.Forms.Label
        Me.Line6 = New System.Windows.Forms.Label
        Me.Line5 = New System.Windows.Forms.Label
        Me.Line4 = New System.Windows.Forms.Label
        Me.Line3 = New System.Windows.Forms.Label
        Me.Line2 = New System.Windows.Forms.Label
        Me.Line1 = New System.Windows.Forms.Label
        Me.I48 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Int48ILimit = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.Int48V = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.Int48VSwitchConfirm = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(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.IntLoad48V = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.IntLoad48VSwitch = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
        Me.Label1 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.LabelIntLoad48 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.LoadID48Int = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.Load_48IntI = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.Switch48 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.SwitchClose48Int = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
        Me.SwitchOpen48Int = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
        Me.V48 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.MainMenu1 = New System.Windows.Forms.MainMenu
        Me.mnuDefault = New System.Windows.Forms.MenuItem
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label15 = New System.Windows.Forms.Label
        Me.Int48VBusPower = New System.Windows.Forms.Label
        Me.DateTime = New System.Windows.Forms.Label
        Me.Label21 = New System.Windows.Forms.Label
        Me.GotIntLoadDataDisplay = New System.Windows.Forms.Label
        Me.Panel2 = New System.Windows.Forms.Panel
        Me.Label23 = New System.Windows.Forms.Label
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.Label38 = New System.Windows.Forms.Label
        Me.Label37 = 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.Label3 = New System.Windows.Forms.Label
        Me.Label19 = New System.Windows.Forms.Label
        Me._IntLoad48Config_0.SuspendLayout()
        Me._IntLoad48Config_1.SuspendLayout()
        Me._IntLoad48Config_3.SuspendLayout()
        Me._IntLoad48Config_4.SuspendLayout()
        Me._IntLoad48Config_5.SuspendLayout()
        Me._IntLoad48Config_6.SuspendLayout()
        Me._IntLoad48_6.SuspendLayout()
        Me._IntLoad48Config_2.SuspendLayout()
        Me._IntLoad48_5.SuspendLayout()
        Me._IntLoad48_4.SuspendLayout()
        Me._IntLoad48_3.SuspendLayout()
        Me._IntLoad48_2.SuspendLayout()
        Me._IntLoad48_1.SuspendLayout()
        Me._IntLoad48_0.SuspendLayout()
        Me.IntConverterA.SuspendLayout()
        CType(Me.I48, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Int48ILimit, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Int48V, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Int48VSwitchConfirm, 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.IntLoad48V, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.IntLoad48VSwitch, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Label1, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.LabelIntLoad48, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.LoadID48Int, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Load_48IntI, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Switch48, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.SwitchClose48Int, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.SwitchOpen48Int, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.V48, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.Panel2.SuspendLayout()
        Me.GroupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        '_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_0)
        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", 18.0!, System.Drawing.FontStyle.Bold, 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(16, 592)
        Me._IntLoad48Config_0.Name = "_IntLoad48Config_0"
        Me._IntLoad48Config_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_0.Size = New System.Drawing.Size(481, 240)
        Me._IntLoad48Config_0.TabIndex = 15
        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("Microsoft Sans Serif", 12.0!, 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(248, 48)
        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(193, 33)
        Me._LoadID48Int_0.TabIndex = 119
        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("Microsoft Sans Serif", 12.0!, 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(248, 96)
        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, 33)
        Me._Int48ILimit_0.TabIndex = 120
        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", 12.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(312, 200)
        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 = 124
        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", 12.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(80, 200)
        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 = 123
        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", 12.0!, System.Drawing.FontStyle.Regular, 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(288, 160)
        Me._IntLoad48SwitchClose_0.Name = "_IntLoad48SwitchClose_0"
        Me._IntLoad48SwitchClose_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_0.Size = New System.Drawing.Size(120, 25)
        Me._IntLoad48SwitchClose_0.TabIndex = 122
        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", 12.0!, System.Drawing.FontStyle.Regular, 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(112, 160)
        Me._IntLoad48SwitchOpen_0.Name = "_IntLoad48SwitchOpen_0"
        Me._IntLoad48SwitchOpen_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_0.Size = New System.Drawing.Size(120, 25)
        Me._IntLoad48SwitchOpen_0.TabIndex = 121
        Me._IntLoad48SwitchOpen_0.Text = "Switch Open"
        '
        '_Label1_0
        '
        Me._Label1_0.BackColor = System.Drawing.Color.Transparent
        Me._Label1_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_0.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, 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(80, 56)
        Me._Label1_0.Name = "_Label1_0"
        Me._Label1_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_0.Size = New System.Drawing.Size(160, 25)
        Me._Label1_0.TabIndex = 118
        Me._Label1_0.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", 12.0!, 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(344, 104)
        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 = 71
        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", 12.0!, System.Drawing.FontStyle.Regular, 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(80, 104)
        Me._IntLoad48ILimit_0.Name = "_IntLoad48ILimit_0"
        Me._IntLoad48ILimit_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_0.Size = New System.Drawing.Size(120, 33)
        Me._IntLoad48ILimit_0.TabIndex = 69
        Me._IntLoad48ILimit_0.Text = "Current Limit"
        '
        '_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._LoadID48Int_1)
        Me._IntLoad48Config_1.Controls.Add(Me._Int48ILimit_1)
        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._Label1_1)
        Me._IntLoad48Config_1.Controls.Add(Me._I48_1)
        Me._IntLoad48Config_1.Controls.Add(Me._IntLoad48ILimit_1)
        Me._IntLoad48Config_1.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, 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(16, 592)
        Me._IntLoad48Config_1.Name = "_IntLoad48Config_1"
        Me._IntLoad48Config_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_1.Size = New System.Drawing.Size(481, 240)
        Me._IntLoad48Config_1.TabIndex = 23
        Me._IntLoad48Config_1.TabStop = False
        Me._IntLoad48Config_1.Text = "Internal Load 11 Configuration"
        Me._IntLoad48Config_1.Visible = False
        '
        '_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("Microsoft Sans Serif", 12.0!, 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(256, 48)
        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(193, 33)
        Me._LoadID48Int_1.TabIndex = 121
        Me._LoadID48Int_1.Text = "Text1"
        Me._LoadID48Int_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_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("Microsoft Sans Serif", 12.0!, 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(256, 96)
        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, 33)
        Me._Int48ILimit_1.TabIndex = 122
        Me._Int48ILimit_1.Text = ""
        Me._Int48ILimit_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_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", 12.0!, System.Drawing.FontStyle.Regular, 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(96, 152)
        Me._IntLoad48SwitchOpen_1.Name = "_IntLoad48SwitchOpen_1"
        Me._IntLoad48SwitchOpen_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_1.Size = New System.Drawing.Size(120, 25)
        Me._IntLoad48SwitchOpen_1.TabIndex = 123
        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", 12.0!, System.Drawing.FontStyle.Regular, 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(264, 152)
        Me._IntLoad48SwitchClose_1.Name = "_IntLoad48SwitchClose_1"
        Me._IntLoad48SwitchClose_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_1.Size = New System.Drawing.Size(120, 25)
        Me._IntLoad48SwitchClose_1.TabIndex = 124
        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", 12.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, 200)
        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 = 125
        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", 12.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(304, 200)
        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 = 126
        Me._IntLoad48Close_1.Text = "Cancel"
        '
        '_Label1_1
        '
        Me._Label1_1.BackColor = System.Drawing.Color.Transparent
        Me._Label1_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, 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(88, 56)
        Me._Label1_1.Name = "_Label1_1"
        Me._Label1_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_1.Size = New System.Drawing.Size(152, 25)
        Me._Label1_1.TabIndex = 120
        Me._Label1_1.Text = "Load ID/Description"
        '
        '_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", 12.0!, 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(368, 104)
        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 = 74
        Me._I48_1.Text = "A"
        '
        '_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", 12.0!, System.Drawing.FontStyle.Regular, 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(88, 104)
        Me._IntLoad48ILimit_1.Name = "_IntLoad48ILimit_1"
        Me._IntLoad48ILimit_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_1.Size = New System.Drawing.Size(104, 33)
        Me._IntLoad48ILimit_1.TabIndex = 72
        Me._IntLoad48ILimit_1.Text = "Current Limit"
        '
        '_IntLoad48Config_3
        '
        Me._IntLoad48Config_3.BackColor = System.Drawing.Color.White
        Me._IntLoad48Config_3.Controls.Add(Me._LoadID48Int_3)
        Me._IntLoad48Config_3.Controls.Add(Me._Int48ILimit_3)
        Me._IntLoad48Config_3.Controls.Add(Me._IntLoad48Close_3)
        Me._IntLoad48Config_3.Controls.Add(Me._IntLoad48Send_3)
        Me._IntLoad48Config_3.Controls.Add(Me._IntLoad48SwitchClose_3)
        Me._IntLoad48Config_3.Controls.Add(Me._IntLoad48SwitchOpen_3)
        Me._IntLoad48Config_3.Controls.Add(Me._Label1_3)
        Me._IntLoad48Config_3.Controls.Add(Me._I48_3)
        Me._IntLoad48Config_3.Controls.Add(Me._IntLoad48ILimit_3)
        Me._IntLoad48Config_3.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, 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(16, 592)
        Me._IntLoad48Config_3.Name = "_IntLoad48Config_3"
        Me._IntLoad48Config_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_3.Size = New System.Drawing.Size(481, 240)
        Me._IntLoad48Config_3.TabIndex = 39
        Me._IntLoad48Config_3.TabStop = False
        Me._IntLoad48Config_3.Text = "Internal Load 13 Configuration"
        Me._IntLoad48Config_3.Visible = False
        '
        '_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("Microsoft Sans Serif", 12.0!, 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(256, 40)
        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(193, 33)
        Me._LoadID48Int_3.TabIndex = 125
        Me._LoadID48Int_3.Text = "Text1"
        Me._LoadID48Int_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_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("Microsoft Sans Serif", 12.0!, 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(256, 88)
        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, 33)
        Me._Int48ILimit_3.TabIndex = 126
        Me._Int48ILimit_3.Text = ""
        Me._Int48ILimit_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_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", 12.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(296, 192)
        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 = 130
        Me._IntLoad48Close_3.Text = "Cancel"
        '
        '_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", 12.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, 192)
        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 = 129
        Me._IntLoad48Send_3.Text = "Send"
        '
        '_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", 12.0!, System.Drawing.FontStyle.Regular, 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(264, 144)
        Me._IntLoad48SwitchClose_3.Name = "_IntLoad48SwitchClose_3"
        Me._IntLoad48SwitchClose_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_3.Size = New System.Drawing.Size(120, 25)
        Me._IntLoad48SwitchClose_3.TabIndex = 128
        Me._IntLoad48SwitchClose_3.Text = "Switch Close"
        '
        '_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", 12.0!, System.Drawing.FontStyle.Regular, 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(96, 144)
        Me._IntLoad48SwitchOpen_3.Name = "_IntLoad48SwitchOpen_3"
        Me._IntLoad48SwitchOpen_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_3.Size = New System.Drawing.Size(120, 25)
        Me._IntLoad48SwitchOpen_3.TabIndex = 127
        Me._IntLoad48SwitchOpen_3.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", 12.0!, System.Drawing.FontStyle.Regular, 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(88, 48)
        Me._Label1_3.Name = "_Label1_3"
        Me._Label1_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_3.Size = New System.Drawing.Size(152, 25)
        Me._Label1_3.TabIndex = 124
        Me._Label1_3.Text = "Load ID/Description"
        '
        '_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", 12.0!, 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(368, 96)
        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 = 80
        Me._I48_3.Text = "A"
        '
        '_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", 12.0!, System.Drawing.FontStyle.Regular, 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(88, 96)
        Me._IntLoad48ILimit_3.Name = "_IntLoad48ILimit_3"
        Me._IntLoad48ILimit_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_3.Size = New System.Drawing.Size(112, 33)
        Me._IntLoad48ILimit_3.TabIndex = 78
        Me._IntLoad48ILimit_3.Text = "Current Limit"
        '
        '_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._LoadID48Int_4)
        Me._IntLoad48Config_4.Controls.Add(Me._Int48ILimit_4)
        Me._IntLoad48Config_4.Controls.Add(Me._IntLoad48Close_4)
        Me._IntLoad48Config_4.Controls.Add(Me._IntLoad48Send_4)
        Me._IntLoad48Config_4.Controls.Add(Me._IntLoad48SwitchClose_4)
        Me._IntLoad48Config_4.Controls.Add(Me._IntLoad48SwitchOpen_4)
        Me._IntLoad48Config_4.Controls.Add(Me._Label1_4)
        Me._IntLoad48Config_4.Controls.Add(Me._I48_4)
        Me._IntLoad48Config_4.Controls.Add(Me._IntLoad48ILimit_4)
        Me._IntLoad48Config_4.Font = New System.Drawing.Font("Arial", 18.0!, 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(16, 592)
        Me._IntLoad48Config_4.Name = "_IntLoad48Config_4"
        Me._IntLoad48Config_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_4.Size = New System.Drawing.Size(481, 240)
        Me._IntLoad48Config_4.TabIndex = 47
        Me._IntLoad48Config_4.TabStop = False
        Me._IntLoad48Config_4.Text = "Internal Load 14 Configuration"
        Me._IntLoad48Config_4.Visible = False
        '
        '_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("Microsoft Sans Serif", 12.0!, 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(264, 40)
        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(193, 33)
        Me._LoadID48Int_4.TabIndex = 127
        Me._LoadID48Int_4.Text = "Text1"
        Me._LoadID48Int_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_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("Microsoft Sans Serif", 12.0!, 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(264, 88)
        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, 33)
        Me._Int48ILimit_4.TabIndex = 128
        Me._Int48ILimit_4.Text = ""
        Me._Int48ILimit_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_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", 12.0!, 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(288, 192)
        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 = 132
        Me._IntLoad48Close_4.Text = "Cancel"
        '
        '_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", 12.0!, 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, 192)
        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 = 131
        Me._IntLoad48Send_4.Text = "Send"
        '
        '_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", 12.0!, System.Drawing.FontStyle.Regular, 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(280, 144)
        Me._IntLoad48SwitchClose_4.Name = "_IntLoad48SwitchClose_4"
        Me._IntLoad48SwitchClose_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_4.Size = New System.Drawing.Size(120, 25)
        Me._IntLoad48SwitchClose_4.TabIndex = 130
        Me._IntLoad48SwitchClose_4.Text = "Switch Close"
        '
        '_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", 12.0!, System.Drawing.FontStyle.Regular, 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(96, 144)
        Me._IntLoad48SwitchOpen_4.Name = "_IntLoad48SwitchOpen_4"
        Me._IntLoad48SwitchOpen_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_4.Size = New System.Drawing.Size(120, 25)
        Me._IntLoad48SwitchOpen_4.TabIndex = 129
        Me._IntLoad48SwitchOpen_4.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", 12.0!, System.Drawing.FontStyle.Regular, 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(96, 48)
        Me._Label1_4.Name = "_Label1_4"
        Me._Label1_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_4.Size = New System.Drawing.Size(160, 25)
        Me._Label1_4.TabIndex = 126
        Me._Label1_4.Text = "Load ID/Description"
        '
        '_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", 12.0!, 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(376, 96)
        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 = 83
        Me._I48_4.Text = "A"
        '
        '_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", 12.0!, System.Drawing.FontStyle.Regular, 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(96, 96)
        Me._IntLoad48ILimit_4.Name = "_IntLoad48ILimit_4"
        Me._IntLoad48ILimit_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_4.Size = New System.Drawing.Size(104, 33)
        Me._IntLoad48ILimit_4.TabIndex = 81
        Me._IntLoad48ILimit_4.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._LoadID48Int_5)
        Me._IntLoad48Config_5.Controls.Add(Me._Int48ILimit_5)
        Me._IntLoad48Config_5.Controls.Add(Me._IntLoad48Close_5)
        Me._IntLoad48Config_5.Controls.Add(Me._IntLoad48Send_5)
        Me._IntLoad48Config_5.Controls.Add(Me._IntLoad48SwitchClose_5)
        Me._IntLoad48Config_5.Controls.Add(Me._IntLoad48SwitchOpen_5)
        Me._IntLoad48Config_5.Controls.Add(Me._Label1_5)
        Me._IntLoad48Config_5.Controls.Add(Me._I48_5)
        Me._IntLoad48Config_5.Controls.Add(Me._IntLoad48ILimit_5)
        Me._IntLoad48Config_5.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, 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(16, 592)
        Me._IntLoad48Config_5.Name = "_IntLoad48Config_5"
        Me._IntLoad48Config_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_5.Size = New System.Drawing.Size(481, 240)
        Me._IntLoad48Config_5.TabIndex = 55
        Me._IntLoad48Config_5.TabStop = False
        Me._IntLoad48Config_5.Text = "Internal Load 15 Configuration"
        Me._IntLoad48Config_5.Visible = False
        '
        '_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("Microsoft Sans Serif", 12.0!, 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(264, 40)
        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(193, 33)
        Me._LoadID48Int_5.TabIndex = 129
        Me._LoadID48Int_5.Text = "Text1"
        Me._LoadID48Int_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_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("Microsoft Sans Serif", 12.0!, 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(264, 88)
        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, 33)
        Me._Int48ILimit_5.TabIndex = 130
        Me._Int48ILimit_5.Text = ""
        Me._Int48ILimit_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        '_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", 12.0!, 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(288, 192)
        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 = 134
        Me._IntLoad48Close_5.Text = "Cancel"
        '
        '_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", 12.0!, 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, 192)
        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 = 133
        Me._IntLoad48Send_5.Text = "Send"
        '
        '_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", 12.0!, System.Drawing.FontStyle.Regular, 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, 144)
        Me._IntLoad48SwitchClose_5.Name = "_IntLoad48SwitchClose_5"
        Me._IntLoad48SwitchClose_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_5.Size = New System.Drawing.Size(128, 25)
        Me._IntLoad48SwitchClose_5.TabIndex = 132
        Me._IntLoad48SwitchClose_5.Text = "Switch Close"
        '
        '_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", 12.0!, System.Drawing.FontStyle.Regular, 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, 144)
        Me._IntLoad48SwitchOpen_5.Name = "_IntLoad48SwitchOpen_5"
        Me._IntLoad48SwitchOpen_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_5.Size = New System.Drawing.Size(128, 25)
        Me._IntLoad48SwitchOpen_5.TabIndex = 131
        Me._IntLoad48SwitchOpen_5.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", 12.0!, System.Drawing.FontStyle.Regular, 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(96, 48)
        Me._Label1_5.Name = "_Label1_5"
        Me._Label1_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_5.Size = New System.Drawing.Size(160, 25)
        Me._Label1_5.TabIndex = 128
        Me._Label1_5.Text = "Load ID/Description"
        '
        '_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", 12.0!, 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(376, 96)
        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 = 86
        Me._I48_5.Text = "A"
        '
        '_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", 12.0!, System.Drawing.FontStyle.Regular, 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(96, 96)
        Me._IntLoad48ILimit_5.Name = "_IntLoad48ILimit_5"
        Me._IntLoad48ILimit_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_5.Size = New System.Drawing.Size(104, 33)
        Me._IntLoad48ILimit_5.TabIndex = 84
        Me._IntLoad48ILimit_5.Text = "Current Limit"
        '
        '_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_6)
        Me._IntLoad48Config_6.Font = New System.Drawing.Font("Arial", 18.0!, 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(16, 592)
        Me._IntLoad48Config_6.Name = "_IntLoad48Config_6"
        Me._IntLoad48Config_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_6.Size = New System.Drawing.Size(481, 240)
        Me._IntLoad48Config_6.TabIndex = 134
        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", 12.0!, System.Drawing.FontStyle.Regular, 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, 144)
        Me._IntLoad48SwitchOpen_6.Name = "_IntLoad48SwitchOpen_6"
        Me._IntLoad48SwitchOpen_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_6.Size = New System.Drawing.Size(120, 25)
        Me._IntLoad48SwitchOpen_6.TabIndex = 137
        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", 12.0!, System.Drawing.FontStyle.Regular, 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, 144)
        Me._IntLoad48SwitchClose_6.Name = "_IntLoad48SwitchClose_6"
        Me._IntLoad48SwitchClose_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_6.Size = New System.Drawing.Size(120, 25)
        Me._IntLoad48SwitchClose_6.TabIndex = 138
        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", 12.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, 192)
        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 = 139
        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", 12.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(288, 192)
        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 = 140
        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("Microsoft Sans Serif", 12.0!, 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(264, 88)
        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, 33)
        Me._Int48ILimit_6.TabIndex = 136
        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("Microsoft Sans Serif", 12.0!, 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(264, 40)
        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(193, 33)
        Me._LoadID48Int_6.TabIndex = 135
        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", 12.0!, System.Drawing.FontStyle.Regular, 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(96, 96)
        Me._IntLoad48ILimit_6.Name = "_IntLoad48ILimit_6"
        Me._IntLoad48ILimit_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_6.Size = New System.Drawing.Size(104, 33)
        Me._IntLoad48ILimit_6.TabIndex = 144
        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", 12.0!, 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(376, 96)
        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 = 143
        Me._I48_6.Text = "A"
        '
        '_Label1_6
        '
        Me._Label1_6.BackColor = System.Drawing.Color.Transparent
        Me._Label1_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, 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(96, 48)
        Me._Label1_6.Name = "_Label1_6"
        Me._Label1_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_6.Size = New System.Drawing.Size(152, 25)
        Me._Label1_6.TabIndex = 142
        Me._Label1_6.Text = "Load ID/Description"
        '
        '_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(776, 534)
        Me._IntLoad48_6.Name = "_IntLoad48_6"
        Me._IntLoad48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_6.Size = New System.Drawing.Size(256, 40)
        Me._IntLoad48_6.TabIndex = 131
        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(240, 24)
        Me._LabelIntLoad48_6.TabIndex = 132
        Me._LabelIntLoad48_6.Text = "Load 16"
        Me._LabelIntLoad48_6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_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", 12.0!, System.Drawing.FontStyle.Bold, 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(424, 541)
        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(80, 24)
        Me._Load_48IntI_6.TabIndex = 130
        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_2)
        Me._IntLoad48Config_2.Controls.Add(Me._I48_2)
        Me._IntLoad48Config_2.Controls.Add(Me._IntLoad48ILimit_2)
        Me._IntLoad48Config_2.Controls.Add(Me.Button1)
        Me._IntLoad48Config_2.Controls.Add(Me.RadioButton1)
        Me._IntLoad48Config_2.Controls.Add(Me.RadioButton2)
        Me._IntLoad48Config_2.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Bold, 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(16, 592)
        Me._IntLoad48Config_2.Name = "_IntLoad48Config_2"
        Me._IntLoad48Config_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Config_2.Size = New System.Drawing.Size(481, 240)
        Me._IntLoad48Config_2.TabIndex = 31
        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("Microsoft Sans Serif", 12.0!, 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(256, 40)
        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(193, 33)
        Me._LoadID48Int_2.TabIndex = 123
        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("Microsoft Sans Serif", 12.0!, 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(256, 88)
        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, 33)
        Me._Int48ILimit_2.TabIndex = 124
        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", 12.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(296, 192)
        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 = 128
        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", 12.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, 192)
        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 = 127
        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", 12.0!, System.Drawing.FontStyle.Regular, 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(264, 144)
        Me._IntLoad48SwitchClose_2.Name = "_IntLoad48SwitchClose_2"
        Me._IntLoad48SwitchClose_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchClose_2.Size = New System.Drawing.Size(120, 25)
        Me._IntLoad48SwitchClose_2.TabIndex = 126
        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", 12.0!, System.Drawing.FontStyle.Regular, 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(96, 144)
        Me._IntLoad48SwitchOpen_2.Name = "_IntLoad48SwitchOpen_2"
        Me._IntLoad48SwitchOpen_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48SwitchOpen_2.Size = New System.Drawing.Size(120, 25)
        Me._IntLoad48SwitchOpen_2.TabIndex = 125
        Me._IntLoad48SwitchOpen_2.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", 12.0!, System.Drawing.FontStyle.Regular, 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(88, 48)
        Me._Label1_2.Name = "_Label1_2"
        Me._Label1_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_2.Size = New System.Drawing.Size(152, 25)
        Me._Label1_2.TabIndex = 122
        Me._Label1_2.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", 12.0!, 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(368, 96)
        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 = 77
        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", 12.0!, System.Drawing.FontStyle.Regular, 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(88, 96)
        Me._IntLoad48ILimit_2.Name = "_IntLoad48ILimit_2"
        Me._IntLoad48ILimit_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48ILimit_2.Size = New System.Drawing.Size(112, 33)
        Me._IntLoad48ILimit_2.TabIndex = 75
        Me._IntLoad48ILimit_2.Text = "Current Limit"
        '
        'Button1
        '
        Me.Button1.BackColor = System.Drawing.SystemColors.Control
        Me.Button1.Cursor = System.Windows.Forms.Cursors.Default
        Me.Button1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Button1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Button1.Location = New System.Drawing.Point(96, 192)
        Me.Button1.Name = "Button1"
        Me.Button1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Button1.Size = New System.Drawing.Size(97, 33)
        Me.Button1.TabIndex = 35
        Me.Button1.Text = "Send"
        '
        'RadioButton1
        '
        Me.RadioButton1.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(255, Byte), CType(255, Byte))
        Me.RadioButton1.Cursor = System.Windows.Forms.Cursors.Default
        Me.RadioButton1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.RadioButton1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.RadioButton1.Location = New System.Drawing.Point(264, 144)
        Me.RadioButton1.Name = "RadioButton1"
        Me.RadioButton1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.RadioButton1.Size = New System.Drawing.Size(113, 25)
        Me.RadioButton1.TabIndex = 34
        Me.RadioButton1.TabStop = True
        Me.RadioButton1.Text = "Switch Close"
        '
        'RadioButton2
        '
        Me.RadioButton2.BackColor = System.Drawing.Color.FromArgb(CType(192, Byte), CType(255, Byte), CType(255, Byte))
        Me.RadioButton2.Cursor = System.Windows.Forms.Cursors.Default
        Me.RadioButton2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.RadioButton2.ForeColor = System.Drawing.SystemColors.ControlText
        Me.RadioButton2.Location = New System.Drawing.Point(96, 144)
        Me.RadioButton2.Name = "RadioButton2"
        Me.RadioButton2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.RadioButton2.Size = New System.Drawing.Size(113, 25)
        Me.RadioButton2.TabIndex = 33
        Me.RadioButton2.TabStop = True
        Me.RadioButton2.Text = "Switch Open"
        '
        '_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(776, 478)
        Me._IntLoad48_5.Name = "_IntLoad48_5"
        Me._IntLoad48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_5.Size = New System.Drawing.Size(256, 40)
        Me._IntLoad48_5.TabIndex = 14
        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(240, 24)
        Me._LabelIntLoad48_5.TabIndex = 92
        Me._LabelIntLoad48_5.Text = "Load 15"
        Me._LabelIntLoad48_5.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(776, 422)
        Me._IntLoad48_4.Name = "_IntLoad48_4"
        Me._IntLoad48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_4.Size = New System.Drawing.Size(256, 40)
        Me._IntLoad48_4.TabIndex = 13
        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(240, 24)
        Me._LabelIntLoad48_4.TabIndex = 91
        Me._LabelIntLoad48_4.Text = "Load 14"
        Me._LabelIntLoad48_4.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(776, 366)
        Me._IntLoad48_3.Name = "_IntLoad48_3"
        Me._IntLoad48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_3.Size = New System.Drawing.Size(256, 40)
        Me._IntLoad48_3.TabIndex = 12
        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(240, 24)
        Me._LabelIntLoad48_3.TabIndex = 90
        Me._LabelIntLoad48_3.Text = "Load 13"
        Me._LabelIntLoad48_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_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(776, 310)
        Me._IntLoad48_2.Name = "_IntLoad48_2"
        Me._IntLoad48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_2.Size = New System.Drawing.Size(256, 40)
        Me._IntLoad48_2.TabIndex = 11
        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(240, 24)
        Me._LabelIntLoad48_2.TabIndex = 89
        Me._LabelIntLoad48_2.Text = "Load 12"
        Me._LabelIntLoad48_2.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(776, 254)
        Me._IntLoad48_1.Name = "_IntLoad48_1"
        Me._IntLoad48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_1.Size = New System.Drawing.Size(256, 40)
        Me._IntLoad48_1.TabIndex = 10
        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(240, 24)
        Me._LabelIntLoad48_1.TabIndex = 88
        Me._LabelIntLoad48_1.Text = "Load 11"
        Me._LabelIntLoad48_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_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(776, 198)
        Me._IntLoad48_0.Name = "_IntLoad48_0"
        Me._IntLoad48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48_0.Size = New System.Drawing.Size(256, 40)
        Me._IntLoad48_0.TabIndex = 9
        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(240, 24)
        Me._LabelIntLoad48_0.TabIndex = 87
        Me._LabelIntLoad48_0.Text = "Load 10"
        Me._LabelIntLoad48_0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_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", 12.0!, System.Drawing.FontStyle.Bold, 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(424, 485)
        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(80, 24)
        Me._Load_48IntI_5.TabIndex = 8
        Me._Load_48IntI_5.TabStop = False
        Me._Load_48IntI_5.Text = "N/A"
        Me._Load_48IntI_5.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", 12.0!, System.Drawing.FontStyle.Bold, 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(424, 429)
        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(80, 24)
        Me._Load_48IntI_4.TabIndex = 7
        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_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", 12.0!, System.Drawing.FontStyle.Bold, 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(424, 373)
        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(80, 24)
        Me._Load_48IntI_3.TabIndex = 6
        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_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", 12.0!, System.Drawing.FontStyle.Bold, 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(424, 317)
        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(80, 24)
        Me._Load_48IntI_2.TabIndex = 5
        Me._Load_48IntI_2.TabStop = False
        Me._Load_48IntI_2.Text = "N/A"
        Me._Load_48IntI_2.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", 12.0!, System.Drawing.FontStyle.Bold, 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(424, 261)
        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(80, 24)
        Me._Load_48IntI_1.TabIndex = 4
        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_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", 12.0!, System.Drawing.FontStyle.Bold, 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(424, 205)
        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(80, 24)
        Me._Load_48IntI_0.TabIndex = 3
        Me._Load_48IntI_0.TabStop = False
        Me._Load_48IntI_0.Text = "N/A"
        Me._Load_48IntI_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'I_48Int
        '
        Me.I_48Int.AcceptsReturn = True
        Me.I_48Int.AutoSize = False
        Me.I_48Int.BackColor = System.Drawing.Color.Black
        Me.I_48Int.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.I_48Int.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.I_48Int.ForeColor = System.Drawing.SystemColors.Control
        Me.I_48Int.Location = New System.Drawing.Point(240, 206)
        Me.I_48Int.MaxLength = 0
        Me.I_48Int.Name = "I_48Int"
        Me.I_48Int.ReadOnly = True
        Me.I_48Int.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.I_48Int.Size = New System.Drawing.Size(72, 24)
        Me.I_48Int.TabIndex = 2
        Me.I_48Int.TabStop = False
        Me.I_48Int.Text = "I"
        Me.I_48Int.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'V_48Int
        '
        Me.V_48Int.AcceptsReturn = True
        Me.V_48Int.AutoSize = False
        Me.V_48Int.BackColor = System.Drawing.Color.Black
        Me.V_48Int.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.V_48Int.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.V_48Int.ForeColor = System.Drawing.SystemColors.Control
        Me.V_48Int.Location = New System.Drawing.Point(144, 168)
        Me.V_48Int.MaxLength = 0
        Me.V_48Int.Name = "V_48Int"
        Me.V_48Int.ReadOnly = True
        Me.V_48Int.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.V_48Int.Size = New System.Drawing.Size(80, 24)
        Me.V_48Int.TabIndex = 1
        Me.V_48Int.TabStop = False
        Me.V_48Int.Text = "V"
        Me.V_48Int.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'IntConverterA
        '
        Me.IntConverterA.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(192, Byte), CType(128, Byte))
        Me.IntConverterA.Controls.Add(Me.Shape1)
        Me.IntConverterA.Cursor = System.Windows.Forms.Cursors.Default
        Me.IntConverterA.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.IntConverterA.ForeColor = System.Drawing.SystemColors.ControlText
        Me.IntConverterA.Location = New System.Drawing.Point(48, 184)
        Me.IntConverterA.Name = "IntConverterA"
        Me.IntConverterA.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.IntConverterA.Size = New System.Drawing.Size(73, 65)
        Me.IntConverterA.TabIndex = 0
        '
        'Shape1
        '
        Me.Shape1.BackColor = System.Drawing.Color.Transparent
        Me.Shape1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.Shape1.Location = New System.Drawing.Point(16, 16)
        Me.Shape1.Name = "Shape1"
        Me.Shape1.Size = New System.Drawing.Size(41, 33)
        Me.Shape1.TabIndex = 0
        '
        '_IntLoad48Switch_6
        '
        Me._IntLoad48Switch_6.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48Switch_6.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Switch_6.Font = New System.Drawing.Font("Arial", 14.25!, 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(544, 512)
        Me._IntLoad48Switch_6.Name = "_IntLoad48Switch_6"
        Me._IntLoad48Switch_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_6.Size = New System.Drawing.Size(200, 24)
        Me._IntLoad48Switch_6.TabIndex = 133
        Me._IntLoad48Switch_6.Text = "Load 16  48V Switch"
        '
        'Line26
        '
        Me.Line26.BackColor = System.Drawing.SystemColors.Control
        Me.Line26.Location = New System.Drawing.Point(648, 552)
        Me.Line26.Name = "Line26"
        Me.Line26.Size = New System.Drawing.Size(128, 3)
        Me.Line26.TabIndex = 148
        '
        'Line25
        '
        Me.Line25.BackColor = System.Drawing.SystemColors.Control
        Me.Line25.Location = New System.Drawing.Point(504, 552)
        Me.Line25.Name = "Line25"
        Me.Line25.Size = New System.Drawing.Size(128, 3)
        Me.Line25.TabIndex = 149
        '
        'Line24
        '
        Me.Line24.BackColor = System.Drawing.SystemColors.Control
        Me.Line24.Location = New System.Drawing.Point(392, 552)
        Me.Line24.Name = "Line24"
        Me.Line24.Size = New System.Drawing.Size(48, 3)
        Me.Line24.TabIndex = 150
        '
        '_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(632, 544)
        Me._Switch48_6.Name = "_Switch48_6"
        Me._Switch48_6.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_6.TabIndex = 151
        '
        'Line23
        '
        Me.Line23.BackColor = System.Drawing.Color.Red
        Me.Line23.Location = New System.Drawing.Point(0, 0)
        Me.Line23.Name = "Line23"
        Me.Line23.Size = New System.Drawing.Size(0, 0)
        Me.Line23.TabIndex = 152
        '
        'ConD
        '
        Me.ConD.BackColor = System.Drawing.Color.Transparent
        Me.ConD.Cursor = System.Windows.Forms.Cursors.Default
        Me.ConD.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ConD.ForeColor = System.Drawing.Color.White
        Me.ConD.Location = New System.Drawing.Point(8, 256)
        Me.ConD.Name = "ConD"
        Me.ConD.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.ConD.Size = New System.Drawing.Size(304, 25)
        Me.ConD.TabIndex = 93
        Me.ConD.Text = "400V-48V Converter (Internal)"
        '
        '_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(632, 488)
        Me._Switch48_5.Name = "_Switch48_5"
        Me._Switch48_5.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_5.TabIndex = 153
        '
        '_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(632, 432)
        Me._Switch48_4.Name = "_Switch48_4"
        Me._Switch48_4.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_4.TabIndex = 154
        '
        '_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(632, 376)
        Me._Switch48_3.Name = "_Switch48_3"
        Me._Switch48_3.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_3.TabIndex = 155
        '
        '_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(632, 320)
        Me._Switch48_2.Name = "_Switch48_2"
        Me._Switch48_2.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_2.TabIndex = 156
        '
        '_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(632, 264)
        Me._Switch48_1.Name = "_Switch48_1"
        Me._Switch48_1.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_1.TabIndex = 157
        '
        '_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", 14.25!, 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(544, 456)
        Me._IntLoad48Switch_5.Name = "_IntLoad48Switch_5"
        Me._IntLoad48Switch_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_5.Size = New System.Drawing.Size(200, 24)
        Me._IntLoad48Switch_5.TabIndex = 68
        Me._IntLoad48Switch_5.Text = "Load 15  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", 14.25!, 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(544, 400)
        Me._IntLoad48Switch_4.Name = "_IntLoad48Switch_4"
        Me._IntLoad48Switch_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_4.Size = New System.Drawing.Size(208, 24)
        Me._IntLoad48Switch_4.TabIndex = 67
        Me._IntLoad48Switch_4.Text = "Load 14  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", 14.25!, 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(544, 344)
        Me._IntLoad48Switch_3.Name = "_IntLoad48Switch_3"
        Me._IntLoad48Switch_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_3.Size = New System.Drawing.Size(200, 24)
        Me._IntLoad48Switch_3.TabIndex = 66
        Me._IntLoad48Switch_3.Text = "Load 13  48V Switch"
        '
        '_IntLoad48Switch_2
        '
        Me._IntLoad48Switch_2.BackColor = System.Drawing.Color.Transparent
        Me._IntLoad48Switch_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._IntLoad48Switch_2.Font = New System.Drawing.Font("Arial", 14.25!, 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(544, 288)
        Me._IntLoad48Switch_2.Name = "_IntLoad48Switch_2"
        Me._IntLoad48Switch_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_2.Size = New System.Drawing.Size(200, 24)
        Me._IntLoad48Switch_2.TabIndex = 65
        Me._IntLoad48Switch_2.Text = "Load 12  48V Switch"
        '
        '_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", 14.25!, 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(544, 232)
        Me._IntLoad48Switch_1.Name = "_IntLoad48Switch_1"
        Me._IntLoad48Switch_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_1.Size = New System.Drawing.Size(208, 24)
        Me._IntLoad48Switch_1.TabIndex = 64
        Me._IntLoad48Switch_1.Text = "Load 11  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(632, 208)
        Me._Switch48_0.Name = "_Switch48_0"
        Me._Switch48_0.Size = New System.Drawing.Size(17, 17)
        Me._Switch48_0.TabIndex = 158
        '
        '_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", 14.25!, 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(544, 176)
        Me._IntLoad48Switch_0.Name = "_IntLoad48Switch_0"
        Me._IntLoad48Switch_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._IntLoad48Switch_0.Size = New System.Drawing.Size(200, 24)
        Me._IntLoad48Switch_0.TabIndex = 63
        Me._IntLoad48Switch_0.Text = "Load 10  48V Switch"
        '
        'Line22
        '
        Me.Line22.BackColor = System.Drawing.SystemColors.Control
        Me.Line22.Location = New System.Drawing.Point(648, 496)
        Me.Line22.Name = "Line22"
        Me.Line22.Size = New System.Drawing.Size(128, 3)
        Me.Line22.TabIndex = 159
        '
        'Line21
        '
        Me.Line21.BackColor = System.Drawing.SystemColors.Control
        Me.Line21.Location = New System.Drawing.Point(648, 440)
        Me.Line21.Name = "Line21"
        Me.Line21.Size = New System.Drawing.Size(128, 3)
        Me.Line21.TabIndex = 160
        '
        'Line20
        '
        Me.Line20.BackColor = System.Drawing.SystemColors.Control
        Me.Line20.Location = New System.Drawing.Point(648, 384)
        Me.Line20.Name = "Line20"
        Me.Line20.Size = New System.Drawing.Size(128, 3)
        Me.Line20.TabIndex = 161
        '
        'Line19
        '
        Me.Line19.BackColor = System.Drawing.SystemColors.Control
        Me.Line19.Location = New System.Drawing.Point(648, 328)
        Me.Line19.Name = "Line19"
        Me.Line19.Size = New System.Drawing.Size(128, 3)
        Me.Line19.TabIndex = 162
        '
        'Line18
        '
        Me.Line18.BackColor = System.Drawing.SystemColors.Control
        Me.Line18.Location = New System.Drawing.Point(648, 272)
        Me.Line18.Name = "Line18"
        Me.Line18.Size = New System.Drawing.Size(128, 3)
        Me.Line18.TabIndex = 163
        '
        'Line17
        '
        Me.Line17.BackColor = System.Drawing.SystemColors.Control
        Me.Line17.Location = New System.Drawing.Point(648, 216)
        Me.Line17.Name = "Line17"
        Me.Line17.Size = New System.Drawing.Size(128, 3)
        Me.Line17.TabIndex = 164
        '
        'Line16
        '
        Me.Line16.BackColor = System.Drawing.SystemColors.Control
        Me.Line16.Location = New System.Drawing.Point(392, 496)
        Me.Line16.Name = "Line16"
        Me.Line16.Size = New System.Drawing.Size(48, 3)
        Me.Line16.TabIndex = 165
        '
        'Line15
        '
        Me.Line15.BackColor = System.Drawing.SystemColors.Control
        Me.Line15.Location = New System.Drawing.Point(392, 440)
        Me.Line15.Name = "Line15"
        Me.Line15.Size = New System.Drawing.Size(48, 3)
        Me.Line15.TabIndex = 166
        '
        'Line14
        '
        Me.Line14.BackColor = System.Drawing.SystemColors.Control
        Me.Line14.Location = New System.Drawing.Point(392, 384)
        Me.Line14.Name = "Line14"
        Me.Line14.Size = New System.Drawing.Size(48, 3)
        Me.Line14.TabIndex = 167
        '
        'Line12
        '
        Me.Line12.BackColor = System.Drawing.SystemColors.Control
        Me.Line12.Location = New System.Drawing.Point(392, 328)
        Me.Line12.Name = "Line12"
        Me.Line12.Size = New System.Drawing.Size(48, 3)
        Me.Line12.TabIndex = 169
        '
        'Line11
        '
        Me.Line11.BackColor = System.Drawing.SystemColors.Control
        Me.Line11.Location = New System.Drawing.Point(392, 272)
        Me.Line11.Name = "Line11"
        Me.Line11.Size = New System.Drawing.Size(48, 3)
        Me.Line11.TabIndex = 170
        '
        'Line10
        '
        Me.Line10.BackColor = System.Drawing.SystemColors.Control
        Me.Line10.Location = New System.Drawing.Point(392, 216)
        Me.Line10.Name = "Line10"
        Me.Line10.Size = New System.Drawing.Size(3, 336)
        Me.Line10.TabIndex = 171
        '
        'Line9
        '
        Me.Line9.BackColor = System.Drawing.SystemColors.Control
        Me.Line9.Location = New System.Drawing.Point(504, 496)
        Me.Line9.Name = "Line9"
        Me.Line9.Size = New System.Drawing.Size(128, 3)
        Me.Line9.TabIndex = 172
        '
        'Line8
        '
        Me.Line8.BackColor = System.Drawing.SystemColors.Control
        Me.Line8.Location = New System.Drawing.Point(504, 440)
        Me.Line8.Name = "Line8"
        Me.Line8.Size = New System.Drawing.Size(128, 3)
        Me.Line8.TabIndex = 173
        '
        'Line7
        '
        Me.Line7.BackColor = System.Drawing.SystemColors.Control
        Me.Line7.Location = New System.Drawing.Point(504, 384)
        Me.Line7.Name = "Line7"
        Me.Line7.Size = New System.Drawing.Size(128, 3)
        Me.Line7.TabIndex = 174
        '
        'Line6
        '
        Me.Line6.BackColor = System.Drawing.SystemColors.Control
        Me.Line6.Location = New System.Drawing.Point(504, 328)
        Me.Line6.Name = "Line6"
        Me.Line6.Size = New System.Drawing.Size(128, 3)
        Me.Line6.TabIndex = 175
        '
        'Line5
        '
        Me.Line5.BackColor = System.Drawing.SystemColors.Control
        Me.Line5.Location = New System.Drawing.Point(504, 272)
        Me.Line5.Name = "Line5"
        Me.Line5.Size = New System.Drawing.Size(128, 3)
        Me.Line5.TabIndex = 176
        '
        'Line4
        '
        Me.Line4.BackColor = System.Drawing.SystemColors.Control
        Me.Line4.Location = New System.Drawing.Point(504, 216)
        Me.Line4.Name = "Line4"
        Me.Line4.Size = New System.Drawing.Size(128, 3)
        Me.Line4.TabIndex = 177
        '
        'Line3
        '
        Me.Line3.BackColor = System.Drawing.SystemColors.Control
        Me.Line3.Location = New System.Drawing.Point(312, 216)
        Me.Line3.Name = "Line3"
        Me.Line3.Size = New System.Drawing.Size(128, 3)
        Me.Line3.TabIndex = 178
        '
        'Line2
        '
        Me.Line2.BackColor = System.Drawing.SystemColors.Control
        Me.Line2.Location = New System.Drawing.Point(184, 192)
        Me.Line2.Name = "Line2"
        Me.Line2.Size = New System.Drawing.Size(3, 24)
        Me.Line2.TabIndex = 179
        '
        'Line1
        '
        Me.Line1.BackColor = System.Drawing.SystemColors.Control
        Me.Line1.Location = New System.Drawing.Point(120, 216)
        Me.Line1.Name = "Line1"
        Me.Line1.Size = New System.Drawing.Size(136, 3)
        Me.Line1.TabIndex = 180
        '
        'IntLoad48
        '
        '
        'IntLoad48Close
        '
        '
        'IntLoad48Send
        '
        '
        'LabelIntLoad48
        '
        '
        'Switch48
        '
        '
        'MainMenu1
        '
        Me.MainMenu1.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.mnuDefault})
        '
        'mnuDefault
        '
        Me.mnuDefault.Index = 0
        Me.mnuDefault.Text = "Disconnect all 48V Internal Loads"
        '
        'Label2
        '
        Me.Label2.Font = New System.Drawing.Font("Arial", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label2.ForeColor = System.Drawing.SystemColors.Control
        Me.Label2.Location = New System.Drawing.Point(8, 56)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(304, 40)
        Me.Label2.TabIndex = 181
        Me.Label2.Text = "48V Internal Loads"
        Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label15
        '
        Me.Label15.BackColor = System.Drawing.Color.Transparent
        Me.Label15.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label15.ForeColor = System.Drawing.SystemColors.Control
        Me.Label15.Location = New System.Drawing.Point(32, 8)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(176, 24)
        Me.Label15.TabIndex = 587
        Me.Label15.Text = "48V Bus Power:"
        Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'Int48VBusPower
        '
        Me.Int48VBusPower.BackColor = System.Drawing.Color.Transparent
        Me.Int48VBusPower.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Int48VBusPower.ForeColor = System.Drawing.SystemColors.Control
        Me.Int48VBusPower.Location = New System.Drawing.Point(208, 8)
        Me.Int48VBusPower.Name = "Int48VBusPower"
        Me.Int48VBusPower.Size = New System.Drawing.Size(104, 24)
        Me.Int48VBusPower.TabIndex = 588
        Me.Int48VBusPower.Text = "Power"
        Me.Int48VBusPower.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        '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(792, 16)
        Me.DateTime.Name = "DateTime"
        Me.DateTime.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.DateTime.Size = New System.Drawing.Size(464, 32)
        Me.DateTime.TabIndex = 589
        Me.DateTime.Text = "Date"
        Me.DateTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label21
        '
        Me.Label21.BackColor = System.Drawing.Color.FromArgb(CType(224, Byte), CType(224, Byte), CType(224, Byte))
        Me.Label21.Location = New System.Drawing.Point(784, 8)
        Me.Label21.Name = "Label21"
        Me.Label21.Size = New System.Drawing.Size(480, 48)
        Me.Label21.TabIndex = 598
        '
        '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, 8)
        Me.GotIntLoadDataDisplay.Name = "GotIntLoadDataDisplay"
        Me.GotIntLoadDataDisplay.Size = New System.Drawing.Size(279, 38)
        Me.GotIntLoadDataDisplay.TabIndex = 600
        Me.GotIntLoadDataDisplay.Text = "Internal Load Status"
        Me.GotIntLoadDataDisplay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Panel2
        '
        Me.Panel2.Controls.Add(Me.Int48VBusPower)
        Me.Panel2.Controls.Add(Me.Label15)
        Me.Panel2.Location = New System.Drawing.Point(280, 120)
        Me.Panel2.Name = "Panel2"
        Me.Panel2.Size = New System.Drawing.Size(328, 40)
        Me.Panel2.TabIndex = 612
        '
        'Label23
        '
        Me.Label23.BackColor = System.Drawing.SystemColors.Control
        Me.Label23.Location = New System.Drawing.Point(272, 112)
        Me.Label23.Name = "Label23"
        Me.Label23.Size = New System.Drawing.Size(344, 56)
        Me.Label23.TabIndex = 611
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.Label38)
        Me.GroupBox1.Controls.Add(Me.Label37)
        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.Label3)
        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(672, 600)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(352, 136)
        Me.GroupBox1.TabIndex = 615
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "Legend"
        '
        '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, 32)
        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 = "48V Bus"
        Me.Label38.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label37
        '
        Me.Label37.BackColor = System.Drawing.SystemColors.Control
        Me.Label37.Location = New System.Drawing.Point(24, 40)
        Me.Label37.Name = "Label37"
        Me.Label37.Size = New System.Drawing.Size(48, 3)
        Me.Label37.TabIndex = 582
        '
        '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(96, 104)
        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(40, 104)
        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(96, 80)
        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(40, 80)
        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(96, 56)
        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
        '
        'Label3
        '
        Me.Label3.BackColor = System.Drawing.Color.Red
        Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.Label3.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Label3.Location = New System.Drawing.Point(40, 56)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(17, 17)
        Me.Label3.TabIndex = 477
        '
        'Label19
        '
        Me.Label19.BackColor = System.Drawing.Color.White
        Me.Label19.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label19.Location = New System.Drawing.Point(664, 592)
        Me.Label19.Name = "Label19"
        Me.Label19.Size = New System.Drawing.Size(368, 152)
        Me.Label19.TabIndex = 616
        '
        'PMACS48Vintload
        '
        Me.AutoScaleBaseSize = New System.Drawing.Size(8, 19)
        Me.BackColor = System.Drawing.Color.Black
        Me.ClientSize = New System.Drawing.Size(1272, 977)
        Me.Controls.Add(Me.GroupBox1)
        Me.Controls.Add(Me.Label19)
        Me.Controls.Add(Me.Panel2)
        Me.Controls.Add(Me.Label23)
        Me.Controls.Add(Me.GotIntLoadDataDisplay)
        Me.Controls.Add(Me._Load_48IntI_6)
        Me.Controls.Add(Me._Load_48IntI_5)
        Me.Controls.Add(Me._Load_48IntI_4)
        Me.Controls.Add(Me._Load_48IntI_3)
        Me.Controls.Add(Me._Load_48IntI_2)
        Me.Controls.Add(Me._Load_48IntI_1)
        Me.Controls.Add(Me._Load_48IntI_0)
        Me.Controls.Add(Me.I_48Int)
        Me.Controls.Add(Me.V_48Int)
        Me.Controls.Add(Me.DateTime)
        Me.Controls.Add(Me.Label21)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me._IntLoad48_6)
        Me.Controls.Add(Me._IntLoad48_5)
        Me.Controls.Add(Me._IntLoad48_4)
        Me.Controls.Add(Me._IntLoad48_3)
        Me.Controls.Add(Me._IntLoad48_2)
        Me.Controls.Add(Me._IntLoad48_1)
        Me.Controls.Add(Me._IntLoad48_0)
        Me.Controls.Add(Me.IntConverterA)
        Me.Controls.Add(Me._IntLoad48Switch_6)
        Me.Controls.Add(Me.Line26)
        Me.Controls.Add(Me.Line25)
        Me.Controls.Add(Me.Line24)
        Me.Controls.Add(Me._Switch48_6)
        Me.Controls.Add(Me.Line23)
        Me.Controls.Add(Me.ConD)
        Me.Controls.Add(Me._Switch48_5)
        Me.Controls.Add(Me._Switch48_4)
        Me.Controls.Add(Me._Switch48_3)
        Me.Controls.Add(Me._Switch48_2)
        Me.Controls.Add(Me._Switch48_1)
        Me.Controls.Add(Me._IntLoad48Switch_5)
        Me.Controls.Add(Me._IntLoad48Switch_4)
        Me.Controls.Add(Me._IntLoad48Switch_3)
        Me.Controls.Add(Me._IntLoad48Switch_2)
        Me.Controls.Add(Me._IntLoad48Switch_1)
        Me.Controls.Add(Me._Switch48_0)
        Me.Controls.Add(Me._IntLoad48Switch_0)
        Me.Controls.Add(Me.Line22)
        Me.Controls.Add(Me.Line21)
        Me.Controls.Add(Me.Line20)
        Me.Controls.Add(Me.Line19)
        Me.Controls.Add(Me.Line18)
        Me.Controls.Add(Me.Line17)
        Me.Controls.Add(Me.Line16)
        Me.Controls.Add(Me.Line15)
        Me.Controls.Add(Me.Line14)
        Me.Controls.Add(Me.Line12)
        Me.Controls.Add(Me.Line11)
        Me.Controls.Add(Me.Line10)
        Me.Controls.Add(Me.Line9)
        Me.Controls.Add(Me.Line8)
        Me.Controls.Add(Me.Line7)
        Me.Controls.Add(Me.Line6)
        Me.Controls.Add(Me.Line5)
        Me.Controls.Add(Me.Line4)
        Me.Controls.Add(Me.Line3)
        Me.Controls.Add(Me.Line2)
        Me.Controls.Add(Me.Line1)
        Me.Controls.Add(Me._IntLoad48Config_6)
        Me.Controls.Add(Me._IntLoad48Config_0)
        Me.Controls.Add(Me._IntLoad48Config_1)
        Me.Controls.Add(Me._IntLoad48Config_5)
        Me.Controls.Add(Me._IntLoad48Config_4)
        Me.Controls.Add(Me._IntLoad48Config_3)
        Me.Controls.Add(Me._IntLoad48Config_2)
        Me.Cursor = System.Windows.Forms.Cursors.Default
        Me.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Location = New System.Drawing.Point(4, 23)
        Me.Menu = Me.MainMenu1
        Me.Name = "PMACS48Vintload"
        Me.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds
        Me.Text = "PMACS 48V Internal Loads"
        Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
        Me._IntLoad48Config_0.ResumeLayout(False)
        Me._IntLoad48Config_1.ResumeLayout(False)
        Me._IntLoad48Config_3.ResumeLayout(False)
        Me._IntLoad48Config_4.ResumeLayout(False)
        Me._IntLoad48Config_5.ResumeLayout(False)
        Me._IntLoad48Config_6.ResumeLayout(False)
        Me._IntLoad48_6.ResumeLayout(False)
        Me._IntLoad48Config_2.ResumeLayout(False)
        Me._IntLoad48_5.ResumeLayout(False)
        Me._IntLoad48_4.ResumeLayout(False)
        Me._IntLoad48_3.ResumeLayout(False)
        Me._IntLoad48_2.ResumeLayout(False)
        Me._IntLoad48_1.ResumeLayout(False)
        Me._IntLoad48_0.ResumeLayout(False)
        Me.IntConverterA.ResumeLayout(False)
        CType(Me.I48, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Int48ILimit, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Int48V, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Int48VSwitchConfirm, 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.IntLoad48V, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.IntLoad48VSwitch, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Label1, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.LabelIntLoad48, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.LoadID48Int, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Load_48IntI, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Switch48, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.SwitchClose48Int, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.SwitchOpen48Int, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.V48, System.ComponentModel.ISupportInitialize).EndInit()
        Me.Panel2.ResumeLayout(False)
        Me.GroupBox1.ResumeLayout(False)
        Me.ResumeLayout(False)

    End Sub
#End Region
#Region "Upgrade Support "
    Private Shared m_vb6FormDefInstance As PMACS48Vintload
    Private Shared m_InitializingDefInstance As Boolean
    Public Shared Property DefInstance() As PMACS48Vintload
        Get
            If m_vb6FormDefInstance Is Nothing OrElse m_vb6FormDefInstance.IsDisposed Then
                m_InitializingDefInstance = True
                m_vb6FormDefInstance = New PMACS48Vintload
                m_InitializingDefInstance = False
            End If
            DefInstance = m_vb6FormDefInstance
        End Get
        Set(ByVal Value As PMACS48Vintload)
            m_vb6FormDefInstance = Value
        End Set
    End Property
#End Region

#Region "Load form"
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'Load the form for 48V internal load and initialize it
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub PMACS48Vintload_Load(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Load
        Dim i As Short
        Dim X As Object
        If LoginType = 2 Then
            'disable controls on internal load windows for 48V
            For i = 0 To 6
                'disable controls on PMACS48Vintload form
                LabelIntLoad48(i).Enabled = False
                IntLoad48(i).Enabled = False
                Switch48(i).Enabled = False
            Next
            mnuDefault.Enabled = False
        End If
        If MVConverters(0).ConverterStatus = 1 Or MVConverters(1).ConverterStatus = 1 Then
            ConD.ForeColor = System.Drawing.Color.Lime
        Else
            ConD.ForeColor = System.Drawing.Color.Red
        End If
    End Sub
#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
        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
        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"
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    '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

        '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"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    '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 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 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

        IndexString = CStr(Index + 10)
        myString = "/1/internal/" + IndexString

        '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, "Confirm Operation" & 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
                        'MsgBox("The load is being disconnected!")
                        IntLoads48(Index).LoadState = 0
                    ElseIf IntLoad48SwitchClose(Index).Checked = True Then
                        'IntLoads48(Index).Load48S = True
                        'Switch48(Index).BackColor = System.Drawing.ColorTranslator.FromOle(RGB(255, 0, 0))
                        'MsgBox("The load is being connected!")
                        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. The Node Power Controller could be offline." + vbCrLf
                        myPrompt = myPrompt + "2. The PMACS 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))
                    'MsgBox("Load Configuration Changed!")
                    '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" & mstrName)
                End If
            Else
                MsgBox("Please enter an appropriate current limit!", MsgBoxStyle.Exclamation, "Error" & mstrName)
            End If
        Else
            'if user cancels the action
            IntLoad48Config(Index).Visible = False
            activeFlag = False
            'MsgBox("No Changes Made!")
        End If
        'Enable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = True
    End Sub
#End Region

#Region "Disconnect 48V internal loads"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'When the user click on the Default 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 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 "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 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 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. The Node Power Controller could be offline." + vbCrLf
                    myPrompt = myPrompt + "2. The PMACS 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))
                'MsgBox("The load has been disconnected!")
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                'MsgBox("No Changes Made!")
                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))
                'MsgBox("The load has been connected!")
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                'MsgBox("No Changes Made!")
                activeFlag = False
            End If
        End If
    End Sub
#End Region

End Class