'************************************************************************************************************************
' File: PMACSextload.vb
' Programmer: Ting Chan
' Date: September 8, 2004
'
' Description:
' This form is the external load window for the PMACS client GUI of the MARS project.
' This form is the control and display form for 48V and 400V external loads.
' This form allows the user to view the load current flowing into each of the loads
' at both voltage levels (48V and 400V).  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 name/description and current limit of the
' loads
'
' Revision History:
' 09-08-2004 New header block comments added by Ting Chan, UWEE.
' 10-25-2004 Add MVConverterInitialize() function call by Ting Chan, UWEE
' 10-27-2004 Add AddAlarmLineToDataGrid() function call for switching operation recording by Ting Chan, UWEE.
' 12-15-2004 Change GF setting method 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
' 06-28-2005 Add menu items for opening MV converters by Ting Chan, UWEE
'
'************************************************************************************************************************
Option Strict Off
Option Explicit On 
Imports System.Threading 'tc: Needed only for multi-threading support.

Friend Class PMACSextload
    Inherits System.Windows.Forms.Form
    'Public threadSetLoad As Threading.Thread   'tc: Used for worker thread that invokes SOAP setloads()
#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 _LoadILimit48_7 As System.Windows.Forms.TextBox
	Public WithEvents _LoadILimit400_7 As System.Windows.Forms.TextBox
	Public WithEvents _LoadSwitchClose_400_7 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_400_7 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_400_7 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSwitchClose_48_7 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_48_7 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_48_7 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadHigh_7 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadMedium_7 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadLow_7 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadPriority_7 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSend_7 As System.Windows.Forms.Button
	Public WithEvents _LoadClose_7 As System.Windows.Forms.Button
	Public WithEvents _LoadID400_7 As System.Windows.Forms.TextBox
	Public WithEvents _LoadDeadfaceOpen_400_7 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_400_7 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_400_7 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadDeadfaceOpen_48_7 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_48_7 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_48_7 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadID48_7 As System.Windows.Forms.TextBox
	Public WithEvents _A1_7 As System.Windows.Forms.Label
	Public WithEvents _I_limit1_7 As System.Windows.Forms.Label
	Public WithEvents _I_limit_7 As System.Windows.Forms.Label
	Public WithEvents _Load_48_7 As System.Windows.Forms.Label
	Public WithEvents _Load_400_7 As System.Windows.Forms.Label
	Public WithEvents _A11_7 As System.Windows.Forms.Label
	Public WithEvents _LoadPrior_7 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel400_7 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel48_7 As System.Windows.Forms.Label
	Public WithEvents _LoadConfig_7 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadILimit48_6 As System.Windows.Forms.TextBox
	Public WithEvents _LoadILimit400_6 As System.Windows.Forms.TextBox
	Public WithEvents _LoadSwitchClose_400_6 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_400_6 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_400_6 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSwitchClose_48_6 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_48_6 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_48_6 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadHigh_6 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadMedium_6 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadLow_6 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadPriority_6 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSend_6 As System.Windows.Forms.Button
	Public WithEvents _LoadClose_6 As System.Windows.Forms.Button
	Public WithEvents _LoadID400_6 As System.Windows.Forms.TextBox
	Public WithEvents _LoadDeadfaceOpen_400_6 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_400_6 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_400_6 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadDeadfaceOpen_48_6 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_48_6 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_48_6 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadID48_6 As System.Windows.Forms.TextBox
	Public WithEvents _A1_6 As System.Windows.Forms.Label
	Public WithEvents _I_limit1_6 As System.Windows.Forms.Label
	Public WithEvents _I_limit_6 As System.Windows.Forms.Label
	Public WithEvents _Load_48_6 As System.Windows.Forms.Label
	Public WithEvents _Load_400_6 As System.Windows.Forms.Label
	Public WithEvents _A11_6 As System.Windows.Forms.Label
	Public WithEvents _LoadPrior_6 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel400_6 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel48_6 As System.Windows.Forms.Label
	Public WithEvents _LoadConfig_6 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadILimit48_5 As System.Windows.Forms.TextBox
	Public WithEvents _LoadILimit400_5 As System.Windows.Forms.TextBox
	Public WithEvents _LoadSwitchClose_400_5 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_400_5 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_400_5 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSwitchClose_48_5 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_48_5 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_48_5 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadHigh_5 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadMedium_5 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadLow_5 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadPriority_5 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSend_5 As System.Windows.Forms.Button
	Public WithEvents _LoadClose_5 As System.Windows.Forms.Button
	Public WithEvents _LoadID400_5 As System.Windows.Forms.TextBox
	Public WithEvents _LoadDeadfaceOpen_400_5 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_400_5 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_400_5 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadDeadfaceOpen_48_5 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_48_5 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_48_5 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadID48_5 As System.Windows.Forms.TextBox
	Public WithEvents _A1_5 As System.Windows.Forms.Label
	Public WithEvents _I_limit1_5 As System.Windows.Forms.Label
	Public WithEvents _I_limit_5 As System.Windows.Forms.Label
	Public WithEvents _Load_48_5 As System.Windows.Forms.Label
	Public WithEvents _Load_400_5 As System.Windows.Forms.Label
	Public WithEvents _A11_5 As System.Windows.Forms.Label
	Public WithEvents _LoadPrior_5 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel400_5 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel48_5 As System.Windows.Forms.Label
	Public WithEvents _LoadConfig_5 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadILimit48_4 As System.Windows.Forms.TextBox
	Public WithEvents _LoadILimit400_4 As System.Windows.Forms.TextBox
	Public WithEvents _LoadSwitchClose_400_4 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_400_4 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_400_4 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSwitchClose_48_4 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_48_4 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_48_4 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadHigh_4 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadMedium_4 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadLow_4 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadPriority_4 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSend_4 As System.Windows.Forms.Button
	Public WithEvents _LoadClose_4 As System.Windows.Forms.Button
	Public WithEvents _LoadID400_4 As System.Windows.Forms.TextBox
	Public WithEvents _LoadDeadfaceOpen_400_4 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_400_4 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_400_4 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadDeadfaceOpen_48_4 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_48_4 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_48_4 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadID48_4 As System.Windows.Forms.TextBox
	Public WithEvents _A1_4 As System.Windows.Forms.Label
	Public WithEvents _I_limit1_4 As System.Windows.Forms.Label
	Public WithEvents _I_limit_4 As System.Windows.Forms.Label
	Public WithEvents _Load_48_4 As System.Windows.Forms.Label
	Public WithEvents _Load_400_4 As System.Windows.Forms.Label
	Public WithEvents _A11_4 As System.Windows.Forms.Label
	Public WithEvents _LoadPrior_4 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel400_4 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel48_4 As System.Windows.Forms.Label
	Public WithEvents _LoadConfig_4 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadILimit48_3 As System.Windows.Forms.TextBox
	Public WithEvents _LoadILimit400_3 As System.Windows.Forms.TextBox
	Public WithEvents _LoadSwitchClose_400_3 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_400_3 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_400_3 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSwitchClose_48_3 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_48_3 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_48_3 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadHigh_3 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadMedium_3 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadLow_3 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadPriority_3 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSend_3 As System.Windows.Forms.Button
	Public WithEvents _LoadClose_3 As System.Windows.Forms.Button
	Public WithEvents _LoadID400_3 As System.Windows.Forms.TextBox
	Public WithEvents _LoadDeadfaceOpen_400_3 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_400_3 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_400_3 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadDeadfaceOpen_48_3 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_48_3 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_48_3 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadID48_3 As System.Windows.Forms.TextBox
	Public WithEvents _A1_3 As System.Windows.Forms.Label
	Public WithEvents _I_limit1_3 As System.Windows.Forms.Label
	Public WithEvents _I_limit_3 As System.Windows.Forms.Label
	Public WithEvents _Load_48_3 As System.Windows.Forms.Label
	Public WithEvents _Load_400_3 As System.Windows.Forms.Label
	Public WithEvents _A11_3 As System.Windows.Forms.Label
	Public WithEvents _LoadPrior_3 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel400_3 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel48_3 As System.Windows.Forms.Label
	Public WithEvents _LoadConfig_3 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadILimit48_2 As System.Windows.Forms.TextBox
	Public WithEvents _LoadILimit400_2 As System.Windows.Forms.TextBox
	Public WithEvents _LoadSwitchClose_400_2 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_400_2 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_400_2 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSwitchClose_48_2 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_48_2 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_48_2 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadHigh_2 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadMedium_2 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadLow_2 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadPriority_2 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSend_2 As System.Windows.Forms.Button
	Public WithEvents _LoadClose_2 As System.Windows.Forms.Button
	Public WithEvents _LoadID400_2 As System.Windows.Forms.TextBox
	Public WithEvents _LoadDeadfaceOpen_400_2 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_400_2 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_400_2 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadDeadfaceOpen_48_2 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_48_2 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_48_2 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadID48_2 As System.Windows.Forms.TextBox
	Public WithEvents _A1_2 As System.Windows.Forms.Label
	Public WithEvents _I_limit1_2 As System.Windows.Forms.Label
	Public WithEvents _I_limit_2 As System.Windows.Forms.Label
	Public WithEvents _Load_48_2 As System.Windows.Forms.Label
	Public WithEvents _Load_400_2 As System.Windows.Forms.Label
	Public WithEvents _A11_2 As System.Windows.Forms.Label
	Public WithEvents _LoadPrior_2 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel400_2 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel48_2 As System.Windows.Forms.Label
	Public WithEvents _LoadConfig_2 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadILimit48_1 As System.Windows.Forms.TextBox
	Public WithEvents _LoadILimit400_1 As System.Windows.Forms.TextBox
	Public WithEvents _LoadSwitchClose_400_1 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_400_1 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_400_1 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSwitchClose_48_1 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchOpen_48_1 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_48_1 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadHigh_1 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadMedium_1 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadLow_1 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadPriority_1 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSend_1 As System.Windows.Forms.Button
	Public WithEvents _LoadClose_1 As System.Windows.Forms.Button
	Public WithEvents _LoadID400_1 As System.Windows.Forms.TextBox
	Public WithEvents _LoadDeadfaceOpen_400_1 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_400_1 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_400_1 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadDeadfaceOpen_48_1 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceClose_48_1 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_48_1 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadID48_1 As System.Windows.Forms.TextBox
	Public WithEvents _A1_1 As System.Windows.Forms.Label
	Public WithEvents _I_limit1_1 As System.Windows.Forms.Label
	Public WithEvents _I_limit_1 As System.Windows.Forms.Label
	Public WithEvents _Load_48_1 As System.Windows.Forms.Label
	Public WithEvents _Load_400_1 As System.Windows.Forms.Label
	Public WithEvents _A11_1 As System.Windows.Forms.Label
	Public WithEvents _LoadPrior_1 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel400_1 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel48_1 As System.Windows.Forms.Label
	Public WithEvents _LoadConfig_1 As System.Windows.Forms.GroupBox
    Public WithEvents _LoadID48_0 As System.Windows.Forms.TextBox
	Public WithEvents _LoadDeadfaceClose_48_0 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceOpen_48_0 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_48_0 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadDeadfaceClose_400_0 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadfaceOpen_400_0 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadDeadface_400_0 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadID400_0 As System.Windows.Forms.TextBox
	Public WithEvents _LoadClose_0 As System.Windows.Forms.Button
	Public WithEvents _LoadSend_0 As System.Windows.Forms.Button
	Public WithEvents _LoadLow_0 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadMedium_0 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadHigh_0 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadPriority_0 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSwitchOpen_48_0 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchClose_48_0 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_48_0 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadSwitchOpen_400_0 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitchClose_400_0 As System.Windows.Forms.RadioButton
	Public WithEvents _LoadSwitch_400_0 As System.Windows.Forms.GroupBox
	Public WithEvents _LoadILimit400_0 As System.Windows.Forms.TextBox
	Public WithEvents _LoadILimit48_0 As System.Windows.Forms.TextBox
	Public WithEvents _LoadIDLabel48_0 As System.Windows.Forms.Label
	Public WithEvents _LoadIDLabel400_0 As System.Windows.Forms.Label
	Public WithEvents _LoadPrior_0 As System.Windows.Forms.Label
	Public WithEvents _A11_0 As System.Windows.Forms.Label
	Public WithEvents _Load_400_0 As System.Windows.Forms.Label
	Public WithEvents _Load_48_0 As System.Windows.Forms.Label
	Public WithEvents _I_limit_0 As System.Windows.Forms.Label
	Public WithEvents _I_limit1_0 As System.Windows.Forms.Label
	Public WithEvents _A1_0 As System.Windows.Forms.Label
	Public WithEvents _LoadConfig_0 As System.Windows.Forms.GroupBox
    Public WithEvents GFLow400 As System.Windows.Forms.TextBox
	Public WithEvents GFHigh400 As System.Windows.Forms.TextBox
	Public WithEvents GFLow48 As System.Windows.Forms.TextBox
	Public WithEvents GFHigh48 As System.Windows.Forms.TextBox
    Public WithEvents _Load_48I_7 As System.Windows.Forms.TextBox
	Public WithEvents _Load_48I_6 As System.Windows.Forms.TextBox
	Public WithEvents _Load_48I_5 As System.Windows.Forms.TextBox
	Public WithEvents _Load_48I_4 As System.Windows.Forms.TextBox
	Public WithEvents _Load_48I_3 As System.Windows.Forms.TextBox
	Public WithEvents _Load_48I_2 As System.Windows.Forms.TextBox
	Public WithEvents _Load_48I_1 As System.Windows.Forms.TextBox
	Public WithEvents _Load_48I_0 As System.Windows.Forms.TextBox
	Public WithEvents _Load_400I_7 As System.Windows.Forms.TextBox
	Public WithEvents _Load_400I_6 As System.Windows.Forms.TextBox
	Public WithEvents _Load_400I_3 As System.Windows.Forms.TextBox
	Public WithEvents _Load_400I_4 As System.Windows.Forms.TextBox
	Public WithEvents _Load_400I_5 As System.Windows.Forms.TextBox
	Public WithEvents _Load_400I_2 As System.Windows.Forms.TextBox
	Public WithEvents _Load_400I_1 As System.Windows.Forms.TextBox
	Public WithEvents _LabelLoad_7 As System.Windows.Forms.Label
	Public WithEvents _Load_7 As System.Windows.Forms.Panel
	Public WithEvents _LabelLoad_6 As System.Windows.Forms.Label
	Public WithEvents _Load_6 As System.Windows.Forms.Panel
	Public WithEvents _LabelLoad_5 As System.Windows.Forms.Label
	Public WithEvents _Load_5 As System.Windows.Forms.Panel
	Public WithEvents _LabelLoad_4 As System.Windows.Forms.Label
	Public WithEvents _Load_4 As System.Windows.Forms.Panel
	Public WithEvents _LabelLoad_3 As System.Windows.Forms.Label
	Public WithEvents _Load_3 As System.Windows.Forms.Panel
	Public WithEvents _LabelLoad_2 As System.Windows.Forms.Label
	Public WithEvents _Load_2 As System.Windows.Forms.Panel
	Public WithEvents _LabelLoad_1 As System.Windows.Forms.Label
	Public WithEvents _Load_1 As System.Windows.Forms.Panel
	Public WithEvents Line98 As System.Windows.Forms.Label
	Public WithEvents Line97 As System.Windows.Forms.Label
	Public WithEvents Line32 As System.Windows.Forms.Label
	Public WithEvents ConverterSwitch As System.Windows.Forms.Panel
	Public WithEvents _LabelLoad_0 As System.Windows.Forms.Label
	Public WithEvents _Load_0 As System.Windows.Forms.Panel
	Public WithEvents _Load_400I_0 As System.Windows.Forms.TextBox
	Public WithEvents I_48 As System.Windows.Forms.TextBox
	Public WithEvents V_48 As System.Windows.Forms.TextBox
	Public WithEvents Shape4 As System.Windows.Forms.Label
	Public WithEvents LVConverter As System.Windows.Forms.Panel
	Public WithEvents I_400 As System.Windows.Forms.TextBox
	Public WithEvents V_400 As System.Windows.Forms.TextBox
	Public WithEvents SciVoltMV As System.Windows.Forms.TextBox
	Public WithEvents SciCurrMV As System.Windows.Forms.TextBox
	Public WithEvents Shape2 As System.Windows.Forms.Label
	Public WithEvents MVConverterA As System.Windows.Forms.Panel
	Public WithEvents Shape3 As System.Windows.Forms.Label
	Public WithEvents MVConverterB As System.Windows.Forms.Panel
    Public WithEvents ConC As System.Windows.Forms.Label
	Public WithEvents ConB As System.Windows.Forms.Label
	Public WithEvents ConA As System.Windows.Forms.Label
	Public WithEvents Label5 As System.Windows.Forms.Label
	Public WithEvents Line31 As System.Windows.Forms.Label
	Public WithEvents _Load_48Deadface_7 As System.Windows.Forms.Label
	Public WithEvents _Load_48Deadface_6 As System.Windows.Forms.Label
	Public WithEvents _Load_48Deadface_5 As System.Windows.Forms.Label
	Public WithEvents _Load_48Deadface_4 As System.Windows.Forms.Label
	Public WithEvents _Load_48Deadface_3 As System.Windows.Forms.Label
	Public WithEvents _Load_48Deadface_2 As System.Windows.Forms.Label
	Public WithEvents _Load_48Deadface_1 As System.Windows.Forms.Label
	Public WithEvents _Load_48Deadface_0 As System.Windows.Forms.Label
	Public WithEvents _Load_400Deadface_7 As System.Windows.Forms.Label
	Public WithEvents _Load_400Deadface_6 As System.Windows.Forms.Label
	Public WithEvents _Load_400Deadface_5 As System.Windows.Forms.Label
	Public WithEvents _Load_400Deadface_4 As System.Windows.Forms.Label
	Public WithEvents _Load_400Deadface_3 As System.Windows.Forms.Label
	Public WithEvents _Load_400Deadface_2 As System.Windows.Forms.Label
	Public WithEvents _Load_400Deadface_1 As System.Windows.Forms.Label
	Public WithEvents _Load_400Deadface_0 As System.Windows.Forms.Label
	Public WithEvents _Load_48Switch_7 As System.Windows.Forms.Label
	Public WithEvents _Load_48Switch_6 As System.Windows.Forms.Label
	Public WithEvents _Load_48Switch_5 As System.Windows.Forms.Label
	Public WithEvents _Load_48Switch_4 As System.Windows.Forms.Label
	Public WithEvents _Load_48Switch_3 As System.Windows.Forms.Label
	Public WithEvents _Load_48Switch_2 As System.Windows.Forms.Label
	Public WithEvents _Load_48Switch_1 As System.Windows.Forms.Label
	Public WithEvents _Load_48Switch_0 As System.Windows.Forms.Label
	Public WithEvents _Load_400Switch_7 As System.Windows.Forms.Label
	Public WithEvents _Load_400Switch_6 As System.Windows.Forms.Label
	Public WithEvents _Load_400Switch_5 As System.Windows.Forms.Label
	Public WithEvents _Load_400Switch_4 As System.Windows.Forms.Label
	Public WithEvents _Load_400Switch_3 As System.Windows.Forms.Label
	Public WithEvents _Load_400Switch_2 As System.Windows.Forms.Label
	Public WithEvents _Load_400Switch_1 As System.Windows.Forms.Label
	Public WithEvents _Load_400Switch_0 As System.Windows.Forms.Label
	Public WithEvents _Label9_7 As System.Windows.Forms.Label
	Public WithEvents _Label8_7 As System.Windows.Forms.Label
	Public WithEvents _Label7_7 As System.Windows.Forms.Label
	Public WithEvents _Label6_7 As System.Windows.Forms.Label
	Public WithEvents _Label9_6 As System.Windows.Forms.Label
	Public WithEvents _Label8_6 As System.Windows.Forms.Label
	Public WithEvents _Label7_6 As System.Windows.Forms.Label
	Public WithEvents _Label6_6 As System.Windows.Forms.Label
	Public WithEvents _Label9_5 As System.Windows.Forms.Label
	Public WithEvents _Label8_5 As System.Windows.Forms.Label
	Public WithEvents _Label7_5 As System.Windows.Forms.Label
	Public WithEvents _Label6_5 As System.Windows.Forms.Label
	Public WithEvents _Label9_4 As System.Windows.Forms.Label
	Public WithEvents _Label8_4 As System.Windows.Forms.Label
	Public WithEvents _Label7_4 As System.Windows.Forms.Label
	Public WithEvents _Label6_4 As System.Windows.Forms.Label
	Public WithEvents _Label9_3 As System.Windows.Forms.Label
	Public WithEvents _Label8_3 As System.Windows.Forms.Label
	Public WithEvents _Label7_3 As System.Windows.Forms.Label
	Public WithEvents _Label6_3 As System.Windows.Forms.Label
	Public WithEvents _Label9_2 As System.Windows.Forms.Label
	Public WithEvents _Label8_2 As System.Windows.Forms.Label
	Public WithEvents _Label7_2 As System.Windows.Forms.Label
	Public WithEvents _Label6_2 As System.Windows.Forms.Label
	Public WithEvents _Label9_1 As System.Windows.Forms.Label
	Public WithEvents _Label8_1 As System.Windows.Forms.Label
	Public WithEvents _Label7_1 As System.Windows.Forms.Label
	Public WithEvents _Label6_1 As System.Windows.Forms.Label
	Public WithEvents _Label9_0 As System.Windows.Forms.Label
	Public WithEvents _Label8_0 As System.Windows.Forms.Label
	Public WithEvents _Label7_0 As System.Windows.Forms.Label
	Public WithEvents _Label6_0 As System.Windows.Forms.Label
	Public WithEvents _Label2_1 As System.Windows.Forms.Label
	Public WithEvents _Label1_1 As System.Windows.Forms.Label
	Public WithEvents _Label2_0 As System.Windows.Forms.Label
	Public WithEvents _Label1_0 As System.Windows.Forms.Label
	Public WithEvents Line2 As System.Windows.Forms.Label
	Public WithEvents Line1 As System.Windows.Forms.Label
	Public WithEvents Line95 As System.Windows.Forms.Label
	Public WithEvents Line94 As System.Windows.Forms.Label
	Public WithEvents Line93 As System.Windows.Forms.Label
	Public WithEvents Line92 As System.Windows.Forms.Label
	Public WithEvents Line91 As System.Windows.Forms.Label
	Public WithEvents Line90 As System.Windows.Forms.Label
	Public WithEvents Line89 As System.Windows.Forms.Label
	Public WithEvents Line88 As System.Windows.Forms.Label
	Public WithEvents Line87 As System.Windows.Forms.Label
	Public WithEvents Line86 As System.Windows.Forms.Label
	Public WithEvents Line85 As System.Windows.Forms.Label
	Public WithEvents Line84 As System.Windows.Forms.Label
	Public WithEvents Line83 As System.Windows.Forms.Label
	Public WithEvents Line82 As System.Windows.Forms.Label
	Public WithEvents Line81 As System.Windows.Forms.Label
	Public WithEvents Line80 As System.Windows.Forms.Label
	Public WithEvents Line79 As System.Windows.Forms.Label
	Public WithEvents Line78 As System.Windows.Forms.Label
	Public WithEvents Line77 As System.Windows.Forms.Label
	Public WithEvents Line76 As System.Windows.Forms.Label
	Public WithEvents Line75 As System.Windows.Forms.Label
	Public WithEvents Line74 As System.Windows.Forms.Label
	Public WithEvents Line73 As System.Windows.Forms.Label
	Public WithEvents Line72 As System.Windows.Forms.Label
	Public WithEvents Line71 As System.Windows.Forms.Label
	Public WithEvents Line70 As System.Windows.Forms.Label
	Public WithEvents Line69 As System.Windows.Forms.Label
	Public WithEvents Line68 As System.Windows.Forms.Label
	Public WithEvents Line67 As System.Windows.Forms.Label
	Public WithEvents Line66 As System.Windows.Forms.Label
	Public WithEvents Line65 As System.Windows.Forms.Label
	Public WithEvents Line64 As System.Windows.Forms.Label
	Public WithEvents Line63 As System.Windows.Forms.Label
	Public WithEvents Line62 As System.Windows.Forms.Label
	Public WithEvents Line61 As System.Windows.Forms.Label
	Public WithEvents Line60 As System.Windows.Forms.Label
	Public WithEvents Line59 As System.Windows.Forms.Label
	Public WithEvents Line58 As System.Windows.Forms.Label
	Public WithEvents Line57 As System.Windows.Forms.Label
	Public WithEvents Line56 As System.Windows.Forms.Label
	Public WithEvents Line55 As System.Windows.Forms.Label
	Public WithEvents Line54 As System.Windows.Forms.Label
	Public WithEvents Line53 As System.Windows.Forms.Label
	Public WithEvents Line52 As System.Windows.Forms.Label
	Public WithEvents Line51 As System.Windows.Forms.Label
	Public WithEvents Line50 As System.Windows.Forms.Label
	Public WithEvents Line49 As System.Windows.Forms.Label
	Public WithEvents Line48 As System.Windows.Forms.Label
	Public WithEvents Line47 As System.Windows.Forms.Label
	Public WithEvents Line46 As System.Windows.Forms.Label
	Public WithEvents Line45 As System.Windows.Forms.Label
	Public WithEvents Line44 As System.Windows.Forms.Label
	Public WithEvents Line43 As System.Windows.Forms.Label
	Public WithEvents Line42 As System.Windows.Forms.Label
	Public WithEvents Line41 As System.Windows.Forms.Label
	Public WithEvents Line40 As System.Windows.Forms.Label
	Public WithEvents Line39 As System.Windows.Forms.Label
	Public WithEvents Line38 As System.Windows.Forms.Label
	Public WithEvents Line37 As System.Windows.Forms.Label
	Public WithEvents Line36 As System.Windows.Forms.Label
	Public WithEvents Line35 As System.Windows.Forms.Label
	Public WithEvents Line34 As System.Windows.Forms.Label
	Public WithEvents Line33 As System.Windows.Forms.Label
	Public WithEvents Line30 As System.Windows.Forms.Label
	Public WithEvents Line29 As System.Windows.Forms.Label
	Public WithEvents Line28 As System.Windows.Forms.Label
	Public WithEvents Line27 As System.Windows.Forms.Label
	Public WithEvents Line26 As System.Windows.Forms.Label
	Public WithEvents Line25 As System.Windows.Forms.Label
    Public WithEvents Line23 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 Line14 As System.Windows.Forms.Label
	Public WithEvents Line15 As System.Windows.Forms.Label
    Public WithEvents Line3 As System.Windows.Forms.Label
	Public WithEvents Line5 As System.Windows.Forms.Label
	Public WithEvents Line4 As System.Windows.Forms.Label
	Public WithEvents A1 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents A11 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents DeadfaceClose400 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents DeadfaceClose48 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents DeadfaceOpen400 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents DeadfaceOpen48 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents Ext400VDeadfaceConfirm As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
	Public WithEvents Ext400VSwitchConfirm As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
	Public WithEvents Ext48VDeadfaceConfirm As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
	Public WithEvents Ext48VSwitchConfirm As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
	Public WithEvents ExtLoad400VDeadface As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
	Public WithEvents ExtLoad400VSwitch As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
	Public WithEvents ExtLoad48VDeadface As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
	Public WithEvents ExtLoad48VSwitch As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
	Public WithEvents I_limit As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents I_limit1 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Label1 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Label3 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Label4 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Label6 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Label7 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Label8 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Label9 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents LabelLoad As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Load_Renamed As Microsoft.VisualBasic.Compatibility.VB6.PanelArray
	Public WithEvents LoadClose As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
	Public WithEvents LoadConfig As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
	Public WithEvents LoadDeadfaceClose_400 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents LoadDeadfaceClose_48 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents LoadDeadfaceOpen_400 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents LoadDeadfaceOpen_48 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents LoadDeadface_400 As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
	Public WithEvents LoadDeadface_48 As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
	Public WithEvents LoadHigh As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents LoadID400 As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
	Public WithEvents LoadID48 As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
	Public WithEvents LoadIDLabel400 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents LoadIDLabel48 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents LoadILimit400 As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
	Public WithEvents LoadILimit48 As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
	Public WithEvents LoadLow As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents LoadMedium As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents LoadPrior As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents LoadPriority As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
	Public WithEvents LoadSend As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
	Public WithEvents LoadSwitchClose_400 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents LoadSwitchClose_48 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents LoadSwitchOpen_400 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents LoadSwitchOpen_48 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents LoadSwitch_400 As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
	Public WithEvents LoadSwitch_48 As Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray
	Public WithEvents Load_400 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Load_400Deadface As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Load_400I As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
	Public WithEvents Load_400Switch As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Load_48 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Load_48Deadface As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Load_48I As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
	Public WithEvents Load_48Switch As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents SwitchClose400 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents SwitchClose48 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents SwitchOpen400 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents SwitchOpen48 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
	Public WithEvents mnuOpen As System.Windows.Forms.MenuItem
    Public WithEvents mnuDefault As System.Windows.Forms.MenuItem
	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 Line8 As VBTrain.GraphicalObjects.Shape
    Friend WithEvents Line11 As VBTrain.GraphicalObjects.Shape
    Friend WithEvents Line7 As VBTrain.GraphicalObjects.Shape
    Friend WithEvents Line10 As VBTrain.GraphicalObjects.Shape
    Friend WithEvents Line9 As VBTrain.GraphicalObjects.Shape
    Friend WithEvents Line6 As VBTrain.GraphicalObjects.Shape
    Friend WithEvents Line12 As VBTrain.GraphicalObjects.Shape
    Friend WithEvents Line96 As VBTrain.GraphicalObjects.Shape
    Friend WithEvents Line99 As VBTrain.GraphicalObjects.Shape
    Friend WithEvents Shape1 As VBTrain.GraphicalObjects.Shape
    Friend WithEvents mnuAlarm As System.Windows.Forms.MenuItem
    Friend WithEvents Label14 As System.Windows.Forms.Label
    Public WithEvents ShoreCurrMV As System.Windows.Forms.TextBox
    Public WithEvents Label17 As System.Windows.Forms.Label
    Public WithEvents ShoreVoltMV As System.Windows.Forms.TextBox
    Public WithEvents Label18 As System.Windows.Forms.Label
    Friend WithEvents Ext400VBusPower As System.Windows.Forms.Label
    Friend WithEvents Label20 As System.Windows.Forms.Label
    Friend WithEvents Ext48VBusPower As System.Windows.Forms.Label
    Public WithEvents DateTime As System.Windows.Forms.Label
    Friend WithEvents Label21 As System.Windows.Forms.Label
    Friend WithEvents GotExtLoadDataDisplay As System.Windows.Forms.Label
    Friend WithEvents Label2 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Friend WithEvents Label22 As System.Windows.Forms.Label
    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents Label23 As System.Windows.Forms.Label
    Friend WithEvents Panel2 As System.Windows.Forms.Panel
    Friend WithEvents Label25 As System.Windows.Forms.Label
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents Label19 As System.Windows.Forms.Label
    Public WithEvents Label15 As System.Windows.Forms.Label
    Public WithEvents Label16 As System.Windows.Forms.Label
    Public WithEvents Label24 As System.Windows.Forms.Label
    Public WithEvents Label26 As System.Windows.Forms.Label
    Public WithEvents Label27 As System.Windows.Forms.Label
    Public WithEvents Label28 As System.Windows.Forms.Label
    Public WithEvents Label29 As System.Windows.Forms.Label
    Public WithEvents Label30 As System.Windows.Forms.Label
    Friend WithEvents mnuMVA As System.Windows.Forms.MenuItem
    Public WithEvents RadioButton3 As System.Windows.Forms.RadioButton
    Public WithEvents Label31 As System.Windows.Forms.Label
    Public WithEvents Label32 As System.Windows.Forms.Label
    Public WithEvents Label33 As System.Windows.Forms.Label
    Public WithEvents Label34 As System.Windows.Forms.Label
    Public WithEvents Label35 As System.Windows.Forms.Label
    Public WithEvents Label36 As System.Windows.Forms.Label
    Public WithEvents Label37 As System.Windows.Forms.Label
    Public WithEvents Label38 As System.Windows.Forms.Label
    Public WithEvents Label39 As System.Windows.Forms.Label
    Public WithEvents Label40 As System.Windows.Forms.Label
    Public WithEvents Label41 As System.Windows.Forms.Label
    Public WithEvents Panel3 As System.Windows.Forms.Panel
    Friend WithEvents Label42 As System.Windows.Forms.Label
    Public WithEvents Label43 As System.Windows.Forms.Label
    Public WithEvents Label44 As System.Windows.Forms.Label
    Public WithEvents Label45 As System.Windows.Forms.Label
    Friend WithEvents ILC_Label1 As System.Windows.Forms.Label
    Friend WithEvents ShoreStation As VBTrain.GraphicalObjects.Shape
    Public WithEvents Label46 As System.Windows.Forms.Label
    Public WithEvents Label47 As System.Windows.Forms.Label
    Public WithEvents Label48 As System.Windows.Forms.Label
    Public WithEvents ILC_Label As System.Windows.Forms.Button
    Friend WithEvents mnuIntLoad As System.Windows.Forms.MenuItem
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me._LoadConfig_7 = New System.Windows.Forms.GroupBox
Me._LoadILimit48_7 = New System.Windows.Forms.TextBox
Me._LoadILimit400_7 = New System.Windows.Forms.TextBox
Me._LoadSwitch_400_7 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_400_7 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_400_7 = New System.Windows.Forms.RadioButton
Me._LoadSwitch_48_7 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_48_7 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_48_7 = New System.Windows.Forms.RadioButton
Me._LoadPriority_7 = New System.Windows.Forms.GroupBox
Me._LoadHigh_7 = New System.Windows.Forms.RadioButton
Me._LoadMedium_7 = New System.Windows.Forms.RadioButton
Me._LoadLow_7 = New System.Windows.Forms.RadioButton
Me._LoadSend_7 = New System.Windows.Forms.Button
Me._LoadClose_7 = New System.Windows.Forms.Button
Me._LoadID400_7 = New System.Windows.Forms.TextBox
Me._LoadDeadface_400_7 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_400_7 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_400_7 = New System.Windows.Forms.RadioButton
Me._LoadDeadface_48_7 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_48_7 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_48_7 = New System.Windows.Forms.RadioButton
Me._LoadID48_7 = New System.Windows.Forms.TextBox
Me._A1_7 = New System.Windows.Forms.Label
Me._I_limit1_7 = New System.Windows.Forms.Label
Me._I_limit_7 = New System.Windows.Forms.Label
Me._Load_48_7 = New System.Windows.Forms.Label
Me._Load_400_7 = New System.Windows.Forms.Label
Me._A11_7 = New System.Windows.Forms.Label
Me._LoadPrior_7 = New System.Windows.Forms.Label
Me._LoadIDLabel400_7 = New System.Windows.Forms.Label
Me._LoadIDLabel48_7 = New System.Windows.Forms.Label
Me._LoadConfig_6 = New System.Windows.Forms.GroupBox
Me._LoadILimit48_6 = New System.Windows.Forms.TextBox
Me._LoadILimit400_6 = New System.Windows.Forms.TextBox
Me._LoadSwitch_400_6 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_400_6 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_400_6 = New System.Windows.Forms.RadioButton
Me._LoadSwitch_48_6 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_48_6 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_48_6 = New System.Windows.Forms.RadioButton
Me._LoadPriority_6 = New System.Windows.Forms.GroupBox
Me._LoadHigh_6 = New System.Windows.Forms.RadioButton
Me._LoadMedium_6 = New System.Windows.Forms.RadioButton
Me._LoadLow_6 = New System.Windows.Forms.RadioButton
Me._LoadSend_6 = New System.Windows.Forms.Button
Me._LoadClose_6 = New System.Windows.Forms.Button
Me._LoadID400_6 = New System.Windows.Forms.TextBox
Me._LoadDeadface_400_6 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_400_6 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_400_6 = New System.Windows.Forms.RadioButton
Me._LoadDeadface_48_6 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_48_6 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_48_6 = New System.Windows.Forms.RadioButton
Me._LoadID48_6 = New System.Windows.Forms.TextBox
Me._A1_6 = New System.Windows.Forms.Label
Me._I_limit1_6 = New System.Windows.Forms.Label
Me._I_limit_6 = New System.Windows.Forms.Label
Me._Load_48_6 = New System.Windows.Forms.Label
Me._Load_400_6 = New System.Windows.Forms.Label
Me._A11_6 = New System.Windows.Forms.Label
Me._LoadPrior_6 = New System.Windows.Forms.Label
Me._LoadIDLabel400_6 = New System.Windows.Forms.Label
Me._LoadIDLabel48_6 = New System.Windows.Forms.Label
Me._LoadConfig_5 = New System.Windows.Forms.GroupBox
Me._LoadILimit48_5 = New System.Windows.Forms.TextBox
Me._LoadILimit400_5 = New System.Windows.Forms.TextBox
Me._LoadSwitch_400_5 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_400_5 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_400_5 = New System.Windows.Forms.RadioButton
Me._LoadSwitch_48_5 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_48_5 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_48_5 = New System.Windows.Forms.RadioButton
Me._LoadPriority_5 = New System.Windows.Forms.GroupBox
Me._LoadHigh_5 = New System.Windows.Forms.RadioButton
Me._LoadMedium_5 = New System.Windows.Forms.RadioButton
Me._LoadLow_5 = New System.Windows.Forms.RadioButton
Me._LoadSend_5 = New System.Windows.Forms.Button
Me._LoadClose_5 = New System.Windows.Forms.Button
Me._LoadID400_5 = New System.Windows.Forms.TextBox
Me._LoadDeadface_400_5 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_400_5 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_400_5 = New System.Windows.Forms.RadioButton
Me._LoadDeadface_48_5 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_48_5 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_48_5 = New System.Windows.Forms.RadioButton
Me._LoadID48_5 = New System.Windows.Forms.TextBox
Me._A1_5 = New System.Windows.Forms.Label
Me._I_limit1_5 = New System.Windows.Forms.Label
Me._I_limit_5 = New System.Windows.Forms.Label
Me._Load_48_5 = New System.Windows.Forms.Label
Me._Load_400_5 = New System.Windows.Forms.Label
Me._A11_5 = New System.Windows.Forms.Label
Me._LoadPrior_5 = New System.Windows.Forms.Label
Me._LoadIDLabel400_5 = New System.Windows.Forms.Label
Me._LoadIDLabel48_5 = New System.Windows.Forms.Label
Me._LoadConfig_4 = New System.Windows.Forms.GroupBox
Me._LoadILimit48_4 = New System.Windows.Forms.TextBox
Me._LoadILimit400_4 = New System.Windows.Forms.TextBox
Me._LoadSwitch_400_4 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_400_4 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_400_4 = New System.Windows.Forms.RadioButton
Me._LoadSwitch_48_4 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_48_4 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_48_4 = New System.Windows.Forms.RadioButton
Me._LoadPriority_4 = New System.Windows.Forms.GroupBox
Me._LoadHigh_4 = New System.Windows.Forms.RadioButton
Me._LoadMedium_4 = New System.Windows.Forms.RadioButton
Me._LoadLow_4 = New System.Windows.Forms.RadioButton
Me.RadioButton3 = New System.Windows.Forms.RadioButton
Me._LoadSend_4 = New System.Windows.Forms.Button
Me._LoadClose_4 = New System.Windows.Forms.Button
Me._LoadID400_4 = New System.Windows.Forms.TextBox
Me._LoadDeadface_400_4 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_400_4 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_400_4 = New System.Windows.Forms.RadioButton
Me._LoadDeadface_48_4 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_48_4 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_48_4 = New System.Windows.Forms.RadioButton
Me._LoadID48_4 = New System.Windows.Forms.TextBox
Me._A1_4 = New System.Windows.Forms.Label
Me._I_limit1_4 = New System.Windows.Forms.Label
Me._I_limit_4 = New System.Windows.Forms.Label
Me._Load_48_4 = New System.Windows.Forms.Label
Me._Load_400_4 = New System.Windows.Forms.Label
Me._A11_4 = New System.Windows.Forms.Label
Me._LoadPrior_4 = New System.Windows.Forms.Label
Me._LoadIDLabel400_4 = New System.Windows.Forms.Label
Me._LoadIDLabel48_4 = New System.Windows.Forms.Label
Me._LoadConfig_3 = New System.Windows.Forms.GroupBox
Me._LoadILimit48_3 = New System.Windows.Forms.TextBox
Me._LoadILimit400_3 = New System.Windows.Forms.TextBox
Me._LoadSwitch_400_3 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_400_3 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_400_3 = New System.Windows.Forms.RadioButton
Me._LoadSwitch_48_3 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_48_3 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_48_3 = New System.Windows.Forms.RadioButton
Me._LoadPriority_3 = New System.Windows.Forms.GroupBox
Me._LoadHigh_3 = New System.Windows.Forms.RadioButton
Me._LoadMedium_3 = New System.Windows.Forms.RadioButton
Me._LoadLow_3 = New System.Windows.Forms.RadioButton
Me._LoadSend_3 = New System.Windows.Forms.Button
Me._LoadClose_3 = New System.Windows.Forms.Button
Me._LoadID400_3 = New System.Windows.Forms.TextBox
Me._LoadDeadface_400_3 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_400_3 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_400_3 = New System.Windows.Forms.RadioButton
Me._LoadDeadface_48_3 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_48_3 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_48_3 = New System.Windows.Forms.RadioButton
Me._LoadID48_3 = New System.Windows.Forms.TextBox
Me._A1_3 = New System.Windows.Forms.Label
Me._I_limit1_3 = New System.Windows.Forms.Label
Me._I_limit_3 = New System.Windows.Forms.Label
Me._Load_48_3 = New System.Windows.Forms.Label
Me._Load_400_3 = New System.Windows.Forms.Label
Me._A11_3 = New System.Windows.Forms.Label
Me._LoadPrior_3 = New System.Windows.Forms.Label
Me._LoadIDLabel400_3 = New System.Windows.Forms.Label
Me._LoadIDLabel48_3 = New System.Windows.Forms.Label
Me._LoadConfig_2 = New System.Windows.Forms.GroupBox
Me._LoadILimit48_2 = New System.Windows.Forms.TextBox
Me._LoadILimit400_2 = New System.Windows.Forms.TextBox
Me._LoadSwitch_400_2 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_400_2 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_400_2 = New System.Windows.Forms.RadioButton
Me._LoadSwitch_48_2 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_48_2 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_48_2 = New System.Windows.Forms.RadioButton
Me._LoadPriority_2 = New System.Windows.Forms.GroupBox
Me._LoadHigh_2 = New System.Windows.Forms.RadioButton
Me._LoadMedium_2 = New System.Windows.Forms.RadioButton
Me._LoadLow_2 = New System.Windows.Forms.RadioButton
Me._LoadSend_2 = New System.Windows.Forms.Button
Me._LoadClose_2 = New System.Windows.Forms.Button
Me._LoadID400_2 = New System.Windows.Forms.TextBox
Me._LoadDeadface_400_2 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_400_2 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_400_2 = New System.Windows.Forms.RadioButton
Me._LoadDeadface_48_2 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_48_2 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_48_2 = New System.Windows.Forms.RadioButton
Me._LoadID48_2 = New System.Windows.Forms.TextBox
Me._A1_2 = New System.Windows.Forms.Label
Me._I_limit1_2 = New System.Windows.Forms.Label
Me._I_limit_2 = New System.Windows.Forms.Label
Me._Load_48_2 = New System.Windows.Forms.Label
Me._Load_400_2 = New System.Windows.Forms.Label
Me._A11_2 = New System.Windows.Forms.Label
Me._LoadPrior_2 = New System.Windows.Forms.Label
Me._LoadIDLabel400_2 = New System.Windows.Forms.Label
Me._LoadIDLabel48_2 = New System.Windows.Forms.Label
Me._LoadConfig_1 = New System.Windows.Forms.GroupBox
Me._LoadILimit48_1 = New System.Windows.Forms.TextBox
Me._LoadILimit400_1 = New System.Windows.Forms.TextBox
Me._LoadSwitch_400_1 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_400_1 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_400_1 = New System.Windows.Forms.RadioButton
Me._LoadSwitch_48_1 = New System.Windows.Forms.GroupBox
Me._LoadSwitchClose_48_1 = New System.Windows.Forms.RadioButton
Me._LoadSwitchOpen_48_1 = New System.Windows.Forms.RadioButton
Me._LoadPriority_1 = New System.Windows.Forms.GroupBox
Me._LoadHigh_1 = New System.Windows.Forms.RadioButton
Me._LoadMedium_1 = New System.Windows.Forms.RadioButton
Me._LoadLow_1 = New System.Windows.Forms.RadioButton
Me._LoadSend_1 = New System.Windows.Forms.Button
Me._LoadClose_1 = New System.Windows.Forms.Button
Me._LoadID400_1 = New System.Windows.Forms.TextBox
Me._LoadDeadface_400_1 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_400_1 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_400_1 = New System.Windows.Forms.RadioButton
Me._LoadDeadface_48_1 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceOpen_48_1 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceClose_48_1 = New System.Windows.Forms.RadioButton
Me._LoadID48_1 = New System.Windows.Forms.TextBox
Me._A1_1 = New System.Windows.Forms.Label
Me._I_limit1_1 = New System.Windows.Forms.Label
Me._I_limit_1 = New System.Windows.Forms.Label
Me._Load_48_1 = New System.Windows.Forms.Label
Me._Load_400_1 = New System.Windows.Forms.Label
Me._A11_1 = New System.Windows.Forms.Label
Me._LoadPrior_1 = New System.Windows.Forms.Label
Me._LoadIDLabel400_1 = New System.Windows.Forms.Label
Me._LoadIDLabel48_1 = New System.Windows.Forms.Label
Me._LoadConfig_0 = New System.Windows.Forms.GroupBox
Me._LoadID48_0 = New System.Windows.Forms.TextBox
Me._LoadDeadface_48_0 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceClose_48_0 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceOpen_48_0 = New System.Windows.Forms.RadioButton
Me._LoadDeadface_400_0 = New System.Windows.Forms.GroupBox
Me._LoadDeadfaceClose_400_0 = New System.Windows.Forms.RadioButton
Me._LoadDeadfaceOpen_400_0 = New System.Windows.Forms.RadioButton
Me._LoadID400_0 = New System.Windows.Forms.TextBox
Me._LoadClose_0 = New System.Windows.Forms.Button
Me._LoadSend_0 = New System.Windows.Forms.Button
Me._LoadPriority_0 = New System.Windows.Forms.GroupBox
Me._LoadLow_0 = New System.Windows.Forms.RadioButton
Me._LoadMedium_0 = New System.Windows.Forms.RadioButton
Me._LoadHigh_0 = New System.Windows.Forms.RadioButton
Me._LoadSwitch_48_0 = New System.Windows.Forms.GroupBox
Me._LoadSwitchOpen_48_0 = New System.Windows.Forms.RadioButton
Me._LoadSwitchClose_48_0 = New System.Windows.Forms.RadioButton
Me._LoadSwitch_400_0 = New System.Windows.Forms.GroupBox
Me._LoadSwitchOpen_400_0 = New System.Windows.Forms.RadioButton
Me._LoadSwitchClose_400_0 = New System.Windows.Forms.RadioButton
Me._LoadILimit400_0 = New System.Windows.Forms.TextBox
Me._LoadILimit48_0 = New System.Windows.Forms.TextBox
Me._LoadIDLabel48_0 = New System.Windows.Forms.Label
Me._LoadIDLabel400_0 = New System.Windows.Forms.Label
Me._LoadPrior_0 = New System.Windows.Forms.Label
Me._A11_0 = New System.Windows.Forms.Label
Me._Load_400_0 = New System.Windows.Forms.Label
Me._Load_48_0 = New System.Windows.Forms.Label
Me._I_limit_0 = New System.Windows.Forms.Label
Me._I_limit1_0 = New System.Windows.Forms.Label
Me._A1_0 = New System.Windows.Forms.Label
Me.GFLow400 = New System.Windows.Forms.TextBox
Me.GFHigh400 = New System.Windows.Forms.TextBox
Me.GFLow48 = New System.Windows.Forms.TextBox
Me.GFHigh48 = New System.Windows.Forms.TextBox
Me._Load_48I_7 = New System.Windows.Forms.TextBox
Me._Load_48I_6 = New System.Windows.Forms.TextBox
Me._Load_48I_5 = New System.Windows.Forms.TextBox
Me._Load_48I_4 = New System.Windows.Forms.TextBox
Me._Load_48I_3 = New System.Windows.Forms.TextBox
Me._Load_48I_2 = New System.Windows.Forms.TextBox
Me._Load_48I_1 = New System.Windows.Forms.TextBox
Me._Load_48I_0 = New System.Windows.Forms.TextBox
Me._Load_400I_7 = New System.Windows.Forms.TextBox
Me._Load_400I_6 = New System.Windows.Forms.TextBox
Me._Load_400I_3 = New System.Windows.Forms.TextBox
Me._Load_400I_4 = New System.Windows.Forms.TextBox
Me._Load_400I_5 = New System.Windows.Forms.TextBox
Me._Load_400I_2 = New System.Windows.Forms.TextBox
Me._Load_400I_1 = New System.Windows.Forms.TextBox
Me._Load_7 = New System.Windows.Forms.Panel
Me._LabelLoad_7 = New System.Windows.Forms.Label
Me._Load_6 = New System.Windows.Forms.Panel
Me._LabelLoad_6 = New System.Windows.Forms.Label
Me._Load_5 = New System.Windows.Forms.Panel
Me._LabelLoad_5 = New System.Windows.Forms.Label
Me._Load_4 = New System.Windows.Forms.Panel
Me._LabelLoad_4 = New System.Windows.Forms.Label
Me._Load_3 = New System.Windows.Forms.Panel
Me._LabelLoad_3 = New System.Windows.Forms.Label
Me._Load_2 = New System.Windows.Forms.Panel
Me._LabelLoad_2 = New System.Windows.Forms.Label
Me._Load_1 = New System.Windows.Forms.Panel
Me._LabelLoad_1 = New System.Windows.Forms.Label
Me.ConverterSwitch = New System.Windows.Forms.Panel
Me.Line98 = New System.Windows.Forms.Label
Me.Line97 = New System.Windows.Forms.Label
Me.Line32 = New System.Windows.Forms.Label
Me.Line96 = New VBTrain.GraphicalObjects.Shape
Me.Line99 = New VBTrain.GraphicalObjects.Shape
Me.Shape1 = New VBTrain.GraphicalObjects.Shape
Me._Load_0 = New System.Windows.Forms.Panel
Me._LabelLoad_0 = New System.Windows.Forms.Label
Me._Load_400I_0 = New System.Windows.Forms.TextBox
Me.I_48 = New System.Windows.Forms.TextBox
Me.V_48 = New System.Windows.Forms.TextBox
Me.LVConverter = New System.Windows.Forms.Panel
Me.Shape4 = New System.Windows.Forms.Label
Me.I_400 = New System.Windows.Forms.TextBox
Me.V_400 = New System.Windows.Forms.TextBox
Me.SciVoltMV = New System.Windows.Forms.TextBox
Me.SciCurrMV = New System.Windows.Forms.TextBox
Me.MVConverterA = New System.Windows.Forms.Panel
Me.Shape2 = New System.Windows.Forms.Label
Me.MVConverterB = New System.Windows.Forms.Panel
Me.Shape3 = New System.Windows.Forms.Label
Me.ConC = New System.Windows.Forms.Label
Me.ConB = New System.Windows.Forms.Label
Me.ConA = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Line31 = New System.Windows.Forms.Label
Me._Load_48Deadface_7 = New System.Windows.Forms.Label
Me._Load_48Deadface_6 = New System.Windows.Forms.Label
Me._Load_48Deadface_5 = New System.Windows.Forms.Label
Me._Load_48Deadface_4 = New System.Windows.Forms.Label
Me._Load_48Deadface_3 = New System.Windows.Forms.Label
Me._Load_48Deadface_2 = New System.Windows.Forms.Label
Me._Load_48Deadface_1 = New System.Windows.Forms.Label
Me._Load_48Deadface_0 = New System.Windows.Forms.Label
Me._Load_400Deadface_7 = New System.Windows.Forms.Label
Me._Load_400Deadface_6 = New System.Windows.Forms.Label
Me._Load_400Deadface_5 = New System.Windows.Forms.Label
Me._Load_400Deadface_4 = New System.Windows.Forms.Label
Me._Load_400Deadface_3 = New System.Windows.Forms.Label
Me._Load_400Deadface_2 = New System.Windows.Forms.Label
Me._Load_400Deadface_1 = New System.Windows.Forms.Label
Me._Load_400Deadface_0 = New System.Windows.Forms.Label
Me._Load_48Switch_7 = New System.Windows.Forms.Label
Me._Load_48Switch_6 = New System.Windows.Forms.Label
Me._Load_48Switch_5 = New System.Windows.Forms.Label
Me._Load_48Switch_4 = New System.Windows.Forms.Label
Me._Load_48Switch_3 = New System.Windows.Forms.Label
Me._Load_48Switch_2 = New System.Windows.Forms.Label
Me._Load_48Switch_1 = New System.Windows.Forms.Label
Me._Load_48Switch_0 = New System.Windows.Forms.Label
Me._Load_400Switch_7 = New System.Windows.Forms.Label
Me._Load_400Switch_6 = New System.Windows.Forms.Label
Me._Load_400Switch_5 = New System.Windows.Forms.Label
Me._Load_400Switch_4 = New System.Windows.Forms.Label
Me._Load_400Switch_3 = New System.Windows.Forms.Label
Me._Load_400Switch_2 = New System.Windows.Forms.Label
Me._Load_400Switch_1 = New System.Windows.Forms.Label
Me._Load_400Switch_0 = New System.Windows.Forms.Label
Me._Label9_7 = New System.Windows.Forms.Label
Me._Label8_7 = New System.Windows.Forms.Label
Me._Label7_7 = New System.Windows.Forms.Label
Me._Label6_7 = New System.Windows.Forms.Label
Me._Label9_6 = New System.Windows.Forms.Label
Me._Label8_6 = New System.Windows.Forms.Label
Me._Label7_6 = New System.Windows.Forms.Label
Me._Label6_6 = New System.Windows.Forms.Label
Me._Label9_5 = New System.Windows.Forms.Label
Me._Label8_5 = New System.Windows.Forms.Label
Me._Label7_5 = New System.Windows.Forms.Label
Me._Label6_5 = New System.Windows.Forms.Label
Me._Label9_4 = New System.Windows.Forms.Label
Me._Label8_4 = New System.Windows.Forms.Label
Me._Label7_4 = New System.Windows.Forms.Label
Me._Label6_4 = New System.Windows.Forms.Label
Me._Label9_3 = New System.Windows.Forms.Label
Me._Label8_3 = New System.Windows.Forms.Label
Me._Label7_3 = New System.Windows.Forms.Label
Me._Label6_3 = New System.Windows.Forms.Label
Me._Label9_2 = New System.Windows.Forms.Label
Me._Label8_2 = New System.Windows.Forms.Label
Me._Label7_2 = New System.Windows.Forms.Label
Me._Label6_2 = New System.Windows.Forms.Label
Me._Label9_1 = New System.Windows.Forms.Label
Me._Label8_1 = New System.Windows.Forms.Label
Me._Label7_1 = New System.Windows.Forms.Label
Me._Label6_1 = New System.Windows.Forms.Label
Me._Label9_0 = New System.Windows.Forms.Label
Me._Label8_0 = New System.Windows.Forms.Label
Me._Label7_0 = New System.Windows.Forms.Label
Me._Label6_0 = New System.Windows.Forms.Label
Me._Label2_1 = New System.Windows.Forms.Label
Me._Label1_1 = New System.Windows.Forms.Label
Me._Label2_0 = New System.Windows.Forms.Label
Me._Label1_0 = New System.Windows.Forms.Label
Me.Line2 = New System.Windows.Forms.Label
Me.Line1 = New System.Windows.Forms.Label
Me.Line95 = New System.Windows.Forms.Label
Me.Line94 = New System.Windows.Forms.Label
Me.Line93 = New System.Windows.Forms.Label
Me.Line92 = New System.Windows.Forms.Label
Me.Line91 = New System.Windows.Forms.Label
Me.Line90 = New System.Windows.Forms.Label
Me.Line89 = New System.Windows.Forms.Label
Me.Line88 = New System.Windows.Forms.Label
Me.Line87 = New System.Windows.Forms.Label
Me.Line86 = New System.Windows.Forms.Label
Me.Line85 = New System.Windows.Forms.Label
Me.Line84 = New System.Windows.Forms.Label
Me.Line83 = New System.Windows.Forms.Label
Me.Line82 = New System.Windows.Forms.Label
Me.Line81 = New System.Windows.Forms.Label
Me.Line80 = New System.Windows.Forms.Label
Me.Line79 = New System.Windows.Forms.Label
Me.Line78 = New System.Windows.Forms.Label
Me.Line77 = New System.Windows.Forms.Label
Me.Line76 = New System.Windows.Forms.Label
Me.Line75 = New System.Windows.Forms.Label
Me.Line74 = New System.Windows.Forms.Label
Me.Line73 = New System.Windows.Forms.Label
Me.Line72 = New System.Windows.Forms.Label
Me.Line71 = New System.Windows.Forms.Label
Me.Line70 = New System.Windows.Forms.Label
Me.Line69 = New System.Windows.Forms.Label
Me.Line68 = New System.Windows.Forms.Label
Me.Line67 = New System.Windows.Forms.Label
Me.Line66 = New System.Windows.Forms.Label
Me.Line65 = New System.Windows.Forms.Label
Me.Line64 = New System.Windows.Forms.Label
Me.Line63 = New System.Windows.Forms.Label
Me.Line62 = New System.Windows.Forms.Label
Me.Line61 = New System.Windows.Forms.Label
Me.Line60 = New System.Windows.Forms.Label
Me.Line59 = New System.Windows.Forms.Label
Me.Line58 = New System.Windows.Forms.Label
Me.Line57 = New System.Windows.Forms.Label
Me.Line56 = New System.Windows.Forms.Label
Me.Line55 = New System.Windows.Forms.Label
Me.Line54 = New System.Windows.Forms.Label
Me.Line53 = New System.Windows.Forms.Label
Me.Line52 = New System.Windows.Forms.Label
Me.Line51 = New System.Windows.Forms.Label
Me.Line50 = New System.Windows.Forms.Label
Me.Line49 = New System.Windows.Forms.Label
Me.Line48 = New System.Windows.Forms.Label
Me.Line47 = New System.Windows.Forms.Label
Me.Line46 = New System.Windows.Forms.Label
Me.Line45 = New System.Windows.Forms.Label
Me.Line44 = New System.Windows.Forms.Label
Me.Line43 = New System.Windows.Forms.Label
Me.Line42 = New System.Windows.Forms.Label
Me.Line41 = New System.Windows.Forms.Label
Me.Line40 = New System.Windows.Forms.Label
Me.Line39 = New System.Windows.Forms.Label
Me.Line38 = New System.Windows.Forms.Label
Me.Line37 = New System.Windows.Forms.Label
Me.Line36 = New System.Windows.Forms.Label
Me.Line35 = New System.Windows.Forms.Label
Me.Line34 = New System.Windows.Forms.Label
Me.Line33 = New System.Windows.Forms.Label
Me.Line30 = New System.Windows.Forms.Label
Me.Line29 = New System.Windows.Forms.Label
Me.Line28 = New System.Windows.Forms.Label
Me.Line27 = New System.Windows.Forms.Label
Me.Line26 = New System.Windows.Forms.Label
Me.Line25 = New System.Windows.Forms.Label
Me.Line23 = 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.Line14 = New System.Windows.Forms.Label
Me.Line15 = New System.Windows.Forms.Label
Me.Line3 = New System.Windows.Forms.Label
Me.Line5 = New System.Windows.Forms.Label
Me.Line4 = New System.Windows.Forms.Label
Me.A1 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.A11 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.DeadfaceClose400 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.DeadfaceClose48 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.DeadfaceOpen400 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.DeadfaceOpen48 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.Ext400VDeadfaceConfirm = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(Me.components)
Me.Ext400VSwitchConfirm = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(Me.components)
Me.Ext48VDeadfaceConfirm = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(Me.components)
Me.Ext48VSwitchConfirm = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(Me.components)
Me.ExtLoad400VDeadface = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
Me.ExtLoad400VSwitch = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
Me.ExtLoad48VDeadface = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
Me.ExtLoad48VSwitch = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
Me.I_limit = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.I_limit1 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Label1 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Label2 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Label3 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Label4 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Label6 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Label7 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Label8 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Label9 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.LabelLoad = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Load_Renamed = New Microsoft.VisualBasic.Compatibility.VB6.PanelArray(Me.components)
Me.LoadClose = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(Me.components)
Me.LoadConfig = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
Me.LoadDeadfaceClose_400 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.LoadDeadfaceClose_48 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.LoadDeadfaceOpen_400 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.LoadDeadfaceOpen_48 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.LoadDeadface_400 = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
Me.LoadDeadface_48 = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
Me.LoadHigh = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.LoadID400 = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
Me.LoadID48 = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
Me.LoadIDLabel400 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.LoadIDLabel48 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.LoadILimit400 = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
Me.LoadILimit48 = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
Me.LoadLow = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.LoadMedium = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.LoadPrior = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.LoadPriority = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
Me.LoadSend = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(Me.components)
Me.LoadSwitchClose_400 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.LoadSwitchClose_48 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.LoadSwitchOpen_400 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.LoadSwitchOpen_48 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.LoadSwitch_400 = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
Me.LoadSwitch_48 = New Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray(Me.components)
Me.Load_400 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Load_400Deadface = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Load_400I = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
Me.Load_400Switch = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Load_48 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Load_48Deadface = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.Load_48I = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
Me.Load_48Switch = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
Me.SwitchClose400 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.SwitchClose48 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.SwitchOpen400 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.SwitchOpen48 = New Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(Me.components)
Me.MainMenu1 = New System.Windows.Forms.MainMenu
Me.mnuOpen = New System.Windows.Forms.MenuItem
Me.mnuMVA = New System.Windows.Forms.MenuItem
Me.mnuIntLoad = New System.Windows.Forms.MenuItem
Me.mnuAlarm = New System.Windows.Forms.MenuItem
Me.mnuDefault = New System.Windows.Forms.MenuItem
Me.Line8 = New VBTrain.GraphicalObjects.Shape
Me.Line11 = New VBTrain.GraphicalObjects.Shape
Me.Line7 = New VBTrain.GraphicalObjects.Shape
Me.Line10 = New VBTrain.GraphicalObjects.Shape
Me.Line9 = New VBTrain.GraphicalObjects.Shape
Me.Line6 = New VBTrain.GraphicalObjects.Shape
Me.Line12 = New VBTrain.GraphicalObjects.Shape
Me.Label14 = New System.Windows.Forms.Label
Me.ShoreCurrMV = New System.Windows.Forms.TextBox
Me.Label17 = New System.Windows.Forms.Label
Me.ShoreVoltMV = New System.Windows.Forms.TextBox
Me.Label18 = New System.Windows.Forms.Label
Me.Ext400VBusPower = New System.Windows.Forms.Label
Me.Label20 = New System.Windows.Forms.Label
Me.Ext48VBusPower = New System.Windows.Forms.Label
Me.DateTime = New System.Windows.Forms.Label
Me.Label21 = New System.Windows.Forms.Label
Me.GotExtLoadDataDisplay = New System.Windows.Forms.Label
Me.Label22 = New System.Windows.Forms.Label
Me.Panel1 = New System.Windows.Forms.Panel
Me.Label23 = New System.Windows.Forms.Label
Me.Panel2 = New System.Windows.Forms.Panel
Me.Label25 = New System.Windows.Forms.Label
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.Label47 = New System.Windows.Forms.Label
Me.Label46 = New System.Windows.Forms.Label
Me.Label40 = New System.Windows.Forms.Label
Me.Label39 = New System.Windows.Forms.Label
Me.Label38 = New System.Windows.Forms.Label
Me.Label37 = New System.Windows.Forms.Label
Me.Label36 = New System.Windows.Forms.Label
Me.Label35 = New System.Windows.Forms.Label
Me.Label34 = New System.Windows.Forms.Label
Me.Label33 = New System.Windows.Forms.Label
Me.Label32 = New System.Windows.Forms.Label
Me.Label31 = New System.Windows.Forms.Label
Me.Label29 = New System.Windows.Forms.Label
Me.Label30 = New System.Windows.Forms.Label
Me.Label27 = New System.Windows.Forms.Label
Me.Label28 = New System.Windows.Forms.Label
Me.Label24 = New System.Windows.Forms.Label
Me.Label26 = New System.Windows.Forms.Label
Me.Label16 = New System.Windows.Forms.Label
Me.Label15 = New System.Windows.Forms.Label
Me.Label19 = New System.Windows.Forms.Label
Me.Label41 = New System.Windows.Forms.Label
Me.Panel3 = New System.Windows.Forms.Panel
Me.Label42 = New System.Windows.Forms.Label
Me.Label43 = New System.Windows.Forms.Label
Me.Label44 = New System.Windows.Forms.Label
Me.Label45 = New System.Windows.Forms.Label
Me.ILC_Label1 = New System.Windows.Forms.Label
Me.ShoreStation = New VBTrain.GraphicalObjects.Shape
Me.Label48 = New System.Windows.Forms.Label
Me.ILC_Label = New System.Windows.Forms.Button
Me._LoadConfig_7.SuspendLayout
Me._LoadSwitch_400_7.SuspendLayout
Me._LoadSwitch_48_7.SuspendLayout
Me._LoadPriority_7.SuspendLayout
Me._LoadDeadface_400_7.SuspendLayout
Me._LoadDeadface_48_7.SuspendLayout
Me._LoadConfig_6.SuspendLayout
Me._LoadSwitch_400_6.SuspendLayout
Me._LoadSwitch_48_6.SuspendLayout
Me._LoadPriority_6.SuspendLayout
Me._LoadDeadface_400_6.SuspendLayout
Me._LoadDeadface_48_6.SuspendLayout
Me._LoadConfig_5.SuspendLayout
Me._LoadSwitch_400_5.SuspendLayout
Me._LoadSwitch_48_5.SuspendLayout
Me._LoadPriority_5.SuspendLayout
Me._LoadDeadface_400_5.SuspendLayout
Me._LoadDeadface_48_5.SuspendLayout
Me._LoadConfig_4.SuspendLayout
Me._LoadSwitch_400_4.SuspendLayout
Me._LoadSwitch_48_4.SuspendLayout
Me._LoadPriority_4.SuspendLayout
Me._LoadDeadface_400_4.SuspendLayout
Me._LoadDeadface_48_4.SuspendLayout
Me._LoadConfig_3.SuspendLayout
Me._LoadSwitch_400_3.SuspendLayout
Me._LoadSwitch_48_3.SuspendLayout
Me._LoadPriority_3.SuspendLayout
Me._LoadDeadface_400_3.SuspendLayout
Me._LoadDeadface_48_3.SuspendLayout
Me._LoadConfig_2.SuspendLayout
Me._LoadSwitch_400_2.SuspendLayout
Me._LoadSwitch_48_2.SuspendLayout
Me._LoadPriority_2.SuspendLayout
Me._LoadDeadface_400_2.SuspendLayout
Me._LoadDeadface_48_2.SuspendLayout
Me._LoadConfig_1.SuspendLayout
Me._LoadSwitch_400_1.SuspendLayout
Me._LoadSwitch_48_1.SuspendLayout
Me._LoadPriority_1.SuspendLayout
Me._LoadDeadface_400_1.SuspendLayout
Me._LoadDeadface_48_1.SuspendLayout
Me._LoadConfig_0.SuspendLayout
Me._LoadDeadface_48_0.SuspendLayout
Me._LoadDeadface_400_0.SuspendLayout
Me._LoadPriority_0.SuspendLayout
Me._LoadSwitch_48_0.SuspendLayout
Me._LoadSwitch_400_0.SuspendLayout
Me._Load_7.SuspendLayout
Me._Load_6.SuspendLayout
Me._Load_5.SuspendLayout
Me._Load_4.SuspendLayout
Me._Load_3.SuspendLayout
Me._Load_2.SuspendLayout
Me._Load_1.SuspendLayout
Me.ConverterSwitch.SuspendLayout
Me._Load_0.SuspendLayout
Me.LVConverter.SuspendLayout
Me.MVConverterA.SuspendLayout
Me.MVConverterB.SuspendLayout
CType(Me.A1,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.A11,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.DeadfaceClose400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.DeadfaceClose48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.DeadfaceOpen400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.DeadfaceOpen48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Ext400VDeadfaceConfirm,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Ext400VSwitchConfirm,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Ext48VDeadfaceConfirm,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Ext48VSwitchConfirm,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.ExtLoad400VDeadface,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.ExtLoad400VSwitch,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.ExtLoad48VDeadface,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.ExtLoad48VSwitch,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.I_limit,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.I_limit1,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Label1,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Label2,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Label3,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Label4,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Label6,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Label7,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Label8,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Label9,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LabelLoad,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Load_Renamed,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadClose,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadConfig,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadDeadfaceClose_400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadDeadfaceClose_48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadDeadfaceOpen_400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadDeadfaceOpen_48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadDeadface_400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadDeadface_48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadHigh,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadID400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadID48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadIDLabel400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadIDLabel48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadILimit400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadILimit48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadLow,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadMedium,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadPrior,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadPriority,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadSend,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadSwitchClose_400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadSwitchClose_48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadSwitchOpen_400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadSwitchOpen_48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadSwitch_400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.LoadSwitch_48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Load_400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Load_400Deadface,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Load_400I,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Load_400Switch,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Load_48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Load_48Deadface,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Load_48I,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.Load_48Switch,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.SwitchClose400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.SwitchClose48,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.SwitchOpen400,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.SwitchOpen48,System.ComponentModel.ISupportInitialize).BeginInit
Me.Panel1.SuspendLayout
Me.Panel2.SuspendLayout
Me.GroupBox1.SuspendLayout
Me.Panel3.SuspendLayout
Me.SuspendLayout
'
'_LoadConfig_7
'
Me._LoadConfig_7.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(192,Byte))
Me._LoadConfig_7.Controls.Add(Me._LoadILimit48_7)
Me._LoadConfig_7.Controls.Add(Me._LoadILimit400_7)
Me._LoadConfig_7.Controls.Add(Me._LoadSwitch_400_7)
Me._LoadConfig_7.Controls.Add(Me._LoadSwitch_48_7)
Me._LoadConfig_7.Controls.Add(Me._LoadPriority_7)
Me._LoadConfig_7.Controls.Add(Me._LoadSend_7)
Me._LoadConfig_7.Controls.Add(Me._LoadClose_7)
Me._LoadConfig_7.Controls.Add(Me._LoadID400_7)
Me._LoadConfig_7.Controls.Add(Me._LoadDeadface_400_7)
Me._LoadConfig_7.Controls.Add(Me._LoadDeadface_48_7)
Me._LoadConfig_7.Controls.Add(Me._LoadID48_7)
Me._LoadConfig_7.Controls.Add(Me._A1_7)
Me._LoadConfig_7.Controls.Add(Me._I_limit1_7)
Me._LoadConfig_7.Controls.Add(Me._I_limit_7)
Me._LoadConfig_7.Controls.Add(Me._Load_48_7)
Me._LoadConfig_7.Controls.Add(Me._Load_400_7)
Me._LoadConfig_7.Controls.Add(Me._A11_7)
Me._LoadConfig_7.Controls.Add(Me._LoadPrior_7)
Me._LoadConfig_7.Controls.Add(Me._LoadIDLabel400_7)
Me._LoadConfig_7.Controls.Add(Me._LoadIDLabel48_7)
Me._LoadConfig_7.Font = New System.Drawing.Font("Arial", 18!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadConfig_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadConfig.SetIndex(Me._LoadConfig_7, CType(7,Short))
Me._LoadConfig_7.Location = New System.Drawing.Point(16, 592)
Me._LoadConfig_7.Name = "_LoadConfig_7"
Me._LoadConfig_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadConfig_7.Size = New System.Drawing.Size(672, 368)
Me._LoadConfig_7.TabIndex = 457
Me._LoadConfig_7.TabStop = false
Me._LoadConfig_7.Text = "External Load 8 Configuration"
Me._LoadConfig_7.Visible = false
'
'_LoadILimit48_7
'
Me._LoadILimit48_7.AcceptsReturn = true
Me._LoadILimit48_7.AutoSize = false
Me._LoadILimit48_7.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit48_7.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit48_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit48_7.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit48.SetIndex(Me._LoadILimit48_7, CType(7,Short))
Me._LoadILimit48_7.Location = New System.Drawing.Point(144, 208)
Me._LoadILimit48_7.MaxLength = 0
Me._LoadILimit48_7.Name = "_LoadILimit48_7"
Me._LoadILimit48_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit48_7.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit48_7.TabIndex = 472
Me._LoadILimit48_7.Text = ""
Me._LoadILimit48_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadILimit400_7
'
Me._LoadILimit400_7.AcceptsReturn = true
Me._LoadILimit400_7.AutoSize = false
Me._LoadILimit400_7.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit400_7.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit400_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit400_7.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit400.SetIndex(Me._LoadILimit400_7, CType(7,Short))
Me._LoadILimit400_7.Location = New System.Drawing.Point(144, 136)
Me._LoadILimit400_7.MaxLength = 0
Me._LoadILimit400_7.Name = "_LoadILimit400_7"
Me._LoadILimit400_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit400_7.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit400_7.TabIndex = 467
Me._LoadILimit400_7.Text = ""
Me._LoadILimit400_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadSwitch_400_7
'
Me._LoadSwitch_400_7.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_400_7.Controls.Add(Me._LoadSwitchClose_400_7)
Me._LoadSwitch_400_7.Controls.Add(Me._LoadSwitchOpen_400_7)
Me._LoadSwitch_400_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_400_7.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_400.SetIndex(Me._LoadSwitch_400_7, CType(7,Short))
Me._LoadSwitch_400_7.Location = New System.Drawing.Point(248, 120)
Me._LoadSwitch_400_7.Name = "_LoadSwitch_400_7"
Me._LoadSwitch_400_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_400_7.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_400_7.TabIndex = 475
Me._LoadSwitch_400_7.TabStop = false
'
'_LoadSwitchClose_400_7
'
Me._LoadSwitchClose_400_7.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_400_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_400_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_400_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_400.SetIndex(Me._LoadSwitchClose_400_7, CType(7,Short))
Me._LoadSwitchClose_400_7.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_400_7.Name = "_LoadSwitchClose_400_7"
Me._LoadSwitchClose_400_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_400_7.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_400_7.TabIndex = 468
Me._LoadSwitchClose_400_7.Text = "Switch Close"
'
'_LoadSwitchOpen_400_7
'
Me._LoadSwitchOpen_400_7.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_400_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_400_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_400_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_400.SetIndex(Me._LoadSwitchOpen_400_7, CType(7,Short))
Me._LoadSwitchOpen_400_7.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_400_7.Name = "_LoadSwitchOpen_400_7"
Me._LoadSwitchOpen_400_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_400_7.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchOpen_400_7.TabIndex = 469
Me._LoadSwitchOpen_400_7.Text = "Switch Open"
'
'_LoadSwitch_48_7
'
Me._LoadSwitch_48_7.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_48_7.Controls.Add(Me._LoadSwitchClose_48_7)
Me._LoadSwitch_48_7.Controls.Add(Me._LoadSwitchOpen_48_7)
Me._LoadSwitch_48_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_48_7.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_48.SetIndex(Me._LoadSwitch_48_7, CType(7,Short))
Me._LoadSwitch_48_7.Location = New System.Drawing.Point(248, 192)
Me._LoadSwitch_48_7.Name = "_LoadSwitch_48_7"
Me._LoadSwitch_48_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_48_7.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_48_7.TabIndex = 472
Me._LoadSwitch_48_7.TabStop = false
'
'_LoadSwitchClose_48_7
'
Me._LoadSwitchClose_48_7.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_48_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_48_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_48_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_48.SetIndex(Me._LoadSwitchClose_48_7, CType(7,Short))
Me._LoadSwitchClose_48_7.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_48_7.Name = "_LoadSwitchClose_48_7"
Me._LoadSwitchClose_48_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_48_7.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_48_7.TabIndex = 473
Me._LoadSwitchClose_48_7.Text = "Switch Close"
'
'_LoadSwitchOpen_48_7
'
Me._LoadSwitchOpen_48_7.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_48_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_48_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_48_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_48.SetIndex(Me._LoadSwitchOpen_48_7, CType(7,Short))
Me._LoadSwitchOpen_48_7.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_48_7.Name = "_LoadSwitchOpen_48_7"
Me._LoadSwitchOpen_48_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_48_7.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_48_7.TabIndex = 474
Me._LoadSwitchOpen_48_7.Text = "Switch Open"
'
'_LoadPriority_7
'
Me._LoadPriority_7.BackColor = System.Drawing.Color.Transparent
Me._LoadPriority_7.Controls.Add(Me._LoadHigh_7)
Me._LoadPriority_7.Controls.Add(Me._LoadMedium_7)
Me._LoadPriority_7.Controls.Add(Me._LoadLow_7)
Me._LoadPriority_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPriority_7.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadPriority.SetIndex(Me._LoadPriority_7, CType(7,Short))
Me._LoadPriority_7.Location = New System.Drawing.Point(176, 264)
Me._LoadPriority_7.Name = "_LoadPriority_7"
Me._LoadPriority_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPriority_7.Size = New System.Drawing.Size(377, 49)
Me._LoadPriority_7.TabIndex = 468
Me._LoadPriority_7.TabStop = false
'
'_LoadHigh_7
'
Me._LoadHigh_7.BackColor = System.Drawing.Color.Transparent
Me._LoadHigh_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadHigh_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadHigh_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadHigh.SetIndex(Me._LoadHigh_7, CType(7,Short))
Me._LoadHigh_7.Location = New System.Drawing.Point(16, 16)
Me._LoadHigh_7.Name = "_LoadHigh_7"
Me._LoadHigh_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadHigh_7.Size = New System.Drawing.Size(57, 25)
Me._LoadHigh_7.TabIndex = 800
Me._LoadHigh_7.Text = "High"
'
'_LoadMedium_7
'
Me._LoadMedium_7.BackColor = System.Drawing.Color.Transparent
Me._LoadMedium_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadMedium_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadMedium_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadMedium.SetIndex(Me._LoadMedium_7, CType(7,Short))
Me._LoadMedium_7.Location = New System.Drawing.Point(128, 16)
Me._LoadMedium_7.Name = "_LoadMedium_7"
Me._LoadMedium_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadMedium_7.Size = New System.Drawing.Size(89, 25)
Me._LoadMedium_7.TabIndex = 800
Me._LoadMedium_7.Text = "Medium"
'
'_LoadLow_7
'
Me._LoadLow_7.BackColor = System.Drawing.Color.Transparent
Me._LoadLow_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadLow_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadLow_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadLow.SetIndex(Me._LoadLow_7, CType(7,Short))
Me._LoadLow_7.Location = New System.Drawing.Point(256, 16)
Me._LoadLow_7.Name = "_LoadLow_7"
Me._LoadLow_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadLow_7.Size = New System.Drawing.Size(65, 25)
Me._LoadLow_7.TabIndex = 800
Me._LoadLow_7.Text = "Low"
'
'_LoadSend_7
'
Me._LoadSend_7.BackColor = System.Drawing.SystemColors.Control
Me._LoadSend_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSend_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSend_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSend.SetIndex(Me._LoadSend_7, CType(7,Short))
Me._LoadSend_7.Location = New System.Drawing.Point(136, 328)
Me._LoadSend_7.Name = "_LoadSend_7"
Me._LoadSend_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSend_7.Size = New System.Drawing.Size(97, 33)
Me._LoadSend_7.TabIndex = 477
Me._LoadSend_7.Text = "Send"
'
'_LoadClose_7
'
Me._LoadClose_7.BackColor = System.Drawing.SystemColors.Control
Me._LoadClose_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadClose_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadClose_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadClose.SetIndex(Me._LoadClose_7, CType(7,Short))
Me._LoadClose_7.Location = New System.Drawing.Point(384, 328)
Me._LoadClose_7.Name = "_LoadClose_7"
Me._LoadClose_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadClose_7.Size = New System.Drawing.Size(105, 33)
Me._LoadClose_7.TabIndex = 478
Me._LoadClose_7.Text = "Cancel"
'
'_LoadID400_7
'
Me._LoadID400_7.AcceptsReturn = true
Me._LoadID400_7.AutoSize = false
Me._LoadID400_7.BackColor = System.Drawing.SystemColors.Window
Me._LoadID400_7.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID400_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID400_7.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID400.SetIndex(Me._LoadID400_7, CType(7,Short))
Me._LoadID400_7.Location = New System.Drawing.Point(208, 40)
Me._LoadID400_7.MaxLength = 0
Me._LoadID400_7.Name = "_LoadID400_7"
Me._LoadID400_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID400_7.Size = New System.Drawing.Size(289, 25)
Me._LoadID400_7.TabIndex = 465
Me._LoadID400_7.Text = "Text1"
Me._LoadID400_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadDeadface_400_7
'
Me._LoadDeadface_400_7.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_400_7.Controls.Add(Me._LoadDeadfaceOpen_400_7)
Me._LoadDeadface_400_7.Controls.Add(Me._LoadDeadfaceClose_400_7)
Me._LoadDeadface_400_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_400_7.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_400.SetIndex(Me._LoadDeadface_400_7, CType(7,Short))
Me._LoadDeadface_400_7.Location = New System.Drawing.Point(448, 120)
Me._LoadDeadface_400_7.Name = "_LoadDeadface_400_7"
Me._LoadDeadface_400_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_400_7.Size = New System.Drawing.Size(216, 56)
Me._LoadDeadface_400_7.TabIndex = 462
Me._LoadDeadface_400_7.TabStop = false
'
'_LoadDeadfaceOpen_400_7
'
Me._LoadDeadfaceOpen_400_7.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_400_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_400_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_400_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_400.SetIndex(Me._LoadDeadfaceOpen_400_7, CType(7,Short))
Me._LoadDeadfaceOpen_400_7.Location = New System.Drawing.Point(112, 16)
Me._LoadDeadfaceOpen_400_7.Name = "_LoadDeadfaceOpen_400_7"
Me._LoadDeadfaceOpen_400_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_400_7.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceOpen_400_7.TabIndex = 471
Me._LoadDeadfaceOpen_400_7.Text = "Deadface Open"
'
'_LoadDeadfaceClose_400_7
'
Me._LoadDeadfaceClose_400_7.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_400_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_400_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_400_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_400.SetIndex(Me._LoadDeadfaceClose_400_7, CType(7,Short))
Me._LoadDeadfaceClose_400_7.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_400_7.Name = "_LoadDeadfaceClose_400_7"
Me._LoadDeadfaceClose_400_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_400_7.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_400_7.TabIndex = 470
Me._LoadDeadfaceClose_400_7.Text = "Deadface Close"
'
'_LoadDeadface_48_7
'
Me._LoadDeadface_48_7.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_48_7.Controls.Add(Me._LoadDeadfaceOpen_48_7)
Me._LoadDeadface_48_7.Controls.Add(Me._LoadDeadfaceClose_48_7)
Me._LoadDeadface_48_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_48_7.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_48.SetIndex(Me._LoadDeadface_48_7, CType(7,Short))
Me._LoadDeadface_48_7.Location = New System.Drawing.Point(448, 192)
Me._LoadDeadface_48_7.Name = "_LoadDeadface_48_7"
Me._LoadDeadface_48_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_48_7.Size = New System.Drawing.Size(216, 56)
Me._LoadDeadface_48_7.TabIndex = 459
Me._LoadDeadface_48_7.TabStop = false
'
'_LoadDeadfaceOpen_48_7
'
Me._LoadDeadfaceOpen_48_7.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_48_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_48_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_48_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_48.SetIndex(Me._LoadDeadfaceOpen_48_7, CType(7,Short))
Me._LoadDeadfaceOpen_48_7.Location = New System.Drawing.Point(120, 16)
Me._LoadDeadfaceOpen_48_7.Name = "_LoadDeadfaceOpen_48_7"
Me._LoadDeadfaceOpen_48_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_48_7.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceOpen_48_7.TabIndex = 476
Me._LoadDeadfaceOpen_48_7.Text = "Deadface Open"
'
'_LoadDeadfaceClose_48_7
'
Me._LoadDeadfaceClose_48_7.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_48_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_48_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_48_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_48.SetIndex(Me._LoadDeadfaceClose_48_7, CType(7,Short))
Me._LoadDeadfaceClose_48_7.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_48_7.Name = "_LoadDeadfaceClose_48_7"
Me._LoadDeadfaceClose_48_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_48_7.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_48_7.TabIndex = 475
Me._LoadDeadfaceClose_48_7.Text = "Deadface Close"
'
'_LoadID48_7
'
Me._LoadID48_7.AcceptsReturn = true
Me._LoadID48_7.AutoSize = false
Me._LoadID48_7.BackColor = System.Drawing.SystemColors.Window
Me._LoadID48_7.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID48_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID48_7.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID48.SetIndex(Me._LoadID48_7, CType(7,Short))
Me._LoadID48_7.Location = New System.Drawing.Point(208, 80)
Me._LoadID48_7.MaxLength = 0
Me._LoadID48_7.Name = "_LoadID48_7"
Me._LoadID48_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID48_7.Size = New System.Drawing.Size(289, 25)
Me._LoadID48_7.TabIndex = 466
Me._LoadID48_7.Text = "Text1"
Me._LoadID48_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_A1_7
'
Me._A1_7.BackColor = System.Drawing.Color.Transparent
Me._A1_7.Cursor = System.Windows.Forms.Cursors.Default
Me._A1_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A1_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.A1.SetIndex(Me._A1_7, CType(7,Short))
Me._A1_7.Location = New System.Drawing.Point(224, 144)
Me._A1_7.Name = "_A1_7"
Me._A1_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A1_7.Size = New System.Drawing.Size(25, 25)
Me._A1_7.TabIndex = 488
Me._A1_7.Text = "A"
'
'_I_limit1_7
'
Me._I_limit1_7.BackColor = System.Drawing.Color.Transparent
Me._I_limit1_7.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit1_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit1_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit1.SetIndex(Me._I_limit1_7, CType(7,Short))
Me._I_limit1_7.Location = New System.Drawing.Point(48, 212)
Me._I_limit1_7.Name = "_I_limit1_7"
Me._I_limit1_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit1_7.Size = New System.Drawing.Size(96, 25)
Me._I_limit1_7.TabIndex = 487
Me._I_limit1_7.Text = "Current limit"
'
'_I_limit_7
'
Me._I_limit_7.BackColor = System.Drawing.Color.Transparent
Me._I_limit_7.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit.SetIndex(Me._I_limit_7, CType(7,Short))
Me._I_limit_7.Location = New System.Drawing.Point(48, 140)
Me._I_limit_7.Name = "_I_limit_7"
Me._I_limit_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit_7.Size = New System.Drawing.Size(96, 25)
Me._I_limit_7.TabIndex = 486
Me._I_limit_7.Text = "Current limit"
'
'_Load_48_7
'
Me._Load_48_7.BackColor = System.Drawing.Color.Transparent
Me._Load_48_7.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_48_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_48.SetIndex(Me._Load_48_7, CType(7,Short))
Me._Load_48_7.Location = New System.Drawing.Point(8, 212)
Me._Load_48_7.Name = "_Load_48_7"
Me._Load_48_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48_7.Size = New System.Drawing.Size(40, 33)
Me._Load_48_7.TabIndex = 485
Me._Load_48_7.Text = "48V"
'
'_Load_400_7
'
Me._Load_400_7.BackColor = System.Drawing.Color.Transparent
Me._Load_400_7.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_400_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_400.SetIndex(Me._Load_400_7, CType(7,Short))
Me._Load_400_7.Location = New System.Drawing.Point(8, 140)
Me._Load_400_7.Name = "_Load_400_7"
Me._Load_400_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400_7.Size = New System.Drawing.Size(48, 25)
Me._Load_400_7.TabIndex = 484
Me._Load_400_7.Text = "400V"
'
'_A11_7
'
Me._A11_7.BackColor = System.Drawing.Color.Transparent
Me._A11_7.Cursor = System.Windows.Forms.Cursors.Default
Me._A11_7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A11_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.A11.SetIndex(Me._A11_7, CType(7,Short))
Me._A11_7.Location = New System.Drawing.Point(224, 216)
Me._A11_7.Name = "_A11_7"
Me._A11_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A11_7.Size = New System.Drawing.Size(25, 25)
Me._A11_7.TabIndex = 483
Me._A11_7.Text = "A"
'
'_LoadPrior_7
'
Me._LoadPrior_7.BackColor = System.Drawing.Color.Transparent
Me._LoadPrior_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadPrior_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPrior_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadPrior.SetIndex(Me._LoadPrior_7, CType(7,Short))
Me._LoadPrior_7.Location = New System.Drawing.Point(88, 280)
Me._LoadPrior_7.Name = "_LoadPrior_7"
Me._LoadPrior_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPrior_7.Size = New System.Drawing.Size(80, 25)
Me._LoadPrior_7.TabIndex = 482
Me._LoadPrior_7.Text = "Priority"
'
'_LoadIDLabel400_7
'
Me._LoadIDLabel400_7.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel400_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel400_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel400_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel400.SetIndex(Me._LoadIDLabel400_7, CType(7,Short))
Me._LoadIDLabel400_7.Location = New System.Drawing.Point(8, 43)
Me._LoadIDLabel400_7.Name = "_LoadIDLabel400_7"
Me._LoadIDLabel400_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel400_7.Size = New System.Drawing.Size(192, 25)
Me._LoadIDLabel400_7.TabIndex = 481
Me._LoadIDLabel400_7.Text = "400V Load Desciption/ID"
'
'_LoadIDLabel48_7
'
Me._LoadIDLabel48_7.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel48_7.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel48_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel48_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel48.SetIndex(Me._LoadIDLabel48_7, CType(7,Short))
Me._LoadIDLabel48_7.Location = New System.Drawing.Point(8, 84)
Me._LoadIDLabel48_7.Name = "_LoadIDLabel48_7"
Me._LoadIDLabel48_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel48_7.Size = New System.Drawing.Size(208, 25)
Me._LoadIDLabel48_7.TabIndex = 480
Me._LoadIDLabel48_7.Text = "48V Load Description/ID"
'
'_LoadConfig_6
'
Me._LoadConfig_6.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(192,Byte), CType(255,Byte))
Me._LoadConfig_6.Controls.Add(Me._LoadILimit48_6)
Me._LoadConfig_6.Controls.Add(Me._LoadILimit400_6)
Me._LoadConfig_6.Controls.Add(Me._LoadSwitch_400_6)
Me._LoadConfig_6.Controls.Add(Me._LoadSwitch_48_6)
Me._LoadConfig_6.Controls.Add(Me._LoadPriority_6)
Me._LoadConfig_6.Controls.Add(Me._LoadSend_6)
Me._LoadConfig_6.Controls.Add(Me._LoadClose_6)
Me._LoadConfig_6.Controls.Add(Me._LoadID400_6)
Me._LoadConfig_6.Controls.Add(Me._LoadDeadface_400_6)
Me._LoadConfig_6.Controls.Add(Me._LoadDeadface_48_6)
Me._LoadConfig_6.Controls.Add(Me._LoadID48_6)
Me._LoadConfig_6.Controls.Add(Me._A1_6)
Me._LoadConfig_6.Controls.Add(Me._I_limit1_6)
Me._LoadConfig_6.Controls.Add(Me._I_limit_6)
Me._LoadConfig_6.Controls.Add(Me._Load_48_6)
Me._LoadConfig_6.Controls.Add(Me._Load_400_6)
Me._LoadConfig_6.Controls.Add(Me._A11_6)
Me._LoadConfig_6.Controls.Add(Me._LoadPrior_6)
Me._LoadConfig_6.Controls.Add(Me._LoadIDLabel400_6)
Me._LoadConfig_6.Controls.Add(Me._LoadIDLabel48_6)
Me._LoadConfig_6.Font = New System.Drawing.Font("Arial", 18!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadConfig_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadConfig.SetIndex(Me._LoadConfig_6, CType(6,Short))
Me._LoadConfig_6.Location = New System.Drawing.Point(16, 592)
Me._LoadConfig_6.Name = "_LoadConfig_6"
Me._LoadConfig_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadConfig_6.Size = New System.Drawing.Size(672, 368)
Me._LoadConfig_6.TabIndex = 425
Me._LoadConfig_6.TabStop = false
Me._LoadConfig_6.Text = "External Load 7 Configuration"
Me._LoadConfig_6.Visible = false
'
'_LoadILimit48_6
'
Me._LoadILimit48_6.AcceptsReturn = true
Me._LoadILimit48_6.AutoSize = false
Me._LoadILimit48_6.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit48_6.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit48_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit48_6.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit48.SetIndex(Me._LoadILimit48_6, CType(6,Short))
Me._LoadILimit48_6.Location = New System.Drawing.Point(152, 224)
Me._LoadILimit48_6.MaxLength = 0
Me._LoadILimit48_6.Name = "_LoadILimit48_6"
Me._LoadILimit48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit48_6.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit48_6.TabIndex = 440
Me._LoadILimit48_6.Text = ""
Me._LoadILimit48_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadILimit400_6
'
Me._LoadILimit400_6.AcceptsReturn = true
Me._LoadILimit400_6.AutoSize = false
Me._LoadILimit400_6.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit400_6.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit400_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit400_6.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit400.SetIndex(Me._LoadILimit400_6, CType(6,Short))
Me._LoadILimit400_6.Location = New System.Drawing.Point(152, 152)
Me._LoadILimit400_6.MaxLength = 0
Me._LoadILimit400_6.Name = "_LoadILimit400_6"
Me._LoadILimit400_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit400_6.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit400_6.TabIndex = 435
Me._LoadILimit400_6.Text = ""
Me._LoadILimit400_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadSwitch_400_6
'
Me._LoadSwitch_400_6.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_400_6.Controls.Add(Me._LoadSwitchClose_400_6)
Me._LoadSwitch_400_6.Controls.Add(Me._LoadSwitchOpen_400_6)
Me._LoadSwitch_400_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_400_6.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_400.SetIndex(Me._LoadSwitch_400_6, CType(6,Short))
Me._LoadSwitch_400_6.Location = New System.Drawing.Point(248, 136)
Me._LoadSwitch_400_6.Name = "_LoadSwitch_400_6"
Me._LoadSwitch_400_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_400_6.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_400_6.TabIndex = 443
Me._LoadSwitch_400_6.TabStop = false
'
'_LoadSwitchClose_400_6
'
Me._LoadSwitchClose_400_6.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_400_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_400_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_400_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_400.SetIndex(Me._LoadSwitchClose_400_6, CType(6,Short))
Me._LoadSwitchClose_400_6.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_400_6.Name = "_LoadSwitchClose_400_6"
Me._LoadSwitchClose_400_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_400_6.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_400_6.TabIndex = 436
Me._LoadSwitchClose_400_6.Text = "Switch Close"
'
'_LoadSwitchOpen_400_6
'
Me._LoadSwitchOpen_400_6.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_400_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_400_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_400_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_400.SetIndex(Me._LoadSwitchOpen_400_6, CType(6,Short))
Me._LoadSwitchOpen_400_6.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_400_6.Name = "_LoadSwitchOpen_400_6"
Me._LoadSwitchOpen_400_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_400_6.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_400_6.TabIndex = 437
Me._LoadSwitchOpen_400_6.Text = "Switch Open"
'
'_LoadSwitch_48_6
'
Me._LoadSwitch_48_6.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_48_6.Controls.Add(Me._LoadSwitchClose_48_6)
Me._LoadSwitch_48_6.Controls.Add(Me._LoadSwitchOpen_48_6)
Me._LoadSwitch_48_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_48_6.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_48.SetIndex(Me._LoadSwitch_48_6, CType(6,Short))
Me._LoadSwitch_48_6.Location = New System.Drawing.Point(248, 208)
Me._LoadSwitch_48_6.Name = "_LoadSwitch_48_6"
Me._LoadSwitch_48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_48_6.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_48_6.TabIndex = 440
Me._LoadSwitch_48_6.TabStop = false
'
'_LoadSwitchClose_48_6
'
Me._LoadSwitchClose_48_6.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_48_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_48_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_48_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_48.SetIndex(Me._LoadSwitchClose_48_6, CType(6,Short))
Me._LoadSwitchClose_48_6.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_48_6.Name = "_LoadSwitchClose_48_6"
Me._LoadSwitchClose_48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_48_6.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_48_6.TabIndex = 441
Me._LoadSwitchClose_48_6.Text = "Switch Close"
'
'_LoadSwitchOpen_48_6
'
Me._LoadSwitchOpen_48_6.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_48_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_48_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_48_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_48.SetIndex(Me._LoadSwitchOpen_48_6, CType(6,Short))
Me._LoadSwitchOpen_48_6.Location = New System.Drawing.Point(104, 16)
Me._LoadSwitchOpen_48_6.Name = "_LoadSwitchOpen_48_6"
Me._LoadSwitchOpen_48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_48_6.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_48_6.TabIndex = 442
Me._LoadSwitchOpen_48_6.Text = "Switch Open"
'
'_LoadPriority_6
'
Me._LoadPriority_6.BackColor = System.Drawing.Color.Transparent
Me._LoadPriority_6.Controls.Add(Me._LoadHigh_6)
Me._LoadPriority_6.Controls.Add(Me._LoadMedium_6)
Me._LoadPriority_6.Controls.Add(Me._LoadLow_6)
Me._LoadPriority_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPriority_6.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadPriority.SetIndex(Me._LoadPriority_6, CType(6,Short))
Me._LoadPriority_6.Location = New System.Drawing.Point(168, 272)
Me._LoadPriority_6.Name = "_LoadPriority_6"
Me._LoadPriority_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPriority_6.Size = New System.Drawing.Size(377, 48)
Me._LoadPriority_6.TabIndex = 436
Me._LoadPriority_6.TabStop = false
'
'_LoadHigh_6
'
Me._LoadHigh_6.BackColor = System.Drawing.Color.Transparent
Me._LoadHigh_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadHigh_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadHigh_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadHigh.SetIndex(Me._LoadHigh_6, CType(6,Short))
Me._LoadHigh_6.Location = New System.Drawing.Point(16, 16)
Me._LoadHigh_6.Name = "_LoadHigh_6"
Me._LoadHigh_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadHigh_6.Size = New System.Drawing.Size(57, 25)
Me._LoadHigh_6.TabIndex = 800
Me._LoadHigh_6.Text = "High"
'
'_LoadMedium_6
'
Me._LoadMedium_6.BackColor = System.Drawing.Color.Transparent
Me._LoadMedium_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadMedium_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadMedium_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadMedium.SetIndex(Me._LoadMedium_6, CType(6,Short))
Me._LoadMedium_6.Location = New System.Drawing.Point(128, 16)
Me._LoadMedium_6.Name = "_LoadMedium_6"
Me._LoadMedium_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadMedium_6.Size = New System.Drawing.Size(89, 25)
Me._LoadMedium_6.TabIndex = 800
Me._LoadMedium_6.Text = "Medium"
'
'_LoadLow_6
'
Me._LoadLow_6.BackColor = System.Drawing.Color.Transparent
Me._LoadLow_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadLow_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadLow_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadLow.SetIndex(Me._LoadLow_6, CType(6,Short))
Me._LoadLow_6.Location = New System.Drawing.Point(256, 16)
Me._LoadLow_6.Name = "_LoadLow_6"
Me._LoadLow_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadLow_6.Size = New System.Drawing.Size(65, 25)
Me._LoadLow_6.TabIndex = 800
Me._LoadLow_6.Text = "Low"
'
'_LoadSend_6
'
Me._LoadSend_6.BackColor = System.Drawing.SystemColors.Control
Me._LoadSend_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSend_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSend_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSend.SetIndex(Me._LoadSend_6, CType(6,Short))
Me._LoadSend_6.Location = New System.Drawing.Point(136, 328)
Me._LoadSend_6.Name = "_LoadSend_6"
Me._LoadSend_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSend_6.Size = New System.Drawing.Size(97, 33)
Me._LoadSend_6.TabIndex = 445
Me._LoadSend_6.Text = "Send"
'
'_LoadClose_6
'
Me._LoadClose_6.BackColor = System.Drawing.SystemColors.Control
Me._LoadClose_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadClose_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadClose_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadClose.SetIndex(Me._LoadClose_6, CType(6,Short))
Me._LoadClose_6.Location = New System.Drawing.Point(392, 328)
Me._LoadClose_6.Name = "_LoadClose_6"
Me._LoadClose_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadClose_6.Size = New System.Drawing.Size(105, 33)
Me._LoadClose_6.TabIndex = 446
Me._LoadClose_6.Text = "Cancel"
'
'_LoadID400_6
'
Me._LoadID400_6.AcceptsReturn = true
Me._LoadID400_6.AutoSize = false
Me._LoadID400_6.BackColor = System.Drawing.SystemColors.Window
Me._LoadID400_6.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID400_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID400_6.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID400.SetIndex(Me._LoadID400_6, CType(6,Short))
Me._LoadID400_6.Location = New System.Drawing.Point(232, 48)
Me._LoadID400_6.MaxLength = 0
Me._LoadID400_6.Name = "_LoadID400_6"
Me._LoadID400_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID400_6.Size = New System.Drawing.Size(289, 25)
Me._LoadID400_6.TabIndex = 433
Me._LoadID400_6.Text = "Text1"
Me._LoadID400_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadDeadface_400_6
'
Me._LoadDeadface_400_6.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_400_6.Controls.Add(Me._LoadDeadfaceOpen_400_6)
Me._LoadDeadface_400_6.Controls.Add(Me._LoadDeadfaceClose_400_6)
Me._LoadDeadface_400_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_400_6.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_400.SetIndex(Me._LoadDeadface_400_6, CType(6,Short))
Me._LoadDeadface_400_6.Location = New System.Drawing.Point(448, 136)
Me._LoadDeadface_400_6.Name = "_LoadDeadface_400_6"
Me._LoadDeadface_400_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_400_6.Size = New System.Drawing.Size(216, 56)
Me._LoadDeadface_400_6.TabIndex = 430
Me._LoadDeadface_400_6.TabStop = false
'
'_LoadDeadfaceOpen_400_6
'
Me._LoadDeadfaceOpen_400_6.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_400_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_400_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_400_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_400.SetIndex(Me._LoadDeadfaceOpen_400_6, CType(6,Short))
Me._LoadDeadfaceOpen_400_6.Location = New System.Drawing.Point(112, 16)
Me._LoadDeadfaceOpen_400_6.Name = "_LoadDeadfaceOpen_400_6"
Me._LoadDeadfaceOpen_400_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_400_6.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceOpen_400_6.TabIndex = 439
Me._LoadDeadfaceOpen_400_6.Text = "Deadface Open"
'
'_LoadDeadfaceClose_400_6
'
Me._LoadDeadfaceClose_400_6.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_400_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_400_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_400_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_400.SetIndex(Me._LoadDeadfaceClose_400_6, CType(6,Short))
Me._LoadDeadfaceClose_400_6.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_400_6.Name = "_LoadDeadfaceClose_400_6"
Me._LoadDeadfaceClose_400_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_400_6.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_400_6.TabIndex = 438
Me._LoadDeadfaceClose_400_6.Text = "Deadface Close"
'
'_LoadDeadface_48_6
'
Me._LoadDeadface_48_6.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_48_6.Controls.Add(Me._LoadDeadfaceOpen_48_6)
Me._LoadDeadface_48_6.Controls.Add(Me._LoadDeadfaceClose_48_6)
Me._LoadDeadface_48_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_48_6.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_48.SetIndex(Me._LoadDeadface_48_6, CType(6,Short))
Me._LoadDeadface_48_6.Location = New System.Drawing.Point(448, 208)
Me._LoadDeadface_48_6.Name = "_LoadDeadface_48_6"
Me._LoadDeadface_48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_48_6.Size = New System.Drawing.Size(216, 56)
Me._LoadDeadface_48_6.TabIndex = 427
Me._LoadDeadface_48_6.TabStop = false
'
'_LoadDeadfaceOpen_48_6
'
Me._LoadDeadfaceOpen_48_6.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_48_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_48_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_48_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_48.SetIndex(Me._LoadDeadfaceOpen_48_6, CType(6,Short))
Me._LoadDeadfaceOpen_48_6.Location = New System.Drawing.Point(112, 16)
Me._LoadDeadfaceOpen_48_6.Name = "_LoadDeadfaceOpen_48_6"
Me._LoadDeadfaceOpen_48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_48_6.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceOpen_48_6.TabIndex = 444
Me._LoadDeadfaceOpen_48_6.Text = "Deadface Open"
'
'_LoadDeadfaceClose_48_6
'
Me._LoadDeadfaceClose_48_6.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_48_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_48_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_48_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_48.SetIndex(Me._LoadDeadfaceClose_48_6, CType(6,Short))
Me._LoadDeadfaceClose_48_6.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_48_6.Name = "_LoadDeadfaceClose_48_6"
Me._LoadDeadfaceClose_48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_48_6.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_48_6.TabIndex = 443
Me._LoadDeadfaceClose_48_6.Text = "Deadface Close"
'
'_LoadID48_6
'
Me._LoadID48_6.AcceptsReturn = true
Me._LoadID48_6.AutoSize = false
Me._LoadID48_6.BackColor = System.Drawing.SystemColors.Window
Me._LoadID48_6.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID48_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID48_6.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID48.SetIndex(Me._LoadID48_6, CType(6,Short))
Me._LoadID48_6.Location = New System.Drawing.Point(232, 88)
Me._LoadID48_6.MaxLength = 0
Me._LoadID48_6.Name = "_LoadID48_6"
Me._LoadID48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID48_6.Size = New System.Drawing.Size(289, 25)
Me._LoadID48_6.TabIndex = 434
Me._LoadID48_6.Text = "Text1"
Me._LoadID48_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_A1_6
'
Me._A1_6.BackColor = System.Drawing.Color.Transparent
Me._A1_6.Cursor = System.Windows.Forms.Cursors.Default
Me._A1_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A1_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.A1.SetIndex(Me._A1_6, CType(6,Short))
Me._A1_6.Location = New System.Drawing.Point(232, 160)
Me._A1_6.Name = "_A1_6"
Me._A1_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A1_6.Size = New System.Drawing.Size(25, 25)
Me._A1_6.TabIndex = 456
Me._A1_6.Text = "A"
'
'_I_limit1_6
'
Me._I_limit1_6.BackColor = System.Drawing.Color.Transparent
Me._I_limit1_6.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit1_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit1_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit1.SetIndex(Me._I_limit1_6, CType(6,Short))
Me._I_limit1_6.Location = New System.Drawing.Point(48, 232)
Me._I_limit1_6.Name = "_I_limit1_6"
Me._I_limit1_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit1_6.Size = New System.Drawing.Size(96, 25)
Me._I_limit1_6.TabIndex = 455
Me._I_limit1_6.Text = "Current limit"
'
'_I_limit_6
'
Me._I_limit_6.BackColor = System.Drawing.Color.Transparent
Me._I_limit_6.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit.SetIndex(Me._I_limit_6, CType(6,Short))
Me._I_limit_6.Location = New System.Drawing.Point(48, 160)
Me._I_limit_6.Name = "_I_limit_6"
Me._I_limit_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit_6.Size = New System.Drawing.Size(96, 25)
Me._I_limit_6.TabIndex = 454
Me._I_limit_6.Text = "Current limit"
'
'_Load_48_6
'
Me._Load_48_6.BackColor = System.Drawing.Color.Transparent
Me._Load_48_6.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_48_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_48.SetIndex(Me._Load_48_6, CType(6,Short))
Me._Load_48_6.Location = New System.Drawing.Point(8, 232)
Me._Load_48_6.Name = "_Load_48_6"
Me._Load_48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48_6.Size = New System.Drawing.Size(48, 33)
Me._Load_48_6.TabIndex = 453
Me._Load_48_6.Text = "48V"
'
'_Load_400_6
'
Me._Load_400_6.BackColor = System.Drawing.Color.Transparent
Me._Load_400_6.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_400_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_400.SetIndex(Me._Load_400_6, CType(6,Short))
Me._Load_400_6.Location = New System.Drawing.Point(8, 160)
Me._Load_400_6.Name = "_Load_400_6"
Me._Load_400_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400_6.Size = New System.Drawing.Size(56, 25)
Me._Load_400_6.TabIndex = 452
Me._Load_400_6.Text = "400V"
'
'_A11_6
'
Me._A11_6.BackColor = System.Drawing.Color.Transparent
Me._A11_6.Cursor = System.Windows.Forms.Cursors.Default
Me._A11_6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A11_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.A11.SetIndex(Me._A11_6, CType(6,Short))
Me._A11_6.Location = New System.Drawing.Point(232, 232)
Me._A11_6.Name = "_A11_6"
Me._A11_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A11_6.Size = New System.Drawing.Size(25, 25)
Me._A11_6.TabIndex = 451
Me._A11_6.Text = "A"
'
'_LoadPrior_6
'
Me._LoadPrior_6.BackColor = System.Drawing.Color.Transparent
Me._LoadPrior_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadPrior_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPrior_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadPrior.SetIndex(Me._LoadPrior_6, CType(6,Short))
Me._LoadPrior_6.Location = New System.Drawing.Point(80, 288)
Me._LoadPrior_6.Name = "_LoadPrior_6"
Me._LoadPrior_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPrior_6.Size = New System.Drawing.Size(88, 24)
Me._LoadPrior_6.TabIndex = 450
Me._LoadPrior_6.Text = "Priority"
'
'_LoadIDLabel400_6
'
Me._LoadIDLabel400_6.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel400_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel400_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel400_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel400.SetIndex(Me._LoadIDLabel400_6, CType(6,Short))
Me._LoadIDLabel400_6.Location = New System.Drawing.Point(8, 48)
Me._LoadIDLabel400_6.Name = "_LoadIDLabel400_6"
Me._LoadIDLabel400_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel400_6.Size = New System.Drawing.Size(200, 25)
Me._LoadIDLabel400_6.TabIndex = 449
Me._LoadIDLabel400_6.Text = "400V Load Desciption/ID"
'
'_LoadIDLabel48_6
'
Me._LoadIDLabel48_6.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel48_6.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel48_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel48_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel48.SetIndex(Me._LoadIDLabel48_6, CType(6,Short))
Me._LoadIDLabel48_6.Location = New System.Drawing.Point(8, 88)
Me._LoadIDLabel48_6.Name = "_LoadIDLabel48_6"
Me._LoadIDLabel48_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel48_6.Size = New System.Drawing.Size(216, 25)
Me._LoadIDLabel48_6.TabIndex = 448
Me._LoadIDLabel48_6.Text = "48V Load Description/ID"
'
'_LoadConfig_5
'
Me._LoadConfig_5.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me._LoadConfig_5.Controls.Add(Me._LoadILimit48_5)
Me._LoadConfig_5.Controls.Add(Me._LoadILimit400_5)
Me._LoadConfig_5.Controls.Add(Me._LoadSwitch_400_5)
Me._LoadConfig_5.Controls.Add(Me._LoadSwitch_48_5)
Me._LoadConfig_5.Controls.Add(Me._LoadPriority_5)
Me._LoadConfig_5.Controls.Add(Me._LoadSend_5)
Me._LoadConfig_5.Controls.Add(Me._LoadClose_5)
Me._LoadConfig_5.Controls.Add(Me._LoadID400_5)
Me._LoadConfig_5.Controls.Add(Me._LoadDeadface_400_5)
Me._LoadConfig_5.Controls.Add(Me._LoadDeadface_48_5)
Me._LoadConfig_5.Controls.Add(Me._LoadID48_5)
Me._LoadConfig_5.Controls.Add(Me._A1_5)
Me._LoadConfig_5.Controls.Add(Me._I_limit1_5)
Me._LoadConfig_5.Controls.Add(Me._I_limit_5)
Me._LoadConfig_5.Controls.Add(Me._Load_48_5)
Me._LoadConfig_5.Controls.Add(Me._Load_400_5)
Me._LoadConfig_5.Controls.Add(Me._A11_5)
Me._LoadConfig_5.Controls.Add(Me._LoadPrior_5)
Me._LoadConfig_5.Controls.Add(Me._LoadIDLabel400_5)
Me._LoadConfig_5.Controls.Add(Me._LoadIDLabel48_5)
Me._LoadConfig_5.Font = New System.Drawing.Font("Arial", 18!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadConfig_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadConfig.SetIndex(Me._LoadConfig_5, CType(5,Short))
Me._LoadConfig_5.Location = New System.Drawing.Point(16, 592)
Me._LoadConfig_5.Name = "_LoadConfig_5"
Me._LoadConfig_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadConfig_5.Size = New System.Drawing.Size(672, 368)
Me._LoadConfig_5.TabIndex = 393
Me._LoadConfig_5.TabStop = false
Me._LoadConfig_5.Text = "External Load 6 Configuration"
Me._LoadConfig_5.Visible = false
'
'_LoadILimit48_5
'
Me._LoadILimit48_5.AcceptsReturn = true
Me._LoadILimit48_5.AutoSize = false
Me._LoadILimit48_5.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit48_5.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit48_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit48_5.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit48.SetIndex(Me._LoadILimit48_5, CType(5,Short))
Me._LoadILimit48_5.Location = New System.Drawing.Point(160, 216)
Me._LoadILimit48_5.MaxLength = 0
Me._LoadILimit48_5.Name = "_LoadILimit48_5"
Me._LoadILimit48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit48_5.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit48_5.TabIndex = 408
Me._LoadILimit48_5.Text = ""
Me._LoadILimit48_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadILimit400_5
'
Me._LoadILimit400_5.AcceptsReturn = true
Me._LoadILimit400_5.AutoSize = false
Me._LoadILimit400_5.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit400_5.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit400_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit400_5.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit400.SetIndex(Me._LoadILimit400_5, CType(5,Short))
Me._LoadILimit400_5.Location = New System.Drawing.Point(160, 144)
Me._LoadILimit400_5.MaxLength = 0
Me._LoadILimit400_5.Name = "_LoadILimit400_5"
Me._LoadILimit400_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit400_5.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit400_5.TabIndex = 403
Me._LoadILimit400_5.Text = ""
Me._LoadILimit400_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadSwitch_400_5
'
Me._LoadSwitch_400_5.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_400_5.Controls.Add(Me._LoadSwitchClose_400_5)
Me._LoadSwitch_400_5.Controls.Add(Me._LoadSwitchOpen_400_5)
Me._LoadSwitch_400_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_400_5.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_400.SetIndex(Me._LoadSwitch_400_5, CType(5,Short))
Me._LoadSwitch_400_5.Location = New System.Drawing.Point(256, 128)
Me._LoadSwitch_400_5.Name = "_LoadSwitch_400_5"
Me._LoadSwitch_400_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_400_5.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_400_5.TabIndex = 411
Me._LoadSwitch_400_5.TabStop = false
'
'_LoadSwitchClose_400_5
'
Me._LoadSwitchClose_400_5.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_400_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_400_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_400_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_400.SetIndex(Me._LoadSwitchClose_400_5, CType(5,Short))
Me._LoadSwitchClose_400_5.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_400_5.Name = "_LoadSwitchClose_400_5"
Me._LoadSwitchClose_400_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_400_5.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_400_5.TabIndex = 404
Me._LoadSwitchClose_400_5.Text = "Switch Close"
'
'_LoadSwitchOpen_400_5
'
Me._LoadSwitchOpen_400_5.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_400_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_400_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_400_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_400.SetIndex(Me._LoadSwitchOpen_400_5, CType(5,Short))
Me._LoadSwitchOpen_400_5.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_400_5.Name = "_LoadSwitchOpen_400_5"
Me._LoadSwitchOpen_400_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_400_5.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_400_5.TabIndex = 405
Me._LoadSwitchOpen_400_5.Text = "Switch Open"
'
'_LoadSwitch_48_5
'
Me._LoadSwitch_48_5.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_48_5.Controls.Add(Me._LoadSwitchClose_48_5)
Me._LoadSwitch_48_5.Controls.Add(Me._LoadSwitchOpen_48_5)
Me._LoadSwitch_48_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_48_5.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_48.SetIndex(Me._LoadSwitch_48_5, CType(5,Short))
Me._LoadSwitch_48_5.Location = New System.Drawing.Point(256, 200)
Me._LoadSwitch_48_5.Name = "_LoadSwitch_48_5"
Me._LoadSwitch_48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_48_5.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_48_5.TabIndex = 408
Me._LoadSwitch_48_5.TabStop = false
'
'_LoadSwitchClose_48_5
'
Me._LoadSwitchClose_48_5.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_48_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_48_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_48_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_48.SetIndex(Me._LoadSwitchClose_48_5, CType(5,Short))
Me._LoadSwitchClose_48_5.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_48_5.Name = "_LoadSwitchClose_48_5"
Me._LoadSwitchClose_48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_48_5.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_48_5.TabIndex = 409
Me._LoadSwitchClose_48_5.Text = "Switch Close"
'
'_LoadSwitchOpen_48_5
'
Me._LoadSwitchOpen_48_5.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_48_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_48_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_48_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_48.SetIndex(Me._LoadSwitchOpen_48_5, CType(5,Short))
Me._LoadSwitchOpen_48_5.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_48_5.Name = "_LoadSwitchOpen_48_5"
Me._LoadSwitchOpen_48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_48_5.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_48_5.TabIndex = 410
Me._LoadSwitchOpen_48_5.Text = "Switch Open"
'
'_LoadPriority_5
'
Me._LoadPriority_5.BackColor = System.Drawing.Color.Transparent
Me._LoadPriority_5.Controls.Add(Me._LoadHigh_5)
Me._LoadPriority_5.Controls.Add(Me._LoadMedium_5)
Me._LoadPriority_5.Controls.Add(Me._LoadLow_5)
Me._LoadPriority_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPriority_5.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadPriority.SetIndex(Me._LoadPriority_5, CType(5,Short))
Me._LoadPriority_5.Location = New System.Drawing.Point(176, 264)
Me._LoadPriority_5.Name = "_LoadPriority_5"
Me._LoadPriority_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPriority_5.Size = New System.Drawing.Size(377, 49)
Me._LoadPriority_5.TabIndex = 404
Me._LoadPriority_5.TabStop = false
'
'_LoadHigh_5
'
Me._LoadHigh_5.BackColor = System.Drawing.Color.Transparent
Me._LoadHigh_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadHigh_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadHigh_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadHigh.SetIndex(Me._LoadHigh_5, CType(5,Short))
Me._LoadHigh_5.Location = New System.Drawing.Point(16, 16)
Me._LoadHigh_5.Name = "_LoadHigh_5"
Me._LoadHigh_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadHigh_5.Size = New System.Drawing.Size(57, 25)
Me._LoadHigh_5.TabIndex = 800
Me._LoadHigh_5.Text = "High"
'
'_LoadMedium_5
'
Me._LoadMedium_5.BackColor = System.Drawing.Color.Transparent
Me._LoadMedium_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadMedium_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadMedium_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadMedium.SetIndex(Me._LoadMedium_5, CType(5,Short))
Me._LoadMedium_5.Location = New System.Drawing.Point(128, 16)
Me._LoadMedium_5.Name = "_LoadMedium_5"
Me._LoadMedium_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadMedium_5.Size = New System.Drawing.Size(89, 25)
Me._LoadMedium_5.TabIndex = 800
Me._LoadMedium_5.Text = "Medium"
'
'_LoadLow_5
'
Me._LoadLow_5.BackColor = System.Drawing.Color.Transparent
Me._LoadLow_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadLow_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadLow_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadLow.SetIndex(Me._LoadLow_5, CType(5,Short))
Me._LoadLow_5.Location = New System.Drawing.Point(256, 16)
Me._LoadLow_5.Name = "_LoadLow_5"
Me._LoadLow_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadLow_5.Size = New System.Drawing.Size(65, 25)
Me._LoadLow_5.TabIndex = 800
Me._LoadLow_5.Text = "Low"
'
'_LoadSend_5
'
Me._LoadSend_5.BackColor = System.Drawing.SystemColors.Control
Me._LoadSend_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSend_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSend_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSend.SetIndex(Me._LoadSend_5, CType(5,Short))
Me._LoadSend_5.Location = New System.Drawing.Point(144, 328)
Me._LoadSend_5.Name = "_LoadSend_5"
Me._LoadSend_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSend_5.Size = New System.Drawing.Size(97, 33)
Me._LoadSend_5.TabIndex = 413
Me._LoadSend_5.Text = "Send"
'
'_LoadClose_5
'
Me._LoadClose_5.BackColor = System.Drawing.SystemColors.Control
Me._LoadClose_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadClose_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadClose_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadClose.SetIndex(Me._LoadClose_5, CType(5,Short))
Me._LoadClose_5.Location = New System.Drawing.Point(392, 328)
Me._LoadClose_5.Name = "_LoadClose_5"
Me._LoadClose_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadClose_5.Size = New System.Drawing.Size(105, 33)
Me._LoadClose_5.TabIndex = 414
Me._LoadClose_5.Text = "Cancel"
'
'_LoadID400_5
'
Me._LoadID400_5.AcceptsReturn = true
Me._LoadID400_5.AutoSize = false
Me._LoadID400_5.BackColor = System.Drawing.SystemColors.Window
Me._LoadID400_5.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID400_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID400_5.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID400.SetIndex(Me._LoadID400_5, CType(5,Short))
Me._LoadID400_5.Location = New System.Drawing.Point(240, 48)
Me._LoadID400_5.MaxLength = 0
Me._LoadID400_5.Name = "_LoadID400_5"
Me._LoadID400_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID400_5.Size = New System.Drawing.Size(289, 25)
Me._LoadID400_5.TabIndex = 401
Me._LoadID400_5.Text = "Text1"
Me._LoadID400_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadDeadface_400_5
'
Me._LoadDeadface_400_5.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_400_5.Controls.Add(Me._LoadDeadfaceOpen_400_5)
Me._LoadDeadface_400_5.Controls.Add(Me._LoadDeadfaceClose_400_5)
Me._LoadDeadface_400_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_400_5.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_400.SetIndex(Me._LoadDeadface_400_5, CType(5,Short))
Me._LoadDeadface_400_5.Location = New System.Drawing.Point(456, 128)
Me._LoadDeadface_400_5.Name = "_LoadDeadface_400_5"
Me._LoadDeadface_400_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_400_5.Size = New System.Drawing.Size(208, 56)
Me._LoadDeadface_400_5.TabIndex = 398
Me._LoadDeadface_400_5.TabStop = false
'
'_LoadDeadfaceOpen_400_5
'
Me._LoadDeadfaceOpen_400_5.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_400_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_400_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_400_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_400.SetIndex(Me._LoadDeadfaceOpen_400_5, CType(5,Short))
Me._LoadDeadfaceOpen_400_5.Location = New System.Drawing.Point(104, 16)
Me._LoadDeadfaceOpen_400_5.Name = "_LoadDeadfaceOpen_400_5"
Me._LoadDeadfaceOpen_400_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_400_5.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceOpen_400_5.TabIndex = 407
Me._LoadDeadfaceOpen_400_5.Text = "Deadface Open"
'
'_LoadDeadfaceClose_400_5
'
Me._LoadDeadfaceClose_400_5.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_400_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_400_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_400_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_400.SetIndex(Me._LoadDeadfaceClose_400_5, CType(5,Short))
Me._LoadDeadfaceClose_400_5.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_400_5.Name = "_LoadDeadfaceClose_400_5"
Me._LoadDeadfaceClose_400_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_400_5.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_400_5.TabIndex = 406
Me._LoadDeadfaceClose_400_5.Text = "Deadface Close"
'
'_LoadDeadface_48_5
'
Me._LoadDeadface_48_5.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_48_5.Controls.Add(Me._LoadDeadfaceOpen_48_5)
Me._LoadDeadface_48_5.Controls.Add(Me._LoadDeadfaceClose_48_5)
Me._LoadDeadface_48_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_48_5.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_48.SetIndex(Me._LoadDeadface_48_5, CType(5,Short))
Me._LoadDeadface_48_5.Location = New System.Drawing.Point(456, 200)
Me._LoadDeadface_48_5.Name = "_LoadDeadface_48_5"
Me._LoadDeadface_48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_48_5.Size = New System.Drawing.Size(208, 56)
Me._LoadDeadface_48_5.TabIndex = 395
Me._LoadDeadface_48_5.TabStop = false
'
'_LoadDeadfaceOpen_48_5
'
Me._LoadDeadfaceOpen_48_5.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_48_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_48_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_48_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_48.SetIndex(Me._LoadDeadfaceOpen_48_5, CType(5,Short))
Me._LoadDeadfaceOpen_48_5.Location = New System.Drawing.Point(104, 16)
Me._LoadDeadfaceOpen_48_5.Name = "_LoadDeadfaceOpen_48_5"
Me._LoadDeadfaceOpen_48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_48_5.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceOpen_48_5.TabIndex = 412
Me._LoadDeadfaceOpen_48_5.Text = "Deadface Open"
'
'_LoadDeadfaceClose_48_5
'
Me._LoadDeadfaceClose_48_5.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_48_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_48_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_48_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_48.SetIndex(Me._LoadDeadfaceClose_48_5, CType(5,Short))
Me._LoadDeadfaceClose_48_5.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_48_5.Name = "_LoadDeadfaceClose_48_5"
Me._LoadDeadfaceClose_48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_48_5.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_48_5.TabIndex = 411
Me._LoadDeadfaceClose_48_5.Text = "Deadface Close"
'
'_LoadID48_5
'
Me._LoadID48_5.AcceptsReturn = true
Me._LoadID48_5.AutoSize = false
Me._LoadID48_5.BackColor = System.Drawing.SystemColors.Window
Me._LoadID48_5.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID48_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID48_5.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID48.SetIndex(Me._LoadID48_5, CType(5,Short))
Me._LoadID48_5.Location = New System.Drawing.Point(240, 88)
Me._LoadID48_5.MaxLength = 0
Me._LoadID48_5.Name = "_LoadID48_5"
Me._LoadID48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID48_5.Size = New System.Drawing.Size(289, 25)
Me._LoadID48_5.TabIndex = 402
Me._LoadID48_5.Text = "Text1"
Me._LoadID48_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_A1_5
'
Me._A1_5.BackColor = System.Drawing.Color.Transparent
Me._A1_5.Cursor = System.Windows.Forms.Cursors.Default
Me._A1_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A1_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.A1.SetIndex(Me._A1_5, CType(5,Short))
Me._A1_5.Location = New System.Drawing.Point(240, 152)
Me._A1_5.Name = "_A1_5"
Me._A1_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A1_5.Size = New System.Drawing.Size(25, 25)
Me._A1_5.TabIndex = 424
Me._A1_5.Text = "A"
'
'_I_limit1_5
'
Me._I_limit1_5.BackColor = System.Drawing.Color.Transparent
Me._I_limit1_5.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit1_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit1_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit1.SetIndex(Me._I_limit1_5, CType(5,Short))
Me._I_limit1_5.Location = New System.Drawing.Point(56, 224)
Me._I_limit1_5.Name = "_I_limit1_5"
Me._I_limit1_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit1_5.Size = New System.Drawing.Size(96, 25)
Me._I_limit1_5.TabIndex = 423
Me._I_limit1_5.Text = "Current limit"
'
'_I_limit_5
'
Me._I_limit_5.BackColor = System.Drawing.Color.Transparent
Me._I_limit_5.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit.SetIndex(Me._I_limit_5, CType(5,Short))
Me._I_limit_5.Location = New System.Drawing.Point(56, 152)
Me._I_limit_5.Name = "_I_limit_5"
Me._I_limit_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit_5.Size = New System.Drawing.Size(96, 25)
Me._I_limit_5.TabIndex = 422
Me._I_limit_5.Text = "Current limit"
'
'_Load_48_5
'
Me._Load_48_5.BackColor = System.Drawing.Color.Transparent
Me._Load_48_5.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_48_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_48.SetIndex(Me._Load_48_5, CType(5,Short))
Me._Load_48_5.Location = New System.Drawing.Point(8, 224)
Me._Load_48_5.Name = "_Load_48_5"
Me._Load_48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48_5.Size = New System.Drawing.Size(48, 33)
Me._Load_48_5.TabIndex = 421
Me._Load_48_5.Text = "48V"
'
'_Load_400_5
'
Me._Load_400_5.BackColor = System.Drawing.Color.Transparent
Me._Load_400_5.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_400_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_400.SetIndex(Me._Load_400_5, CType(5,Short))
Me._Load_400_5.Location = New System.Drawing.Point(8, 152)
Me._Load_400_5.Name = "_Load_400_5"
Me._Load_400_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400_5.Size = New System.Drawing.Size(56, 25)
Me._Load_400_5.TabIndex = 420
Me._Load_400_5.Text = "400V"
'
'_A11_5
'
Me._A11_5.BackColor = System.Drawing.Color.Transparent
Me._A11_5.Cursor = System.Windows.Forms.Cursors.Default
Me._A11_5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A11_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.A11.SetIndex(Me._A11_5, CType(5,Short))
Me._A11_5.Location = New System.Drawing.Point(240, 224)
Me._A11_5.Name = "_A11_5"
Me._A11_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A11_5.Size = New System.Drawing.Size(25, 25)
Me._A11_5.TabIndex = 419
Me._A11_5.Text = "A"
'
'_LoadPrior_5
'
Me._LoadPrior_5.BackColor = System.Drawing.Color.Transparent
Me._LoadPrior_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadPrior_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPrior_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadPrior.SetIndex(Me._LoadPrior_5, CType(5,Short))
Me._LoadPrior_5.Location = New System.Drawing.Point(88, 280)
Me._LoadPrior_5.Name = "_LoadPrior_5"
Me._LoadPrior_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPrior_5.Size = New System.Drawing.Size(88, 25)
Me._LoadPrior_5.TabIndex = 418
Me._LoadPrior_5.Text = "Priority"
'
'_LoadIDLabel400_5
'
Me._LoadIDLabel400_5.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel400_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel400_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel400_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel400.SetIndex(Me._LoadIDLabel400_5, CType(5,Short))
Me._LoadIDLabel400_5.Location = New System.Drawing.Point(16, 48)
Me._LoadIDLabel400_5.Name = "_LoadIDLabel400_5"
Me._LoadIDLabel400_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel400_5.Size = New System.Drawing.Size(200, 25)
Me._LoadIDLabel400_5.TabIndex = 417
Me._LoadIDLabel400_5.Text = "400V Load Desciption/ID"
'
'_LoadIDLabel48_5
'
Me._LoadIDLabel48_5.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel48_5.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel48_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel48_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel48.SetIndex(Me._LoadIDLabel48_5, CType(5,Short))
Me._LoadIDLabel48_5.Location = New System.Drawing.Point(16, 88)
Me._LoadIDLabel48_5.Name = "_LoadIDLabel48_5"
Me._LoadIDLabel48_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel48_5.Size = New System.Drawing.Size(216, 25)
Me._LoadIDLabel48_5.TabIndex = 416
Me._LoadIDLabel48_5.Text = "48V Load Description/ID"
'
'_LoadConfig_4
'
Me._LoadConfig_4.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(255,Byte), CType(192,Byte))
Me._LoadConfig_4.Controls.Add(Me._LoadILimit48_4)
Me._LoadConfig_4.Controls.Add(Me._LoadILimit400_4)
Me._LoadConfig_4.Controls.Add(Me._LoadSwitch_400_4)
Me._LoadConfig_4.Controls.Add(Me._LoadSwitch_48_4)
Me._LoadConfig_4.Controls.Add(Me._LoadPriority_4)
Me._LoadConfig_4.Controls.Add(Me._LoadSend_4)
Me._LoadConfig_4.Controls.Add(Me._LoadClose_4)
Me._LoadConfig_4.Controls.Add(Me._LoadID400_4)
Me._LoadConfig_4.Controls.Add(Me._LoadDeadface_400_4)
Me._LoadConfig_4.Controls.Add(Me._LoadDeadface_48_4)
Me._LoadConfig_4.Controls.Add(Me._LoadID48_4)
Me._LoadConfig_4.Controls.Add(Me._A1_4)
Me._LoadConfig_4.Controls.Add(Me._I_limit1_4)
Me._LoadConfig_4.Controls.Add(Me._I_limit_4)
Me._LoadConfig_4.Controls.Add(Me._Load_48_4)
Me._LoadConfig_4.Controls.Add(Me._Load_400_4)
Me._LoadConfig_4.Controls.Add(Me._A11_4)
Me._LoadConfig_4.Controls.Add(Me._LoadPrior_4)
Me._LoadConfig_4.Controls.Add(Me._LoadIDLabel400_4)
Me._LoadConfig_4.Controls.Add(Me._LoadIDLabel48_4)
Me._LoadConfig_4.Font = New System.Drawing.Font("Arial", 18!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadConfig_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadConfig.SetIndex(Me._LoadConfig_4, CType(4,Short))
Me._LoadConfig_4.Location = New System.Drawing.Point(16, 592)
Me._LoadConfig_4.Name = "_LoadConfig_4"
Me._LoadConfig_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadConfig_4.Size = New System.Drawing.Size(672, 368)
Me._LoadConfig_4.TabIndex = 361
Me._LoadConfig_4.TabStop = false
Me._LoadConfig_4.Text = "External Load 5 Configuration"
Me._LoadConfig_4.Visible = false
'
'_LoadILimit48_4
'
Me._LoadILimit48_4.AcceptsReturn = true
Me._LoadILimit48_4.AutoSize = false
Me._LoadILimit48_4.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit48_4.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit48_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit48_4.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit48.SetIndex(Me._LoadILimit48_4, CType(4,Short))
Me._LoadILimit48_4.Location = New System.Drawing.Point(168, 216)
Me._LoadILimit48_4.MaxLength = 0
Me._LoadILimit48_4.Name = "_LoadILimit48_4"
Me._LoadILimit48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit48_4.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit48_4.TabIndex = 376
Me._LoadILimit48_4.Text = ""
Me._LoadILimit48_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadILimit400_4
'
Me._LoadILimit400_4.AcceptsReturn = true
Me._LoadILimit400_4.AutoSize = false
Me._LoadILimit400_4.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit400_4.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit400_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit400_4.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit400.SetIndex(Me._LoadILimit400_4, CType(4,Short))
Me._LoadILimit400_4.Location = New System.Drawing.Point(168, 144)
Me._LoadILimit400_4.MaxLength = 0
Me._LoadILimit400_4.Name = "_LoadILimit400_4"
Me._LoadILimit400_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit400_4.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit400_4.TabIndex = 371
Me._LoadILimit400_4.Text = ""
Me._LoadILimit400_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadSwitch_400_4
'
Me._LoadSwitch_400_4.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_400_4.Controls.Add(Me._LoadSwitchClose_400_4)
Me._LoadSwitch_400_4.Controls.Add(Me._LoadSwitchOpen_400_4)
Me._LoadSwitch_400_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_400_4.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_400.SetIndex(Me._LoadSwitch_400_4, CType(4,Short))
Me._LoadSwitch_400_4.Location = New System.Drawing.Point(264, 128)
Me._LoadSwitch_400_4.Name = "_LoadSwitch_400_4"
Me._LoadSwitch_400_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_400_4.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_400_4.TabIndex = 379
Me._LoadSwitch_400_4.TabStop = false
'
'_LoadSwitchClose_400_4
'
Me._LoadSwitchClose_400_4.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_400_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_400_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_400_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_400.SetIndex(Me._LoadSwitchClose_400_4, CType(4,Short))
Me._LoadSwitchClose_400_4.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_400_4.Name = "_LoadSwitchClose_400_4"
Me._LoadSwitchClose_400_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_400_4.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_400_4.TabIndex = 372
Me._LoadSwitchClose_400_4.Text = "Switch Close"
'
'_LoadSwitchOpen_400_4
'
Me._LoadSwitchOpen_400_4.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_400_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_400_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_400_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_400.SetIndex(Me._LoadSwitchOpen_400_4, CType(4,Short))
Me._LoadSwitchOpen_400_4.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_400_4.Name = "_LoadSwitchOpen_400_4"
Me._LoadSwitchOpen_400_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_400_4.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_400_4.TabIndex = 373
Me._LoadSwitchOpen_400_4.Text = "Switch Open"
'
'_LoadSwitch_48_4
'
Me._LoadSwitch_48_4.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_48_4.Controls.Add(Me._LoadSwitchClose_48_4)
Me._LoadSwitch_48_4.Controls.Add(Me._LoadSwitchOpen_48_4)
Me._LoadSwitch_48_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_48_4.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_48.SetIndex(Me._LoadSwitch_48_4, CType(4,Short))
Me._LoadSwitch_48_4.Location = New System.Drawing.Point(264, 200)
Me._LoadSwitch_48_4.Name = "_LoadSwitch_48_4"
Me._LoadSwitch_48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_48_4.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_48_4.TabIndex = 376
Me._LoadSwitch_48_4.TabStop = false
'
'_LoadSwitchClose_48_4
'
Me._LoadSwitchClose_48_4.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_48_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_48_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_48_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_48.SetIndex(Me._LoadSwitchClose_48_4, CType(4,Short))
Me._LoadSwitchClose_48_4.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_48_4.Name = "_LoadSwitchClose_48_4"
Me._LoadSwitchClose_48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_48_4.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_48_4.TabIndex = 377
Me._LoadSwitchClose_48_4.Text = "Switch Close"
'
'_LoadSwitchOpen_48_4
'
Me._LoadSwitchOpen_48_4.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_48_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_48_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_48_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_48.SetIndex(Me._LoadSwitchOpen_48_4, CType(4,Short))
Me._LoadSwitchOpen_48_4.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_48_4.Name = "_LoadSwitchOpen_48_4"
Me._LoadSwitchOpen_48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_48_4.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_48_4.TabIndex = 378
Me._LoadSwitchOpen_48_4.Text = "Switch Open"
'
'_LoadPriority_4
'
Me._LoadPriority_4.BackColor = System.Drawing.Color.Transparent
Me._LoadPriority_4.Controls.Add(Me._LoadHigh_4)
Me._LoadPriority_4.Controls.Add(Me._LoadMedium_4)
Me._LoadPriority_4.Controls.Add(Me._LoadLow_4)
Me._LoadPriority_4.Controls.Add(Me.RadioButton3)
Me._LoadPriority_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPriority_4.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadPriority.SetIndex(Me._LoadPriority_4, CType(4,Short))
Me._LoadPriority_4.Location = New System.Drawing.Point(176, 264)
Me._LoadPriority_4.Name = "_LoadPriority_4"
Me._LoadPriority_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPriority_4.Size = New System.Drawing.Size(377, 49)
Me._LoadPriority_4.TabIndex = 372
Me._LoadPriority_4.TabStop = false
'
'_LoadHigh_4
'
Me._LoadHigh_4.BackColor = System.Drawing.Color.Transparent
Me._LoadHigh_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadHigh_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadHigh_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadHigh.SetIndex(Me._LoadHigh_4, CType(4,Short))
Me._LoadHigh_4.Location = New System.Drawing.Point(16, 16)
Me._LoadHigh_4.Name = "_LoadHigh_4"
Me._LoadHigh_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadHigh_4.Size = New System.Drawing.Size(57, 25)
Me._LoadHigh_4.TabIndex = 800
Me._LoadHigh_4.Text = "High"
'
'_LoadMedium_4
'
Me._LoadMedium_4.BackColor = System.Drawing.Color.Transparent
Me._LoadMedium_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadMedium_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadMedium_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadMedium.SetIndex(Me._LoadMedium_4, CType(4,Short))
Me._LoadMedium_4.Location = New System.Drawing.Point(128, 16)
Me._LoadMedium_4.Name = "_LoadMedium_4"
Me._LoadMedium_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadMedium_4.Size = New System.Drawing.Size(89, 25)
Me._LoadMedium_4.TabIndex = 800
Me._LoadMedium_4.Text = "Medium"
'
'_LoadLow_4
'
Me._LoadLow_4.BackColor = System.Drawing.Color.Transparent
Me._LoadLow_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadLow_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadLow_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadLow.SetIndex(Me._LoadLow_4, CType(4,Short))
Me._LoadLow_4.Location = New System.Drawing.Point(256, 16)
Me._LoadLow_4.Name = "_LoadLow_4"
Me._LoadLow_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadLow_4.Size = New System.Drawing.Size(65, 25)
Me._LoadLow_4.TabIndex = 800
Me._LoadLow_4.Text = "Low"
'
'RadioButton3
'
Me.RadioButton3.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me.RadioButton3.Cursor = System.Windows.Forms.Cursors.Default
Me.RadioButton3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.RadioButton3.ForeColor = System.Drawing.SystemColors.ControlText
Me.RadioButton3.Location = New System.Drawing.Point(16, 16)
Me.RadioButton3.Name = "RadioButton3"
Me.RadioButton3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.RadioButton3.Size = New System.Drawing.Size(57, 25)
Me.RadioButton3.TabIndex = 800
Me.RadioButton3.Text = "High"
'
'_LoadSend_4
'
Me._LoadSend_4.BackColor = System.Drawing.SystemColors.Control
Me._LoadSend_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSend_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSend_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSend.SetIndex(Me._LoadSend_4, CType(4,Short))
Me._LoadSend_4.Location = New System.Drawing.Point(160, 328)
Me._LoadSend_4.Name = "_LoadSend_4"
Me._LoadSend_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSend_4.Size = New System.Drawing.Size(97, 33)
Me._LoadSend_4.TabIndex = 381
Me._LoadSend_4.Text = "Send"
'
'_LoadClose_4
'
Me._LoadClose_4.BackColor = System.Drawing.SystemColors.Control
Me._LoadClose_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadClose_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadClose_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadClose.SetIndex(Me._LoadClose_4, CType(4,Short))
Me._LoadClose_4.Location = New System.Drawing.Point(408, 328)
Me._LoadClose_4.Name = "_LoadClose_4"
Me._LoadClose_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadClose_4.Size = New System.Drawing.Size(105, 33)
Me._LoadClose_4.TabIndex = 382
Me._LoadClose_4.Text = "Cancel"
'
'_LoadID400_4
'
Me._LoadID400_4.AcceptsReturn = true
Me._LoadID400_4.AutoSize = false
Me._LoadID400_4.BackColor = System.Drawing.SystemColors.Window
Me._LoadID400_4.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID400_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID400_4.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID400.SetIndex(Me._LoadID400_4, CType(4,Short))
Me._LoadID400_4.Location = New System.Drawing.Point(240, 48)
Me._LoadID400_4.MaxLength = 0
Me._LoadID400_4.Name = "_LoadID400_4"
Me._LoadID400_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID400_4.Size = New System.Drawing.Size(289, 25)
Me._LoadID400_4.TabIndex = 369
Me._LoadID400_4.Text = "Text1"
Me._LoadID400_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadDeadface_400_4
'
Me._LoadDeadface_400_4.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_400_4.Controls.Add(Me._LoadDeadfaceOpen_400_4)
Me._LoadDeadface_400_4.Controls.Add(Me._LoadDeadfaceClose_400_4)
Me._LoadDeadface_400_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_400_4.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_400.SetIndex(Me._LoadDeadface_400_4, CType(4,Short))
Me._LoadDeadface_400_4.Location = New System.Drawing.Point(464, 128)
Me._LoadDeadface_400_4.Name = "_LoadDeadface_400_4"
Me._LoadDeadface_400_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_400_4.Size = New System.Drawing.Size(200, 56)
Me._LoadDeadface_400_4.TabIndex = 366
Me._LoadDeadface_400_4.TabStop = false
'
'_LoadDeadfaceOpen_400_4
'
Me._LoadDeadfaceOpen_400_4.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_400_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_400_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_400_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_400.SetIndex(Me._LoadDeadfaceOpen_400_4, CType(4,Short))
Me._LoadDeadfaceOpen_400_4.Location = New System.Drawing.Point(104, 16)
Me._LoadDeadfaceOpen_400_4.Name = "_LoadDeadfaceOpen_400_4"
Me._LoadDeadfaceOpen_400_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_400_4.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceOpen_400_4.TabIndex = 375
Me._LoadDeadfaceOpen_400_4.Text = "Deadface Open"
'
'_LoadDeadfaceClose_400_4
'
Me._LoadDeadfaceClose_400_4.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_400_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_400_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_400_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_400.SetIndex(Me._LoadDeadfaceClose_400_4, CType(4,Short))
Me._LoadDeadfaceClose_400_4.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_400_4.Name = "_LoadDeadfaceClose_400_4"
Me._LoadDeadfaceClose_400_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_400_4.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_400_4.TabIndex = 374
Me._LoadDeadfaceClose_400_4.Text = "Deadface Close"
'
'_LoadDeadface_48_4
'
Me._LoadDeadface_48_4.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_48_4.Controls.Add(Me._LoadDeadfaceOpen_48_4)
Me._LoadDeadface_48_4.Controls.Add(Me._LoadDeadfaceClose_48_4)
Me._LoadDeadface_48_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_48_4.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_48.SetIndex(Me._LoadDeadface_48_4, CType(4,Short))
Me._LoadDeadface_48_4.Location = New System.Drawing.Point(464, 200)
Me._LoadDeadface_48_4.Name = "_LoadDeadface_48_4"
Me._LoadDeadface_48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_48_4.Size = New System.Drawing.Size(200, 56)
Me._LoadDeadface_48_4.TabIndex = 363
Me._LoadDeadface_48_4.TabStop = false
'
'_LoadDeadfaceOpen_48_4
'
Me._LoadDeadfaceOpen_48_4.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_48_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_48_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_48_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_48.SetIndex(Me._LoadDeadfaceOpen_48_4, CType(4,Short))
Me._LoadDeadfaceOpen_48_4.Location = New System.Drawing.Point(104, 16)
Me._LoadDeadfaceOpen_48_4.Name = "_LoadDeadfaceOpen_48_4"
Me._LoadDeadfaceOpen_48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_48_4.Size = New System.Drawing.Size(88, 32)
Me._LoadDeadfaceOpen_48_4.TabIndex = 380
Me._LoadDeadfaceOpen_48_4.Text = "Deadface Open"
'
'_LoadDeadfaceClose_48_4
'
Me._LoadDeadfaceClose_48_4.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_48_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_48_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_48_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_48.SetIndex(Me._LoadDeadfaceClose_48_4, CType(4,Short))
Me._LoadDeadfaceClose_48_4.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_48_4.Name = "_LoadDeadfaceClose_48_4"
Me._LoadDeadfaceClose_48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_48_4.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_48_4.TabIndex = 379
Me._LoadDeadfaceClose_48_4.Text = "Deadface Close"
'
'_LoadID48_4
'
Me._LoadID48_4.AcceptsReturn = true
Me._LoadID48_4.AutoSize = false
Me._LoadID48_4.BackColor = System.Drawing.SystemColors.Window
Me._LoadID48_4.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID48_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID48_4.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID48.SetIndex(Me._LoadID48_4, CType(4,Short))
Me._LoadID48_4.Location = New System.Drawing.Point(240, 88)
Me._LoadID48_4.MaxLength = 0
Me._LoadID48_4.Name = "_LoadID48_4"
Me._LoadID48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID48_4.Size = New System.Drawing.Size(289, 25)
Me._LoadID48_4.TabIndex = 370
Me._LoadID48_4.Text = "Text1"
Me._LoadID48_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_A1_4
'
Me._A1_4.BackColor = System.Drawing.Color.Transparent
Me._A1_4.Cursor = System.Windows.Forms.Cursors.Default
Me._A1_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A1_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.A1.SetIndex(Me._A1_4, CType(4,Short))
Me._A1_4.Location = New System.Drawing.Point(248, 149)
Me._A1_4.Name = "_A1_4"
Me._A1_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A1_4.Size = New System.Drawing.Size(25, 24)
Me._A1_4.TabIndex = 392
Me._A1_4.Text = "A"
'
'_I_limit1_4
'
Me._I_limit1_4.BackColor = System.Drawing.Color.Transparent
Me._I_limit1_4.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit1_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit1_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit1.SetIndex(Me._I_limit1_4, CType(4,Short))
Me._I_limit1_4.Location = New System.Drawing.Point(64, 219)
Me._I_limit1_4.Name = "_I_limit1_4"
Me._I_limit1_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit1_4.Size = New System.Drawing.Size(96, 25)
Me._I_limit1_4.TabIndex = 391
Me._I_limit1_4.Text = "Current limit"
'
'_I_limit_4
'
Me._I_limit_4.BackColor = System.Drawing.Color.Transparent
Me._I_limit_4.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit.SetIndex(Me._I_limit_4, CType(4,Short))
Me._I_limit_4.Location = New System.Drawing.Point(64, 147)
Me._I_limit_4.Name = "_I_limit_4"
Me._I_limit_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit_4.Size = New System.Drawing.Size(96, 25)
Me._I_limit_4.TabIndex = 390
Me._I_limit_4.Text = "Current limit"
'
'_Load_48_4
'
Me._Load_48_4.BackColor = System.Drawing.Color.Transparent
Me._Load_48_4.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_48_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_48.SetIndex(Me._Load_48_4, CType(4,Short))
Me._Load_48_4.Location = New System.Drawing.Point(16, 219)
Me._Load_48_4.Name = "_Load_48_4"
Me._Load_48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48_4.Size = New System.Drawing.Size(48, 33)
Me._Load_48_4.TabIndex = 389
Me._Load_48_4.Text = "48V"
'
'_Load_400_4
'
Me._Load_400_4.BackColor = System.Drawing.Color.Transparent
Me._Load_400_4.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_400_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_400.SetIndex(Me._Load_400_4, CType(4,Short))
Me._Load_400_4.Location = New System.Drawing.Point(16, 147)
Me._Load_400_4.Name = "_Load_400_4"
Me._Load_400_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400_4.Size = New System.Drawing.Size(56, 25)
Me._Load_400_4.TabIndex = 388
Me._Load_400_4.Text = "400V"
'
'_A11_4
'
Me._A11_4.BackColor = System.Drawing.Color.Transparent
Me._A11_4.Cursor = System.Windows.Forms.Cursors.Default
Me._A11_4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A11_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.A11.SetIndex(Me._A11_4, CType(4,Short))
Me._A11_4.Location = New System.Drawing.Point(248, 221)
Me._A11_4.Name = "_A11_4"
Me._A11_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A11_4.Size = New System.Drawing.Size(25, 24)
Me._A11_4.TabIndex = 387
Me._A11_4.Text = "A"
'
'_LoadPrior_4
'
Me._LoadPrior_4.BackColor = System.Drawing.Color.Transparent
Me._LoadPrior_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadPrior_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPrior_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadPrior.SetIndex(Me._LoadPrior_4, CType(4,Short))
Me._LoadPrior_4.Location = New System.Drawing.Point(88, 280)
Me._LoadPrior_4.Name = "_LoadPrior_4"
Me._LoadPrior_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPrior_4.Size = New System.Drawing.Size(88, 25)
Me._LoadPrior_4.TabIndex = 386
Me._LoadPrior_4.Text = "Priority"
'
'_LoadIDLabel400_4
'
Me._LoadIDLabel400_4.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel400_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel400_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel400_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel400.SetIndex(Me._LoadIDLabel400_4, CType(4,Short))
Me._LoadIDLabel400_4.Location = New System.Drawing.Point(16, 48)
Me._LoadIDLabel400_4.Name = "_LoadIDLabel400_4"
Me._LoadIDLabel400_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel400_4.Size = New System.Drawing.Size(200, 25)
Me._LoadIDLabel400_4.TabIndex = 385
Me._LoadIDLabel400_4.Text = "400V Load Desciption/ID"
'
'_LoadIDLabel48_4
'
Me._LoadIDLabel48_4.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel48_4.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel48_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel48_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel48.SetIndex(Me._LoadIDLabel48_4, CType(4,Short))
Me._LoadIDLabel48_4.Location = New System.Drawing.Point(16, 88)
Me._LoadIDLabel48_4.Name = "_LoadIDLabel48_4"
Me._LoadIDLabel48_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel48_4.Size = New System.Drawing.Size(200, 25)
Me._LoadIDLabel48_4.TabIndex = 384
Me._LoadIDLabel48_4.Text = "48V Load Description/ID"
'
'_LoadConfig_3
'
Me._LoadConfig_3.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(192,Byte), CType(192,Byte))
Me._LoadConfig_3.Controls.Add(Me._LoadILimit48_3)
Me._LoadConfig_3.Controls.Add(Me._LoadILimit400_3)
Me._LoadConfig_3.Controls.Add(Me._LoadSwitch_400_3)
Me._LoadConfig_3.Controls.Add(Me._LoadSwitch_48_3)
Me._LoadConfig_3.Controls.Add(Me._LoadPriority_3)
Me._LoadConfig_3.Controls.Add(Me._LoadSend_3)
Me._LoadConfig_3.Controls.Add(Me._LoadClose_3)
Me._LoadConfig_3.Controls.Add(Me._LoadID400_3)
Me._LoadConfig_3.Controls.Add(Me._LoadDeadface_400_3)
Me._LoadConfig_3.Controls.Add(Me._LoadDeadface_48_3)
Me._LoadConfig_3.Controls.Add(Me._LoadID48_3)
Me._LoadConfig_3.Controls.Add(Me._A1_3)
Me._LoadConfig_3.Controls.Add(Me._I_limit1_3)
Me._LoadConfig_3.Controls.Add(Me._I_limit_3)
Me._LoadConfig_3.Controls.Add(Me._Load_48_3)
Me._LoadConfig_3.Controls.Add(Me._Load_400_3)
Me._LoadConfig_3.Controls.Add(Me._A11_3)
Me._LoadConfig_3.Controls.Add(Me._LoadPrior_3)
Me._LoadConfig_3.Controls.Add(Me._LoadIDLabel400_3)
Me._LoadConfig_3.Controls.Add(Me._LoadIDLabel48_3)
Me._LoadConfig_3.Font = New System.Drawing.Font("Arial", 18!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadConfig_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadConfig.SetIndex(Me._LoadConfig_3, CType(3,Short))
Me._LoadConfig_3.Location = New System.Drawing.Point(16, 592)
Me._LoadConfig_3.Name = "_LoadConfig_3"
Me._LoadConfig_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadConfig_3.Size = New System.Drawing.Size(672, 368)
Me._LoadConfig_3.TabIndex = 329
Me._LoadConfig_3.TabStop = false
Me._LoadConfig_3.Text = "External Load 4 Configuration"
Me._LoadConfig_3.Visible = false
'
'_LoadILimit48_3
'
Me._LoadILimit48_3.AcceptsReturn = true
Me._LoadILimit48_3.AutoSize = false
Me._LoadILimit48_3.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit48_3.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit48_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit48_3.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit48.SetIndex(Me._LoadILimit48_3, CType(3,Short))
Me._LoadILimit48_3.Location = New System.Drawing.Point(160, 216)
Me._LoadILimit48_3.MaxLength = 0
Me._LoadILimit48_3.Name = "_LoadILimit48_3"
Me._LoadILimit48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit48_3.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit48_3.TabIndex = 344
Me._LoadILimit48_3.Text = ""
Me._LoadILimit48_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadILimit400_3
'
Me._LoadILimit400_3.AcceptsReturn = true
Me._LoadILimit400_3.AutoSize = false
Me._LoadILimit400_3.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit400_3.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit400_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit400_3.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit400.SetIndex(Me._LoadILimit400_3, CType(3,Short))
Me._LoadILimit400_3.Location = New System.Drawing.Point(160, 144)
Me._LoadILimit400_3.MaxLength = 0
Me._LoadILimit400_3.Name = "_LoadILimit400_3"
Me._LoadILimit400_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit400_3.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit400_3.TabIndex = 339
Me._LoadILimit400_3.Text = ""
Me._LoadILimit400_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadSwitch_400_3
'
Me._LoadSwitch_400_3.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_400_3.Controls.Add(Me._LoadSwitchClose_400_3)
Me._LoadSwitch_400_3.Controls.Add(Me._LoadSwitchOpen_400_3)
Me._LoadSwitch_400_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_400_3.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_400.SetIndex(Me._LoadSwitch_400_3, CType(3,Short))
Me._LoadSwitch_400_3.Location = New System.Drawing.Point(256, 128)
Me._LoadSwitch_400_3.Name = "_LoadSwitch_400_3"
Me._LoadSwitch_400_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_400_3.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_400_3.TabIndex = 347
Me._LoadSwitch_400_3.TabStop = false
'
'_LoadSwitchClose_400_3
'
Me._LoadSwitchClose_400_3.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_400_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_400_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_400_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_400.SetIndex(Me._LoadSwitchClose_400_3, CType(3,Short))
Me._LoadSwitchClose_400_3.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_400_3.Name = "_LoadSwitchClose_400_3"
Me._LoadSwitchClose_400_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_400_3.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_400_3.TabIndex = 340
Me._LoadSwitchClose_400_3.Text = "Switch Close"
'
'_LoadSwitchOpen_400_3
'
Me._LoadSwitchOpen_400_3.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_400_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_400_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_400_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_400.SetIndex(Me._LoadSwitchOpen_400_3, CType(3,Short))
Me._LoadSwitchOpen_400_3.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_400_3.Name = "_LoadSwitchOpen_400_3"
Me._LoadSwitchOpen_400_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_400_3.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_400_3.TabIndex = 341
Me._LoadSwitchOpen_400_3.Text = "Switch Open"
'
'_LoadSwitch_48_3
'
Me._LoadSwitch_48_3.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_48_3.Controls.Add(Me._LoadSwitchClose_48_3)
Me._LoadSwitch_48_3.Controls.Add(Me._LoadSwitchOpen_48_3)
Me._LoadSwitch_48_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_48_3.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_48.SetIndex(Me._LoadSwitch_48_3, CType(3,Short))
Me._LoadSwitch_48_3.Location = New System.Drawing.Point(256, 200)
Me._LoadSwitch_48_3.Name = "_LoadSwitch_48_3"
Me._LoadSwitch_48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_48_3.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_48_3.TabIndex = 344
Me._LoadSwitch_48_3.TabStop = false
'
'_LoadSwitchClose_48_3
'
Me._LoadSwitchClose_48_3.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_48_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_48_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_48_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_48.SetIndex(Me._LoadSwitchClose_48_3, CType(3,Short))
Me._LoadSwitchClose_48_3.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_48_3.Name = "_LoadSwitchClose_48_3"
Me._LoadSwitchClose_48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_48_3.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_48_3.TabIndex = 345
Me._LoadSwitchClose_48_3.Text = "Switch Close"
'
'_LoadSwitchOpen_48_3
'
Me._LoadSwitchOpen_48_3.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_48_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_48_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_48_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_48.SetIndex(Me._LoadSwitchOpen_48_3, CType(3,Short))
Me._LoadSwitchOpen_48_3.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_48_3.Name = "_LoadSwitchOpen_48_3"
Me._LoadSwitchOpen_48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_48_3.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_48_3.TabIndex = 346
Me._LoadSwitchOpen_48_3.Text = "Switch Open"
'
'_LoadPriority_3
'
Me._LoadPriority_3.BackColor = System.Drawing.Color.Transparent
Me._LoadPriority_3.Controls.Add(Me._LoadHigh_3)
Me._LoadPriority_3.Controls.Add(Me._LoadMedium_3)
Me._LoadPriority_3.Controls.Add(Me._LoadLow_3)
Me._LoadPriority_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPriority_3.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadPriority.SetIndex(Me._LoadPriority_3, CType(3,Short))
Me._LoadPriority_3.Location = New System.Drawing.Point(168, 264)
Me._LoadPriority_3.Name = "_LoadPriority_3"
Me._LoadPriority_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPriority_3.Size = New System.Drawing.Size(377, 49)
Me._LoadPriority_3.TabIndex = 340
Me._LoadPriority_3.TabStop = false
'
'_LoadHigh_3
'
Me._LoadHigh_3.BackColor = System.Drawing.Color.Transparent
Me._LoadHigh_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadHigh_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadHigh_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadHigh.SetIndex(Me._LoadHigh_3, CType(3,Short))
Me._LoadHigh_3.Location = New System.Drawing.Point(16, 16)
Me._LoadHigh_3.Name = "_LoadHigh_3"
Me._LoadHigh_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadHigh_3.Size = New System.Drawing.Size(57, 25)
Me._LoadHigh_3.TabIndex = 800
Me._LoadHigh_3.Text = "High"
'
'_LoadMedium_3
'
Me._LoadMedium_3.BackColor = System.Drawing.Color.Transparent
Me._LoadMedium_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadMedium_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadMedium_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadMedium.SetIndex(Me._LoadMedium_3, CType(3,Short))
Me._LoadMedium_3.Location = New System.Drawing.Point(128, 16)
Me._LoadMedium_3.Name = "_LoadMedium_3"
Me._LoadMedium_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadMedium_3.Size = New System.Drawing.Size(89, 25)
Me._LoadMedium_3.TabIndex = 801
Me._LoadMedium_3.TabStop = true
Me._LoadMedium_3.Text = "Medium"
'
'_LoadLow_3
'
Me._LoadLow_3.BackColor = System.Drawing.Color.Transparent
Me._LoadLow_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadLow_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadLow_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadLow.SetIndex(Me._LoadLow_3, CType(3,Short))
Me._LoadLow_3.Location = New System.Drawing.Point(256, 16)
Me._LoadLow_3.Name = "_LoadLow_3"
Me._LoadLow_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadLow_3.Size = New System.Drawing.Size(65, 25)
Me._LoadLow_3.TabIndex = 800
Me._LoadLow_3.TabStop = true
Me._LoadLow_3.Text = "Low"
'
'_LoadSend_3
'
Me._LoadSend_3.BackColor = System.Drawing.SystemColors.Control
Me._LoadSend_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSend_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSend_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSend.SetIndex(Me._LoadSend_3, CType(3,Short))
Me._LoadSend_3.Location = New System.Drawing.Point(152, 328)
Me._LoadSend_3.Name = "_LoadSend_3"
Me._LoadSend_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSend_3.Size = New System.Drawing.Size(97, 33)
Me._LoadSend_3.TabIndex = 349
Me._LoadSend_3.Text = "Send"
'
'_LoadClose_3
'
Me._LoadClose_3.BackColor = System.Drawing.SystemColors.Control
Me._LoadClose_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadClose_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadClose_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadClose.SetIndex(Me._LoadClose_3, CType(3,Short))
Me._LoadClose_3.Location = New System.Drawing.Point(400, 328)
Me._LoadClose_3.Name = "_LoadClose_3"
Me._LoadClose_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadClose_3.Size = New System.Drawing.Size(105, 33)
Me._LoadClose_3.TabIndex = 350
Me._LoadClose_3.Text = "Cancel"
'
'_LoadID400_3
'
Me._LoadID400_3.AcceptsReturn = true
Me._LoadID400_3.AutoSize = false
Me._LoadID400_3.BackColor = System.Drawing.SystemColors.Window
Me._LoadID400_3.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID400_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID400_3.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID400.SetIndex(Me._LoadID400_3, CType(3,Short))
Me._LoadID400_3.Location = New System.Drawing.Point(208, 48)
Me._LoadID400_3.MaxLength = 0
Me._LoadID400_3.Name = "_LoadID400_3"
Me._LoadID400_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID400_3.Size = New System.Drawing.Size(289, 25)
Me._LoadID400_3.TabIndex = 337
Me._LoadID400_3.Text = "Text1"
Me._LoadID400_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadDeadface_400_3
'
Me._LoadDeadface_400_3.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_400_3.Controls.Add(Me._LoadDeadfaceOpen_400_3)
Me._LoadDeadface_400_3.Controls.Add(Me._LoadDeadfaceClose_400_3)
Me._LoadDeadface_400_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_400_3.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_400.SetIndex(Me._LoadDeadface_400_3, CType(3,Short))
Me._LoadDeadface_400_3.Location = New System.Drawing.Point(456, 128)
Me._LoadDeadface_400_3.Name = "_LoadDeadface_400_3"
Me._LoadDeadface_400_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_400_3.Size = New System.Drawing.Size(208, 56)
Me._LoadDeadface_400_3.TabIndex = 334
Me._LoadDeadface_400_3.TabStop = false
'
'_LoadDeadfaceOpen_400_3
'
Me._LoadDeadfaceOpen_400_3.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_400_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_400_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_400_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_400.SetIndex(Me._LoadDeadfaceOpen_400_3, CType(3,Short))
Me._LoadDeadfaceOpen_400_3.Location = New System.Drawing.Point(112, 16)
Me._LoadDeadfaceOpen_400_3.Name = "_LoadDeadfaceOpen_400_3"
Me._LoadDeadfaceOpen_400_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_400_3.Size = New System.Drawing.Size(88, 32)
Me._LoadDeadfaceOpen_400_3.TabIndex = 343
Me._LoadDeadfaceOpen_400_3.Text = "Deadface Open"
'
'_LoadDeadfaceClose_400_3
'
Me._LoadDeadfaceClose_400_3.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_400_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_400_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_400_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_400.SetIndex(Me._LoadDeadfaceClose_400_3, CType(3,Short))
Me._LoadDeadfaceClose_400_3.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_400_3.Name = "_LoadDeadfaceClose_400_3"
Me._LoadDeadfaceClose_400_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_400_3.Size = New System.Drawing.Size(88, 32)
Me._LoadDeadfaceClose_400_3.TabIndex = 342
Me._LoadDeadfaceClose_400_3.Text = "Deadface Close"
'
'_LoadDeadface_48_3
'
Me._LoadDeadface_48_3.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_48_3.Controls.Add(Me._LoadDeadfaceOpen_48_3)
Me._LoadDeadface_48_3.Controls.Add(Me._LoadDeadfaceClose_48_3)
Me._LoadDeadface_48_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_48_3.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_48.SetIndex(Me._LoadDeadface_48_3, CType(3,Short))
Me._LoadDeadface_48_3.Location = New System.Drawing.Point(456, 200)
Me._LoadDeadface_48_3.Name = "_LoadDeadface_48_3"
Me._LoadDeadface_48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_48_3.Size = New System.Drawing.Size(208, 56)
Me._LoadDeadface_48_3.TabIndex = 331
Me._LoadDeadface_48_3.TabStop = false
'
'_LoadDeadfaceOpen_48_3
'
Me._LoadDeadfaceOpen_48_3.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_48_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_48_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_48_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_48.SetIndex(Me._LoadDeadfaceOpen_48_3, CType(3,Short))
Me._LoadDeadfaceOpen_48_3.Location = New System.Drawing.Point(112, 16)
Me._LoadDeadfaceOpen_48_3.Name = "_LoadDeadfaceOpen_48_3"
Me._LoadDeadfaceOpen_48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_48_3.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceOpen_48_3.TabIndex = 348
Me._LoadDeadfaceOpen_48_3.Text = "Deadface Open"
'
'_LoadDeadfaceClose_48_3
'
Me._LoadDeadfaceClose_48_3.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_48_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_48_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_48_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_48.SetIndex(Me._LoadDeadfaceClose_48_3, CType(3,Short))
Me._LoadDeadfaceClose_48_3.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_48_3.Name = "_LoadDeadfaceClose_48_3"
Me._LoadDeadfaceClose_48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_48_3.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_48_3.TabIndex = 347
Me._LoadDeadfaceClose_48_3.Text = "Deadface Close"
'
'_LoadID48_3
'
Me._LoadID48_3.AcceptsReturn = true
Me._LoadID48_3.AutoSize = false
Me._LoadID48_3.BackColor = System.Drawing.SystemColors.Window
Me._LoadID48_3.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID48_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID48_3.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID48.SetIndex(Me._LoadID48_3, CType(3,Short))
Me._LoadID48_3.Location = New System.Drawing.Point(208, 88)
Me._LoadID48_3.MaxLength = 0
Me._LoadID48_3.Name = "_LoadID48_3"
Me._LoadID48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID48_3.Size = New System.Drawing.Size(289, 25)
Me._LoadID48_3.TabIndex = 338
Me._LoadID48_3.Text = "Text1"
Me._LoadID48_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_A1_3
'
Me._A1_3.BackColor = System.Drawing.Color.Transparent
Me._A1_3.Cursor = System.Windows.Forms.Cursors.Default
Me._A1_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A1_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.A1.SetIndex(Me._A1_3, CType(3,Short))
Me._A1_3.Location = New System.Drawing.Point(240, 149)
Me._A1_3.Name = "_A1_3"
Me._A1_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A1_3.Size = New System.Drawing.Size(25, 25)
Me._A1_3.TabIndex = 360
Me._A1_3.Text = "A"
'
'_I_limit1_3
'
Me._I_limit1_3.BackColor = System.Drawing.Color.Transparent
Me._I_limit1_3.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit1_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit1_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit1.SetIndex(Me._I_limit1_3, CType(3,Short))
Me._I_limit1_3.Location = New System.Drawing.Point(56, 221)
Me._I_limit1_3.Name = "_I_limit1_3"
Me._I_limit1_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit1_3.Size = New System.Drawing.Size(96, 25)
Me._I_limit1_3.TabIndex = 359
Me._I_limit1_3.Text = "Current limit"
'
'_I_limit_3
'
Me._I_limit_3.BackColor = System.Drawing.Color.Transparent
Me._I_limit_3.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit.SetIndex(Me._I_limit_3, CType(3,Short))
Me._I_limit_3.Location = New System.Drawing.Point(56, 149)
Me._I_limit_3.Name = "_I_limit_3"
Me._I_limit_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit_3.Size = New System.Drawing.Size(96, 25)
Me._I_limit_3.TabIndex = 358
Me._I_limit_3.Text = "Current limit"
'
'_Load_48_3
'
Me._Load_48_3.BackColor = System.Drawing.Color.Transparent
Me._Load_48_3.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_48_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_48.SetIndex(Me._Load_48_3, CType(3,Short))
Me._Load_48_3.Location = New System.Drawing.Point(8, 221)
Me._Load_48_3.Name = "_Load_48_3"
Me._Load_48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48_3.Size = New System.Drawing.Size(48, 33)
Me._Load_48_3.TabIndex = 357
Me._Load_48_3.Text = "48V"
'
'_Load_400_3
'
Me._Load_400_3.BackColor = System.Drawing.Color.Transparent
Me._Load_400_3.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_400_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_400.SetIndex(Me._Load_400_3, CType(3,Short))
Me._Load_400_3.Location = New System.Drawing.Point(8, 149)
Me._Load_400_3.Name = "_Load_400_3"
Me._Load_400_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400_3.Size = New System.Drawing.Size(56, 25)
Me._Load_400_3.TabIndex = 356
Me._Load_400_3.Text = "400V"
'
'_A11_3
'
Me._A11_3.BackColor = System.Drawing.Color.Transparent
Me._A11_3.Cursor = System.Windows.Forms.Cursors.Default
Me._A11_3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A11_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.A11.SetIndex(Me._A11_3, CType(3,Short))
Me._A11_3.Location = New System.Drawing.Point(240, 221)
Me._A11_3.Name = "_A11_3"
Me._A11_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A11_3.Size = New System.Drawing.Size(25, 25)
Me._A11_3.TabIndex = 355
Me._A11_3.Text = "A"
'
'_LoadPrior_3
'
Me._LoadPrior_3.BackColor = System.Drawing.Color.Transparent
Me._LoadPrior_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadPrior_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPrior_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadPrior.SetIndex(Me._LoadPrior_3, CType(3,Short))
Me._LoadPrior_3.Location = New System.Drawing.Point(80, 280)
Me._LoadPrior_3.Name = "_LoadPrior_3"
Me._LoadPrior_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPrior_3.Size = New System.Drawing.Size(88, 25)
Me._LoadPrior_3.TabIndex = 354
Me._LoadPrior_3.Text = "Priority"
'
'_LoadIDLabel400_3
'
Me._LoadIDLabel400_3.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel400_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel400_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel400_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel400.SetIndex(Me._LoadIDLabel400_3, CType(3,Short))
Me._LoadIDLabel400_3.Location = New System.Drawing.Point(8, 48)
Me._LoadIDLabel400_3.Name = "_LoadIDLabel400_3"
Me._LoadIDLabel400_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel400_3.Size = New System.Drawing.Size(192, 25)
Me._LoadIDLabel400_3.TabIndex = 353
Me._LoadIDLabel400_3.Text = "400V Load Desciption/ID"
'
'_LoadIDLabel48_3
'
Me._LoadIDLabel48_3.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel48_3.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel48_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel48_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel48.SetIndex(Me._LoadIDLabel48_3, CType(3,Short))
Me._LoadIDLabel48_3.Location = New System.Drawing.Point(8, 88)
Me._LoadIDLabel48_3.Name = "_LoadIDLabel48_3"
Me._LoadIDLabel48_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel48_3.Size = New System.Drawing.Size(192, 25)
Me._LoadIDLabel48_3.TabIndex = 352
Me._LoadIDLabel48_3.Text = "48V Load Description/ID"
'
'_LoadConfig_2
'
Me._LoadConfig_2.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(192,Byte), CType(255,Byte))
Me._LoadConfig_2.Controls.Add(Me._LoadILimit48_2)
Me._LoadConfig_2.Controls.Add(Me._LoadILimit400_2)
Me._LoadConfig_2.Controls.Add(Me._LoadSwitch_400_2)
Me._LoadConfig_2.Controls.Add(Me._LoadSwitch_48_2)
Me._LoadConfig_2.Controls.Add(Me._LoadPriority_2)
Me._LoadConfig_2.Controls.Add(Me._LoadSend_2)
Me._LoadConfig_2.Controls.Add(Me._LoadClose_2)
Me._LoadConfig_2.Controls.Add(Me._LoadID400_2)
Me._LoadConfig_2.Controls.Add(Me._LoadDeadface_400_2)
Me._LoadConfig_2.Controls.Add(Me._LoadDeadface_48_2)
Me._LoadConfig_2.Controls.Add(Me._LoadID48_2)
Me._LoadConfig_2.Controls.Add(Me._A1_2)
Me._LoadConfig_2.Controls.Add(Me._I_limit1_2)
Me._LoadConfig_2.Controls.Add(Me._I_limit_2)
Me._LoadConfig_2.Controls.Add(Me._Load_48_2)
Me._LoadConfig_2.Controls.Add(Me._Load_400_2)
Me._LoadConfig_2.Controls.Add(Me._A11_2)
Me._LoadConfig_2.Controls.Add(Me._LoadPrior_2)
Me._LoadConfig_2.Controls.Add(Me._LoadIDLabel400_2)
Me._LoadConfig_2.Controls.Add(Me._LoadIDLabel48_2)
Me._LoadConfig_2.Font = New System.Drawing.Font("Arial", 18!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadConfig_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadConfig.SetIndex(Me._LoadConfig_2, CType(2,Short))
Me._LoadConfig_2.Location = New System.Drawing.Point(16, 592)
Me._LoadConfig_2.Name = "_LoadConfig_2"
Me._LoadConfig_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadConfig_2.Size = New System.Drawing.Size(672, 368)
Me._LoadConfig_2.TabIndex = 297
Me._LoadConfig_2.TabStop = false
Me._LoadConfig_2.Text = "External Load 3 Configuration"
Me._LoadConfig_2.Visible = false
'
'_LoadILimit48_2
'
Me._LoadILimit48_2.AcceptsReturn = true
Me._LoadILimit48_2.AutoSize = false
Me._LoadILimit48_2.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit48_2.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit48_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit48_2.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit48.SetIndex(Me._LoadILimit48_2, CType(2,Short))
Me._LoadILimit48_2.Location = New System.Drawing.Point(152, 216)
Me._LoadILimit48_2.MaxLength = 0
Me._LoadILimit48_2.Name = "_LoadILimit48_2"
Me._LoadILimit48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit48_2.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit48_2.TabIndex = 312
Me._LoadILimit48_2.Text = ""
Me._LoadILimit48_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadILimit400_2
'
Me._LoadILimit400_2.AcceptsReturn = true
Me._LoadILimit400_2.AutoSize = false
Me._LoadILimit400_2.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit400_2.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit400_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit400_2.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit400.SetIndex(Me._LoadILimit400_2, CType(2,Short))
Me._LoadILimit400_2.Location = New System.Drawing.Point(152, 152)
Me._LoadILimit400_2.MaxLength = 0
Me._LoadILimit400_2.Name = "_LoadILimit400_2"
Me._LoadILimit400_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit400_2.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit400_2.TabIndex = 307
Me._LoadILimit400_2.Text = ""
Me._LoadILimit400_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadSwitch_400_2
'
Me._LoadSwitch_400_2.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_400_2.Controls.Add(Me._LoadSwitchClose_400_2)
Me._LoadSwitch_400_2.Controls.Add(Me._LoadSwitchOpen_400_2)
Me._LoadSwitch_400_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_400_2.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_400.SetIndex(Me._LoadSwitch_400_2, CType(2,Short))
Me._LoadSwitch_400_2.Location = New System.Drawing.Point(248, 136)
Me._LoadSwitch_400_2.Name = "_LoadSwitch_400_2"
Me._LoadSwitch_400_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_400_2.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_400_2.TabIndex = 315
Me._LoadSwitch_400_2.TabStop = false
'
'_LoadSwitchClose_400_2
'
Me._LoadSwitchClose_400_2.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_400_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_400_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_400_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_400.SetIndex(Me._LoadSwitchClose_400_2, CType(2,Short))
Me._LoadSwitchClose_400_2.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_400_2.Name = "_LoadSwitchClose_400_2"
Me._LoadSwitchClose_400_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_400_2.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_400_2.TabIndex = 308
Me._LoadSwitchClose_400_2.Text = "Switch Close"
'
'_LoadSwitchOpen_400_2
'
Me._LoadSwitchOpen_400_2.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_400_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_400_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_400_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_400.SetIndex(Me._LoadSwitchOpen_400_2, CType(2,Short))
Me._LoadSwitchOpen_400_2.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_400_2.Name = "_LoadSwitchOpen_400_2"
Me._LoadSwitchOpen_400_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_400_2.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_400_2.TabIndex = 309
Me._LoadSwitchOpen_400_2.Text = "Switch Open"
'
'_LoadSwitch_48_2
'
Me._LoadSwitch_48_2.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_48_2.Controls.Add(Me._LoadSwitchClose_48_2)
Me._LoadSwitch_48_2.Controls.Add(Me._LoadSwitchOpen_48_2)
Me._LoadSwitch_48_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_48_2.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_48.SetIndex(Me._LoadSwitch_48_2, CType(2,Short))
Me._LoadSwitch_48_2.Location = New System.Drawing.Point(248, 200)
Me._LoadSwitch_48_2.Name = "_LoadSwitch_48_2"
Me._LoadSwitch_48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_48_2.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_48_2.TabIndex = 312
Me._LoadSwitch_48_2.TabStop = false
'
'_LoadSwitchClose_48_2
'
Me._LoadSwitchClose_48_2.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_48_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_48_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_48_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_48.SetIndex(Me._LoadSwitchClose_48_2, CType(2,Short))
Me._LoadSwitchClose_48_2.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_48_2.Name = "_LoadSwitchClose_48_2"
Me._LoadSwitchClose_48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_48_2.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_48_2.TabIndex = 313
Me._LoadSwitchClose_48_2.Text = "Switch Close"
'
'_LoadSwitchOpen_48_2
'
Me._LoadSwitchOpen_48_2.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_48_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_48_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_48_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_48.SetIndex(Me._LoadSwitchOpen_48_2, CType(2,Short))
Me._LoadSwitchOpen_48_2.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_48_2.Name = "_LoadSwitchOpen_48_2"
Me._LoadSwitchOpen_48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_48_2.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_48_2.TabIndex = 314
Me._LoadSwitchOpen_48_2.Text = "Switch Open"
'
'_LoadPriority_2
'
Me._LoadPriority_2.BackColor = System.Drawing.Color.Transparent
Me._LoadPriority_2.Controls.Add(Me._LoadHigh_2)
Me._LoadPriority_2.Controls.Add(Me._LoadMedium_2)
Me._LoadPriority_2.Controls.Add(Me._LoadLow_2)
Me._LoadPriority_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPriority_2.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadPriority.SetIndex(Me._LoadPriority_2, CType(2,Short))
Me._LoadPriority_2.Location = New System.Drawing.Point(168, 264)
Me._LoadPriority_2.Name = "_LoadPriority_2"
Me._LoadPriority_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPriority_2.Size = New System.Drawing.Size(377, 49)
Me._LoadPriority_2.TabIndex = 308
Me._LoadPriority_2.TabStop = false
'
'_LoadHigh_2
'
Me._LoadHigh_2.BackColor = System.Drawing.Color.Transparent
Me._LoadHigh_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadHigh_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadHigh_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadHigh.SetIndex(Me._LoadHigh_2, CType(2,Short))
Me._LoadHigh_2.Location = New System.Drawing.Point(16, 16)
Me._LoadHigh_2.Name = "_LoadHigh_2"
Me._LoadHigh_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadHigh_2.Size = New System.Drawing.Size(57, 25)
Me._LoadHigh_2.TabIndex = 800
Me._LoadHigh_2.Text = "High"
'
'_LoadMedium_2
'
Me._LoadMedium_2.BackColor = System.Drawing.Color.Transparent
Me._LoadMedium_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadMedium_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadMedium_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadMedium.SetIndex(Me._LoadMedium_2, CType(2,Short))
Me._LoadMedium_2.Location = New System.Drawing.Point(128, 16)
Me._LoadMedium_2.Name = "_LoadMedium_2"
Me._LoadMedium_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadMedium_2.Size = New System.Drawing.Size(89, 25)
Me._LoadMedium_2.TabIndex = 800
Me._LoadMedium_2.Text = "Medium"
'
'_LoadLow_2
'
Me._LoadLow_2.BackColor = System.Drawing.Color.Transparent
Me._LoadLow_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadLow_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadLow_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadLow.SetIndex(Me._LoadLow_2, CType(2,Short))
Me._LoadLow_2.Location = New System.Drawing.Point(256, 16)
Me._LoadLow_2.Name = "_LoadLow_2"
Me._LoadLow_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadLow_2.Size = New System.Drawing.Size(65, 25)
Me._LoadLow_2.TabIndex = 800
Me._LoadLow_2.Text = "Low"
'
'_LoadSend_2
'
Me._LoadSend_2.BackColor = System.Drawing.SystemColors.Control
Me._LoadSend_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSend_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSend_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSend.SetIndex(Me._LoadSend_2, CType(2,Short))
Me._LoadSend_2.Location = New System.Drawing.Point(144, 328)
Me._LoadSend_2.Name = "_LoadSend_2"
Me._LoadSend_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSend_2.Size = New System.Drawing.Size(97, 33)
Me._LoadSend_2.TabIndex = 317
Me._LoadSend_2.Text = "Send"
'
'_LoadClose_2
'
Me._LoadClose_2.BackColor = System.Drawing.SystemColors.Control
Me._LoadClose_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadClose_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadClose_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadClose.SetIndex(Me._LoadClose_2, CType(2,Short))
Me._LoadClose_2.Location = New System.Drawing.Point(392, 328)
Me._LoadClose_2.Name = "_LoadClose_2"
Me._LoadClose_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadClose_2.Size = New System.Drawing.Size(105, 33)
Me._LoadClose_2.TabIndex = 318
Me._LoadClose_2.Text = "Cancel"
'
'_LoadID400_2
'
Me._LoadID400_2.AcceptsReturn = true
Me._LoadID400_2.AutoSize = false
Me._LoadID400_2.BackColor = System.Drawing.SystemColors.Window
Me._LoadID400_2.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID400_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID400_2.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID400.SetIndex(Me._LoadID400_2, CType(2,Short))
Me._LoadID400_2.Location = New System.Drawing.Point(240, 56)
Me._LoadID400_2.MaxLength = 0
Me._LoadID400_2.Name = "_LoadID400_2"
Me._LoadID400_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID400_2.Size = New System.Drawing.Size(289, 25)
Me._LoadID400_2.TabIndex = 305
Me._LoadID400_2.Text = "Text1"
Me._LoadID400_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadDeadface_400_2
'
Me._LoadDeadface_400_2.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_400_2.Controls.Add(Me._LoadDeadfaceOpen_400_2)
Me._LoadDeadface_400_2.Controls.Add(Me._LoadDeadfaceClose_400_2)
Me._LoadDeadface_400_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_400_2.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_400.SetIndex(Me._LoadDeadface_400_2, CType(2,Short))
Me._LoadDeadface_400_2.Location = New System.Drawing.Point(448, 136)
Me._LoadDeadface_400_2.Name = "_LoadDeadface_400_2"
Me._LoadDeadface_400_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_400_2.Size = New System.Drawing.Size(216, 56)
Me._LoadDeadface_400_2.TabIndex = 302
Me._LoadDeadface_400_2.TabStop = false
'
'_LoadDeadfaceOpen_400_2
'
Me._LoadDeadfaceOpen_400_2.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_400_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_400_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_400_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_400.SetIndex(Me._LoadDeadfaceOpen_400_2, CType(2,Short))
Me._LoadDeadfaceOpen_400_2.Location = New System.Drawing.Point(112, 16)
Me._LoadDeadfaceOpen_400_2.Name = "_LoadDeadfaceOpen_400_2"
Me._LoadDeadfaceOpen_400_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_400_2.Size = New System.Drawing.Size(96, 32)
Me._LoadDeadfaceOpen_400_2.TabIndex = 311
Me._LoadDeadfaceOpen_400_2.Text = "Deadface Open"
'
'_LoadDeadfaceClose_400_2
'
Me._LoadDeadfaceClose_400_2.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_400_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_400_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_400_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_400.SetIndex(Me._LoadDeadfaceClose_400_2, CType(2,Short))
Me._LoadDeadfaceClose_400_2.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_400_2.Name = "_LoadDeadfaceClose_400_2"
Me._LoadDeadfaceClose_400_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_400_2.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_400_2.TabIndex = 310
Me._LoadDeadfaceClose_400_2.Text = "Deadface Close"
'
'_LoadDeadface_48_2
'
Me._LoadDeadface_48_2.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_48_2.Controls.Add(Me._LoadDeadfaceOpen_48_2)
Me._LoadDeadface_48_2.Controls.Add(Me._LoadDeadfaceClose_48_2)
Me._LoadDeadface_48_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_48_2.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_48.SetIndex(Me._LoadDeadface_48_2, CType(2,Short))
Me._LoadDeadface_48_2.Location = New System.Drawing.Point(448, 200)
Me._LoadDeadface_48_2.Name = "_LoadDeadface_48_2"
Me._LoadDeadface_48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_48_2.Size = New System.Drawing.Size(216, 56)
Me._LoadDeadface_48_2.TabIndex = 299
Me._LoadDeadface_48_2.TabStop = false
'
'_LoadDeadfaceOpen_48_2
'
Me._LoadDeadfaceOpen_48_2.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_48_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_48_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_48_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_48.SetIndex(Me._LoadDeadfaceOpen_48_2, CType(2,Short))
Me._LoadDeadfaceOpen_48_2.Location = New System.Drawing.Point(112, 16)
Me._LoadDeadfaceOpen_48_2.Name = "_LoadDeadfaceOpen_48_2"
Me._LoadDeadfaceOpen_48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_48_2.Size = New System.Drawing.Size(88, 32)
Me._LoadDeadfaceOpen_48_2.TabIndex = 316
Me._LoadDeadfaceOpen_48_2.Text = "Deadface Open"
'
'_LoadDeadfaceClose_48_2
'
Me._LoadDeadfaceClose_48_2.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_48_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_48_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_48_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_48.SetIndex(Me._LoadDeadfaceClose_48_2, CType(2,Short))
Me._LoadDeadfaceClose_48_2.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_48_2.Name = "_LoadDeadfaceClose_48_2"
Me._LoadDeadfaceClose_48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_48_2.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_48_2.TabIndex = 315
Me._LoadDeadfaceClose_48_2.Text = "Deadface Close"
'
'_LoadID48_2
'
Me._LoadID48_2.AcceptsReturn = true
Me._LoadID48_2.AutoSize = false
Me._LoadID48_2.BackColor = System.Drawing.SystemColors.Window
Me._LoadID48_2.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID48_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID48_2.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID48.SetIndex(Me._LoadID48_2, CType(2,Short))
Me._LoadID48_2.Location = New System.Drawing.Point(240, 96)
Me._LoadID48_2.MaxLength = 0
Me._LoadID48_2.Name = "_LoadID48_2"
Me._LoadID48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID48_2.Size = New System.Drawing.Size(289, 25)
Me._LoadID48_2.TabIndex = 306
Me._LoadID48_2.Text = "Text1"
Me._LoadID48_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_A1_2
'
Me._A1_2.BackColor = System.Drawing.Color.Transparent
Me._A1_2.Cursor = System.Windows.Forms.Cursors.Default
Me._A1_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A1_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.A1.SetIndex(Me._A1_2, CType(2,Short))
Me._A1_2.Location = New System.Drawing.Point(232, 160)
Me._A1_2.Name = "_A1_2"
Me._A1_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A1_2.Size = New System.Drawing.Size(25, 25)
Me._A1_2.TabIndex = 328
Me._A1_2.Text = "A"
'
'_I_limit1_2
'
Me._I_limit1_2.BackColor = System.Drawing.Color.Transparent
Me._I_limit1_2.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit1_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit1_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit1.SetIndex(Me._I_limit1_2, CType(2,Short))
Me._I_limit1_2.Location = New System.Drawing.Point(56, 224)
Me._I_limit1_2.Name = "_I_limit1_2"
Me._I_limit1_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit1_2.Size = New System.Drawing.Size(96, 25)
Me._I_limit1_2.TabIndex = 327
Me._I_limit1_2.Text = "Current limit"
'
'_I_limit_2
'
Me._I_limit_2.BackColor = System.Drawing.Color.Transparent
Me._I_limit_2.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit.SetIndex(Me._I_limit_2, CType(2,Short))
Me._I_limit_2.Location = New System.Drawing.Point(56, 160)
Me._I_limit_2.Name = "_I_limit_2"
Me._I_limit_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit_2.Size = New System.Drawing.Size(96, 25)
Me._I_limit_2.TabIndex = 326
Me._I_limit_2.Text = "Current limit"
'
'_Load_48_2
'
Me._Load_48_2.BackColor = System.Drawing.Color.Transparent
Me._Load_48_2.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_48_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_48.SetIndex(Me._Load_48_2, CType(2,Short))
Me._Load_48_2.Location = New System.Drawing.Point(8, 224)
Me._Load_48_2.Name = "_Load_48_2"
Me._Load_48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48_2.Size = New System.Drawing.Size(40, 33)
Me._Load_48_2.TabIndex = 325
Me._Load_48_2.Text = "48V"
'
'_Load_400_2
'
Me._Load_400_2.BackColor = System.Drawing.Color.Transparent
Me._Load_400_2.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_400_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_400.SetIndex(Me._Load_400_2, CType(2,Short))
Me._Load_400_2.Location = New System.Drawing.Point(8, 160)
Me._Load_400_2.Name = "_Load_400_2"
Me._Load_400_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400_2.Size = New System.Drawing.Size(48, 25)
Me._Load_400_2.TabIndex = 324
Me._Load_400_2.Text = "400V"
'
'_A11_2
'
Me._A11_2.BackColor = System.Drawing.Color.Transparent
Me._A11_2.Cursor = System.Windows.Forms.Cursors.Default
Me._A11_2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A11_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.A11.SetIndex(Me._A11_2, CType(2,Short))
Me._A11_2.Location = New System.Drawing.Point(232, 224)
Me._A11_2.Name = "_A11_2"
Me._A11_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A11_2.Size = New System.Drawing.Size(25, 25)
Me._A11_2.TabIndex = 323
Me._A11_2.Text = "A"
'
'_LoadPrior_2
'
Me._LoadPrior_2.BackColor = System.Drawing.Color.Transparent
Me._LoadPrior_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadPrior_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPrior_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadPrior.SetIndex(Me._LoadPrior_2, CType(2,Short))
Me._LoadPrior_2.Location = New System.Drawing.Point(80, 280)
Me._LoadPrior_2.Name = "_LoadPrior_2"
Me._LoadPrior_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPrior_2.Size = New System.Drawing.Size(73, 25)
Me._LoadPrior_2.TabIndex = 322
Me._LoadPrior_2.Text = "Priority"
'
'_LoadIDLabel400_2
'
Me._LoadIDLabel400_2.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel400_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel400_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel400_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel400.SetIndex(Me._LoadIDLabel400_2, CType(2,Short))
Me._LoadIDLabel400_2.Location = New System.Drawing.Point(8, 56)
Me._LoadIDLabel400_2.Name = "_LoadIDLabel400_2"
Me._LoadIDLabel400_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel400_2.Size = New System.Drawing.Size(192, 25)
Me._LoadIDLabel400_2.TabIndex = 321
Me._LoadIDLabel400_2.Text = "400V Load Desciption/ID"
'
'_LoadIDLabel48_2
'
Me._LoadIDLabel48_2.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel48_2.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel48_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel48_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel48.SetIndex(Me._LoadIDLabel48_2, CType(2,Short))
Me._LoadIDLabel48_2.Location = New System.Drawing.Point(8, 96)
Me._LoadIDLabel48_2.Name = "_LoadIDLabel48_2"
Me._LoadIDLabel48_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel48_2.Size = New System.Drawing.Size(201, 25)
Me._LoadIDLabel48_2.TabIndex = 320
Me._LoadIDLabel48_2.Text = "48V Load Description/ID"
'
'_LoadConfig_1
'
Me._LoadConfig_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadConfig_1.Controls.Add(Me._LoadILimit48_1)
Me._LoadConfig_1.Controls.Add(Me._LoadILimit400_1)
Me._LoadConfig_1.Controls.Add(Me._LoadSwitch_400_1)
Me._LoadConfig_1.Controls.Add(Me._LoadSwitch_48_1)
Me._LoadConfig_1.Controls.Add(Me._LoadPriority_1)
Me._LoadConfig_1.Controls.Add(Me._LoadSend_1)
Me._LoadConfig_1.Controls.Add(Me._LoadClose_1)
Me._LoadConfig_1.Controls.Add(Me._LoadID400_1)
Me._LoadConfig_1.Controls.Add(Me._LoadDeadface_400_1)
Me._LoadConfig_1.Controls.Add(Me._LoadDeadface_48_1)
Me._LoadConfig_1.Controls.Add(Me._LoadID48_1)
Me._LoadConfig_1.Controls.Add(Me._A1_1)
Me._LoadConfig_1.Controls.Add(Me._I_limit1_1)
Me._LoadConfig_1.Controls.Add(Me._I_limit_1)
Me._LoadConfig_1.Controls.Add(Me._Load_48_1)
Me._LoadConfig_1.Controls.Add(Me._Load_400_1)
Me._LoadConfig_1.Controls.Add(Me._A11_1)
Me._LoadConfig_1.Controls.Add(Me._LoadPrior_1)
Me._LoadConfig_1.Controls.Add(Me._LoadIDLabel400_1)
Me._LoadConfig_1.Controls.Add(Me._LoadIDLabel48_1)
Me._LoadConfig_1.Font = New System.Drawing.Font("Arial", 18!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadConfig_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadConfig.SetIndex(Me._LoadConfig_1, CType(1,Short))
Me._LoadConfig_1.Location = New System.Drawing.Point(16, 592)
Me._LoadConfig_1.Name = "_LoadConfig_1"
Me._LoadConfig_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadConfig_1.Size = New System.Drawing.Size(672, 368)
Me._LoadConfig_1.TabIndex = 265
Me._LoadConfig_1.TabStop = false
Me._LoadConfig_1.Text = "External Load 2 Configuration"
Me._LoadConfig_1.Visible = false
'
'_LoadILimit48_1
'
Me._LoadILimit48_1.AcceptsReturn = true
Me._LoadILimit48_1.AutoSize = false
Me._LoadILimit48_1.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit48_1.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit48_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit48_1.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit48.SetIndex(Me._LoadILimit48_1, CType(1,Short))
Me._LoadILimit48_1.Location = New System.Drawing.Point(160, 216)
Me._LoadILimit48_1.MaxLength = 0
Me._LoadILimit48_1.Name = "_LoadILimit48_1"
Me._LoadILimit48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit48_1.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit48_1.TabIndex = 280
Me._LoadILimit48_1.Text = ""
Me._LoadILimit48_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadILimit400_1
'
Me._LoadILimit400_1.AcceptsReturn = true
Me._LoadILimit400_1.AutoSize = false
Me._LoadILimit400_1.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit400_1.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit400_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit400_1.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit400.SetIndex(Me._LoadILimit400_1, CType(1,Short))
Me._LoadILimit400_1.Location = New System.Drawing.Point(160, 144)
Me._LoadILimit400_1.MaxLength = 0
Me._LoadILimit400_1.Name = "_LoadILimit400_1"
Me._LoadILimit400_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit400_1.Size = New System.Drawing.Size(72, 25)
Me._LoadILimit400_1.TabIndex = 275
Me._LoadILimit400_1.Text = ""
Me._LoadILimit400_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadSwitch_400_1
'
Me._LoadSwitch_400_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadSwitch_400_1.Controls.Add(Me._LoadSwitchClose_400_1)
Me._LoadSwitch_400_1.Controls.Add(Me._LoadSwitchOpen_400_1)
Me._LoadSwitch_400_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_400_1.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_400.SetIndex(Me._LoadSwitch_400_1, CType(1,Short))
Me._LoadSwitch_400_1.Location = New System.Drawing.Point(256, 128)
Me._LoadSwitch_400_1.Name = "_LoadSwitch_400_1"
Me._LoadSwitch_400_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_400_1.Size = New System.Drawing.Size(184, 56)
Me._LoadSwitch_400_1.TabIndex = 283
Me._LoadSwitch_400_1.TabStop = false
'
'_LoadSwitchClose_400_1
'
Me._LoadSwitchClose_400_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadSwitchClose_400_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_400_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_400_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_400.SetIndex(Me._LoadSwitchClose_400_1, CType(1,Short))
Me._LoadSwitchClose_400_1.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_400_1.Name = "_LoadSwitchClose_400_1"
Me._LoadSwitchClose_400_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_400_1.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_400_1.TabIndex = 276
Me._LoadSwitchClose_400_1.Text = "Switch Close"
'
'_LoadSwitchOpen_400_1
'
Me._LoadSwitchOpen_400_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadSwitchOpen_400_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_400_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_400_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_400.SetIndex(Me._LoadSwitchOpen_400_1, CType(1,Short))
Me._LoadSwitchOpen_400_1.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_400_1.Name = "_LoadSwitchOpen_400_1"
Me._LoadSwitchOpen_400_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_400_1.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_400_1.TabIndex = 277
Me._LoadSwitchOpen_400_1.Text = "Switch Open"
'
'_LoadSwitch_48_1
'
Me._LoadSwitch_48_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadSwitch_48_1.Controls.Add(Me._LoadSwitchClose_48_1)
Me._LoadSwitch_48_1.Controls.Add(Me._LoadSwitchOpen_48_1)
Me._LoadSwitch_48_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_48_1.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_48.SetIndex(Me._LoadSwitch_48_1, CType(1,Short))
Me._LoadSwitch_48_1.Location = New System.Drawing.Point(256, 200)
Me._LoadSwitch_48_1.Name = "_LoadSwitch_48_1"
Me._LoadSwitch_48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_48_1.Size = New System.Drawing.Size(185, 56)
Me._LoadSwitch_48_1.TabIndex = 280
Me._LoadSwitch_48_1.TabStop = false
'
'_LoadSwitchClose_48_1
'
Me._LoadSwitchClose_48_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadSwitchClose_48_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_48_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_48_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_48.SetIndex(Me._LoadSwitchClose_48_1, CType(1,Short))
Me._LoadSwitchClose_48_1.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_48_1.Name = "_LoadSwitchClose_48_1"
Me._LoadSwitchClose_48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_48_1.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_48_1.TabIndex = 281
Me._LoadSwitchClose_48_1.Text = "Switch Close"
'
'_LoadSwitchOpen_48_1
'
Me._LoadSwitchOpen_48_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadSwitchOpen_48_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_48_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_48_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_48.SetIndex(Me._LoadSwitchOpen_48_1, CType(1,Short))
Me._LoadSwitchOpen_48_1.Location = New System.Drawing.Point(96, 16)
Me._LoadSwitchOpen_48_1.Name = "_LoadSwitchOpen_48_1"
Me._LoadSwitchOpen_48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_48_1.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_48_1.TabIndex = 282
Me._LoadSwitchOpen_48_1.Text = "Switch Open"
'
'_LoadPriority_1
'
Me._LoadPriority_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadPriority_1.Controls.Add(Me._LoadHigh_1)
Me._LoadPriority_1.Controls.Add(Me._LoadMedium_1)
Me._LoadPriority_1.Controls.Add(Me._LoadLow_1)
Me._LoadPriority_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPriority_1.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadPriority.SetIndex(Me._LoadPriority_1, CType(1,Short))
Me._LoadPriority_1.Location = New System.Drawing.Point(176, 264)
Me._LoadPriority_1.Name = "_LoadPriority_1"
Me._LoadPriority_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPriority_1.Size = New System.Drawing.Size(377, 49)
Me._LoadPriority_1.TabIndex = 276
Me._LoadPriority_1.TabStop = false
'
'_LoadHigh_1
'
Me._LoadHigh_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadHigh_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadHigh_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadHigh_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadHigh.SetIndex(Me._LoadHigh_1, CType(1,Short))
Me._LoadHigh_1.Location = New System.Drawing.Point(16, 16)
Me._LoadHigh_1.Name = "_LoadHigh_1"
Me._LoadHigh_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadHigh_1.Size = New System.Drawing.Size(57, 25)
Me._LoadHigh_1.TabIndex = 800
Me._LoadHigh_1.Text = "High"
'
'_LoadMedium_1
'
Me._LoadMedium_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadMedium_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadMedium_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadMedium_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadMedium.SetIndex(Me._LoadMedium_1, CType(1,Short))
Me._LoadMedium_1.Location = New System.Drawing.Point(128, 16)
Me._LoadMedium_1.Name = "_LoadMedium_1"
Me._LoadMedium_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadMedium_1.Size = New System.Drawing.Size(89, 25)
Me._LoadMedium_1.TabIndex = 800
Me._LoadMedium_1.Text = "Medium"
'
'_LoadLow_1
'
Me._LoadLow_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadLow_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadLow_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadLow_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadLow.SetIndex(Me._LoadLow_1, CType(1,Short))
Me._LoadLow_1.Location = New System.Drawing.Point(256, 16)
Me._LoadLow_1.Name = "_LoadLow_1"
Me._LoadLow_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadLow_1.Size = New System.Drawing.Size(65, 25)
Me._LoadLow_1.TabIndex = 800
Me._LoadLow_1.Text = "Low"
'
'_LoadSend_1
'
Me._LoadSend_1.BackColor = System.Drawing.SystemColors.Control
Me._LoadSend_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSend_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSend_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSend.SetIndex(Me._LoadSend_1, CType(1,Short))
Me._LoadSend_1.Location = New System.Drawing.Point(168, 328)
Me._LoadSend_1.Name = "_LoadSend_1"
Me._LoadSend_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSend_1.Size = New System.Drawing.Size(97, 33)
Me._LoadSend_1.TabIndex = 285
Me._LoadSend_1.Text = "Send"
'
'_LoadClose_1
'
Me._LoadClose_1.BackColor = System.Drawing.SystemColors.Control
Me._LoadClose_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadClose_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadClose_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadClose.SetIndex(Me._LoadClose_1, CType(1,Short))
Me._LoadClose_1.Location = New System.Drawing.Point(416, 328)
Me._LoadClose_1.Name = "_LoadClose_1"
Me._LoadClose_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadClose_1.Size = New System.Drawing.Size(105, 33)
Me._LoadClose_1.TabIndex = 286
Me._LoadClose_1.Text = "Cancel"
'
'_LoadID400_1
'
Me._LoadID400_1.AcceptsReturn = true
Me._LoadID400_1.AutoSize = false
Me._LoadID400_1.BackColor = System.Drawing.SystemColors.Window
Me._LoadID400_1.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID400_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID400_1.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID400.SetIndex(Me._LoadID400_1, CType(1,Short))
Me._LoadID400_1.Location = New System.Drawing.Point(216, 48)
Me._LoadID400_1.MaxLength = 0
Me._LoadID400_1.Name = "_LoadID400_1"
Me._LoadID400_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID400_1.Size = New System.Drawing.Size(289, 25)
Me._LoadID400_1.TabIndex = 273
Me._LoadID400_1.Text = "Text1"
Me._LoadID400_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadDeadface_400_1
'
Me._LoadDeadface_400_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadDeadface_400_1.Controls.Add(Me._LoadDeadfaceOpen_400_1)
Me._LoadDeadface_400_1.Controls.Add(Me._LoadDeadfaceClose_400_1)
Me._LoadDeadface_400_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_400_1.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_400.SetIndex(Me._LoadDeadface_400_1, CType(1,Short))
Me._LoadDeadface_400_1.Location = New System.Drawing.Point(456, 128)
Me._LoadDeadface_400_1.Name = "_LoadDeadface_400_1"
Me._LoadDeadface_400_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_400_1.Size = New System.Drawing.Size(208, 56)
Me._LoadDeadface_400_1.TabIndex = 270
Me._LoadDeadface_400_1.TabStop = false
'
'_LoadDeadfaceOpen_400_1
'
Me._LoadDeadfaceOpen_400_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadDeadfaceOpen_400_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_400_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_400_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_400.SetIndex(Me._LoadDeadfaceOpen_400_1, CType(1,Short))
Me._LoadDeadfaceOpen_400_1.Location = New System.Drawing.Point(104, 16)
Me._LoadDeadfaceOpen_400_1.Name = "_LoadDeadfaceOpen_400_1"
Me._LoadDeadfaceOpen_400_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_400_1.Size = New System.Drawing.Size(88, 32)
Me._LoadDeadfaceOpen_400_1.TabIndex = 279
Me._LoadDeadfaceOpen_400_1.Text = "Deadface Open"
'
'_LoadDeadfaceClose_400_1
'
Me._LoadDeadfaceClose_400_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadDeadfaceClose_400_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_400_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_400_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_400.SetIndex(Me._LoadDeadfaceClose_400_1, CType(1,Short))
Me._LoadDeadfaceClose_400_1.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_400_1.Name = "_LoadDeadfaceClose_400_1"
Me._LoadDeadfaceClose_400_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_400_1.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_400_1.TabIndex = 278
Me._LoadDeadfaceClose_400_1.Text = "Deadface Close"
'
'_LoadDeadface_48_1
'
Me._LoadDeadface_48_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadDeadface_48_1.Controls.Add(Me._LoadDeadfaceOpen_48_1)
Me._LoadDeadface_48_1.Controls.Add(Me._LoadDeadfaceClose_48_1)
Me._LoadDeadface_48_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_48_1.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_48.SetIndex(Me._LoadDeadface_48_1, CType(1,Short))
Me._LoadDeadface_48_1.Location = New System.Drawing.Point(456, 200)
Me._LoadDeadface_48_1.Name = "_LoadDeadface_48_1"
Me._LoadDeadface_48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_48_1.Size = New System.Drawing.Size(208, 56)
Me._LoadDeadface_48_1.TabIndex = 267
Me._LoadDeadface_48_1.TabStop = false
'
'_LoadDeadfaceOpen_48_1
'
Me._LoadDeadfaceOpen_48_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadDeadfaceOpen_48_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_48_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_48_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_48.SetIndex(Me._LoadDeadfaceOpen_48_1, CType(1,Short))
Me._LoadDeadfaceOpen_48_1.Location = New System.Drawing.Point(104, 16)
Me._LoadDeadfaceOpen_48_1.Name = "_LoadDeadfaceOpen_48_1"
Me._LoadDeadfaceOpen_48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_48_1.Size = New System.Drawing.Size(96, 32)
Me._LoadDeadfaceOpen_48_1.TabIndex = 284
Me._LoadDeadfaceOpen_48_1.Text = "Deadface Open"
'
'_LoadDeadfaceClose_48_1
'
Me._LoadDeadfaceClose_48_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadDeadfaceClose_48_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_48_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_48_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_48.SetIndex(Me._LoadDeadfaceClose_48_1, CType(1,Short))
Me._LoadDeadfaceClose_48_1.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_48_1.Name = "_LoadDeadfaceClose_48_1"
Me._LoadDeadfaceClose_48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_48_1.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_48_1.TabIndex = 283
Me._LoadDeadfaceClose_48_1.Text = "Deadface Close"
'
'_LoadID48_1
'
Me._LoadID48_1.AcceptsReturn = true
Me._LoadID48_1.AutoSize = false
Me._LoadID48_1.BackColor = System.Drawing.SystemColors.Window
Me._LoadID48_1.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID48_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID48_1.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID48.SetIndex(Me._LoadID48_1, CType(1,Short))
Me._LoadID48_1.Location = New System.Drawing.Point(216, 88)
Me._LoadID48_1.MaxLength = 0
Me._LoadID48_1.Name = "_LoadID48_1"
Me._LoadID48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID48_1.Size = New System.Drawing.Size(289, 25)
Me._LoadID48_1.TabIndex = 274
Me._LoadID48_1.Text = "Text1"
Me._LoadID48_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_A1_1
'
Me._A1_1.BackColor = System.Drawing.Color.Transparent
Me._A1_1.Cursor = System.Windows.Forms.Cursors.Default
Me._A1_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A1_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.A1.SetIndex(Me._A1_1, CType(1,Short))
Me._A1_1.Location = New System.Drawing.Point(240, 148)
Me._A1_1.Name = "_A1_1"
Me._A1_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A1_1.Size = New System.Drawing.Size(24, 25)
Me._A1_1.TabIndex = 296
Me._A1_1.Text = "A"
'
'_I_limit1_1
'
Me._I_limit1_1.BackColor = System.Drawing.Color.Transparent
Me._I_limit1_1.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit1_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit1_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit1.SetIndex(Me._I_limit1_1, CType(1,Short))
Me._I_limit1_1.Location = New System.Drawing.Point(64, 220)
Me._I_limit1_1.Name = "_I_limit1_1"
Me._I_limit1_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit1_1.Size = New System.Drawing.Size(96, 25)
Me._I_limit1_1.TabIndex = 295
Me._I_limit1_1.Text = "Current limit"
'
'_I_limit_1
'
Me._I_limit_1.BackColor = System.Drawing.Color.Transparent
Me._I_limit_1.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit.SetIndex(Me._I_limit_1, CType(1,Short))
Me._I_limit_1.Location = New System.Drawing.Point(64, 148)
Me._I_limit_1.Name = "_I_limit_1"
Me._I_limit_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit_1.Size = New System.Drawing.Size(96, 25)
Me._I_limit_1.TabIndex = 294
Me._I_limit_1.Text = "Current limit"
'
'_Load_48_1
'
Me._Load_48_1.BackColor = System.Drawing.Color.Transparent
Me._Load_48_1.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_48_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_48.SetIndex(Me._Load_48_1, CType(1,Short))
Me._Load_48_1.Location = New System.Drawing.Point(16, 220)
Me._Load_48_1.Name = "_Load_48_1"
Me._Load_48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48_1.Size = New System.Drawing.Size(48, 33)
Me._Load_48_1.TabIndex = 293
Me._Load_48_1.Text = "48V"
'
'_Load_400_1
'
Me._Load_400_1.BackColor = System.Drawing.Color.Transparent
Me._Load_400_1.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_400_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_400.SetIndex(Me._Load_400_1, CType(1,Short))
Me._Load_400_1.Location = New System.Drawing.Point(16, 148)
Me._Load_400_1.Name = "_Load_400_1"
Me._Load_400_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400_1.Size = New System.Drawing.Size(56, 25)
Me._Load_400_1.TabIndex = 292
Me._Load_400_1.Text = "400V"
'
'_A11_1
'
Me._A11_1.BackColor = System.Drawing.Color.Transparent
Me._A11_1.Cursor = System.Windows.Forms.Cursors.Default
Me._A11_1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A11_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.A11.SetIndex(Me._A11_1, CType(1,Short))
Me._A11_1.Location = New System.Drawing.Point(240, 220)
Me._A11_1.Name = "_A11_1"
Me._A11_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A11_1.Size = New System.Drawing.Size(25, 25)
Me._A11_1.TabIndex = 291
Me._A11_1.Text = "A"
'
'_LoadPrior_1
'
Me._LoadPrior_1.BackColor = System.Drawing.Color.Transparent
Me._LoadPrior_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadPrior_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPrior_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadPrior.SetIndex(Me._LoadPrior_1, CType(1,Short))
Me._LoadPrior_1.Location = New System.Drawing.Point(88, 280)
Me._LoadPrior_1.Name = "_LoadPrior_1"
Me._LoadPrior_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPrior_1.Size = New System.Drawing.Size(88, 25)
Me._LoadPrior_1.TabIndex = 290
Me._LoadPrior_1.Text = "Priority"
'
'_LoadIDLabel400_1
'
Me._LoadIDLabel400_1.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel400_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel400_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel400_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel400.SetIndex(Me._LoadIDLabel400_1, CType(1,Short))
Me._LoadIDLabel400_1.Location = New System.Drawing.Point(16, 48)
Me._LoadIDLabel400_1.Name = "_LoadIDLabel400_1"
Me._LoadIDLabel400_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel400_1.Size = New System.Drawing.Size(200, 25)
Me._LoadIDLabel400_1.TabIndex = 289
Me._LoadIDLabel400_1.Text = "400V Load Desciption/ID"
'
'_LoadIDLabel48_1
'
Me._LoadIDLabel48_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LoadIDLabel48_1.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel48_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel48_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel48.SetIndex(Me._LoadIDLabel48_1, CType(1,Short))
Me._LoadIDLabel48_1.Location = New System.Drawing.Point(16, 88)
Me._LoadIDLabel48_1.Name = "_LoadIDLabel48_1"
Me._LoadIDLabel48_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel48_1.Size = New System.Drawing.Size(216, 25)
Me._LoadIDLabel48_1.TabIndex = 288
Me._LoadIDLabel48_1.Text = "48V Load Description/ID"
'
'_LoadConfig_0
'
Me._LoadConfig_0.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(192,Byte), CType(128,Byte))
Me._LoadConfig_0.Controls.Add(Me._LoadID48_0)
Me._LoadConfig_0.Controls.Add(Me._LoadDeadface_48_0)
Me._LoadConfig_0.Controls.Add(Me._LoadDeadface_400_0)
Me._LoadConfig_0.Controls.Add(Me._LoadID400_0)
Me._LoadConfig_0.Controls.Add(Me._LoadClose_0)
Me._LoadConfig_0.Controls.Add(Me._LoadSend_0)
Me._LoadConfig_0.Controls.Add(Me._LoadPriority_0)
Me._LoadConfig_0.Controls.Add(Me._LoadSwitch_48_0)
Me._LoadConfig_0.Controls.Add(Me._LoadSwitch_400_0)
Me._LoadConfig_0.Controls.Add(Me._LoadILimit400_0)
Me._LoadConfig_0.Controls.Add(Me._LoadILimit48_0)
Me._LoadConfig_0.Controls.Add(Me._LoadIDLabel48_0)
Me._LoadConfig_0.Controls.Add(Me._LoadIDLabel400_0)
Me._LoadConfig_0.Controls.Add(Me._LoadPrior_0)
Me._LoadConfig_0.Controls.Add(Me._A11_0)
Me._LoadConfig_0.Controls.Add(Me._Load_400_0)
Me._LoadConfig_0.Controls.Add(Me._Load_48_0)
Me._LoadConfig_0.Controls.Add(Me._I_limit_0)
Me._LoadConfig_0.Controls.Add(Me._I_limit1_0)
Me._LoadConfig_0.Controls.Add(Me._A1_0)
Me._LoadConfig_0.Font = New System.Drawing.Font("Arial", 18!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadConfig_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadConfig.SetIndex(Me._LoadConfig_0, CType(0,Short))
Me._LoadConfig_0.Location = New System.Drawing.Point(16, 592)
Me._LoadConfig_0.Name = "_LoadConfig_0"
Me._LoadConfig_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadConfig_0.Size = New System.Drawing.Size(672, 368)
Me._LoadConfig_0.TabIndex = 39
Me._LoadConfig_0.TabStop = false
Me._LoadConfig_0.Text = "External Load 1 Configuration"
Me._LoadConfig_0.Visible = false
'
'_LoadID48_0
'
Me._LoadID48_0.AcceptsReturn = true
Me._LoadID48_0.AutoSize = false
Me._LoadID48_0.BackColor = System.Drawing.SystemColors.Window
Me._LoadID48_0.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID48_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID48_0.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID48.SetIndex(Me._LoadID48_0, CType(0,Short))
Me._LoadID48_0.Location = New System.Drawing.Point(232, 88)
Me._LoadID48_0.MaxLength = 0
Me._LoadID48_0.Name = "_LoadID48_0"
Me._LoadID48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID48_0.Size = New System.Drawing.Size(289, 25)
Me._LoadID48_0.TabIndex = 193
Me._LoadID48_0.Text = "Text1"
Me._LoadID48_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadDeadface_48_0
'
Me._LoadDeadface_48_0.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_48_0.Controls.Add(Me._LoadDeadfaceClose_48_0)
Me._LoadDeadface_48_0.Controls.Add(Me._LoadDeadfaceOpen_48_0)
Me._LoadDeadface_48_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_48_0.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_48.SetIndex(Me._LoadDeadface_48_0, CType(0,Short))
Me._LoadDeadface_48_0.Location = New System.Drawing.Point(472, 184)
Me._LoadDeadface_48_0.Name = "_LoadDeadface_48_0"
Me._LoadDeadface_48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_48_0.Size = New System.Drawing.Size(192, 56)
Me._LoadDeadface_48_0.TabIndex = 259
Me._LoadDeadface_48_0.TabStop = false
'
'_LoadDeadfaceClose_48_0
'
Me._LoadDeadfaceClose_48_0.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_48_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_48_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_48_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_48.SetIndex(Me._LoadDeadfaceClose_48_0, CType(0,Short))
Me._LoadDeadfaceClose_48_0.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_48_0.Name = "_LoadDeadfaceClose_48_0"
Me._LoadDeadfaceClose_48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_48_0.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_48_0.TabIndex = 202
Me._LoadDeadfaceClose_48_0.Text = "Deadface Close"
'
'_LoadDeadfaceOpen_48_0
'
Me._LoadDeadfaceOpen_48_0.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_48_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_48_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_48_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_48.SetIndex(Me._LoadDeadfaceOpen_48_0, CType(0,Short))
Me._LoadDeadfaceOpen_48_0.Location = New System.Drawing.Point(104, 16)
Me._LoadDeadfaceOpen_48_0.Name = "_LoadDeadfaceOpen_48_0"
Me._LoadDeadfaceOpen_48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_48_0.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceOpen_48_0.TabIndex = 203
Me._LoadDeadfaceOpen_48_0.Text = "Deadface Open"
'
'_LoadDeadface_400_0
'
Me._LoadDeadface_400_0.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadface_400_0.Controls.Add(Me._LoadDeadfaceClose_400_0)
Me._LoadDeadface_400_0.Controls.Add(Me._LoadDeadfaceOpen_400_0)
Me._LoadDeadface_400_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadface_400_0.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadDeadface_400.SetIndex(Me._LoadDeadface_400_0, CType(0,Short))
Me._LoadDeadface_400_0.Location = New System.Drawing.Point(472, 120)
Me._LoadDeadface_400_0.Name = "_LoadDeadface_400_0"
Me._LoadDeadface_400_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadface_400_0.Size = New System.Drawing.Size(192, 56)
Me._LoadDeadface_400_0.TabIndex = 257
Me._LoadDeadface_400_0.TabStop = false
'
'_LoadDeadfaceClose_400_0
'
Me._LoadDeadfaceClose_400_0.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceClose_400_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceClose_400_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceClose_400_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceClose_400.SetIndex(Me._LoadDeadfaceClose_400_0, CType(0,Short))
Me._LoadDeadfaceClose_400_0.Location = New System.Drawing.Point(16, 16)
Me._LoadDeadfaceClose_400_0.Name = "_LoadDeadfaceClose_400_0"
Me._LoadDeadfaceClose_400_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceClose_400_0.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceClose_400_0.TabIndex = 197
Me._LoadDeadfaceClose_400_0.Text = "Deadface Close"
'
'_LoadDeadfaceOpen_400_0
'
Me._LoadDeadfaceOpen_400_0.BackColor = System.Drawing.Color.Transparent
Me._LoadDeadfaceOpen_400_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadDeadfaceOpen_400_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadDeadfaceOpen_400_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadDeadfaceOpen_400.SetIndex(Me._LoadDeadfaceOpen_400_0, CType(0,Short))
Me._LoadDeadfaceOpen_400_0.Location = New System.Drawing.Point(104, 16)
Me._LoadDeadfaceOpen_400_0.Name = "_LoadDeadfaceOpen_400_0"
Me._LoadDeadfaceOpen_400_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadDeadfaceOpen_400_0.Size = New System.Drawing.Size(80, 32)
Me._LoadDeadfaceOpen_400_0.TabIndex = 198
Me._LoadDeadfaceOpen_400_0.Text = "Deadface Open"
'
'_LoadID400_0
'
Me._LoadID400_0.AcceptsReturn = true
Me._LoadID400_0.AutoSize = false
Me._LoadID400_0.BackColor = System.Drawing.SystemColors.Window
Me._LoadID400_0.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadID400_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadID400_0.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadID400.SetIndex(Me._LoadID400_0, CType(0,Short))
Me._LoadID400_0.Location = New System.Drawing.Point(232, 48)
Me._LoadID400_0.MaxLength = 0
Me._LoadID400_0.Name = "_LoadID400_0"
Me._LoadID400_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadID400_0.Size = New System.Drawing.Size(289, 25)
Me._LoadID400_0.TabIndex = 192
Me._LoadID400_0.Text = "Text1"
Me._LoadID400_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadClose_0
'
Me._LoadClose_0.BackColor = System.Drawing.SystemColors.Control
Me._LoadClose_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadClose_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadClose_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadClose.SetIndex(Me._LoadClose_0, CType(0,Short))
Me._LoadClose_0.Location = New System.Drawing.Point(416, 320)
Me._LoadClose_0.Name = "_LoadClose_0"
Me._LoadClose_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadClose_0.Size = New System.Drawing.Size(105, 33)
Me._LoadClose_0.TabIndex = 205
Me._LoadClose_0.Text = "Cancel"
'
'_LoadSend_0
'
Me._LoadSend_0.BackColor = System.Drawing.SystemColors.Control
Me._LoadSend_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSend_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSend_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSend.SetIndex(Me._LoadSend_0, CType(0,Short))
Me._LoadSend_0.Location = New System.Drawing.Point(168, 320)
Me._LoadSend_0.Name = "_LoadSend_0"
Me._LoadSend_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSend_0.Size = New System.Drawing.Size(97, 33)
Me._LoadSend_0.TabIndex = 204
Me._LoadSend_0.Text = "Send"
'
'_LoadPriority_0
'
Me._LoadPriority_0.BackColor = System.Drawing.Color.Transparent
Me._LoadPriority_0.Controls.Add(Me._LoadLow_0)
Me._LoadPriority_0.Controls.Add(Me._LoadMedium_0)
Me._LoadPriority_0.Controls.Add(Me._LoadHigh_0)
Me._LoadPriority_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPriority_0.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadPriority.SetIndex(Me._LoadPriority_0, CType(0,Short))
Me._LoadPriority_0.Location = New System.Drawing.Point(192, 248)
Me._LoadPriority_0.Name = "_LoadPriority_0"
Me._LoadPriority_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPriority_0.Size = New System.Drawing.Size(377, 49)
Me._LoadPriority_0.TabIndex = 53
Me._LoadPriority_0.TabStop = false
'
'_LoadLow_0
'
Me._LoadLow_0.BackColor = System.Drawing.Color.Transparent
Me._LoadLow_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadLow_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadLow_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadLow.SetIndex(Me._LoadLow_0, CType(0,Short))
Me._LoadLow_0.Location = New System.Drawing.Point(256, 16)
Me._LoadLow_0.Name = "_LoadLow_0"
Me._LoadLow_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadLow_0.Size = New System.Drawing.Size(65, 25)
Me._LoadLow_0.TabIndex = 802
Me._LoadLow_0.Text = "Low"
'
'_LoadMedium_0
'
Me._LoadMedium_0.BackColor = System.Drawing.Color.Transparent
Me._LoadMedium_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadMedium_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadMedium_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadMedium.SetIndex(Me._LoadMedium_0, CType(0,Short))
Me._LoadMedium_0.Location = New System.Drawing.Point(128, 16)
Me._LoadMedium_0.Name = "_LoadMedium_0"
Me._LoadMedium_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadMedium_0.Size = New System.Drawing.Size(89, 25)
Me._LoadMedium_0.TabIndex = 801
Me._LoadMedium_0.Text = "Medium"
'
'_LoadHigh_0
'
Me._LoadHigh_0.BackColor = System.Drawing.Color.Transparent
Me._LoadHigh_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadHigh_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadHigh_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadHigh.SetIndex(Me._LoadHigh_0, CType(0,Short))
Me._LoadHigh_0.Location = New System.Drawing.Point(16, 16)
Me._LoadHigh_0.Name = "_LoadHigh_0"
Me._LoadHigh_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadHigh_0.Size = New System.Drawing.Size(57, 25)
Me._LoadHigh_0.TabIndex = 800
Me._LoadHigh_0.Text = "High"
'
'_LoadSwitch_48_0
'
Me._LoadSwitch_48_0.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_48_0.Controls.Add(Me._LoadSwitchOpen_48_0)
Me._LoadSwitch_48_0.Controls.Add(Me._LoadSwitchClose_48_0)
Me._LoadSwitch_48_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_48_0.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_48.SetIndex(Me._LoadSwitch_48_0, CType(0,Short))
Me._LoadSwitch_48_0.Location = New System.Drawing.Point(272, 184)
Me._LoadSwitch_48_0.Name = "_LoadSwitch_48_0"
Me._LoadSwitch_48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_48_0.Size = New System.Drawing.Size(192, 56)
Me._LoadSwitch_48_0.TabIndex = 50
Me._LoadSwitch_48_0.TabStop = false
'
'_LoadSwitchOpen_48_0
'
Me._LoadSwitchOpen_48_0.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_48_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_48_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_48_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_48.SetIndex(Me._LoadSwitchOpen_48_0, CType(0,Short))
Me._LoadSwitchOpen_48_0.Location = New System.Drawing.Point(104, 16)
Me._LoadSwitchOpen_48_0.Name = "_LoadSwitchOpen_48_0"
Me._LoadSwitchOpen_48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_48_0.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchOpen_48_0.TabIndex = 201
Me._LoadSwitchOpen_48_0.Text = "Switch Open"
'
'_LoadSwitchClose_48_0
'
Me._LoadSwitchClose_48_0.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_48_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_48_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_48_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_48.SetIndex(Me._LoadSwitchClose_48_0, CType(0,Short))
Me._LoadSwitchClose_48_0.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_48_0.Name = "_LoadSwitchClose_48_0"
Me._LoadSwitchClose_48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_48_0.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_48_0.TabIndex = 200
Me._LoadSwitchClose_48_0.Text = "Switch Close"
'
'_LoadSwitch_400_0
'
Me._LoadSwitch_400_0.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitch_400_0.Controls.Add(Me._LoadSwitchOpen_400_0)
Me._LoadSwitch_400_0.Controls.Add(Me._LoadSwitchClose_400_0)
Me._LoadSwitch_400_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitch_400_0.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadSwitch_400.SetIndex(Me._LoadSwitch_400_0, CType(0,Short))
Me._LoadSwitch_400_0.Location = New System.Drawing.Point(272, 120)
Me._LoadSwitch_400_0.Name = "_LoadSwitch_400_0"
Me._LoadSwitch_400_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitch_400_0.Size = New System.Drawing.Size(192, 56)
Me._LoadSwitch_400_0.TabIndex = 48
Me._LoadSwitch_400_0.TabStop = false
'
'_LoadSwitchOpen_400_0
'
Me._LoadSwitchOpen_400_0.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchOpen_400_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchOpen_400_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchOpen_400_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchOpen_400.SetIndex(Me._LoadSwitchOpen_400_0, CType(0,Short))
Me._LoadSwitchOpen_400_0.Location = New System.Drawing.Point(104, 16)
Me._LoadSwitchOpen_400_0.Name = "_LoadSwitchOpen_400_0"
Me._LoadSwitchOpen_400_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchOpen_400_0.Size = New System.Drawing.Size(65, 32)
Me._LoadSwitchOpen_400_0.TabIndex = 196
Me._LoadSwitchOpen_400_0.Text = "Switch Open"
'
'_LoadSwitchClose_400_0
'
Me._LoadSwitchClose_400_0.BackColor = System.Drawing.Color.Transparent
Me._LoadSwitchClose_400_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadSwitchClose_400_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadSwitchClose_400_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadSwitchClose_400.SetIndex(Me._LoadSwitchClose_400_0, CType(0,Short))
Me._LoadSwitchClose_400_0.Location = New System.Drawing.Point(16, 16)
Me._LoadSwitchClose_400_0.Name = "_LoadSwitchClose_400_0"
Me._LoadSwitchClose_400_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadSwitchClose_400_0.Size = New System.Drawing.Size(64, 32)
Me._LoadSwitchClose_400_0.TabIndex = 195
Me._LoadSwitchClose_400_0.Text = "Switch Close"
'
'_LoadILimit400_0
'
Me._LoadILimit400_0.AcceptsReturn = true
Me._LoadILimit400_0.AutoSize = false
Me._LoadILimit400_0.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit400_0.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit400_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit400_0.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit400.SetIndex(Me._LoadILimit400_0, CType(0,Short))
Me._LoadILimit400_0.Location = New System.Drawing.Point(176, 136)
Me._LoadILimit400_0.MaxLength = 0
Me._LoadILimit400_0.Name = "_LoadILimit400_0"
Me._LoadILimit400_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit400_0.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit400_0.TabIndex = 194
Me._LoadILimit400_0.Text = ""
Me._LoadILimit400_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadILimit48_0
'
Me._LoadILimit48_0.AcceptsReturn = true
Me._LoadILimit48_0.AutoSize = false
Me._LoadILimit48_0.BackColor = System.Drawing.SystemColors.Window
Me._LoadILimit48_0.Cursor = System.Windows.Forms.Cursors.IBeam
Me._LoadILimit48_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadILimit48_0.ForeColor = System.Drawing.SystemColors.WindowText
Me.LoadILimit48.SetIndex(Me._LoadILimit48_0, CType(0,Short))
Me._LoadILimit48_0.Location = New System.Drawing.Point(176, 200)
Me._LoadILimit48_0.MaxLength = 0
Me._LoadILimit48_0.Name = "_LoadILimit48_0"
Me._LoadILimit48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadILimit48_0.Size = New System.Drawing.Size(73, 25)
Me._LoadILimit48_0.TabIndex = 199
Me._LoadILimit48_0.Text = ""
Me._LoadILimit48_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_LoadIDLabel48_0
'
Me._LoadIDLabel48_0.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel48_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel48_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel48_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel48.SetIndex(Me._LoadIDLabel48_0, CType(0,Short))
Me._LoadIDLabel48_0.Location = New System.Drawing.Point(24, 88)
Me._LoadIDLabel48_0.Name = "_LoadIDLabel48_0"
Me._LoadIDLabel48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel48_0.Size = New System.Drawing.Size(192, 25)
Me._LoadIDLabel48_0.TabIndex = 263
Me._LoadIDLabel48_0.Text = "48V Load Description/ID"
'
'_LoadIDLabel400_0
'
Me._LoadIDLabel400_0.BackColor = System.Drawing.Color.Transparent
Me._LoadIDLabel400_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadIDLabel400_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadIDLabel400_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadIDLabel400.SetIndex(Me._LoadIDLabel400_0, CType(0,Short))
Me._LoadIDLabel400_0.Location = New System.Drawing.Point(24, 48)
Me._LoadIDLabel400_0.Name = "_LoadIDLabel400_0"
Me._LoadIDLabel400_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadIDLabel400_0.Size = New System.Drawing.Size(200, 25)
Me._LoadIDLabel400_0.TabIndex = 191
Me._LoadIDLabel400_0.Text = "400V Load Desciption/ID"
'
'_LoadPrior_0
'
Me._LoadPrior_0.BackColor = System.Drawing.Color.Transparent
Me._LoadPrior_0.Cursor = System.Windows.Forms.Cursors.Default
Me._LoadPrior_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LoadPrior_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LoadPrior.SetIndex(Me._LoadPrior_0, CType(0,Short))
Me._LoadPrior_0.Location = New System.Drawing.Point(104, 264)
Me._LoadPrior_0.Name = "_LoadPrior_0"
Me._LoadPrior_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LoadPrior_0.Size = New System.Drawing.Size(88, 25)
Me._LoadPrior_0.TabIndex = 52
Me._LoadPrior_0.Text = "Priority"
'
'_A11_0
'
Me._A11_0.BackColor = System.Drawing.Color.Transparent
Me._A11_0.Cursor = System.Windows.Forms.Cursors.Default
Me._A11_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A11_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.A11.SetIndex(Me._A11_0, CType(0,Short))
Me._A11_0.Location = New System.Drawing.Point(256, 204)
Me._A11_0.Name = "_A11_0"
Me._A11_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A11_0.Size = New System.Drawing.Size(25, 25)
Me._A11_0.TabIndex = 47
Me._A11_0.Text = "A"
'
'_Load_400_0
'
Me._Load_400_0.BackColor = System.Drawing.Color.Transparent
Me._Load_400_0.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_400_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_400.SetIndex(Me._Load_400_0, CType(0,Short))
Me._Load_400_0.Location = New System.Drawing.Point(24, 140)
Me._Load_400_0.Name = "_Load_400_0"
Me._Load_400_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400_0.Size = New System.Drawing.Size(48, 25)
Me._Load_400_0.TabIndex = 46
Me._Load_400_0.Text = "400V"
'
'_Load_48_0
'
Me._Load_48_0.BackColor = System.Drawing.Color.Transparent
Me._Load_48_0.Cursor = System.Windows.Forms.Cursors.Default
Me._Load_48_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_48.SetIndex(Me._Load_48_0, CType(0,Short))
Me._Load_48_0.Location = New System.Drawing.Point(24, 204)
Me._Load_48_0.Name = "_Load_48_0"
Me._Load_48_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48_0.Size = New System.Drawing.Size(40, 33)
Me._Load_48_0.TabIndex = 45
Me._Load_48_0.Text = "48V"
'
'_I_limit_0
'
Me._I_limit_0.BackColor = System.Drawing.Color.Transparent
Me._I_limit_0.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit.SetIndex(Me._I_limit_0, CType(0,Short))
Me._I_limit_0.Location = New System.Drawing.Point(72, 140)
Me._I_limit_0.Name = "_I_limit_0"
Me._I_limit_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit_0.Size = New System.Drawing.Size(96, 25)
Me._I_limit_0.TabIndex = 44
Me._I_limit_0.Text = "Current limit"
'
'_I_limit1_0
'
Me._I_limit1_0.BackColor = System.Drawing.Color.Transparent
Me._I_limit1_0.Cursor = System.Windows.Forms.Cursors.Default
Me._I_limit1_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._I_limit1_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.I_limit1.SetIndex(Me._I_limit1_0, CType(0,Short))
Me._I_limit1_0.Location = New System.Drawing.Point(72, 204)
Me._I_limit1_0.Name = "_I_limit1_0"
Me._I_limit1_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._I_limit1_0.Size = New System.Drawing.Size(96, 25)
Me._I_limit1_0.TabIndex = 43
Me._I_limit1_0.Text = "Current limit"
'
'_A1_0
'
Me._A1_0.BackColor = System.Drawing.Color.Transparent
Me._A1_0.Cursor = System.Windows.Forms.Cursors.Default
Me._A1_0.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._A1_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.A1.SetIndex(Me._A1_0, CType(0,Short))
Me._A1_0.Location = New System.Drawing.Point(256, 140)
Me._A1_0.Name = "_A1_0"
Me._A1_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._A1_0.Size = New System.Drawing.Size(25, 25)
Me._A1_0.TabIndex = 42
Me._A1_0.Text = "A"
'
'GFLow400
'
Me.GFLow400.AcceptsReturn = true
Me.GFLow400.AutoSize = false
Me.GFLow400.BackColor = System.Drawing.Color.Black
Me.GFLow400.Cursor = System.Windows.Forms.Cursors.IBeam
Me.GFLow400.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.GFLow400.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.GFLow400.Location = New System.Drawing.Point(608, 128)
Me.GFLow400.MaxLength = 0
Me.GFLow400.Name = "GFLow400"
Me.GFLow400.ReadOnly = true
Me.GFLow400.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.GFLow400.Size = New System.Drawing.Size(80, 24)
Me.GFLow400.TabIndex = 62
Me.GFLow400.TabStop = false
Me.GFLow400.Text = "N/A"
Me.GFLow400.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'GFHigh400
'
Me.GFHigh400.AcceptsReturn = true
Me.GFHigh400.AutoSize = false
Me.GFHigh400.BackColor = System.Drawing.Color.Black
Me.GFHigh400.Cursor = System.Windows.Forms.Cursors.IBeam
Me.GFHigh400.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.GFHigh400.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.GFHigh400.Location = New System.Drawing.Point(608, 72)
Me.GFHigh400.MaxLength = 0
Me.GFHigh400.Name = "GFHigh400"
Me.GFHigh400.ReadOnly = true
Me.GFHigh400.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.GFHigh400.Size = New System.Drawing.Size(80, 24)
Me.GFHigh400.TabIndex = 61
Me.GFHigh400.TabStop = false
Me.GFHigh400.Text = "N/A"
Me.GFHigh400.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'GFLow48
'
Me.GFLow48.AcceptsReturn = true
Me.GFLow48.AutoSize = false
Me.GFLow48.BackColor = System.Drawing.Color.Black
Me.GFLow48.Cursor = System.Windows.Forms.Cursors.IBeam
Me.GFLow48.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.GFLow48.ForeColor = System.Drawing.SystemColors.Control
Me.GFLow48.Location = New System.Drawing.Point(608, 440)
Me.GFLow48.MaxLength = 0
Me.GFLow48.Name = "GFLow48"
Me.GFLow48.ReadOnly = true
Me.GFLow48.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.GFLow48.Size = New System.Drawing.Size(80, 24)
Me.GFLow48.TabIndex = 60
Me.GFLow48.TabStop = false
Me.GFLow48.Text = "N/A"
Me.GFLow48.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'GFHigh48
'
Me.GFHigh48.AcceptsReturn = true
Me.GFHigh48.AutoSize = false
Me.GFHigh48.BackColor = System.Drawing.Color.Black
Me.GFHigh48.Cursor = System.Windows.Forms.Cursors.IBeam
Me.GFHigh48.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.GFHigh48.ForeColor = System.Drawing.SystemColors.Control
Me.GFHigh48.Location = New System.Drawing.Point(608, 384)
Me.GFHigh48.MaxLength = 0
Me.GFHigh48.Name = "GFHigh48"
Me.GFHigh48.ReadOnly = true
Me.GFHigh48.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.GFHigh48.Size = New System.Drawing.Size(80, 24)
Me.GFHigh48.TabIndex = 59
Me.GFHigh48.TabStop = false
Me.GFHigh48.Text = "N/A"
Me.GFHigh48.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_48I_7
'
Me._Load_48I_7.AcceptsReturn = true
Me._Load_48I_7.AutoSize = false
Me._Load_48I_7.BackColor = System.Drawing.Color.Black
Me._Load_48I_7.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_48I_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48I_7.ForeColor = System.Drawing.SystemColors.Control
Me.Load_48I.SetIndex(Me._Load_48I_7, CType(7,Short))
Me._Load_48I_7.Location = New System.Drawing.Point(768, 734)
Me._Load_48I_7.MaxLength = 0
Me._Load_48I_7.Name = "_Load_48I_7"
Me._Load_48I_7.ReadOnly = true
Me._Load_48I_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48I_7.Size = New System.Drawing.Size(72, 24)
Me._Load_48I_7.TabIndex = 33
Me._Load_48I_7.TabStop = false
Me._Load_48I_7.Text = "N/A"
Me._Load_48I_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_48I_6
'
Me._Load_48I_6.AcceptsReturn = true
Me._Load_48I_6.AutoSize = false
Me._Load_48I_6.BackColor = System.Drawing.Color.Black
Me._Load_48I_6.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_48I_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48I_6.ForeColor = System.Drawing.SystemColors.Control
Me.Load_48I.SetIndex(Me._Load_48I_6, CType(6,Short))
Me._Load_48I_6.Location = New System.Drawing.Point(768, 646)
Me._Load_48I_6.MaxLength = 0
Me._Load_48I_6.Name = "_Load_48I_6"
Me._Load_48I_6.ReadOnly = true
Me._Load_48I_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48I_6.Size = New System.Drawing.Size(72, 24)
Me._Load_48I_6.TabIndex = 32
Me._Load_48I_6.TabStop = false
Me._Load_48I_6.Text = "N/A"
Me._Load_48I_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_48I_5
'
Me._Load_48I_5.AcceptsReturn = true
Me._Load_48I_5.AutoSize = false
Me._Load_48I_5.BackColor = System.Drawing.Color.Black
Me._Load_48I_5.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_48I_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48I_5.ForeColor = System.Drawing.SystemColors.Control
Me.Load_48I.SetIndex(Me._Load_48I_5, CType(5,Short))
Me._Load_48I_5.Location = New System.Drawing.Point(768, 557)
Me._Load_48I_5.MaxLength = 0
Me._Load_48I_5.Name = "_Load_48I_5"
Me._Load_48I_5.ReadOnly = true
Me._Load_48I_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48I_5.Size = New System.Drawing.Size(72, 24)
Me._Load_48I_5.TabIndex = 31
Me._Load_48I_5.TabStop = false
Me._Load_48I_5.Text = "N/A"
Me._Load_48I_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_48I_4
'
Me._Load_48I_4.AcceptsReturn = true
Me._Load_48I_4.AutoSize = false
Me._Load_48I_4.BackColor = System.Drawing.Color.Black
Me._Load_48I_4.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_48I_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48I_4.ForeColor = System.Drawing.SystemColors.Control
Me.Load_48I.SetIndex(Me._Load_48I_4, CType(4,Short))
Me._Load_48I_4.Location = New System.Drawing.Point(768, 469)
Me._Load_48I_4.MaxLength = 0
Me._Load_48I_4.Name = "_Load_48I_4"
Me._Load_48I_4.ReadOnly = true
Me._Load_48I_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48I_4.Size = New System.Drawing.Size(72, 24)
Me._Load_48I_4.TabIndex = 30
Me._Load_48I_4.TabStop = false
Me._Load_48I_4.Text = "N/A"
Me._Load_48I_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_48I_3
'
Me._Load_48I_3.AcceptsReturn = true
Me._Load_48I_3.AutoSize = false
Me._Load_48I_3.BackColor = System.Drawing.Color.Black
Me._Load_48I_3.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_48I_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48I_3.ForeColor = System.Drawing.SystemColors.Control
Me.Load_48I.SetIndex(Me._Load_48I_3, CType(3,Short))
Me._Load_48I_3.Location = New System.Drawing.Point(768, 381)
Me._Load_48I_3.MaxLength = 0
Me._Load_48I_3.Name = "_Load_48I_3"
Me._Load_48I_3.ReadOnly = true
Me._Load_48I_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48I_3.Size = New System.Drawing.Size(72, 24)
Me._Load_48I_3.TabIndex = 29
Me._Load_48I_3.TabStop = false
Me._Load_48I_3.Text = "N/A"
Me._Load_48I_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_48I_2
'
Me._Load_48I_2.AcceptsReturn = true
Me._Load_48I_2.AutoSize = false
Me._Load_48I_2.BackColor = System.Drawing.Color.Black
Me._Load_48I_2.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_48I_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48I_2.ForeColor = System.Drawing.SystemColors.Control
Me.Load_48I.SetIndex(Me._Load_48I_2, CType(2,Short))
Me._Load_48I_2.Location = New System.Drawing.Point(768, 293)
Me._Load_48I_2.MaxLength = 0
Me._Load_48I_2.Name = "_Load_48I_2"
Me._Load_48I_2.ReadOnly = true
Me._Load_48I_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48I_2.Size = New System.Drawing.Size(72, 24)
Me._Load_48I_2.TabIndex = 28
Me._Load_48I_2.TabStop = false
Me._Load_48I_2.Text = "N/A"
Me._Load_48I_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_48I_1
'
Me._Load_48I_1.AcceptsReturn = true
Me._Load_48I_1.AutoSize = false
Me._Load_48I_1.BackColor = System.Drawing.Color.Black
Me._Load_48I_1.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_48I_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48I_1.ForeColor = System.Drawing.SystemColors.Control
Me.Load_48I.SetIndex(Me._Load_48I_1, CType(1,Short))
Me._Load_48I_1.Location = New System.Drawing.Point(768, 205)
Me._Load_48I_1.MaxLength = 0
Me._Load_48I_1.Name = "_Load_48I_1"
Me._Load_48I_1.ReadOnly = true
Me._Load_48I_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48I_1.Size = New System.Drawing.Size(72, 24)
Me._Load_48I_1.TabIndex = 27
Me._Load_48I_1.TabStop = false
Me._Load_48I_1.Text = "N/A"
Me._Load_48I_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_48I_0
'
Me._Load_48I_0.AcceptsReturn = true
Me._Load_48I_0.AutoSize = false
Me._Load_48I_0.BackColor = System.Drawing.Color.Black
Me._Load_48I_0.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_48I_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_48I_0.ForeColor = System.Drawing.SystemColors.Control
Me.Load_48I.SetIndex(Me._Load_48I_0, CType(0,Short))
Me._Load_48I_0.Location = New System.Drawing.Point(768, 118)
Me._Load_48I_0.MaxLength = 0
Me._Load_48I_0.Name = "_Load_48I_0"
Me._Load_48I_0.ReadOnly = true
Me._Load_48I_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_48I_0.Size = New System.Drawing.Size(72, 24)
Me._Load_48I_0.TabIndex = 26
Me._Load_48I_0.TabStop = false
Me._Load_48I_0.Text = "N/A"
Me._Load_48I_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_400I_7
'
Me._Load_400I_7.AcceptsReturn = true
Me._Load_400I_7.AutoSize = false
Me._Load_400I_7.BackColor = System.Drawing.Color.Black
Me._Load_400I_7.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_400I_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400I_7.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Load_400I.SetIndex(Me._Load_400I_7, CType(7,Short))
Me._Load_400I_7.Location = New System.Drawing.Point(768, 694)
Me._Load_400I_7.MaxLength = 0
Me._Load_400I_7.Name = "_Load_400I_7"
Me._Load_400I_7.ReadOnly = true
Me._Load_400I_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400I_7.Size = New System.Drawing.Size(72, 24)
Me._Load_400I_7.TabIndex = 25
Me._Load_400I_7.TabStop = false
Me._Load_400I_7.Text = "N/A"
Me._Load_400I_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_400I_6
'
Me._Load_400I_6.AcceptsReturn = true
Me._Load_400I_6.AutoSize = false
Me._Load_400I_6.BackColor = System.Drawing.Color.Black
Me._Load_400I_6.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_400I_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400I_6.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Load_400I.SetIndex(Me._Load_400I_6, CType(6,Short))
Me._Load_400I_6.Location = New System.Drawing.Point(768, 606)
Me._Load_400I_6.MaxLength = 0
Me._Load_400I_6.Name = "_Load_400I_6"
Me._Load_400I_6.ReadOnly = true
Me._Load_400I_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400I_6.Size = New System.Drawing.Size(72, 24)
Me._Load_400I_6.TabIndex = 24
Me._Load_400I_6.TabStop = false
Me._Load_400I_6.Text = "N/A"
Me._Load_400I_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_400I_3
'
Me._Load_400I_3.AcceptsReturn = true
Me._Load_400I_3.AutoSize = false
Me._Load_400I_3.BackColor = System.Drawing.Color.Black
Me._Load_400I_3.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_400I_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400I_3.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Load_400I.SetIndex(Me._Load_400I_3, CType(3,Short))
Me._Load_400I_3.Location = New System.Drawing.Point(768, 341)
Me._Load_400I_3.MaxLength = 0
Me._Load_400I_3.Name = "_Load_400I_3"
Me._Load_400I_3.ReadOnly = true
Me._Load_400I_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400I_3.Size = New System.Drawing.Size(72, 24)
Me._Load_400I_3.TabIndex = 23
Me._Load_400I_3.TabStop = false
Me._Load_400I_3.Text = "N/A"
Me._Load_400I_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_400I_4
'
Me._Load_400I_4.AcceptsReturn = true
Me._Load_400I_4.AutoSize = false
Me._Load_400I_4.BackColor = System.Drawing.Color.Black
Me._Load_400I_4.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_400I_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400I_4.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Load_400I.SetIndex(Me._Load_400I_4, CType(4,Short))
Me._Load_400I_4.Location = New System.Drawing.Point(768, 429)
Me._Load_400I_4.MaxLength = 0
Me._Load_400I_4.Name = "_Load_400I_4"
Me._Load_400I_4.ReadOnly = true
Me._Load_400I_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400I_4.Size = New System.Drawing.Size(72, 24)
Me._Load_400I_4.TabIndex = 22
Me._Load_400I_4.TabStop = false
Me._Load_400I_4.Text = "N/A"
Me._Load_400I_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_400I_5
'
Me._Load_400I_5.AcceptsReturn = true
Me._Load_400I_5.AutoSize = false
Me._Load_400I_5.BackColor = System.Drawing.Color.Black
Me._Load_400I_5.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_400I_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400I_5.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Load_400I.SetIndex(Me._Load_400I_5, CType(5,Short))
Me._Load_400I_5.Location = New System.Drawing.Point(768, 517)
Me._Load_400I_5.MaxLength = 0
Me._Load_400I_5.Name = "_Load_400I_5"
Me._Load_400I_5.ReadOnly = true
Me._Load_400I_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400I_5.Size = New System.Drawing.Size(72, 24)
Me._Load_400I_5.TabIndex = 21
Me._Load_400I_5.TabStop = false
Me._Load_400I_5.Text = "N/A"
Me._Load_400I_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_400I_2
'
Me._Load_400I_2.AcceptsReturn = true
Me._Load_400I_2.AutoSize = false
Me._Load_400I_2.BackColor = System.Drawing.Color.Black
Me._Load_400I_2.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_400I_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400I_2.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Load_400I.SetIndex(Me._Load_400I_2, CType(2,Short))
Me._Load_400I_2.Location = New System.Drawing.Point(768, 253)
Me._Load_400I_2.MaxLength = 0
Me._Load_400I_2.Name = "_Load_400I_2"
Me._Load_400I_2.ReadOnly = true
Me._Load_400I_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400I_2.Size = New System.Drawing.Size(72, 24)
Me._Load_400I_2.TabIndex = 20
Me._Load_400I_2.TabStop = false
Me._Load_400I_2.Text = "N/A"
Me._Load_400I_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_400I_1
'
Me._Load_400I_1.AcceptsReturn = true
Me._Load_400I_1.AutoSize = false
Me._Load_400I_1.BackColor = System.Drawing.Color.Black
Me._Load_400I_1.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_400I_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400I_1.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Load_400I.SetIndex(Me._Load_400I_1, CType(1,Short))
Me._Load_400I_1.Location = New System.Drawing.Point(768, 165)
Me._Load_400I_1.MaxLength = 0
Me._Load_400I_1.Name = "_Load_400I_1"
Me._Load_400I_1.ReadOnly = true
Me._Load_400I_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400I_1.Size = New System.Drawing.Size(72, 24)
Me._Load_400I_1.TabIndex = 19
Me._Load_400I_1.TabStop = false
Me._Load_400I_1.Text = "N/A"
Me._Load_400I_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'_Load_7
'
Me._Load_7.BackColor = System.Drawing.Color.FromArgb(CType(128,Byte), CType(255,Byte), CType(128,Byte))
Me._Load_7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_7.Controls.Add(Me._LabelLoad_7)
Me._Load_7.Cursor = System.Windows.Forms.Cursors.Hand
Me._Load_7.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_Renamed.SetIndex(Me._Load_7, CType(7,Short))
Me._Load_7.Location = New System.Drawing.Point(1080, 688)
Me._Load_7.Name = "_Load_7"
Me._Load_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_7.Size = New System.Drawing.Size(184, 72)
Me._Load_7.TabIndex = 18
Me._Load_7.Text = "Load 8"
'
'_LabelLoad_7
'
Me._LabelLoad_7.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(192,Byte))
Me._LabelLoad_7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me._LabelLoad_7.Cursor = System.Windows.Forms.Cursors.Hand
Me._LabelLoad_7.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me._LabelLoad_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LabelLoad_7.ForeColor = System.Drawing.SystemColors.ControlText
Me.LabelLoad.SetIndex(Me._LabelLoad_7, CType(7,Short))
Me._LabelLoad_7.Location = New System.Drawing.Point(8, 8)
Me._LabelLoad_7.Name = "_LabelLoad_7"
Me._LabelLoad_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LabelLoad_7.Size = New System.Drawing.Size(168, 56)
Me._LabelLoad_7.TabIndex = 88
Me._LabelLoad_7.Text = "Load 8"
Me._LabelLoad_7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Load_6
'
Me._Load_6.BackColor = System.Drawing.Color.FromArgb(CType(128,Byte), CType(128,Byte), CType(255,Byte))
Me._Load_6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_6.Controls.Add(Me._LabelLoad_6)
Me._Load_6.Cursor = System.Windows.Forms.Cursors.Hand
Me._Load_6.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_Renamed.SetIndex(Me._Load_6, CType(6,Short))
Me._Load_6.Location = New System.Drawing.Point(1080, 600)
Me._Load_6.Name = "_Load_6"
Me._Load_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_6.Size = New System.Drawing.Size(184, 73)
Me._Load_6.TabIndex = 17
Me._Load_6.Text = "Load 7"
'
'_LabelLoad_6
'
Me._LabelLoad_6.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(192,Byte), CType(255,Byte))
Me._LabelLoad_6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me._LabelLoad_6.Cursor = System.Windows.Forms.Cursors.Hand
Me._LabelLoad_6.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me._LabelLoad_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LabelLoad_6.ForeColor = System.Drawing.SystemColors.ControlText
Me.LabelLoad.SetIndex(Me._LabelLoad_6, CType(6,Short))
Me._LabelLoad_6.Location = New System.Drawing.Point(8, 8)
Me._LabelLoad_6.Name = "_LabelLoad_6"
Me._LabelLoad_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LabelLoad_6.Size = New System.Drawing.Size(168, 57)
Me._LabelLoad_6.TabIndex = 87
Me._LabelLoad_6.Text = "Load 7"
Me._LabelLoad_6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Load_5
'
Me._Load_5.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me._Load_5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_5.Controls.Add(Me._LabelLoad_5)
Me._Load_5.Cursor = System.Windows.Forms.Cursors.Hand
Me._Load_5.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_Renamed.SetIndex(Me._Load_5, CType(5,Short))
Me._Load_5.Location = New System.Drawing.Point(1080, 512)
Me._Load_5.Name = "_Load_5"
Me._Load_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_5.Size = New System.Drawing.Size(184, 73)
Me._Load_5.TabIndex = 16
Me._Load_5.Text = "Load 6"
'
'_LabelLoad_5
'
Me._LabelLoad_5.BackColor = System.Drawing.Color.White
Me._LabelLoad_5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me._LabelLoad_5.Cursor = System.Windows.Forms.Cursors.Hand
Me._LabelLoad_5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me._LabelLoad_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LabelLoad_5.ForeColor = System.Drawing.SystemColors.ControlText
Me.LabelLoad.SetIndex(Me._LabelLoad_5, CType(5,Short))
Me._LabelLoad_5.Location = New System.Drawing.Point(8, 8)
Me._LabelLoad_5.Name = "_LabelLoad_5"
Me._LabelLoad_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LabelLoad_5.Size = New System.Drawing.Size(168, 57)
Me._LabelLoad_5.TabIndex = 86
Me._LabelLoad_5.Text = "Load 6"
Me._LabelLoad_5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Load_4
'
Me._Load_4.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(255,Byte), CType(128,Byte))
Me._Load_4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_4.Controls.Add(Me._LabelLoad_4)
Me._Load_4.Cursor = System.Windows.Forms.Cursors.Hand
Me._Load_4.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_Renamed.SetIndex(Me._Load_4, CType(4,Short))
Me._Load_4.Location = New System.Drawing.Point(1080, 424)
Me._Load_4.Name = "_Load_4"
Me._Load_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_4.Size = New System.Drawing.Size(184, 73)
Me._Load_4.TabIndex = 15
'
'_LabelLoad_4
'
Me._LabelLoad_4.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(255,Byte), CType(192,Byte))
Me._LabelLoad_4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me._LabelLoad_4.Cursor = System.Windows.Forms.Cursors.Hand
Me._LabelLoad_4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me._LabelLoad_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LabelLoad_4.ForeColor = System.Drawing.SystemColors.ControlText
Me.LabelLoad.SetIndex(Me._LabelLoad_4, CType(4,Short))
Me._LabelLoad_4.Location = New System.Drawing.Point(8, 8)
Me._LabelLoad_4.Name = "_LabelLoad_4"
Me._LabelLoad_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LabelLoad_4.Size = New System.Drawing.Size(168, 57)
Me._LabelLoad_4.TabIndex = 85
Me._LabelLoad_4.Text = "Load 5"
Me._LabelLoad_4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Load_3
'
Me._Load_3.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(128,Byte))
Me._Load_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_3.Controls.Add(Me._LabelLoad_3)
Me._Load_3.Cursor = System.Windows.Forms.Cursors.Hand
Me._Load_3.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_Renamed.SetIndex(Me._Load_3, CType(3,Short))
Me._Load_3.Location = New System.Drawing.Point(1080, 336)
Me._Load_3.Name = "_Load_3"
Me._Load_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_3.Size = New System.Drawing.Size(184, 73)
Me._Load_3.TabIndex = 14
'
'_LabelLoad_3
'
Me._LabelLoad_3.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(192,Byte), CType(192,Byte))
Me._LabelLoad_3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me._LabelLoad_3.Cursor = System.Windows.Forms.Cursors.Hand
Me._LabelLoad_3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me._LabelLoad_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LabelLoad_3.ForeColor = System.Drawing.SystemColors.ControlText
Me.LabelLoad.SetIndex(Me._LabelLoad_3, CType(3,Short))
Me._LabelLoad_3.Location = New System.Drawing.Point(8, 8)
Me._LabelLoad_3.Name = "_LabelLoad_3"
Me._LabelLoad_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LabelLoad_3.Size = New System.Drawing.Size(168, 57)
Me._LabelLoad_3.TabIndex = 84
Me._LabelLoad_3.Text = "Load 4"
Me._LabelLoad_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Load_2
'
Me._Load_2.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(255,Byte))
Me._Load_2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_2.Controls.Add(Me._LabelLoad_2)
Me._Load_2.Cursor = System.Windows.Forms.Cursors.Hand
Me._Load_2.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_Renamed.SetIndex(Me._Load_2, CType(2,Short))
Me._Load_2.Location = New System.Drawing.Point(1080, 248)
Me._Load_2.Name = "_Load_2"
Me._Load_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_2.Size = New System.Drawing.Size(184, 73)
Me._Load_2.TabIndex = 13
Me._Load_2.Text = "Load 3"
'
'_LabelLoad_2
'
Me._LabelLoad_2.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(192,Byte), CType(255,Byte))
Me._LabelLoad_2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me._LabelLoad_2.Cursor = System.Windows.Forms.Cursors.Hand
Me._LabelLoad_2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me._LabelLoad_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LabelLoad_2.ForeColor = System.Drawing.SystemColors.ControlText
Me.LabelLoad.SetIndex(Me._LabelLoad_2, CType(2,Short))
Me._LabelLoad_2.Location = New System.Drawing.Point(8, 8)
Me._LabelLoad_2.Name = "_LabelLoad_2"
Me._LabelLoad_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LabelLoad_2.Size = New System.Drawing.Size(168, 57)
Me._LabelLoad_2.TabIndex = 83
Me._LabelLoad_2.Text = "Load 3"
Me._LabelLoad_2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Load_1
'
Me._Load_1.BackColor = System.Drawing.Color.Cyan
Me._Load_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_1.Controls.Add(Me._LabelLoad_1)
Me._Load_1.Cursor = System.Windows.Forms.Cursors.Hand
Me._Load_1.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_Renamed.SetIndex(Me._Load_1, CType(1,Short))
Me._Load_1.Location = New System.Drawing.Point(1080, 160)
Me._Load_1.Name = "_Load_1"
Me._Load_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_1.Size = New System.Drawing.Size(184, 73)
Me._Load_1.TabIndex = 12
Me._Load_1.Text = "Load 2"
'
'_LabelLoad_1
'
Me._LabelLoad_1.BackColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me._LabelLoad_1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me._LabelLoad_1.Cursor = System.Windows.Forms.Cursors.Hand
Me._LabelLoad_1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me._LabelLoad_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LabelLoad_1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LabelLoad.SetIndex(Me._LabelLoad_1, CType(1,Short))
Me._LabelLoad_1.Location = New System.Drawing.Point(8, 8)
Me._LabelLoad_1.Name = "_LabelLoad_1"
Me._LabelLoad_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LabelLoad_1.Size = New System.Drawing.Size(168, 57)
Me._LabelLoad_1.TabIndex = 82
Me._LabelLoad_1.Text = "Load 2"
Me._LabelLoad_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'ConverterSwitch
'
Me.ConverterSwitch.BackColor = System.Drawing.Color.DarkGray
Me.ConverterSwitch.Controls.Add(Me.Line98)
Me.ConverterSwitch.Controls.Add(Me.Line97)
Me.ConverterSwitch.Controls.Add(Me.Line32)
Me.ConverterSwitch.Controls.Add(Me.Line96)
Me.ConverterSwitch.Controls.Add(Me.Line99)
Me.ConverterSwitch.Controls.Add(Me.Shape1)
Me.ConverterSwitch.Cursor = System.Windows.Forms.Cursors.Arrow
Me.ConverterSwitch.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.ConverterSwitch.ForeColor = System.Drawing.SystemColors.ControlText
Me.ConverterSwitch.Location = New System.Drawing.Point(280, 144)
Me.ConverterSwitch.Name = "ConverterSwitch"
Me.ConverterSwitch.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ConverterSwitch.Size = New System.Drawing.Size(65, 65)
Me.ConverterSwitch.TabIndex = 11
Me.ConverterSwitch.Text = "Converter Switch "
'
'Line98
'
Me.Line98.BackColor = System.Drawing.Color.DodgerBlue
Me.Line98.Location = New System.Drawing.Point(32, 48)
Me.Line98.Name = "Line98"
Me.Line98.Size = New System.Drawing.Size(3, 16)
Me.Line98.TabIndex = 0
'
'Line97
'
Me.Line97.BackColor = System.Drawing.Color.DodgerBlue
Me.Line97.Location = New System.Drawing.Point(32, 0)
Me.Line97.Name = "Line97"
Me.Line97.Size = New System.Drawing.Size(3, 16)
Me.Line97.TabIndex = 1
'
'Line32
'
Me.Line32.BackColor = System.Drawing.Color.DodgerBlue
Me.Line32.Location = New System.Drawing.Point(0, 32)
Me.Line32.Name = "Line32"
Me.Line32.Size = New System.Drawing.Size(16, 3)
Me.Line32.TabIndex = 2
'
'Line96
'
Me.Line96.BackColor = System.Drawing.Color.Transparent
Me.Line96.BorderColor1 = System.Drawing.Color.DodgerBlue
Me.Line96.BorderWidth = 3!
Me.Line96.LineAngleType = VBTrain.GraphicalObjects.Shape.LineAngleEnum.AngledUp
Me.Line96.Location = New System.Drawing.Point(14, 14)
Me.Line96.Name = "Line96"
Me.Line96.ShapeType = VBTrain.GraphicalObjects.Shape.VbShapeEnum.Line
Me.Line96.Size = New System.Drawing.Size(20, 20)
Me.Line96.TabIndex = 585
Me.Line96.TabStop = false
Me.Line96.Text = "Shape11"
'
'Line99
'
Me.Line99.BackColor = System.Drawing.Color.Transparent
Me.Line99.BorderColor1 = System.Drawing.Color.DodgerBlue
Me.Line99.BorderWidth = 3!
Me.Line99.Location = New System.Drawing.Point(14, 31)
Me.Line99.Name = "Line99"
Me.Line99.ShapeType = VBTrain.GraphicalObjects.Shape.VbShapeEnum.Line
Me.Line99.Size = New System.Drawing.Size(20, 19)
Me.Line99.TabIndex = 586
Me.Line99.TabStop = false
Me.Line99.Text = "Shape12"
'
'Shape1
'
Me.Shape1.BackColor = System.Drawing.Color.Transparent
Me.Shape1.BorderWidth = 2!
Me.Shape1.Cursor = System.Windows.Forms.Cursors.Arrow
Me.Shape1.LineAngleType = VBTrain.GraphicalObjects.Shape.LineAngleEnum.AngledUp
Me.Shape1.Location = New System.Drawing.Point(8, 8)
Me.Shape1.Name = "Shape1"
Me.Shape1.ShapeType = VBTrain.GraphicalObjects.Shape.VbShapeEnum.Rectangle
Me.Shape1.Size = New System.Drawing.Size(48, 48)
Me.Shape1.TabIndex = 586
Me.Shape1.TabStop = false
Me.Shape1.Text = "Shape13"
'
'_Load_0
'
Me._Load_0.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me._Load_0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_0.Controls.Add(Me._LabelLoad_0)
Me._Load_0.Cursor = System.Windows.Forms.Cursors.Hand
Me._Load_0.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.Load_Renamed.SetIndex(Me._Load_0, CType(0,Short))
Me._Load_0.Location = New System.Drawing.Point(1080, 72)
Me._Load_0.Name = "_Load_0"
Me._Load_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_0.Size = New System.Drawing.Size(184, 73)
Me._Load_0.TabIndex = 10
Me._Load_0.Text = "Load 1"
'
'_LabelLoad_0
'
Me._LabelLoad_0.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(192,Byte), CType(128,Byte))
Me._LabelLoad_0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me._LabelLoad_0.Cursor = System.Windows.Forms.Cursors.Hand
Me._LabelLoad_0.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me._LabelLoad_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._LabelLoad_0.ForeColor = System.Drawing.SystemColors.ControlText
Me.LabelLoad.SetIndex(Me._LabelLoad_0, CType(0,Short))
Me._LabelLoad_0.Location = New System.Drawing.Point(8, 8)
Me._LabelLoad_0.Name = "_LabelLoad_0"
Me._LabelLoad_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._LabelLoad_0.Size = New System.Drawing.Size(168, 57)
Me._LabelLoad_0.TabIndex = 81
Me._LabelLoad_0.Text = "Load 1"
Me._LabelLoad_0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Load_400I_0
'
Me._Load_400I_0.AcceptsReturn = true
Me._Load_400I_0.AutoSize = false
Me._Load_400I_0.BackColor = System.Drawing.Color.Black
Me._Load_400I_0.Cursor = System.Windows.Forms.Cursors.IBeam
Me._Load_400I_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Load_400I_0.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Load_400I.SetIndex(Me._Load_400I_0, CType(0,Short))
Me._Load_400I_0.Location = New System.Drawing.Point(768, 78)
Me._Load_400I_0.MaxLength = 0
Me._Load_400I_0.Name = "_Load_400I_0"
Me._Load_400I_0.ReadOnly = true
Me._Load_400I_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Load_400I_0.Size = New System.Drawing.Size(72, 24)
Me._Load_400I_0.TabIndex = 9
Me._Load_400I_0.TabStop = false
Me._Load_400I_0.Text = "N/A"
Me._Load_400I_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'I_48
'
Me.I_48.AcceptsReturn = true
Me.I_48.AutoSize = false
Me.I_48.BackColor = System.Drawing.Color.Black
Me.I_48.Cursor = System.Windows.Forms.Cursors.IBeam
Me.I_48.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.I_48.ForeColor = System.Drawing.SystemColors.Control
Me.I_48.Location = New System.Drawing.Point(432, 414)
Me.I_48.MaxLength = 0
Me.I_48.Name = "I_48"
Me.I_48.ReadOnly = true
Me.I_48.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.I_48.Size = New System.Drawing.Size(80, 24)
Me.I_48.TabIndex = 8
Me.I_48.TabStop = false
Me.I_48.Text = "Current"
Me.I_48.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'V_48
'
Me.V_48.AcceptsReturn = true
Me.V_48.AutoSize = false
Me.V_48.BackColor = System.Drawing.Color.Black
Me.V_48.Cursor = System.Windows.Forms.Cursors.IBeam
Me.V_48.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.V_48.ForeColor = System.Drawing.SystemColors.Control
Me.V_48.Location = New System.Drawing.Point(346, 376)
Me.V_48.MaxLength = 0
Me.V_48.Name = "V_48"
Me.V_48.ReadOnly = true
Me.V_48.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.V_48.Size = New System.Drawing.Size(80, 24)
Me.V_48.TabIndex = 7
Me.V_48.TabStop = false
Me.V_48.Text = "Voltage"
Me.V_48.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'LVConverter
'
Me.LVConverter.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(192,Byte), CType(128,Byte))
Me.LVConverter.Controls.Add(Me.Shape4)
Me.LVConverter.Cursor = System.Windows.Forms.Cursors.Default
Me.LVConverter.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.LVConverter.ForeColor = System.Drawing.SystemColors.ControlText
Me.LVConverter.Location = New System.Drawing.Point(208, 392)
Me.LVConverter.Name = "LVConverter"
Me.LVConverter.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.LVConverter.Size = New System.Drawing.Size(73, 65)
Me.LVConverter.TabIndex = 6
'
'Shape4
'
Me.Shape4.BackColor = System.Drawing.Color.Transparent
Me.Shape4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Shape4.Location = New System.Drawing.Point(16, 16)
Me.Shape4.Name = "Shape4"
Me.Shape4.Size = New System.Drawing.Size(41, 33)
Me.Shape4.TabIndex = 0
'
'I_400
'
Me.I_400.AcceptsReturn = true
Me.I_400.AutoSize = false
Me.I_400.BackColor = System.Drawing.Color.Black
Me.I_400.Cursor = System.Windows.Forms.Cursors.IBeam
Me.I_400.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.I_400.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.I_400.Location = New System.Drawing.Point(512, 102)
Me.I_400.MaxLength = 0
Me.I_400.Name = "I_400"
Me.I_400.ReadOnly = true
Me.I_400.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.I_400.Size = New System.Drawing.Size(80, 24)
Me.I_400.TabIndex = 5
Me.I_400.TabStop = false
Me.I_400.Text = "Current"
Me.I_400.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'V_400
'
Me.V_400.AcceptsReturn = true
Me.V_400.AutoSize = false
Me.V_400.BackColor = System.Drawing.Color.Black
Me.V_400.Cursor = System.Windows.Forms.Cursors.IBeam
Me.V_400.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.V_400.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.V_400.Location = New System.Drawing.Point(450, 65)
Me.V_400.MaxLength = 0
Me.V_400.Name = "V_400"
Me.V_400.ReadOnly = true
Me.V_400.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.V_400.Size = New System.Drawing.Size(80, 24)
Me.V_400.TabIndex = 4
Me.V_400.TabStop = false
Me.V_400.Text = "Voltage"
Me.V_400.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'SciVoltMV
'
Me.SciVoltMV.AcceptsReturn = true
Me.SciVoltMV.AutoSize = false
Me.SciVoltMV.BackColor = System.Drawing.Color.Black
Me.SciVoltMV.Cursor = System.Windows.Forms.Cursors.IBeam
Me.SciVoltMV.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.SciVoltMV.ForeColor = System.Drawing.Color.DodgerBlue
Me.SciVoltMV.Location = New System.Drawing.Point(216, 112)
Me.SciVoltMV.MaxLength = 0
Me.SciVoltMV.Name = "SciVoltMV"
Me.SciVoltMV.ReadOnly = true
Me.SciVoltMV.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.SciVoltMV.Size = New System.Drawing.Size(88, 24)
Me.SciVoltMV.TabIndex = 0
Me.SciVoltMV.TabStop = false
Me.SciVoltMV.Text = "Voltage"
Me.SciVoltMV.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'SciCurrMV
'
Me.SciCurrMV.AcceptsReturn = true
Me.SciCurrMV.AutoSize = false
Me.SciCurrMV.BackColor = System.Drawing.Color.Black
Me.SciCurrMV.Cursor = System.Windows.Forms.Cursors.IBeam
Me.SciCurrMV.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.SciCurrMV.ForeColor = System.Drawing.Color.DodgerBlue
Me.SciCurrMV.Location = New System.Drawing.Point(184, 166)
Me.SciCurrMV.MaxLength = 0
Me.SciCurrMV.Name = "SciCurrMV"
Me.SciCurrMV.ReadOnly = true
Me.SciCurrMV.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.SciCurrMV.Size = New System.Drawing.Size(65, 24)
Me.SciCurrMV.TabIndex = 1
Me.SciCurrMV.TabStop = false
Me.SciCurrMV.Text = "Current"
Me.SciCurrMV.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'MVConverterA
'
Me.MVConverterA.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(192,Byte), CType(128,Byte))
Me.MVConverterA.Controls.Add(Me.Shape2)
Me.MVConverterA.Cursor = System.Windows.Forms.Cursors.Hand
Me.MVConverterA.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.MVConverterA.ForeColor = System.Drawing.SystemColors.ControlText
Me.MVConverterA.Location = New System.Drawing.Point(352, 80)
Me.MVConverterA.Name = "MVConverterA"
Me.MVConverterA.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.MVConverterA.Size = New System.Drawing.Size(73, 65)
Me.MVConverterA.TabIndex = 2
'
'Shape2
'
Me.Shape2.BackColor = System.Drawing.Color.Transparent
Me.Shape2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Shape2.Location = New System.Drawing.Point(16, 16)
Me.Shape2.Name = "Shape2"
Me.Shape2.Size = New System.Drawing.Size(41, 33)
Me.Shape2.TabIndex = 0
'
'MVConverterB
'
Me.MVConverterB.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(192,Byte), CType(128,Byte))
Me.MVConverterB.Controls.Add(Me.Shape3)
Me.MVConverterB.Cursor = System.Windows.Forms.Cursors.Hand
Me.MVConverterB.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.MVConverterB.ForeColor = System.Drawing.SystemColors.ControlText
Me.MVConverterB.Location = New System.Drawing.Point(352, 200)
Me.MVConverterB.Name = "MVConverterB"
Me.MVConverterB.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.MVConverterB.Size = New System.Drawing.Size(72, 64)
Me.MVConverterB.TabIndex = 3
'
'Shape3
'
Me.Shape3.BackColor = System.Drawing.Color.Transparent
Me.Shape3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Shape3.Location = New System.Drawing.Point(16, 16)
Me.Shape3.Name = "Shape3"
Me.Shape3.Size = New System.Drawing.Size(40, 32)
Me.Shape3.TabIndex = 0
'
'ConC
'
Me.ConC.BackColor = System.Drawing.Color.Transparent
Me.ConC.Cursor = System.Windows.Forms.Cursors.Default
Me.ConC.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.ConC.ForeColor = System.Drawing.Color.White
Me.ConC.Location = New System.Drawing.Point(136, 368)
Me.ConC.Name = "ConC"
Me.ConC.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ConC.Size = New System.Drawing.Size(192, 24)
Me.ConC.TabIndex = 124
Me.ConC.Text = "400V-48V Converter"
'
'ConB
'
Me.ConB.BackColor = System.Drawing.Color.Transparent
Me.ConB.Cursor = System.Windows.Forms.Cursors.Default
Me.ConB.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.ConB.ForeColor = System.Drawing.Color.White
Me.ConB.Location = New System.Drawing.Point(296, 264)
Me.ConB.Name = "ConB"
Me.ConB.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ConB.Size = New System.Drawing.Size(168, 24)
Me.ConB.TabIndex = 123
Me.ConB.Text = "MV Converter B"
'
'ConA
'
Me.ConA.BackColor = System.Drawing.Color.Transparent
Me.ConA.Cursor = System.Windows.Forms.Cursors.Default
Me.ConA.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.ConA.ForeColor = System.Drawing.Color.White
Me.ConA.Location = New System.Drawing.Point(288, 56)
Me.ConA.Name = "ConA"
Me.ConA.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ConA.Size = New System.Drawing.Size(160, 24)
Me.ConA.TabIndex = 122
Me.ConA.Text = "MV Converter A"
'
'Label5
'
Me.Label5.BackColor = System.Drawing.Color.Transparent
Me.Label5.Cursor = System.Windows.Forms.Cursors.Default
Me.Label5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label5.ForeColor = System.Drawing.Color.DarkGray
Me.Label5.Location = New System.Drawing.Point(352, 160)
Me.Label5.Name = "Label5"
Me.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label5.Size = New System.Drawing.Size(96, 40)
Me.Label5.TabIndex = 121
Me.Label5.Text = "Converter Switch"
'
'Line31
'
Me.Line31.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line31.Location = New System.Drawing.Point(744, 88)
Me.Line31.Name = "Line31"
Me.Line31.Size = New System.Drawing.Size(3, 616)
Me.Line31.TabIndex = 459
'
'_Load_48Deadface_7
'
Me._Load_48Deadface_7.BackColor = System.Drawing.Color.LightGray
Me._Load_48Deadface_7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Deadface_7.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Deadface.SetIndex(Me._Load_48Deadface_7, CType(7,Short))
Me._Load_48Deadface_7.Location = New System.Drawing.Point(1000, 737)
Me._Load_48Deadface_7.Name = "_Load_48Deadface_7"
Me._Load_48Deadface_7.Size = New System.Drawing.Size(17, 17)
Me._Load_48Deadface_7.TabIndex = 460
'
'_Load_48Deadface_6
'
Me._Load_48Deadface_6.BackColor = System.Drawing.Color.LightGray
Me._Load_48Deadface_6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Deadface_6.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Deadface.SetIndex(Me._Load_48Deadface_6, CType(6,Short))
Me._Load_48Deadface_6.Location = New System.Drawing.Point(1000, 649)
Me._Load_48Deadface_6.Name = "_Load_48Deadface_6"
Me._Load_48Deadface_6.Size = New System.Drawing.Size(17, 17)
Me._Load_48Deadface_6.TabIndex = 461
'
'_Load_48Deadface_5
'
Me._Load_48Deadface_5.BackColor = System.Drawing.Color.LightGray
Me._Load_48Deadface_5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Deadface_5.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Deadface.SetIndex(Me._Load_48Deadface_5, CType(5,Short))
Me._Load_48Deadface_5.Location = New System.Drawing.Point(1000, 561)
Me._Load_48Deadface_5.Name = "_Load_48Deadface_5"
Me._Load_48Deadface_5.Size = New System.Drawing.Size(17, 17)
Me._Load_48Deadface_5.TabIndex = 462
'
'_Load_48Deadface_4
'
Me._Load_48Deadface_4.BackColor = System.Drawing.Color.LightGray
Me._Load_48Deadface_4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Deadface_4.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Deadface.SetIndex(Me._Load_48Deadface_4, CType(4,Short))
Me._Load_48Deadface_4.Location = New System.Drawing.Point(1000, 473)
Me._Load_48Deadface_4.Name = "_Load_48Deadface_4"
Me._Load_48Deadface_4.Size = New System.Drawing.Size(17, 17)
Me._Load_48Deadface_4.TabIndex = 463
'
'_Load_48Deadface_3
'
Me._Load_48Deadface_3.BackColor = System.Drawing.Color.LightGray
Me._Load_48Deadface_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Deadface_3.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Deadface.SetIndex(Me._Load_48Deadface_3, CType(3,Short))
Me._Load_48Deadface_3.Location = New System.Drawing.Point(1000, 385)
Me._Load_48Deadface_3.Name = "_Load_48Deadface_3"
Me._Load_48Deadface_3.Size = New System.Drawing.Size(17, 17)
Me._Load_48Deadface_3.TabIndex = 464
'
'_Load_48Deadface_2
'
Me._Load_48Deadface_2.BackColor = System.Drawing.Color.LightGray
Me._Load_48Deadface_2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Deadface_2.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Deadface.SetIndex(Me._Load_48Deadface_2, CType(2,Short))
Me._Load_48Deadface_2.Location = New System.Drawing.Point(1000, 297)
Me._Load_48Deadface_2.Name = "_Load_48Deadface_2"
Me._Load_48Deadface_2.Size = New System.Drawing.Size(17, 17)
Me._Load_48Deadface_2.TabIndex = 465
'
'_Load_48Deadface_1
'
Me._Load_48Deadface_1.BackColor = System.Drawing.Color.LightGray
Me._Load_48Deadface_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Deadface_1.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Deadface.SetIndex(Me._Load_48Deadface_1, CType(1,Short))
Me._Load_48Deadface_1.Location = New System.Drawing.Point(1000, 209)
Me._Load_48Deadface_1.Name = "_Load_48Deadface_1"
Me._Load_48Deadface_1.Size = New System.Drawing.Size(17, 17)
Me._Load_48Deadface_1.TabIndex = 466
'
'_Load_48Deadface_0
'
Me._Load_48Deadface_0.BackColor = System.Drawing.Color.LightGray
Me._Load_48Deadface_0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Deadface_0.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Deadface.SetIndex(Me._Load_48Deadface_0, CType(0,Short))
Me._Load_48Deadface_0.Location = New System.Drawing.Point(1000, 121)
Me._Load_48Deadface_0.Name = "_Load_48Deadface_0"
Me._Load_48Deadface_0.Size = New System.Drawing.Size(17, 17)
Me._Load_48Deadface_0.TabIndex = 467
'
'_Load_400Deadface_7
'
Me._Load_400Deadface_7.BackColor = System.Drawing.Color.LightGray
Me._Load_400Deadface_7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Deadface_7.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Deadface.SetIndex(Me._Load_400Deadface_7, CType(7,Short))
Me._Load_400Deadface_7.Location = New System.Drawing.Point(1000, 697)
Me._Load_400Deadface_7.Name = "_Load_400Deadface_7"
Me._Load_400Deadface_7.Size = New System.Drawing.Size(17, 17)
Me._Load_400Deadface_7.TabIndex = 468
'
'_Load_400Deadface_6
'
Me._Load_400Deadface_6.BackColor = System.Drawing.Color.LightGray
Me._Load_400Deadface_6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Deadface_6.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Deadface.SetIndex(Me._Load_400Deadface_6, CType(6,Short))
Me._Load_400Deadface_6.Location = New System.Drawing.Point(1000, 609)
Me._Load_400Deadface_6.Name = "_Load_400Deadface_6"
Me._Load_400Deadface_6.Size = New System.Drawing.Size(17, 17)
Me._Load_400Deadface_6.TabIndex = 469
'
'_Load_400Deadface_5
'
Me._Load_400Deadface_5.BackColor = System.Drawing.Color.LightGray
Me._Load_400Deadface_5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Deadface_5.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Deadface.SetIndex(Me._Load_400Deadface_5, CType(5,Short))
Me._Load_400Deadface_5.Location = New System.Drawing.Point(1000, 521)
Me._Load_400Deadface_5.Name = "_Load_400Deadface_5"
Me._Load_400Deadface_5.Size = New System.Drawing.Size(17, 17)
Me._Load_400Deadface_5.TabIndex = 470
'
'_Load_400Deadface_4
'
Me._Load_400Deadface_4.BackColor = System.Drawing.Color.LightGray
Me._Load_400Deadface_4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Deadface_4.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Deadface.SetIndex(Me._Load_400Deadface_4, CType(4,Short))
Me._Load_400Deadface_4.Location = New System.Drawing.Point(1000, 433)
Me._Load_400Deadface_4.Name = "_Load_400Deadface_4"
Me._Load_400Deadface_4.Size = New System.Drawing.Size(17, 17)
Me._Load_400Deadface_4.TabIndex = 471
'
'_Load_400Deadface_3
'
Me._Load_400Deadface_3.BackColor = System.Drawing.Color.LightGray
Me._Load_400Deadface_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Deadface_3.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Deadface.SetIndex(Me._Load_400Deadface_3, CType(3,Short))
Me._Load_400Deadface_3.Location = New System.Drawing.Point(1000, 345)
Me._Load_400Deadface_3.Name = "_Load_400Deadface_3"
Me._Load_400Deadface_3.Size = New System.Drawing.Size(17, 17)
Me._Load_400Deadface_3.TabIndex = 472
'
'_Load_400Deadface_2
'
Me._Load_400Deadface_2.BackColor = System.Drawing.Color.LightGray
Me._Load_400Deadface_2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Deadface_2.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Deadface.SetIndex(Me._Load_400Deadface_2, CType(2,Short))
Me._Load_400Deadface_2.Location = New System.Drawing.Point(1000, 257)
Me._Load_400Deadface_2.Name = "_Load_400Deadface_2"
Me._Load_400Deadface_2.Size = New System.Drawing.Size(17, 17)
Me._Load_400Deadface_2.TabIndex = 473
'
'_Load_400Deadface_1
'
Me._Load_400Deadface_1.BackColor = System.Drawing.Color.LightGray
Me._Load_400Deadface_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Deadface_1.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Deadface.SetIndex(Me._Load_400Deadface_1, CType(1,Short))
Me._Load_400Deadface_1.Location = New System.Drawing.Point(1000, 169)
Me._Load_400Deadface_1.Name = "_Load_400Deadface_1"
Me._Load_400Deadface_1.Size = New System.Drawing.Size(17, 17)
Me._Load_400Deadface_1.TabIndex = 474
'
'_Load_400Deadface_0
'
Me._Load_400Deadface_0.BackColor = System.Drawing.Color.LightGray
Me._Load_400Deadface_0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Deadface_0.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Deadface.SetIndex(Me._Load_400Deadface_0, CType(0,Short))
Me._Load_400Deadface_0.Location = New System.Drawing.Point(1000, 81)
Me._Load_400Deadface_0.Name = "_Load_400Deadface_0"
Me._Load_400Deadface_0.Size = New System.Drawing.Size(17, 17)
Me._Load_400Deadface_0.TabIndex = 475
'
'_Load_48Switch_7
'
Me._Load_48Switch_7.BackColor = System.Drawing.Color.LightGray
Me._Load_48Switch_7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Switch_7.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Switch.SetIndex(Me._Load_48Switch_7, CType(7,Short))
Me._Load_48Switch_7.Location = New System.Drawing.Point(888, 737)
Me._Load_48Switch_7.Name = "_Load_48Switch_7"
Me._Load_48Switch_7.Size = New System.Drawing.Size(17, 17)
Me._Load_48Switch_7.TabIndex = 476
'
'_Load_48Switch_6
'
Me._Load_48Switch_6.BackColor = System.Drawing.Color.LightGray
Me._Load_48Switch_6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Switch_6.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Switch.SetIndex(Me._Load_48Switch_6, CType(6,Short))
Me._Load_48Switch_6.Location = New System.Drawing.Point(888, 649)
Me._Load_48Switch_6.Name = "_Load_48Switch_6"
Me._Load_48Switch_6.Size = New System.Drawing.Size(17, 17)
Me._Load_48Switch_6.TabIndex = 477
'
'_Load_48Switch_5
'
Me._Load_48Switch_5.BackColor = System.Drawing.Color.LightGray
Me._Load_48Switch_5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Switch_5.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Switch.SetIndex(Me._Load_48Switch_5, CType(5,Short))
Me._Load_48Switch_5.Location = New System.Drawing.Point(888, 561)
Me._Load_48Switch_5.Name = "_Load_48Switch_5"
Me._Load_48Switch_5.Size = New System.Drawing.Size(17, 17)
Me._Load_48Switch_5.TabIndex = 478
'
'_Load_48Switch_4
'
Me._Load_48Switch_4.BackColor = System.Drawing.Color.LightGray
Me._Load_48Switch_4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Switch_4.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Switch.SetIndex(Me._Load_48Switch_4, CType(4,Short))
Me._Load_48Switch_4.Location = New System.Drawing.Point(888, 473)
Me._Load_48Switch_4.Name = "_Load_48Switch_4"
Me._Load_48Switch_4.Size = New System.Drawing.Size(17, 17)
Me._Load_48Switch_4.TabIndex = 479
'
'_Load_48Switch_3
'
Me._Load_48Switch_3.BackColor = System.Drawing.Color.LightGray
Me._Load_48Switch_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Switch_3.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Switch.SetIndex(Me._Load_48Switch_3, CType(3,Short))
Me._Load_48Switch_3.Location = New System.Drawing.Point(888, 385)
Me._Load_48Switch_3.Name = "_Load_48Switch_3"
Me._Load_48Switch_3.Size = New System.Drawing.Size(17, 17)
Me._Load_48Switch_3.TabIndex = 480
'
'_Load_48Switch_2
'
Me._Load_48Switch_2.BackColor = System.Drawing.Color.LightGray
Me._Load_48Switch_2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Switch_2.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Switch.SetIndex(Me._Load_48Switch_2, CType(2,Short))
Me._Load_48Switch_2.Location = New System.Drawing.Point(888, 297)
Me._Load_48Switch_2.Name = "_Load_48Switch_2"
Me._Load_48Switch_2.Size = New System.Drawing.Size(17, 17)
Me._Load_48Switch_2.TabIndex = 481
'
'_Load_48Switch_1
'
Me._Load_48Switch_1.BackColor = System.Drawing.Color.LightGray
Me._Load_48Switch_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Switch_1.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Switch.SetIndex(Me._Load_48Switch_1, CType(1,Short))
Me._Load_48Switch_1.Location = New System.Drawing.Point(888, 209)
Me._Load_48Switch_1.Name = "_Load_48Switch_1"
Me._Load_48Switch_1.Size = New System.Drawing.Size(17, 17)
Me._Load_48Switch_1.TabIndex = 482
'
'_Load_48Switch_0
'
Me._Load_48Switch_0.BackColor = System.Drawing.Color.LightGray
Me._Load_48Switch_0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_48Switch_0.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_48Switch.SetIndex(Me._Load_48Switch_0, CType(0,Short))
Me._Load_48Switch_0.Location = New System.Drawing.Point(888, 121)
Me._Load_48Switch_0.Name = "_Load_48Switch_0"
Me._Load_48Switch_0.Size = New System.Drawing.Size(17, 17)
Me._Load_48Switch_0.TabIndex = 483
'
'_Load_400Switch_7
'
Me._Load_400Switch_7.BackColor = System.Drawing.Color.LightGray
Me._Load_400Switch_7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Switch_7.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Switch.SetIndex(Me._Load_400Switch_7, CType(7,Short))
Me._Load_400Switch_7.Location = New System.Drawing.Point(888, 697)
Me._Load_400Switch_7.Name = "_Load_400Switch_7"
Me._Load_400Switch_7.Size = New System.Drawing.Size(17, 17)
Me._Load_400Switch_7.TabIndex = 484
'
'_Load_400Switch_6
'
Me._Load_400Switch_6.BackColor = System.Drawing.Color.LightGray
Me._Load_400Switch_6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Switch_6.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Switch.SetIndex(Me._Load_400Switch_6, CType(6,Short))
Me._Load_400Switch_6.Location = New System.Drawing.Point(888, 609)
Me._Load_400Switch_6.Name = "_Load_400Switch_6"
Me._Load_400Switch_6.Size = New System.Drawing.Size(17, 17)
Me._Load_400Switch_6.TabIndex = 485
'
'_Load_400Switch_5
'
Me._Load_400Switch_5.BackColor = System.Drawing.Color.LightGray
Me._Load_400Switch_5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Switch_5.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Switch.SetIndex(Me._Load_400Switch_5, CType(5,Short))
Me._Load_400Switch_5.Location = New System.Drawing.Point(888, 521)
Me._Load_400Switch_5.Name = "_Load_400Switch_5"
Me._Load_400Switch_5.Size = New System.Drawing.Size(17, 17)
Me._Load_400Switch_5.TabIndex = 486
'
'_Load_400Switch_4
'
Me._Load_400Switch_4.BackColor = System.Drawing.Color.LightGray
Me._Load_400Switch_4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Switch_4.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Switch.SetIndex(Me._Load_400Switch_4, CType(4,Short))
Me._Load_400Switch_4.Location = New System.Drawing.Point(888, 433)
Me._Load_400Switch_4.Name = "_Load_400Switch_4"
Me._Load_400Switch_4.Size = New System.Drawing.Size(17, 17)
Me._Load_400Switch_4.TabIndex = 487
'
'_Load_400Switch_3
'
Me._Load_400Switch_3.BackColor = System.Drawing.Color.LightGray
Me._Load_400Switch_3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Switch_3.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Switch.SetIndex(Me._Load_400Switch_3, CType(3,Short))
Me._Load_400Switch_3.Location = New System.Drawing.Point(888, 345)
Me._Load_400Switch_3.Name = "_Load_400Switch_3"
Me._Load_400Switch_3.Size = New System.Drawing.Size(17, 17)
Me._Load_400Switch_3.TabIndex = 488
'
'_Load_400Switch_2
'
Me._Load_400Switch_2.BackColor = System.Drawing.Color.LightGray
Me._Load_400Switch_2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Switch_2.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Switch.SetIndex(Me._Load_400Switch_2, CType(2,Short))
Me._Load_400Switch_2.Location = New System.Drawing.Point(888, 257)
Me._Load_400Switch_2.Name = "_Load_400Switch_2"
Me._Load_400Switch_2.Size = New System.Drawing.Size(17, 17)
Me._Load_400Switch_2.TabIndex = 489
'
'_Load_400Switch_1
'
Me._Load_400Switch_1.BackColor = System.Drawing.Color.LightGray
Me._Load_400Switch_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Switch_1.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Switch.SetIndex(Me._Load_400Switch_1, CType(1,Short))
Me._Load_400Switch_1.Location = New System.Drawing.Point(888, 169)
Me._Load_400Switch_1.Name = "_Load_400Switch_1"
Me._Load_400Switch_1.Size = New System.Drawing.Size(17, 17)
Me._Load_400Switch_1.TabIndex = 490
'
'_Load_400Switch_0
'
Me._Load_400Switch_0.BackColor = System.Drawing.Color.LightGray
Me._Load_400Switch_0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me._Load_400Switch_0.Cursor = System.Windows.Forms.Cursors.Hand
Me.Load_400Switch.SetIndex(Me._Load_400Switch_0, CType(0,Short))
Me._Load_400Switch_0.Location = New System.Drawing.Point(888, 81)
Me._Load_400Switch_0.Name = "_Load_400Switch_0"
Me._Load_400Switch_0.Size = New System.Drawing.Size(17, 17)
Me._Load_400Switch_0.TabIndex = 491
'
'_Label9_7
'
Me._Label9_7.BackColor = System.Drawing.Color.Transparent
Me._Label9_7.Cursor = System.Windows.Forms.Cursors.Default
Me._Label9_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label9_7.ForeColor = System.Drawing.SystemColors.Control
Me.Label9.SetIndex(Me._Label9_7, CType(7,Short))
Me._Label9_7.Location = New System.Drawing.Point(952, 720)
Me._Label9_7.Name = "_Label9_7"
Me._Label9_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label9_7.Size = New System.Drawing.Size(120, 17)
Me._Label9_7.TabIndex = 120
Me._Label9_7.Text = "48V Deadface"
'
'_Label8_7
'
Me._Label8_7.BackColor = System.Drawing.Color.Transparent
Me._Label8_7.Cursor = System.Windows.Forms.Cursors.Default
Me._Label8_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label8_7.ForeColor = System.Drawing.SystemColors.Control
Me.Label8.SetIndex(Me._Label8_7, CType(7,Short))
Me._Label8_7.Location = New System.Drawing.Point(848, 720)
Me._Label8_7.Name = "_Label8_7"
Me._Label8_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label8_7.Size = New System.Drawing.Size(96, 17)
Me._Label8_7.TabIndex = 119
Me._Label8_7.Text = "48V Switch"
Me._Label8_7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label7_7
'
Me._Label7_7.BackColor = System.Drawing.Color.Transparent
Me._Label7_7.Cursor = System.Windows.Forms.Cursors.Default
Me._Label7_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label7_7.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label7.SetIndex(Me._Label7_7, CType(7,Short))
Me._Label7_7.Location = New System.Drawing.Point(952, 680)
Me._Label7_7.Name = "_Label7_7"
Me._Label7_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label7_7.Size = New System.Drawing.Size(128, 17)
Me._Label7_7.TabIndex = 118
Me._Label7_7.Text = "400V Deadface"
'
'_Label6_7
'
Me._Label6_7.BackColor = System.Drawing.Color.Transparent
Me._Label6_7.Cursor = System.Windows.Forms.Cursors.Default
Me._Label6_7.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label6_7.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label6.SetIndex(Me._Label6_7, CType(7,Short))
Me._Label6_7.Location = New System.Drawing.Point(840, 680)
Me._Label6_7.Name = "_Label6_7"
Me._Label6_7.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label6_7.Size = New System.Drawing.Size(112, 17)
Me._Label6_7.TabIndex = 117
Me._Label6_7.Text = "400V Switch"
Me._Label6_7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label9_6
'
Me._Label9_6.BackColor = System.Drawing.Color.Transparent
Me._Label9_6.Cursor = System.Windows.Forms.Cursors.Default
Me._Label9_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label9_6.ForeColor = System.Drawing.SystemColors.Control
Me.Label9.SetIndex(Me._Label9_6, CType(6,Short))
Me._Label9_6.Location = New System.Drawing.Point(952, 632)
Me._Label9_6.Name = "_Label9_6"
Me._Label9_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label9_6.Size = New System.Drawing.Size(120, 17)
Me._Label9_6.TabIndex = 116
Me._Label9_6.Text = "48V Deadface"
'
'_Label8_6
'
Me._Label8_6.BackColor = System.Drawing.Color.Transparent
Me._Label8_6.Cursor = System.Windows.Forms.Cursors.Default
Me._Label8_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label8_6.ForeColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Label8.SetIndex(Me._Label8_6, CType(6,Short))
Me._Label8_6.Location = New System.Drawing.Point(848, 632)
Me._Label8_6.Name = "_Label8_6"
Me._Label8_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label8_6.Size = New System.Drawing.Size(96, 17)
Me._Label8_6.TabIndex = 115
Me._Label8_6.Text = "48V Switch"
Me._Label8_6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label7_6
'
Me._Label7_6.BackColor = System.Drawing.Color.Transparent
Me._Label7_6.Cursor = System.Windows.Forms.Cursors.Default
Me._Label7_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label7_6.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label7.SetIndex(Me._Label7_6, CType(6,Short))
Me._Label7_6.Location = New System.Drawing.Point(952, 592)
Me._Label7_6.Name = "_Label7_6"
Me._Label7_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label7_6.Size = New System.Drawing.Size(128, 17)
Me._Label7_6.TabIndex = 114
Me._Label7_6.Text = "400V Deadface"
'
'_Label6_6
'
Me._Label6_6.BackColor = System.Drawing.Color.Transparent
Me._Label6_6.Cursor = System.Windows.Forms.Cursors.Default
Me._Label6_6.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label6_6.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label6.SetIndex(Me._Label6_6, CType(6,Short))
Me._Label6_6.Location = New System.Drawing.Point(840, 592)
Me._Label6_6.Name = "_Label6_6"
Me._Label6_6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label6_6.Size = New System.Drawing.Size(112, 17)
Me._Label6_6.TabIndex = 113
Me._Label6_6.Text = "400V Switch"
Me._Label6_6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label9_5
'
Me._Label9_5.BackColor = System.Drawing.Color.Transparent
Me._Label9_5.Cursor = System.Windows.Forms.Cursors.Default
Me._Label9_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label9_5.ForeColor = System.Drawing.SystemColors.Control
Me.Label9.SetIndex(Me._Label9_5, CType(5,Short))
Me._Label9_5.Location = New System.Drawing.Point(952, 544)
Me._Label9_5.Name = "_Label9_5"
Me._Label9_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label9_5.Size = New System.Drawing.Size(120, 17)
Me._Label9_5.TabIndex = 112
Me._Label9_5.Text = "48V Deadface"
'
'_Label8_5
'
Me._Label8_5.BackColor = System.Drawing.Color.Transparent
Me._Label8_5.Cursor = System.Windows.Forms.Cursors.Default
Me._Label8_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label8_5.ForeColor = System.Drawing.SystemColors.Control
Me.Label8.SetIndex(Me._Label8_5, CType(5,Short))
Me._Label8_5.Location = New System.Drawing.Point(848, 544)
Me._Label8_5.Name = "_Label8_5"
Me._Label8_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label8_5.Size = New System.Drawing.Size(96, 17)
Me._Label8_5.TabIndex = 111
Me._Label8_5.Text = "48V Switch"
Me._Label8_5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label7_5
'
Me._Label7_5.BackColor = System.Drawing.Color.Transparent
Me._Label7_5.Cursor = System.Windows.Forms.Cursors.Default
Me._Label7_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label7_5.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label7.SetIndex(Me._Label7_5, CType(5,Short))
Me._Label7_5.Location = New System.Drawing.Point(952, 504)
Me._Label7_5.Name = "_Label7_5"
Me._Label7_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label7_5.Size = New System.Drawing.Size(128, 17)
Me._Label7_5.TabIndex = 110
Me._Label7_5.Text = "400V Deadface"
'
'_Label6_5
'
Me._Label6_5.BackColor = System.Drawing.Color.Transparent
Me._Label6_5.Cursor = System.Windows.Forms.Cursors.Default
Me._Label6_5.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label6_5.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label6.SetIndex(Me._Label6_5, CType(5,Short))
Me._Label6_5.Location = New System.Drawing.Point(840, 504)
Me._Label6_5.Name = "_Label6_5"
Me._Label6_5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label6_5.Size = New System.Drawing.Size(112, 17)
Me._Label6_5.TabIndex = 109
Me._Label6_5.Text = "400V Switch"
Me._Label6_5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label9_4
'
Me._Label9_4.BackColor = System.Drawing.Color.Transparent
Me._Label9_4.Cursor = System.Windows.Forms.Cursors.Default
Me._Label9_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label9_4.ForeColor = System.Drawing.SystemColors.Control
Me.Label9.SetIndex(Me._Label9_4, CType(4,Short))
Me._Label9_4.Location = New System.Drawing.Point(952, 456)
Me._Label9_4.Name = "_Label9_4"
Me._Label9_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label9_4.Size = New System.Drawing.Size(120, 17)
Me._Label9_4.TabIndex = 108
Me._Label9_4.Text = "48V Deadface"
'
'_Label8_4
'
Me._Label8_4.BackColor = System.Drawing.Color.Transparent
Me._Label8_4.Cursor = System.Windows.Forms.Cursors.Default
Me._Label8_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label8_4.ForeColor = System.Drawing.SystemColors.Control
Me.Label8.SetIndex(Me._Label8_4, CType(4,Short))
Me._Label8_4.Location = New System.Drawing.Point(848, 456)
Me._Label8_4.Name = "_Label8_4"
Me._Label8_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label8_4.Size = New System.Drawing.Size(96, 17)
Me._Label8_4.TabIndex = 107
Me._Label8_4.Text = "48V Switch"
Me._Label8_4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label7_4
'
Me._Label7_4.BackColor = System.Drawing.Color.Transparent
Me._Label7_4.Cursor = System.Windows.Forms.Cursors.Default
Me._Label7_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label7_4.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label7.SetIndex(Me._Label7_4, CType(4,Short))
Me._Label7_4.Location = New System.Drawing.Point(952, 416)
Me._Label7_4.Name = "_Label7_4"
Me._Label7_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label7_4.Size = New System.Drawing.Size(128, 17)
Me._Label7_4.TabIndex = 106
Me._Label7_4.Text = "400V Deadface"
'
'_Label6_4
'
Me._Label6_4.BackColor = System.Drawing.Color.Transparent
Me._Label6_4.Cursor = System.Windows.Forms.Cursors.Default
Me._Label6_4.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label6_4.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label6.SetIndex(Me._Label6_4, CType(4,Short))
Me._Label6_4.Location = New System.Drawing.Point(840, 416)
Me._Label6_4.Name = "_Label6_4"
Me._Label6_4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label6_4.Size = New System.Drawing.Size(112, 17)
Me._Label6_4.TabIndex = 105
Me._Label6_4.Text = "400V Switch"
Me._Label6_4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label9_3
'
Me._Label9_3.BackColor = System.Drawing.Color.Transparent
Me._Label9_3.Cursor = System.Windows.Forms.Cursors.Default
Me._Label9_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label9_3.ForeColor = System.Drawing.SystemColors.Control
Me.Label9.SetIndex(Me._Label9_3, CType(3,Short))
Me._Label9_3.Location = New System.Drawing.Point(952, 368)
Me._Label9_3.Name = "_Label9_3"
Me._Label9_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label9_3.Size = New System.Drawing.Size(120, 17)
Me._Label9_3.TabIndex = 104
Me._Label9_3.Text = "48V Deadface"
'
'_Label8_3
'
Me._Label8_3.BackColor = System.Drawing.Color.Transparent
Me._Label8_3.Cursor = System.Windows.Forms.Cursors.Default
Me._Label8_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label8_3.ForeColor = System.Drawing.SystemColors.Control
Me.Label8.SetIndex(Me._Label8_3, CType(3,Short))
Me._Label8_3.Location = New System.Drawing.Point(848, 368)
Me._Label8_3.Name = "_Label8_3"
Me._Label8_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label8_3.Size = New System.Drawing.Size(96, 17)
Me._Label8_3.TabIndex = 103
Me._Label8_3.Text = "48V Switch"
Me._Label8_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label7_3
'
Me._Label7_3.BackColor = System.Drawing.Color.Transparent
Me._Label7_3.Cursor = System.Windows.Forms.Cursors.Default
Me._Label7_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label7_3.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label7.SetIndex(Me._Label7_3, CType(3,Short))
Me._Label7_3.Location = New System.Drawing.Point(952, 328)
Me._Label7_3.Name = "_Label7_3"
Me._Label7_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label7_3.Size = New System.Drawing.Size(128, 17)
Me._Label7_3.TabIndex = 102
Me._Label7_3.Text = "400V Deadface"
'
'_Label6_3
'
Me._Label6_3.BackColor = System.Drawing.Color.Transparent
Me._Label6_3.Cursor = System.Windows.Forms.Cursors.Default
Me._Label6_3.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label6_3.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label6.SetIndex(Me._Label6_3, CType(3,Short))
Me._Label6_3.Location = New System.Drawing.Point(840, 328)
Me._Label6_3.Name = "_Label6_3"
Me._Label6_3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label6_3.Size = New System.Drawing.Size(112, 17)
Me._Label6_3.TabIndex = 101
Me._Label6_3.Text = "400V Switch"
Me._Label6_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label9_2
'
Me._Label9_2.BackColor = System.Drawing.Color.Transparent
Me._Label9_2.Cursor = System.Windows.Forms.Cursors.Default
Me._Label9_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label9_2.ForeColor = System.Drawing.SystemColors.Control
Me.Label9.SetIndex(Me._Label9_2, CType(2,Short))
Me._Label9_2.Location = New System.Drawing.Point(952, 280)
Me._Label9_2.Name = "_Label9_2"
Me._Label9_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label9_2.Size = New System.Drawing.Size(120, 17)
Me._Label9_2.TabIndex = 100
Me._Label9_2.Text = "48V Deadface"
'
'_Label8_2
'
Me._Label8_2.BackColor = System.Drawing.Color.Transparent
Me._Label8_2.Cursor = System.Windows.Forms.Cursors.Default
Me._Label8_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label8_2.ForeColor = System.Drawing.SystemColors.Control
Me.Label8.SetIndex(Me._Label8_2, CType(2,Short))
Me._Label8_2.Location = New System.Drawing.Point(848, 280)
Me._Label8_2.Name = "_Label8_2"
Me._Label8_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label8_2.Size = New System.Drawing.Size(96, 17)
Me._Label8_2.TabIndex = 99
Me._Label8_2.Text = "48V Switch"
Me._Label8_2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label7_2
'
Me._Label7_2.BackColor = System.Drawing.Color.Transparent
Me._Label7_2.Cursor = System.Windows.Forms.Cursors.Default
Me._Label7_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label7_2.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label7.SetIndex(Me._Label7_2, CType(2,Short))
Me._Label7_2.Location = New System.Drawing.Point(952, 240)
Me._Label7_2.Name = "_Label7_2"
Me._Label7_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label7_2.Size = New System.Drawing.Size(128, 17)
Me._Label7_2.TabIndex = 98
Me._Label7_2.Text = "400V Deadface"
'
'_Label6_2
'
Me._Label6_2.BackColor = System.Drawing.Color.Transparent
Me._Label6_2.Cursor = System.Windows.Forms.Cursors.Default
Me._Label6_2.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label6_2.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label6.SetIndex(Me._Label6_2, CType(2,Short))
Me._Label6_2.Location = New System.Drawing.Point(840, 240)
Me._Label6_2.Name = "_Label6_2"
Me._Label6_2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label6_2.Size = New System.Drawing.Size(112, 17)
Me._Label6_2.TabIndex = 97
Me._Label6_2.Text = "400V Switch"
Me._Label6_2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label9_1
'
Me._Label9_1.BackColor = System.Drawing.Color.Transparent
Me._Label9_1.Cursor = System.Windows.Forms.Cursors.Default
Me._Label9_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label9_1.ForeColor = System.Drawing.SystemColors.Control
Me.Label9.SetIndex(Me._Label9_1, CType(1,Short))
Me._Label9_1.Location = New System.Drawing.Point(952, 192)
Me._Label9_1.Name = "_Label9_1"
Me._Label9_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label9_1.Size = New System.Drawing.Size(120, 17)
Me._Label9_1.TabIndex = 96
Me._Label9_1.Text = "48V Deadface"
'
'_Label8_1
'
Me._Label8_1.BackColor = System.Drawing.Color.Transparent
Me._Label8_1.Cursor = System.Windows.Forms.Cursors.Default
Me._Label8_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label8_1.ForeColor = System.Drawing.SystemColors.Control
Me.Label8.SetIndex(Me._Label8_1, CType(1,Short))
Me._Label8_1.Location = New System.Drawing.Point(848, 192)
Me._Label8_1.Name = "_Label8_1"
Me._Label8_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label8_1.Size = New System.Drawing.Size(96, 17)
Me._Label8_1.TabIndex = 95
Me._Label8_1.Text = "48V Switch"
Me._Label8_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label7_1
'
Me._Label7_1.BackColor = System.Drawing.Color.Transparent
Me._Label7_1.Cursor = System.Windows.Forms.Cursors.Default
Me._Label7_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label7_1.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label7.SetIndex(Me._Label7_1, CType(1,Short))
Me._Label7_1.Location = New System.Drawing.Point(952, 152)
Me._Label7_1.Name = "_Label7_1"
Me._Label7_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label7_1.Size = New System.Drawing.Size(128, 17)
Me._Label7_1.TabIndex = 94
Me._Label7_1.Text = "400V Deadface"
'
'_Label6_1
'
Me._Label6_1.BackColor = System.Drawing.Color.Transparent
Me._Label6_1.Cursor = System.Windows.Forms.Cursors.Default
Me._Label6_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label6_1.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label6.SetIndex(Me._Label6_1, CType(1,Short))
Me._Label6_1.Location = New System.Drawing.Point(840, 152)
Me._Label6_1.Name = "_Label6_1"
Me._Label6_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label6_1.Size = New System.Drawing.Size(112, 17)
Me._Label6_1.TabIndex = 93
Me._Label6_1.Text = "400V Switch"
Me._Label6_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label9_0
'
Me._Label9_0.BackColor = System.Drawing.Color.Transparent
Me._Label9_0.Cursor = System.Windows.Forms.Cursors.Default
Me._Label9_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label9_0.ForeColor = System.Drawing.SystemColors.Control
Me.Label9.SetIndex(Me._Label9_0, CType(0,Short))
Me._Label9_0.Location = New System.Drawing.Point(952, 104)
Me._Label9_0.Name = "_Label9_0"
Me._Label9_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label9_0.Size = New System.Drawing.Size(120, 17)
Me._Label9_0.TabIndex = 92
Me._Label9_0.Text = "48V Deadface"
'
'_Label8_0
'
Me._Label8_0.BackColor = System.Drawing.Color.Transparent
Me._Label8_0.Cursor = System.Windows.Forms.Cursors.Default
Me._Label8_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label8_0.ForeColor = System.Drawing.SystemColors.Control
Me.Label8.SetIndex(Me._Label8_0, CType(0,Short))
Me._Label8_0.Location = New System.Drawing.Point(848, 104)
Me._Label8_0.Name = "_Label8_0"
Me._Label8_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label8_0.Size = New System.Drawing.Size(96, 17)
Me._Label8_0.TabIndex = 91
Me._Label8_0.Text = "48V Switch"
Me._Label8_0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label7_0
'
Me._Label7_0.BackColor = System.Drawing.Color.Transparent
Me._Label7_0.Cursor = System.Windows.Forms.Cursors.Default
Me._Label7_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label7_0.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label7.SetIndex(Me._Label7_0, CType(0,Short))
Me._Label7_0.Location = New System.Drawing.Point(952, 64)
Me._Label7_0.Name = "_Label7_0"
Me._Label7_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label7_0.Size = New System.Drawing.Size(128, 17)
Me._Label7_0.TabIndex = 90
Me._Label7_0.Text = "400V Deadface"
'
'_Label6_0
'
Me._Label6_0.BackColor = System.Drawing.Color.Transparent
Me._Label6_0.Cursor = System.Windows.Forms.Cursors.Default
Me._Label6_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label6_0.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label6.SetIndex(Me._Label6_0, CType(0,Short))
Me._Label6_0.Location = New System.Drawing.Point(840, 64)
Me._Label6_0.Name = "_Label6_0"
Me._Label6_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label6_0.Size = New System.Drawing.Size(112, 17)
Me._Label6_0.TabIndex = 89
Me._Label6_0.Text = "400V Switch"
Me._Label6_0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'_Label2_1
'
Me._Label2_1.BackColor = System.Drawing.Color.Transparent
Me._Label2_1.Cursor = System.Windows.Forms.Cursors.Default
Me._Label2_1.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label2_1.ForeColor = System.Drawing.Color.White
Me.Label2.SetIndex(Me._Label2_1, CType(1,Short))
Me._Label2_1.Location = New System.Drawing.Point(616, 160)
Me._Label2_1.Name = "_Label2_1"
Me._Label2_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label2_1.Size = New System.Drawing.Size(72, 40)
Me._Label2_1.TabIndex = 66
Me._Label2_1.Text = "GF - 400 Com"
Me._Label2_1.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'_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!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label1_1.ForeColor = System.Drawing.Color.White
Me.Label1.SetIndex(Me._Label1_1, CType(1,Short))
Me._Label1_1.Location = New System.Drawing.Point(608, 51)
Me._Label1_1.Name = "_Label1_1"
Me._Label1_1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label1_1.Size = New System.Drawing.Size(88, 16)
Me._Label1_1.TabIndex = 65
Me._Label1_1.Text = "GF - 400V"
Me._Label1_1.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'_Label2_0
'
Me._Label2_0.BackColor = System.Drawing.Color.Transparent
Me._Label2_0.Cursor = System.Windows.Forms.Cursors.Default
Me._Label2_0.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label2_0.ForeColor = System.Drawing.Color.White
Me.Label2.SetIndex(Me._Label2_0, CType(0,Short))
Me._Label2_0.Location = New System.Drawing.Point(616, 472)
Me._Label2_0.Name = "_Label2_0"
Me._Label2_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label2_0.Size = New System.Drawing.Size(72, 40)
Me._Label2_0.TabIndex = 64
Me._Label2_0.Text = "GF - 400 Com"
Me._Label2_0.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'_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!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me._Label1_0.ForeColor = System.Drawing.Color.White
Me.Label1.SetIndex(Me._Label1_0, CType(0,Short))
Me._Label1_0.Location = New System.Drawing.Point(608, 360)
Me._Label1_0.Name = "_Label1_0"
Me._Label1_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._Label1_0.Size = New System.Drawing.Size(80, 17)
Me._Label1_0.TabIndex = 63
Me._Label1_0.Text = "GF - 400V"
Me._Label1_0.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Line2
'
Me.Line2.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line2.Location = New System.Drawing.Point(648, 112)
Me.Line2.Name = "Line2"
Me.Line2.Size = New System.Drawing.Size(3, 16)
Me.Line2.TabIndex = 492
'
'Line1
'
Me.Line1.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line1.Location = New System.Drawing.Point(648, 424)
Me.Line1.Name = "Line1"
Me.Line1.Size = New System.Drawing.Size(3, 16)
Me.Line1.TabIndex = 493
'
'Line95
'
Me.Line95.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line95.Location = New System.Drawing.Point(1016, 744)
Me.Line95.Name = "Line95"
Me.Line95.Size = New System.Drawing.Size(64, 3)
Me.Line95.TabIndex = 494
'
'Line94
'
Me.Line94.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line94.Location = New System.Drawing.Point(904, 744)
Me.Line94.Name = "Line94"
Me.Line94.Size = New System.Drawing.Size(96, 3)
Me.Line94.TabIndex = 495
'
'Line93
'
Me.Line93.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line93.Location = New System.Drawing.Point(840, 744)
Me.Line93.Name = "Line93"
Me.Line93.Size = New System.Drawing.Size(48, 3)
Me.Line93.TabIndex = 496
'
'Line92
'
Me.Line92.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line92.Location = New System.Drawing.Point(704, 744)
Me.Line92.Name = "Line92"
Me.Line92.Size = New System.Drawing.Size(64, 3)
Me.Line92.TabIndex = 497
'
'Line91
'
Me.Line91.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line91.Location = New System.Drawing.Point(1016, 656)
Me.Line91.Name = "Line91"
Me.Line91.Size = New System.Drawing.Size(64, 3)
Me.Line91.TabIndex = 498
'
'Line90
'
Me.Line90.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line90.Location = New System.Drawing.Point(904, 656)
Me.Line90.Name = "Line90"
Me.Line90.Size = New System.Drawing.Size(96, 3)
Me.Line90.TabIndex = 499
'
'Line89
'
Me.Line89.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line89.Location = New System.Drawing.Point(840, 656)
Me.Line89.Name = "Line89"
Me.Line89.Size = New System.Drawing.Size(48, 3)
Me.Line89.TabIndex = 500
'
'Line88
'
Me.Line88.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line88.Location = New System.Drawing.Point(704, 656)
Me.Line88.Name = "Line88"
Me.Line88.Size = New System.Drawing.Size(64, 3)
Me.Line88.TabIndex = 501
'
'Line87
'
Me.Line87.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line87.Location = New System.Drawing.Point(1016, 568)
Me.Line87.Name = "Line87"
Me.Line87.Size = New System.Drawing.Size(64, 3)
Me.Line87.TabIndex = 502
'
'Line86
'
Me.Line86.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line86.Location = New System.Drawing.Point(904, 568)
Me.Line86.Name = "Line86"
Me.Line86.Size = New System.Drawing.Size(96, 3)
Me.Line86.TabIndex = 503
'
'Line85
'
Me.Line85.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line85.Location = New System.Drawing.Point(840, 568)
Me.Line85.Name = "Line85"
Me.Line85.Size = New System.Drawing.Size(48, 3)
Me.Line85.TabIndex = 504
'
'Line84
'
Me.Line84.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line84.Location = New System.Drawing.Point(704, 568)
Me.Line84.Name = "Line84"
Me.Line84.Size = New System.Drawing.Size(64, 3)
Me.Line84.TabIndex = 505
'
'Line83
'
Me.Line83.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line83.Location = New System.Drawing.Point(1016, 480)
Me.Line83.Name = "Line83"
Me.Line83.Size = New System.Drawing.Size(64, 3)
Me.Line83.TabIndex = 506
'
'Line82
'
Me.Line82.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line82.Location = New System.Drawing.Point(904, 480)
Me.Line82.Name = "Line82"
Me.Line82.Size = New System.Drawing.Size(96, 3)
Me.Line82.TabIndex = 507
'
'Line81
'
Me.Line81.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line81.Location = New System.Drawing.Point(840, 480)
Me.Line81.Name = "Line81"
Me.Line81.Size = New System.Drawing.Size(48, 3)
Me.Line81.TabIndex = 508
'
'Line80
'
Me.Line80.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line80.Location = New System.Drawing.Point(704, 480)
Me.Line80.Name = "Line80"
Me.Line80.Size = New System.Drawing.Size(64, 3)
Me.Line80.TabIndex = 509
'
'Line79
'
Me.Line79.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line79.Location = New System.Drawing.Point(1016, 392)
Me.Line79.Name = "Line79"
Me.Line79.Size = New System.Drawing.Size(64, 3)
Me.Line79.TabIndex = 510
'
'Line78
'
Me.Line78.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line78.Location = New System.Drawing.Point(904, 392)
Me.Line78.Name = "Line78"
Me.Line78.Size = New System.Drawing.Size(96, 3)
Me.Line78.TabIndex = 511
'
'Line77
'
Me.Line77.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line77.Location = New System.Drawing.Point(840, 392)
Me.Line77.Name = "Line77"
Me.Line77.Size = New System.Drawing.Size(48, 3)
Me.Line77.TabIndex = 512
'
'Line76
'
Me.Line76.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line76.Location = New System.Drawing.Point(704, 392)
Me.Line76.Name = "Line76"
Me.Line76.Size = New System.Drawing.Size(64, 3)
Me.Line76.TabIndex = 513
'
'Line75
'
Me.Line75.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line75.Location = New System.Drawing.Point(1016, 304)
Me.Line75.Name = "Line75"
Me.Line75.Size = New System.Drawing.Size(64, 3)
Me.Line75.TabIndex = 514
'
'Line74
'
Me.Line74.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line74.Location = New System.Drawing.Point(904, 304)
Me.Line74.Name = "Line74"
Me.Line74.Size = New System.Drawing.Size(96, 3)
Me.Line74.TabIndex = 515
'
'Line73
'
Me.Line73.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line73.Location = New System.Drawing.Point(840, 304)
Me.Line73.Name = "Line73"
Me.Line73.Size = New System.Drawing.Size(48, 3)
Me.Line73.TabIndex = 516
'
'Line72
'
Me.Line72.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line72.Location = New System.Drawing.Point(704, 304)
Me.Line72.Name = "Line72"
Me.Line72.Size = New System.Drawing.Size(64, 3)
Me.Line72.TabIndex = 517
'
'Line71
'
Me.Line71.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line71.Location = New System.Drawing.Point(1016, 216)
Me.Line71.Name = "Line71"
Me.Line71.Size = New System.Drawing.Size(64, 3)
Me.Line71.TabIndex = 518
'
'Line70
'
Me.Line70.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line70.Location = New System.Drawing.Point(904, 216)
Me.Line70.Name = "Line70"
Me.Line70.Size = New System.Drawing.Size(96, 3)
Me.Line70.TabIndex = 519
'
'Line69
'
Me.Line69.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line69.Location = New System.Drawing.Point(840, 216)
Me.Line69.Name = "Line69"
Me.Line69.Size = New System.Drawing.Size(48, 3)
Me.Line69.TabIndex = 520
'
'Line68
'
Me.Line68.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line68.Location = New System.Drawing.Point(704, 216)
Me.Line68.Name = "Line68"
Me.Line68.Size = New System.Drawing.Size(64, 3)
Me.Line68.TabIndex = 521
'
'Line67
'
Me.Line67.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line67.Location = New System.Drawing.Point(1016, 128)
Me.Line67.Name = "Line67"
Me.Line67.Size = New System.Drawing.Size(64, 3)
Me.Line67.TabIndex = 522
'
'Line66
'
Me.Line66.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line66.Location = New System.Drawing.Point(904, 128)
Me.Line66.Name = "Line66"
Me.Line66.Size = New System.Drawing.Size(96, 3)
Me.Line66.TabIndex = 523
'
'Line65
'
Me.Line65.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line65.Location = New System.Drawing.Point(840, 128)
Me.Line65.Name = "Line65"
Me.Line65.Size = New System.Drawing.Size(48, 3)
Me.Line65.TabIndex = 524
'
'Line64
'
Me.Line64.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line64.Location = New System.Drawing.Point(704, 128)
Me.Line64.Name = "Line64"
Me.Line64.Size = New System.Drawing.Size(64, 3)
Me.Line64.TabIndex = 525
'
'Line63
'
Me.Line63.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line63.Location = New System.Drawing.Point(704, 128)
Me.Line63.Name = "Line63"
Me.Line63.Size = New System.Drawing.Size(3, 616)
Me.Line63.TabIndex = 526
'
'Line62
'
Me.Line62.BackColor = System.Drawing.SystemColors.Control
Me.Line62.Location = New System.Drawing.Point(512, 424)
Me.Line62.Name = "Line62"
Me.Line62.Size = New System.Drawing.Size(192, 3)
Me.Line62.TabIndex = 527
'
'Line61
'
Me.Line61.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line61.Location = New System.Drawing.Point(648, 408)
Me.Line61.Name = "Line61"
Me.Line61.Size = New System.Drawing.Size(3, 16)
Me.Line61.TabIndex = 528
'
'Line60
'
Me.Line60.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line60.Location = New System.Drawing.Point(1016, 704)
Me.Line60.Name = "Line60"
Me.Line60.Size = New System.Drawing.Size(64, 3)
Me.Line60.TabIndex = 529
'
'Line59
'
Me.Line59.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line59.Location = New System.Drawing.Point(904, 704)
Me.Line59.Name = "Line59"
Me.Line59.Size = New System.Drawing.Size(96, 3)
Me.Line59.TabIndex = 530
'
'Line58
'
Me.Line58.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line58.Location = New System.Drawing.Point(840, 704)
Me.Line58.Name = "Line58"
Me.Line58.Size = New System.Drawing.Size(48, 3)
Me.Line58.TabIndex = 531
'
'Line57
'
Me.Line57.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line57.Location = New System.Drawing.Point(744, 704)
Me.Line57.Name = "Line57"
Me.Line57.Size = New System.Drawing.Size(24, 3)
Me.Line57.TabIndex = 532
'
'Line56
'
Me.Line56.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line56.Location = New System.Drawing.Point(1016, 616)
Me.Line56.Name = "Line56"
Me.Line56.Size = New System.Drawing.Size(64, 3)
Me.Line56.TabIndex = 533
'
'Line55
'
Me.Line55.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line55.Location = New System.Drawing.Point(904, 616)
Me.Line55.Name = "Line55"
Me.Line55.Size = New System.Drawing.Size(96, 3)
Me.Line55.TabIndex = 534
'
'Line54
'
Me.Line54.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line54.Location = New System.Drawing.Point(840, 616)
Me.Line54.Name = "Line54"
Me.Line54.Size = New System.Drawing.Size(48, 3)
Me.Line54.TabIndex = 535
'
'Line53
'
Me.Line53.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line53.Location = New System.Drawing.Point(744, 616)
Me.Line53.Name = "Line53"
Me.Line53.Size = New System.Drawing.Size(24, 3)
Me.Line53.TabIndex = 536
'
'Line52
'
Me.Line52.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line52.Location = New System.Drawing.Point(1016, 352)
Me.Line52.Name = "Line52"
Me.Line52.Size = New System.Drawing.Size(64, 3)
Me.Line52.TabIndex = 537
'
'Line51
'
Me.Line51.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line51.Location = New System.Drawing.Point(904, 352)
Me.Line51.Name = "Line51"
Me.Line51.Size = New System.Drawing.Size(96, 3)
Me.Line51.TabIndex = 538
'
'Line50
'
Me.Line50.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line50.Location = New System.Drawing.Point(840, 352)
Me.Line50.Name = "Line50"
Me.Line50.Size = New System.Drawing.Size(48, 3)
Me.Line50.TabIndex = 539
'
'Line49
'
Me.Line49.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line49.Location = New System.Drawing.Point(744, 352)
Me.Line49.Name = "Line49"
Me.Line49.Size = New System.Drawing.Size(24, 3)
Me.Line49.TabIndex = 540
'
'Line48
'
Me.Line48.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line48.Location = New System.Drawing.Point(1016, 440)
Me.Line48.Name = "Line48"
Me.Line48.Size = New System.Drawing.Size(64, 3)
Me.Line48.TabIndex = 541
'
'Line47
'
Me.Line47.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line47.Location = New System.Drawing.Point(904, 440)
Me.Line47.Name = "Line47"
Me.Line47.Size = New System.Drawing.Size(96, 3)
Me.Line47.TabIndex = 542
'
'Line46
'
Me.Line46.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line46.Location = New System.Drawing.Point(840, 440)
Me.Line46.Name = "Line46"
Me.Line46.Size = New System.Drawing.Size(48, 3)
Me.Line46.TabIndex = 543
'
'Line45
'
Me.Line45.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line45.Location = New System.Drawing.Point(744, 440)
Me.Line45.Name = "Line45"
Me.Line45.Size = New System.Drawing.Size(24, 3)
Me.Line45.TabIndex = 544
'
'Line44
'
Me.Line44.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line44.Location = New System.Drawing.Point(1016, 528)
Me.Line44.Name = "Line44"
Me.Line44.Size = New System.Drawing.Size(64, 3)
Me.Line44.TabIndex = 545
'
'Line43
'
Me.Line43.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line43.Location = New System.Drawing.Point(904, 528)
Me.Line43.Name = "Line43"
Me.Line43.Size = New System.Drawing.Size(96, 3)
Me.Line43.TabIndex = 546
'
'Line42
'
Me.Line42.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line42.Location = New System.Drawing.Point(840, 528)
Me.Line42.Name = "Line42"
Me.Line42.Size = New System.Drawing.Size(48, 3)
Me.Line42.TabIndex = 547
'
'Line41
'
Me.Line41.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line41.Location = New System.Drawing.Point(744, 528)
Me.Line41.Name = "Line41"
Me.Line41.Size = New System.Drawing.Size(24, 3)
Me.Line41.TabIndex = 548
'
'Line40
'
Me.Line40.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line40.Location = New System.Drawing.Point(1016, 264)
Me.Line40.Name = "Line40"
Me.Line40.Size = New System.Drawing.Size(64, 3)
Me.Line40.TabIndex = 549
'
'Line39
'
Me.Line39.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line39.Location = New System.Drawing.Point(904, 264)
Me.Line39.Name = "Line39"
Me.Line39.Size = New System.Drawing.Size(96, 3)
Me.Line39.TabIndex = 550
'
'Line38
'
Me.Line38.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line38.Location = New System.Drawing.Point(840, 264)
Me.Line38.Name = "Line38"
Me.Line38.Size = New System.Drawing.Size(48, 3)
Me.Line38.TabIndex = 551
'
'Line37
'
Me.Line37.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line37.Location = New System.Drawing.Point(744, 264)
Me.Line37.Name = "Line37"
Me.Line37.Size = New System.Drawing.Size(24, 3)
Me.Line37.TabIndex = 552
'
'Line36
'
Me.Line36.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line36.Location = New System.Drawing.Point(1016, 176)
Me.Line36.Name = "Line36"
Me.Line36.Size = New System.Drawing.Size(64, 3)
Me.Line36.TabIndex = 553
'
'Line35
'
Me.Line35.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line35.Location = New System.Drawing.Point(904, 176)
Me.Line35.Name = "Line35"
Me.Line35.Size = New System.Drawing.Size(96, 3)
Me.Line35.TabIndex = 554
'
'Line34
'
Me.Line34.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line34.Location = New System.Drawing.Point(840, 176)
Me.Line34.Name = "Line34"
Me.Line34.Size = New System.Drawing.Size(48, 3)
Me.Line34.TabIndex = 555
'
'Line33
'
Me.Line33.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line33.Location = New System.Drawing.Point(744, 176)
Me.Line33.Name = "Line33"
Me.Line33.Size = New System.Drawing.Size(24, 3)
Me.Line33.TabIndex = 556
'
'Line30
'
Me.Line30.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line30.Location = New System.Drawing.Point(744, 88)
Me.Line30.Name = "Line30"
Me.Line30.Size = New System.Drawing.Size(24, 3)
Me.Line30.TabIndex = 557
'
'Line29
'
Me.Line29.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line29.Location = New System.Drawing.Point(1016, 88)
Me.Line29.Name = "Line29"
Me.Line29.Size = New System.Drawing.Size(64, 3)
Me.Line29.TabIndex = 558
'
'Line28
'
Me.Line28.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line28.Location = New System.Drawing.Point(904, 88)
Me.Line28.Name = "Line28"
Me.Line28.Size = New System.Drawing.Size(96, 3)
Me.Line28.TabIndex = 559
'
'Line27
'
Me.Line27.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line27.Location = New System.Drawing.Point(840, 88)
Me.Line27.Name = "Line27"
Me.Line27.Size = New System.Drawing.Size(48, 3)
Me.Line27.TabIndex = 560
'
'Line26
'
Me.Line26.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line26.Location = New System.Drawing.Point(592, 112)
Me.Line26.Name = "Line26"
Me.Line26.Size = New System.Drawing.Size(152, 3)
Me.Line26.TabIndex = 561
'
'Line25
'
Me.Line25.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line25.Location = New System.Drawing.Point(648, 96)
Me.Line25.Name = "Line25"
Me.Line25.Size = New System.Drawing.Size(3, 16)
Me.Line25.TabIndex = 562
'
'Line23
'
Me.Line23.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line23.Location = New System.Drawing.Point(376, 424)
Me.Line23.Name = "Line23"
Me.Line23.Size = New System.Drawing.Size(56, 3)
Me.Line23.TabIndex = 564
'
'Line22
'
Me.Line22.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line22.Location = New System.Drawing.Point(384, 400)
Me.Line22.Name = "Line22"
Me.Line22.Size = New System.Drawing.Size(3, 24)
Me.Line22.TabIndex = 565
'
'Line21
'
Me.Line21.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.Line21.Location = New System.Drawing.Point(280, 424)
Me.Line21.Name = "Line21"
Me.Line21.Size = New System.Drawing.Size(96, 3)
Me.Line21.TabIndex = 566
'
'Line20
'
Me.Line20.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line20.Location = New System.Drawing.Point(120, 424)
Me.Line20.Name = "Line20"
Me.Line20.Size = New System.Drawing.Size(88, 3)
Me.Line20.TabIndex = 567
'
'Line19
'
Me.Line19.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line19.Location = New System.Drawing.Point(120, 344)
Me.Line19.Name = "Line19"
Me.Line19.Size = New System.Drawing.Size(3, 208)
Me.Line19.TabIndex = 568
'
'Line18
'
Me.Line18.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line18.Location = New System.Drawing.Point(120, 344)
Me.Line18.Name = "Line18"
Me.Line18.Size = New System.Drawing.Size(483, 3)
Me.Line18.TabIndex = 569
'
'Line17
'
Me.Line17.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line17.Location = New System.Drawing.Point(600, 112)
Me.Line17.Name = "Line17"
Me.Line17.Size = New System.Drawing.Size(3, 232)
Me.Line17.TabIndex = 570
'
'Line14
'
Me.Line14.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line14.Location = New System.Drawing.Point(488, 89)
Me.Line14.Name = "Line14"
Me.Line14.Size = New System.Drawing.Size(3, 24)
Me.Line14.TabIndex = 572
'
'Line15
'
Me.Line15.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line15.Location = New System.Drawing.Point(464, 112)
Me.Line15.Name = "Line15"
Me.Line15.Size = New System.Drawing.Size(48, 3)
Me.Line15.TabIndex = 573
'
'Line3
'
Me.Line3.BackColor = System.Drawing.Color.DodgerBlue
Me.Line3.Location = New System.Drawing.Point(256, 136)
Me.Line3.Name = "Line3"
Me.Line3.Size = New System.Drawing.Size(3, 40)
Me.Line3.TabIndex = 575
'
'Line5
'
Me.Line5.BackColor = System.Drawing.Color.DodgerBlue
Me.Line5.Location = New System.Drawing.Point(248, 176)
Me.Line5.Name = "Line5"
Me.Line5.Size = New System.Drawing.Size(32, 3)
Me.Line5.TabIndex = 576
'
'Line4
'
Me.Line4.BackColor = System.Drawing.Color.DodgerBlue
Me.Line4.Location = New System.Drawing.Point(160, 176)
Me.Line4.Name = "Line4"
Me.Line4.Size = New System.Drawing.Size(24, 3)
Me.Line4.TabIndex = 577
'
'LabelLoad
'
'
'Load_Renamed
'
'
'LoadClose
'
'
'LoadSend
'
'
'Load_400Deadface
'
'
'Load_400Switch
'
'
'Load_48Deadface
'
'
'Load_48Switch
'
'
'MainMenu1
'
Me.MainMenu1.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.mnuOpen, Me.mnuDefault})
'
'mnuOpen
'
Me.mnuOpen.Index = 0
Me.mnuOpen.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.mnuMVA, Me.mnuIntLoad, Me.mnuAlarm})
Me.mnuOpen.Text = "Open"
'
'mnuMVA
'
Me.mnuMVA.Index = 0
Me.mnuMVA.Text = "MV Converters"
'
'mnuIntLoad
'
Me.mnuIntLoad.Index = 1
Me.mnuIntLoad.Text = "Internal Loads"
'
'mnuAlarm
'
Me.mnuAlarm.Index = 2
Me.mnuAlarm.Text = "Events Log"
'
'mnuDefault
'
Me.mnuDefault.Index = 1
Me.mnuDefault.Text = "Disconnect all External Loads"
'
'Line8
'
Me.Line8.BackColor = System.Drawing.Color.Transparent
Me.Line8.BorderColor1 = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line8.BorderWidth = 3!
Me.Line8.Filled = true
Me.Line8.LineAngleType = VBTrain.GraphicalObjects.Shape.LineAngleEnum.Horizontal
Me.Line8.Location = New System.Drawing.Point(424, 111)
Me.Line8.Name = "Line8"
Me.Line8.ShapeType = VBTrain.GraphicalObjects.Shape.VbShapeEnum.Line
Me.Line8.Size = New System.Drawing.Size(44, 4)
Me.Line8.TabIndex = 578
Me.Line8.TabStop = false
Me.Line8.Text = "Shape1"
'
'Line11
'
Me.Line11.BackColor = System.Drawing.Color.Transparent
Me.Line11.BorderColor1 = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line11.BorderWidth = 3!
Me.Line11.LineAngleType = VBTrain.GraphicalObjects.Shape.LineAngleEnum.Horizontal
Me.Line11.Location = New System.Drawing.Point(424, 232)
Me.Line11.Name = "Line11"
Me.Line11.ShapeType = VBTrain.GraphicalObjects.Shape.VbShapeEnum.Line
Me.Line11.Size = New System.Drawing.Size(44, 4)
Me.Line11.TabIndex = 579
Me.Line11.TabStop = false
Me.Line11.Text = "Shape5"
'
'Line7
'
Me.Line7.BackColor = System.Drawing.Color.Transparent
Me.Line7.BorderColor1 = System.Drawing.Color.DodgerBlue
Me.Line7.BorderWidth = 3!
Me.Line7.LineAngleType = VBTrain.GraphicalObjects.Shape.LineAngleEnum.Horizontal
Me.Line7.Location = New System.Drawing.Point(312, 111)
Me.Line7.Name = "Line7"
Me.Line7.ShapeType = VBTrain.GraphicalObjects.Shape.VbShapeEnum.Line
Me.Line7.Size = New System.Drawing.Size(43, 4)
Me.Line7.TabIndex = 580
Me.Line7.TabStop = false
Me.Line7.Text = "Shape6"
'
'Line10
'
Me.Line10.BackColor = System.Drawing.Color.Transparent
Me.Line10.BorderColor1 = System.Drawing.Color.DodgerBlue
Me.Line10.BorderWidth = 3!
Me.Line10.LineAngleType = VBTrain.GraphicalObjects.Shape.LineAngleEnum.Horizontal
Me.Line10.Location = New System.Drawing.Point(312, 232)
Me.Line10.Name = "Line10"
Me.Line10.ShapeType = VBTrain.GraphicalObjects.Shape.VbShapeEnum.Line
Me.Line10.Size = New System.Drawing.Size(43, 4)
Me.Line10.TabIndex = 581
Me.Line10.TabStop = false
Me.Line10.Text = "Shape7"
'
'Line9
'
Me.Line9.BackColor = System.Drawing.Color.Transparent
Me.Line9.BorderColor1 = System.Drawing.Color.DodgerBlue
Me.Line9.BorderWidth = 3!
Me.Line9.LineAngleType = VBTrain.GraphicalObjects.Shape.LineAngleEnum.Vertical
Me.Line9.Location = New System.Drawing.Point(311, 208)
Me.Line9.Name = "Line9"
Me.Line9.ShapeType = VBTrain.GraphicalObjects.Shape.VbShapeEnum.Line
Me.Line9.Size = New System.Drawing.Size(4, 27)
Me.Line9.TabIndex = 582
Me.Line9.TabStop = false
Me.Line9.Text = "Shape8"
'
'Line6
'
Me.Line6.BackColor = System.Drawing.Color.Transparent
Me.Line6.BorderColor1 = System.Drawing.Color.DodgerBlue
Me.Line6.BorderWidth = 3!
Me.Line6.LineAngleType = VBTrain.GraphicalObjects.Shape.LineAngleEnum.Vertical
Me.Line6.Location = New System.Drawing.Point(311, 111)
Me.Line6.Name = "Line6"
Me.Line6.ShapeType = VBTrain.GraphicalObjects.Shape.VbShapeEnum.Line
Me.Line6.Size = New System.Drawing.Size(4, 35)
Me.Line6.TabIndex = 583
Me.Line6.TabStop = false
Me.Line6.Text = "Shape9"
'
'Line12
'
Me.Line12.BackColor = System.Drawing.Color.Transparent
Me.Line12.BorderColor1 = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Line12.BorderWidth = 3!
Me.Line12.LineAngleType = VBTrain.GraphicalObjects.Shape.LineAngleEnum.Vertical
Me.Line12.Location = New System.Drawing.Point(464, 111)
Me.Line12.Name = "Line12"
Me.Line12.ShapeType = VBTrain.GraphicalObjects.Shape.VbShapeEnum.Line
Me.Line12.Size = New System.Drawing.Size(4, 126)
Me.Line12.TabIndex = 584
Me.Line12.TabStop = false
Me.Line12.Text = "Shape10"
'
'Label14
'
Me.Label14.BackColor = System.Drawing.Color.Transparent
Me.Label14.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label14.ForeColor = System.Drawing.Color.Yellow
Me.Label14.Location = New System.Drawing.Point(16, 216)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(72, 48)
Me.Label14.TabIndex = 585
Me.Label14.Text = "Shore Station"
Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'ShoreCurrMV
'
Me.ShoreCurrMV.AcceptsReturn = true
Me.ShoreCurrMV.AutoSize = false
Me.ShoreCurrMV.BackColor = System.Drawing.Color.Black
Me.ShoreCurrMV.Cursor = System.Windows.Forms.Cursors.IBeam
Me.ShoreCurrMV.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.ShoreCurrMV.ForeColor = System.Drawing.Color.DodgerBlue
Me.ShoreCurrMV.Location = New System.Drawing.Point(96, 166)
Me.ShoreCurrMV.MaxLength = 0
Me.ShoreCurrMV.Name = "ShoreCurrMV"
Me.ShoreCurrMV.ReadOnly = true
Me.ShoreCurrMV.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ShoreCurrMV.Size = New System.Drawing.Size(65, 24)
Me.ShoreCurrMV.TabIndex = 588
Me.ShoreCurrMV.TabStop = false
Me.ShoreCurrMV.Text = "Current"
Me.ShoreCurrMV.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Label17
'
Me.Label17.BackColor = System.Drawing.Color.DodgerBlue
Me.Label17.Location = New System.Drawing.Point(72, 176)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(24, 3)
Me.Label17.TabIndex = 589
'
'ShoreVoltMV
'
Me.ShoreVoltMV.AcceptsReturn = true
Me.ShoreVoltMV.AutoSize = false
Me.ShoreVoltMV.BackColor = System.Drawing.Color.Black
Me.ShoreVoltMV.Cursor = System.Windows.Forms.Cursors.IBeam
Me.ShoreVoltMV.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.ShoreVoltMV.ForeColor = System.Drawing.Color.DodgerBlue
Me.ShoreVoltMV.Location = New System.Drawing.Point(40, 112)
Me.ShoreVoltMV.MaxLength = 0
Me.ShoreVoltMV.Name = "ShoreVoltMV"
Me.ShoreVoltMV.ReadOnly = true
Me.ShoreVoltMV.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ShoreVoltMV.Size = New System.Drawing.Size(88, 24)
Me.ShoreVoltMV.TabIndex = 590
Me.ShoreVoltMV.TabStop = false
Me.ShoreVoltMV.Text = "Voltage"
Me.ShoreVoltMV.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Label18
'
Me.Label18.BackColor = System.Drawing.Color.DodgerBlue
Me.Label18.Location = New System.Drawing.Point(80, 136)
Me.Label18.Name = "Label18"
Me.Label18.Size = New System.Drawing.Size(3, 40)
Me.Label18.TabIndex = 591
'
'Ext400VBusPower
'
Me.Ext400VBusPower.BackColor = System.Drawing.Color.Transparent
Me.Ext400VBusPower.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Ext400VBusPower.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Ext400VBusPower.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Ext400VBusPower.Location = New System.Drawing.Point(280, 5)
Me.Ext400VBusPower.Name = "Ext400VBusPower"
Me.Ext400VBusPower.Size = New System.Drawing.Size(120, 16)
Me.Ext400VBusPower.TabIndex = 593
Me.Ext400VBusPower.Text = "Power"
Me.Ext400VBusPower.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label20
'
Me.Label20.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label20.ForeColor = System.Drawing.SystemColors.Control
Me.Label20.Location = New System.Drawing.Point(24, 4)
Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(240, 16)
Me.Label20.TabIndex = 594
Me.Label20.Text = "External 48V Bus Power:"
Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Ext48VBusPower
'
Me.Ext48VBusPower.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Ext48VBusPower.ForeColor = System.Drawing.SystemColors.Control
Me.Ext48VBusPower.Location = New System.Drawing.Point(280, 4)
Me.Ext48VBusPower.Name = "Ext48VBusPower"
Me.Ext48VBusPower.Size = New System.Drawing.Size(120, 16)
Me.Ext48VBusPower.TabIndex = 595
Me.Ext48VBusPower.Text = "Power"
Me.Ext48VBusPower.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'DateTime
'
Me.DateTime.BackColor = System.Drawing.Color.Black
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, 33)
Me.DateTime.TabIndex = 596
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 = 597
'
'GotExtLoadDataDisplay
'
Me.GotExtLoadDataDisplay.AutoSize = true
Me.GotExtLoadDataDisplay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.GotExtLoadDataDisplay.Font = New System.Drawing.Font("Arial", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.GotExtLoadDataDisplay.ForeColor = System.Drawing.Color.Red
Me.GotExtLoadDataDisplay.Location = New System.Drawing.Point(8, 8)
Me.GotExtLoadDataDisplay.Name = "GotExtLoadDataDisplay"
Me.GotExtLoadDataDisplay.Size = New System.Drawing.Size(288, 38)
Me.GotExtLoadDataDisplay.TabIndex = 598
Me.GotExtLoadDataDisplay.Text = "External Load Status"
Me.GotExtLoadDataDisplay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.GotExtLoadDataDisplay.Visible = false
'
'Label22
'
Me.Label22.BackColor = System.Drawing.SystemColors.Control
Me.Label22.Location = New System.Drawing.Point(168, 464)
Me.Label22.Name = "Label22"
Me.Label22.Size = New System.Drawing.Size(424, 40)
Me.Label22.TabIndex = 605
'
'Panel1
'
Me.Panel1.Controls.Add(Me.Ext48VBusPower)
Me.Panel1.Controls.Add(Me.Label20)
Me.Panel1.Location = New System.Drawing.Point(176, 472)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(408, 24)
Me.Panel1.TabIndex = 606
'
'Label23
'
Me.Label23.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label23.Location = New System.Drawing.Point(168, 296)
Me.Label23.Name = "Label23"
Me.Label23.Size = New System.Drawing.Size(424, 40)
Me.Label23.TabIndex = 607
'
'Panel2
'
Me.Panel2.Controls.Add(Me.Label25)
Me.Panel2.Controls.Add(Me.Ext400VBusPower)
Me.Panel2.Location = New System.Drawing.Point(176, 304)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(408, 24)
Me.Panel2.TabIndex = 608
'
'Label25
'
Me.Label25.BackColor = System.Drawing.Color.Transparent
Me.Label25.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label25.ForeColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label25.Location = New System.Drawing.Point(24, 5)
Me.Label25.Name = "Label25"
Me.Label25.Size = New System.Drawing.Size(248, 16)
Me.Label25.TabIndex = 594
Me.Label25.Text = "External 400V Bus Power:"
Me.Label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.Label47)
Me.GroupBox1.Controls.Add(Me.Label46)
Me.GroupBox1.Controls.Add(Me.Label40)
Me.GroupBox1.Controls.Add(Me.Label39)
Me.GroupBox1.Controls.Add(Me.Label38)
Me.GroupBox1.Controls.Add(Me.Label37)
Me.GroupBox1.Controls.Add(Me.Label36)
Me.GroupBox1.Controls.Add(Me.Label35)
Me.GroupBox1.Controls.Add(Me.Label34)
Me.GroupBox1.Controls.Add(Me.Label33)
Me.GroupBox1.Controls.Add(Me.Label32)
Me.GroupBox1.Controls.Add(Me.Label31)
Me.GroupBox1.Controls.Add(Me.Label29)
Me.GroupBox1.Controls.Add(Me.Label30)
Me.GroupBox1.Controls.Add(Me.Label27)
Me.GroupBox1.Controls.Add(Me.Label28)
Me.GroupBox1.Controls.Add(Me.Label24)
Me.GroupBox1.Controls.Add(Me.Label26)
Me.GroupBox1.Controls.Add(Me.Label16)
Me.GroupBox1.Controls.Add(Me.Label15)
Me.GroupBox1.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.GroupBox1.ForeColor = System.Drawing.Color.FromArgb(CType(192,Byte), CType(255,Byte), CType(255,Byte))
Me.GroupBox1.Location = New System.Drawing.Point(712, 776)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(544, 176)
Me.GroupBox1.TabIndex = 610
Me.GroupBox1.TabStop = false
Me.GroupBox1.Text = "Legend"
'
'Label47
'
Me.Label47.BackColor = System.Drawing.Color.Transparent
Me.Label47.Cursor = System.Windows.Forms.Cursors.Default
Me.Label47.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label47.ForeColor = System.Drawing.Color.Yellow
Me.Label47.ImageAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label47.Location = New System.Drawing.Point(96, 128)
Me.Label47.Name = "Label47"
Me.Label47.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label47.Size = New System.Drawing.Size(144, 16)
Me.Label47.TabIndex = 587
Me.Label47.Text = "-12V Bus"
Me.Label47.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label46
'
Me.Label46.BackColor = System.Drawing.Color.Yellow
Me.Label46.Location = New System.Drawing.Point(24, 136)
Me.Label46.Name = "Label46"
Me.Label46.Size = New System.Drawing.Size(48, 3)
Me.Label46.TabIndex = 586
'
'Label40
'
Me.Label40.BackColor = System.Drawing.Color.Aqua
Me.Label40.Location = New System.Drawing.Point(24, 160)
Me.Label40.Name = "Label40"
Me.Label40.Size = New System.Drawing.Size(48, 3)
Me.Label40.TabIndex = 585
'
'Label39
'
Me.Label39.BackColor = System.Drawing.Color.Transparent
Me.Label39.Cursor = System.Windows.Forms.Cursors.Default
Me.Label39.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label39.ForeColor = System.Drawing.Color.Yellow
Me.Label39.ImageAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label39.Location = New System.Drawing.Point(96, 152)
Me.Label39.Name = "Label39"
Me.Label39.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label39.Size = New System.Drawing.Size(144, 16)
Me.Label39.TabIndex = 584
Me.Label39.Text = "5V Bus"
Me.Label39.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label38
'
Me.Label38.BackColor = System.Drawing.Color.Transparent
Me.Label38.Cursor = System.Windows.Forms.Cursors.Default
Me.Label38.Font = New System.Drawing.Font("Arial", 12!, 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, 104)
Me.Label38.Name = "Label38"
Me.Label38.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label38.Size = New System.Drawing.Size(144, 16)
Me.Label38.TabIndex = 583
Me.Label38.Text = "12V Bus"
Me.Label38.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label37
'
Me.Label37.BackColor = System.Drawing.Color.Red
Me.Label37.Location = New System.Drawing.Point(24, 112)
Me.Label37.Name = "Label37"
Me.Label37.Size = New System.Drawing.Size(48, 3)
Me.Label37.TabIndex = 582
'
'Label36
'
Me.Label36.BackColor = System.Drawing.Color.Transparent
Me.Label36.Cursor = System.Windows.Forms.Cursors.Default
Me.Label36.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label36.ForeColor = System.Drawing.Color.Yellow
Me.Label36.ImageAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label36.Location = New System.Drawing.Point(96, 80)
Me.Label36.Name = "Label36"
Me.Label36.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label36.Size = New System.Drawing.Size(144, 16)
Me.Label36.TabIndex = 581
Me.Label36.Text = "48V Bus"
Me.Label36.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label35
'
Me.Label35.BackColor = System.Drawing.Color.Transparent
Me.Label35.Cursor = System.Windows.Forms.Cursors.Default
Me.Label35.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label35.ForeColor = System.Drawing.Color.Yellow
Me.Label35.ImageAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label35.Location = New System.Drawing.Point(96, 56)
Me.Label35.Name = "Label35"
Me.Label35.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label35.Size = New System.Drawing.Size(144, 16)
Me.Label35.TabIndex = 580
Me.Label35.Text = "400V Bus"
Me.Label35.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label34
'
Me.Label34.BackColor = System.Drawing.Color.Transparent
Me.Label34.Cursor = System.Windows.Forms.Cursors.Default
Me.Label34.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label34.ForeColor = System.Drawing.Color.Yellow
Me.Label34.ImageAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label34.Location = New System.Drawing.Point(96, 32)
Me.Label34.Name = "Label34"
Me.Label34.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label34.Size = New System.Drawing.Size(144, 16)
Me.Label34.TabIndex = 579
Me.Label34.Text = "10KV Bus"
Me.Label34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label33
'
Me.Label33.BackColor = System.Drawing.Color.DodgerBlue
Me.Label33.Location = New System.Drawing.Point(24, 40)
Me.Label33.Name = "Label33"
Me.Label33.Size = New System.Drawing.Size(48, 3)
Me.Label33.TabIndex = 578
'
'Label32
'
Me.Label32.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label32.Location = New System.Drawing.Point(24, 64)
Me.Label32.Name = "Label32"
Me.Label32.Size = New System.Drawing.Size(48, 3)
Me.Label32.TabIndex = 536
'
'Label31
'
Me.Label31.BackColor = System.Drawing.SystemColors.Control
Me.Label31.Location = New System.Drawing.Point(24, 88)
Me.Label31.Name = "Label31"
Me.Label31.Size = New System.Drawing.Size(48, 3)
Me.Label31.TabIndex = 498
'
'Label29
'
Me.Label29.BackColor = System.Drawing.Color.Transparent
Me.Label29.Cursor = System.Windows.Forms.Cursors.Default
Me.Label29.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label29.ForeColor = System.Drawing.Color.Yellow
Me.Label29.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Label29.Location = New System.Drawing.Point(296, 128)
Me.Label29.Name = "Label29"
Me.Label29.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label29.Size = New System.Drawing.Size(240, 16)
Me.Label29.TabIndex = 484
Me.Label29.Text = "Hardware Circuit Breaker Trip"
Me.Label29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label30
'
Me.Label30.BackColor = System.Drawing.Color.Yellow
Me.Label30.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label30.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label30.Location = New System.Drawing.Point(264, 128)
Me.Label30.Name = "Label30"
Me.Label30.Size = New System.Drawing.Size(17, 17)
Me.Label30.TabIndex = 483
'
'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!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label27.ForeColor = System.Drawing.Color.Yellow
Me.Label27.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Label27.Location = New System.Drawing.Point(296, 96)
Me.Label27.Name = "Label27"
Me.Label27.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label27.Size = New System.Drawing.Size(232, 16)
Me.Label27.TabIndex = 482
Me.Label27.Text = "Software Over-current Trip"
Me.Label27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label28
'
Me.Label28.BackColor = System.Drawing.Color.Gray
Me.Label28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label28.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label28.Location = New System.Drawing.Point(264, 96)
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!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label24.ForeColor = System.Drawing.Color.Yellow
Me.Label24.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Label24.Location = New System.Drawing.Point(296, 64)
Me.Label24.Name = "Label24"
Me.Label24.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label24.Size = New System.Drawing.Size(144, 16)
Me.Label24.TabIndex = 480
Me.Label24.Text = "Switch Closed"
Me.Label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label26
'
Me.Label26.BackColor = System.Drawing.Color.Lime
Me.Label26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label26.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label26.Location = New System.Drawing.Point(264, 64)
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!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label16.ForeColor = System.Drawing.Color.Yellow
Me.Label16.ImageAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label16.Location = New System.Drawing.Point(296, 32)
Me.Label16.Name = "Label16"
Me.Label16.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label16.Size = New System.Drawing.Size(144, 17)
Me.Label16.TabIndex = 478
Me.Label16.Text = "Switch Open"
Me.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label15
'
Me.Label15.BackColor = System.Drawing.Color.Red
Me.Label15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label15.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label15.Location = New System.Drawing.Point(264, 32)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(17, 17)
Me.Label15.TabIndex = 477
'
'Label19
'
Me.Label19.BackColor = System.Drawing.Color.White
Me.Label19.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label19.Location = New System.Drawing.Point(704, 768)
Me.Label19.Name = "Label19"
Me.Label19.Size = New System.Drawing.Size(560, 192)
Me.Label19.TabIndex = 609
'
'Label41
'
Me.Label41.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(128,Byte), CType(0,Byte))
Me.Label41.Location = New System.Drawing.Point(120, 552)
Me.Label41.Name = "Label41"
Me.Label41.Size = New System.Drawing.Size(88, 3)
Me.Label41.TabIndex = 611
'
'Panel3
'
Me.Panel3.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(192,Byte), CType(128,Byte))
Me.Panel3.Controls.Add(Me.Label42)
Me.Panel3.Cursor = System.Windows.Forms.Cursors.Default
Me.Panel3.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Panel3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Panel3.Location = New System.Drawing.Point(208, 520)
Me.Panel3.Name = "Panel3"
Me.Panel3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Panel3.Size = New System.Drawing.Size(144, 64)
Me.Panel3.TabIndex = 612
'
'Label42
'
Me.Label42.BackColor = System.Drawing.Color.FromArgb(CType(255,Byte), CType(192,Byte), CType(128,Byte))
Me.Label42.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.Label42.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Label42.Location = New System.Drawing.Point(8, 8)
Me.Label42.Name = "Label42"
Me.Label42.Size = New System.Drawing.Size(128, 48)
Me.Label42.TabIndex = 0
Me.Label42.Text = "Internal Load Converters"
Me.Label42.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label43
'
Me.Label43.BackColor = System.Drawing.Color.Aqua
Me.Label43.Location = New System.Drawing.Point(352, 576)
Me.Label43.Name = "Label43"
Me.Label43.Size = New System.Drawing.Size(64, 3)
Me.Label43.TabIndex = 615
'
'Label44
'
Me.Label44.BackColor = System.Drawing.Color.Red
Me.Label44.Location = New System.Drawing.Point(352, 544)
Me.Label44.Name = "Label44"
Me.Label44.Size = New System.Drawing.Size(64, 3)
Me.Label44.TabIndex = 614
'
'Label45
'
Me.Label45.BackColor = System.Drawing.SystemColors.Control
Me.Label45.Location = New System.Drawing.Point(352, 528)
Me.Label45.Name = "Label45"
Me.Label45.Size = New System.Drawing.Size(64, 3)
Me.Label45.TabIndex = 613
'
'ILC_Label1
'
Me.ILC_Label1.BackColor = System.Drawing.Color.Silver
Me.ILC_Label1.Cursor = System.Windows.Forms.Cursors.Hand
Me.ILC_Label1.Location = New System.Drawing.Point(416, 520)
Me.ILC_Label1.Name = "ILC_Label1"
Me.ILC_Label1.Size = New System.Drawing.Size(136, 64)
Me.ILC_Label1.TabIndex = 617
'
'ShoreStation
'
Me.ShoreStation.BackColor = System.Drawing.Color.Transparent
Me.ShoreStation.BorderColor1 = System.Drawing.Color.White
Me.ShoreStation.BorderWidth = 2!
Me.ShoreStation.Cursor = System.Windows.Forms.Cursors.Hand
Me.ShoreStation.FillColor1 = System.Drawing.Color.FromArgb(CType(128,Byte), CType(255,Byte), CType(255,Byte))
Me.ShoreStation.FillColor2 = System.Drawing.Color.FromArgb(CType(128,Byte), CType(255,Byte), CType(255,Byte))
Me.ShoreStation.Filled = true
Me.ShoreStation.Location = New System.Drawing.Point(8, 144)
Me.ShoreStation.Name = "ShoreStation"
Me.ShoreStation.Size = New System.Drawing.Size(64, 64)
Me.ShoreStation.TabIndex = 618
Me.ShoreStation.TabStop = false
Me.ShoreStation.Text = "Shape2"
'
'Label48
'
Me.Label48.BackColor = System.Drawing.Color.Yellow
Me.Label48.Location = New System.Drawing.Point(352, 560)
Me.Label48.Name = "Label48"
Me.Label48.Size = New System.Drawing.Size(64, 3)
Me.Label48.TabIndex = 619
'
'ILC_Label
'
Me.ILC_Label.BackColor = System.Drawing.Color.FromArgb(CType(224,Byte), CType(224,Byte), CType(224,Byte))
Me.ILC_Label.Cursor = System.Windows.Forms.Cursors.Hand
Me.ILC_Label.Font = New System.Drawing.Font("Arial", 12!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.ILC_Label.ForeColor = System.Drawing.SystemColors.ControlText
Me.ILC_Label.Location = New System.Drawing.Point(424, 528)
Me.ILC_Label.Name = "ILC_Label"
Me.ILC_Label.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ILC_Label.Size = New System.Drawing.Size(120, 48)
Me.ILC_Label.TabIndex = 622
Me.ILC_Label.TabStop = false
Me.ILC_Label.Text = "Internal Load Control"
'
'PMACSextload
'
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
Me.AutoScroll = true
Me.BackColor = System.Drawing.Color.Black
Me.ClientSize = New System.Drawing.Size(1272, 965)
Me.Controls.Add(Me.ILC_Label)
Me.Controls.Add(Me.Label48)
Me.Controls.Add(Me.ShoreStation)
Me.Controls.Add(Me.Label43)
Me.Controls.Add(Me.Label44)
Me.Controls.Add(Me.Label45)
Me.Controls.Add(Me.Panel3)
Me.Controls.Add(Me.Label41)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.Label19)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.Label23)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.Label22)
Me.Controls.Add(Me.GotExtLoadDataDisplay)
Me.Controls.Add(Me.ShoreVoltMV)
Me.Controls.Add(Me.ShoreCurrMV)
Me.Controls.Add(Me.GFLow400)
Me.Controls.Add(Me.GFHigh400)
Me.Controls.Add(Me.GFLow48)
Me.Controls.Add(Me.GFHigh48)
Me.Controls.Add(Me._Load_48I_7)
Me.Controls.Add(Me._Load_48I_6)
Me.Controls.Add(Me._Load_48I_5)
Me.Controls.Add(Me._Load_48I_4)
Me.Controls.Add(Me._Load_48I_3)
Me.Controls.Add(Me._Load_48I_2)
Me.Controls.Add(Me._Load_48I_1)
Me.Controls.Add(Me._Load_48I_0)
Me.Controls.Add(Me._Load_400I_7)
Me.Controls.Add(Me._Load_400I_6)
Me.Controls.Add(Me._Load_400I_3)
Me.Controls.Add(Me._Load_400I_4)
Me.Controls.Add(Me._Load_400I_5)
Me.Controls.Add(Me._Load_400I_2)
Me.Controls.Add(Me._Load_400I_1)
Me.Controls.Add(Me._Load_400I_0)
Me.Controls.Add(Me.I_48)
Me.Controls.Add(Me.V_48)
Me.Controls.Add(Me.I_400)
Me.Controls.Add(Me.V_400)
Me.Controls.Add(Me.SciVoltMV)
Me.Controls.Add(Me.SciCurrMV)
Me.Controls.Add(Me.DateTime)
Me.Controls.Add(Me.Label21)
Me.Controls.Add(Me.Label18)
Me.Controls.Add(Me.Label17)
Me.Controls.Add(Me.Label14)
Me.Controls.Add(Me.Line12)
Me.Controls.Add(Me.Line6)
Me.Controls.Add(Me.Line9)
Me.Controls.Add(Me.Line10)
Me.Controls.Add(Me.Line7)
Me.Controls.Add(Me.Line11)
Me.Controls.Add(Me.Line8)
Me.Controls.Add(Me._Load_7)
Me.Controls.Add(Me._Load_6)
Me.Controls.Add(Me._Load_5)
Me.Controls.Add(Me._Load_4)
Me.Controls.Add(Me._Load_3)
Me.Controls.Add(Me._Load_2)
Me.Controls.Add(Me._Load_1)
Me.Controls.Add(Me.ConverterSwitch)
Me.Controls.Add(Me._Load_0)
Me.Controls.Add(Me.LVConverter)
Me.Controls.Add(Me.MVConverterA)
Me.Controls.Add(Me.MVConverterB)
Me.Controls.Add(Me.ConC)
Me.Controls.Add(Me.ConB)
Me.Controls.Add(Me.ConA)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Line31)
Me.Controls.Add(Me._Load_48Deadface_7)
Me.Controls.Add(Me._Load_48Deadface_6)
Me.Controls.Add(Me._Load_48Deadface_5)
Me.Controls.Add(Me._Load_48Deadface_4)
Me.Controls.Add(Me._Load_48Deadface_3)
Me.Controls.Add(Me._Load_48Deadface_2)
Me.Controls.Add(Me._Load_48Deadface_1)
Me.Controls.Add(Me._Load_48Deadface_0)
Me.Controls.Add(Me._Load_400Deadface_7)
Me.Controls.Add(Me._Load_400Deadface_6)
Me.Controls.Add(Me._Load_400Deadface_5)
Me.Controls.Add(Me._Load_400Deadface_4)
Me.Controls.Add(Me._Load_400Deadface_3)
Me.Controls.Add(Me._Load_400Deadface_2)
Me.Controls.Add(Me._Load_400Deadface_1)
Me.Controls.Add(Me._Load_400Deadface_0)
Me.Controls.Add(Me._Load_48Switch_7)
Me.Controls.Add(Me._Load_48Switch_6)
Me.Controls.Add(Me._Load_48Switch_5)
Me.Controls.Add(Me._Load_48Switch_4)
Me.Controls.Add(Me._Load_48Switch_3)
Me.Controls.Add(Me._Load_48Switch_2)
Me.Controls.Add(Me._Load_48Switch_1)
Me.Controls.Add(Me._Load_48Switch_0)
Me.Controls.Add(Me._Load_400Switch_7)
Me.Controls.Add(Me._Load_400Switch_6)
Me.Controls.Add(Me._Load_400Switch_5)
Me.Controls.Add(Me._Load_400Switch_4)
Me.Controls.Add(Me._Load_400Switch_3)
Me.Controls.Add(Me._Load_400Switch_2)
Me.Controls.Add(Me._Load_400Switch_1)
Me.Controls.Add(Me._Load_400Switch_0)
Me.Controls.Add(Me._Label9_7)
Me.Controls.Add(Me._Label8_7)
Me.Controls.Add(Me._Label7_7)
Me.Controls.Add(Me._Label6_7)
Me.Controls.Add(Me._Label9_6)
Me.Controls.Add(Me._Label8_6)
Me.Controls.Add(Me._Label7_6)
Me.Controls.Add(Me._Label6_6)
Me.Controls.Add(Me._Label9_5)
Me.Controls.Add(Me._Label8_5)
Me.Controls.Add(Me._Label7_5)
Me.Controls.Add(Me._Label6_5)
Me.Controls.Add(Me._Label9_4)
Me.Controls.Add(Me._Label8_4)
Me.Controls.Add(Me._Label7_4)
Me.Controls.Add(Me._Label6_4)
Me.Controls.Add(Me._Label9_3)
Me.Controls.Add(Me._Label8_3)
Me.Controls.Add(Me._Label7_3)
Me.Controls.Add(Me._Label6_3)
Me.Controls.Add(Me._Label9_2)
Me.Controls.Add(Me._Label8_2)
Me.Controls.Add(Me._Label7_2)
Me.Controls.Add(Me._Label6_2)
Me.Controls.Add(Me._Label9_1)
Me.Controls.Add(Me._Label8_1)
Me.Controls.Add(Me._Label7_1)
Me.Controls.Add(Me._Label6_1)
Me.Controls.Add(Me._Label9_0)
Me.Controls.Add(Me._Label8_0)
Me.Controls.Add(Me._Label7_0)
Me.Controls.Add(Me._Label6_0)
Me.Controls.Add(Me._Label2_1)
Me.Controls.Add(Me._Label1_1)
Me.Controls.Add(Me._Label2_0)
Me.Controls.Add(Me._Label1_0)
Me.Controls.Add(Me.Line2)
Me.Controls.Add(Me.Line1)
Me.Controls.Add(Me.Line95)
Me.Controls.Add(Me.Line94)
Me.Controls.Add(Me.Line93)
Me.Controls.Add(Me.Line92)
Me.Controls.Add(Me.Line91)
Me.Controls.Add(Me.Line90)
Me.Controls.Add(Me.Line89)
Me.Controls.Add(Me.Line88)
Me.Controls.Add(Me.Line87)
Me.Controls.Add(Me.Line86)
Me.Controls.Add(Me.Line85)
Me.Controls.Add(Me.Line84)
Me.Controls.Add(Me.Line83)
Me.Controls.Add(Me.Line82)
Me.Controls.Add(Me.Line81)
Me.Controls.Add(Me.Line80)
Me.Controls.Add(Me.Line79)
Me.Controls.Add(Me.Line78)
Me.Controls.Add(Me.Line77)
Me.Controls.Add(Me.Line76)
Me.Controls.Add(Me.Line75)
Me.Controls.Add(Me.Line74)
Me.Controls.Add(Me.Line73)
Me.Controls.Add(Me.Line72)
Me.Controls.Add(Me.Line71)
Me.Controls.Add(Me.Line70)
Me.Controls.Add(Me.Line69)
Me.Controls.Add(Me.Line68)
Me.Controls.Add(Me.Line67)
Me.Controls.Add(Me.Line66)
Me.Controls.Add(Me.Line65)
Me.Controls.Add(Me.Line64)
Me.Controls.Add(Me.Line63)
Me.Controls.Add(Me.Line62)
Me.Controls.Add(Me.Line61)
Me.Controls.Add(Me.Line60)
Me.Controls.Add(Me.Line59)
Me.Controls.Add(Me.Line58)
Me.Controls.Add(Me.Line57)
Me.Controls.Add(Me.Line56)
Me.Controls.Add(Me.Line55)
Me.Controls.Add(Me.Line54)
Me.Controls.Add(Me.Line53)
Me.Controls.Add(Me.Line52)
Me.Controls.Add(Me.Line51)
Me.Controls.Add(Me.Line50)
Me.Controls.Add(Me.Line49)
Me.Controls.Add(Me.Line48)
Me.Controls.Add(Me.Line47)
Me.Controls.Add(Me.Line46)
Me.Controls.Add(Me.Line45)
Me.Controls.Add(Me.Line44)
Me.Controls.Add(Me.Line43)
Me.Controls.Add(Me.Line42)
Me.Controls.Add(Me.Line41)
Me.Controls.Add(Me.Line40)
Me.Controls.Add(Me.Line39)
Me.Controls.Add(Me.Line38)
Me.Controls.Add(Me.Line37)
Me.Controls.Add(Me.Line36)
Me.Controls.Add(Me.Line35)
Me.Controls.Add(Me.Line34)
Me.Controls.Add(Me.Line33)
Me.Controls.Add(Me.Line30)
Me.Controls.Add(Me.Line29)
Me.Controls.Add(Me.Line28)
Me.Controls.Add(Me.Line27)
Me.Controls.Add(Me.Line26)
Me.Controls.Add(Me.Line25)
Me.Controls.Add(Me.Line23)
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.Line14)
Me.Controls.Add(Me.Line15)
Me.Controls.Add(Me.Line3)
Me.Controls.Add(Me.Line5)
Me.Controls.Add(Me.Line4)
Me.Controls.Add(Me.ILC_Label1)
Me.Controls.Add(Me._LoadConfig_5)
Me.Controls.Add(Me._LoadConfig_4)
Me.Controls.Add(Me._LoadConfig_0)
Me.Controls.Add(Me._LoadConfig_1)
Me.Controls.Add(Me._LoadConfig_3)
Me.Controls.Add(Me._LoadConfig_2)
Me.Controls.Add(Me._LoadConfig_7)
Me.Controls.Add(Me._LoadConfig_6)
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Location = New System.Drawing.Point(12, 12)
Me.Menu = Me.MainMenu1
Me.Name = "PMACSextload"
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds
Me.Text = "PMACS External Loads"
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
Me._LoadConfig_7.ResumeLayout(false)
Me._LoadSwitch_400_7.ResumeLayout(false)
Me._LoadSwitch_48_7.ResumeLayout(false)
Me._LoadPriority_7.ResumeLayout(false)
Me._LoadDeadface_400_7.ResumeLayout(false)
Me._LoadDeadface_48_7.ResumeLayout(false)
Me._LoadConfig_6.ResumeLayout(false)
Me._LoadSwitch_400_6.ResumeLayout(false)
Me._LoadSwitch_48_6.ResumeLayout(false)
Me._LoadPriority_6.ResumeLayout(false)
Me._LoadDeadface_400_6.ResumeLayout(false)
Me._LoadDeadface_48_6.ResumeLayout(false)
Me._LoadConfig_5.ResumeLayout(false)
Me._LoadSwitch_400_5.ResumeLayout(false)
Me._LoadSwitch_48_5.ResumeLayout(false)
Me._LoadPriority_5.ResumeLayout(false)
Me._LoadDeadface_400_5.ResumeLayout(false)
Me._LoadDeadface_48_5.ResumeLayout(false)
Me._LoadConfig_4.ResumeLayout(false)
Me._LoadSwitch_400_4.ResumeLayout(false)
Me._LoadSwitch_48_4.ResumeLayout(false)
Me._LoadPriority_4.ResumeLayout(false)
Me._LoadDeadface_400_4.ResumeLayout(false)
Me._LoadDeadface_48_4.ResumeLayout(false)
Me._LoadConfig_3.ResumeLayout(false)
Me._LoadSwitch_400_3.ResumeLayout(false)
Me._LoadSwitch_48_3.ResumeLayout(false)
Me._LoadPriority_3.ResumeLayout(false)
Me._LoadDeadface_400_3.ResumeLayout(false)
Me._LoadDeadface_48_3.ResumeLayout(false)
Me._LoadConfig_2.ResumeLayout(false)
Me._LoadSwitch_400_2.ResumeLayout(false)
Me._LoadSwitch_48_2.ResumeLayout(false)
Me._LoadPriority_2.ResumeLayout(false)
Me._LoadDeadface_400_2.ResumeLayout(false)
Me._LoadDeadface_48_2.ResumeLayout(false)
Me._LoadConfig_1.ResumeLayout(false)
Me._LoadSwitch_400_1.ResumeLayout(false)
Me._LoadSwitch_48_1.ResumeLayout(false)
Me._LoadPriority_1.ResumeLayout(false)
Me._LoadDeadface_400_1.ResumeLayout(false)
Me._LoadDeadface_48_1.ResumeLayout(false)
Me._LoadConfig_0.ResumeLayout(false)
Me._LoadDeadface_48_0.ResumeLayout(false)
Me._LoadDeadface_400_0.ResumeLayout(false)
Me._LoadPriority_0.ResumeLayout(false)
Me._LoadSwitch_48_0.ResumeLayout(false)
Me._LoadSwitch_400_0.ResumeLayout(false)
Me._Load_7.ResumeLayout(false)
Me._Load_6.ResumeLayout(false)
Me._Load_5.ResumeLayout(false)
Me._Load_4.ResumeLayout(false)
Me._Load_3.ResumeLayout(false)
Me._Load_2.ResumeLayout(false)
Me._Load_1.ResumeLayout(false)
Me.ConverterSwitch.ResumeLayout(false)
Me._Load_0.ResumeLayout(false)
Me.LVConverter.ResumeLayout(false)
Me.MVConverterA.ResumeLayout(false)
Me.MVConverterB.ResumeLayout(false)
CType(Me.A1,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.A11,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.DeadfaceClose400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.DeadfaceClose48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.DeadfaceOpen400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.DeadfaceOpen48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Ext400VDeadfaceConfirm,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Ext400VSwitchConfirm,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Ext48VDeadfaceConfirm,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Ext48VSwitchConfirm,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.ExtLoad400VDeadface,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.ExtLoad400VSwitch,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.ExtLoad48VDeadface,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.ExtLoad48VSwitch,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.I_limit,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.I_limit1,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Label1,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Label2,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Label3,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Label4,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Label6,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Label7,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Label8,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Label9,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LabelLoad,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Load_Renamed,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadClose,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadConfig,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadDeadfaceClose_400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadDeadfaceClose_48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadDeadfaceOpen_400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadDeadfaceOpen_48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadDeadface_400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadDeadface_48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadHigh,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadID400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadID48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadIDLabel400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadIDLabel48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadILimit400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadILimit48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadLow,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadMedium,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadPrior,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadPriority,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadSend,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadSwitchClose_400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadSwitchClose_48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadSwitchOpen_400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadSwitchOpen_48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadSwitch_400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.LoadSwitch_48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Load_400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Load_400Deadface,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Load_400I,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Load_400Switch,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Load_48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Load_48Deadface,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Load_48I,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.Load_48Switch,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.SwitchClose400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.SwitchClose48,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.SwitchOpen400,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.SwitchOpen48,System.ComponentModel.ISupportInitialize).EndInit
Me.Panel1.ResumeLayout(false)
Me.Panel2.ResumeLayout(false)
Me.GroupBox1.ResumeLayout(false)
Me.Panel3.ResumeLayout(false)
Me.ResumeLayout(false)

    End Sub
#End Region 
#Region "Upgrade Support "
    Private Shared m_vb6FormDefInstance As PMACSextload
	Private Shared m_InitializingDefInstance As Boolean
    Public Shared Property DefInstance() As PMACSextload
        Get
            If m_vb6FormDefInstance Is Nothing OrElse m_vb6FormDefInstance.IsDisposed Then
                m_InitializingDefInstance = True
                m_vb6FormDefInstance = New PMACSextload
                m_InitializingDefInstance = False
            End If
            DefInstance = m_vb6FormDefInstance
        End Get
        Set(ByVal Value As PMACSextload)
            m_vb6FormDefInstance = Value
        End Set
    End Property
#End Region 
	
#Region "Click the form"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'Close the load configuration frame when the suer clicks on the form
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub PMACSextload_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Click
        Dim i As Short
        For i = 0 To 7
            LoadConfig(i).Visible = False
        Next i
    End Sub
#End Region

#Region "Load Form"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'Initialize the form with the color of 
    'lines connecting thru each converter and loads
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub PMACSextload_Load(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Load

        Dim i As Short
        Dim X As Double

        If LoginType = 2 Then
            For i = 0 To 7
                LabelLoad(i).Enabled = False
                Load_Renamed(i).Enabled = False
                Load_400Switch(i).Enabled = False
                Load_400Deadface(i).Enabled = False
                Load_48Switch(i).Enabled = False
                Load_48Deadface(i).Enabled = False
            Next
            mnuDefault.Enabled = False
        End If

        If MVConverters(0).ConverterStatus = 1 Or MVConverters(1).ConverterStatus = 1 Then
            ConC.ForeColor = System.Drawing.Color.Lime
        Else
            ConC.ForeColor = System.Drawing.Color.Red
        End If
    End Sub
#End Region

#Region "Double click external load"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'When the user double click on the load boxes, 
    'opens up the load configuration frame
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub Load_Renamed_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Load_Renamed.DoubleClick, Load_Renamed.Click

        Dim Index As Short = Load_Renamed.GetIndex(eventSender)
        Dim X As Short

        'Disable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = False
        activeFlag = True

        'Close all existing load configuration frames
        For X = 0 To 7
            LoadConfig(X).Visible = False
        Next X

        'recall the previous load configuration setting
        'X = LoadInitialize(Loads(Index))

        'open the load configuration frame
        LoadConfig(Index).Visible = True
        LoadID400(Index).Focus()

    End Sub

    Private Sub LabelLoad_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles LabelLoad.DoubleClick, LabelLoad.Click

        Dim Index As Short = LabelLoad.GetIndex(eventSender)
        Dim X As Short

        'Disable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = False
        activeFlag = True

        'Close all existing load configuration frames
        For X = 0 To 7
            LoadConfig(X).Visible = False
        Next X

        'recall the previous load configuration setting
        'X = LoadInitialize(Loads(Index))

        'open the load configuration frame
        LoadConfig(Index).Visible = True
        LoadID400(Index).Focus()

    End Sub
#End Region

#Region "Menu items"
    Private Sub mnuExit_Click()
        Dim mstrName As Object
        Dim response As Short
        response = MsgBox(" Quit Program?", MsgBoxStyle.Exclamation + MsgBoxStyle.YesNo, "Exiting " & mstrName)
        If response = MsgBoxResult.Yes Then
            End
        End If
    End Sub
#End Region

#Region "Close load configuration"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'close load configuration without changing
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub LoadClose_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles LoadClose.Click

        Dim Index As Short = LoadClose.GetIndex(eventSender)
        Dim mstrName As Object
        Dim response As Short

        'mstrName = "Operation Canceled"
        'Confirm with user that no changes would be made
        'response = MsgBox("Close Load Configuration without making changes?", MsgBoxStyle.Exclamation + MsgBoxStyle.YesNo, "" & mstrName)
        'If response = MsgBoxResult.Yes Then
        'close load configuration frame
        LoadConfig(Index).Visible = False
        'End If
        'Enable Timer1
        'PMACSstartup.DefInstance.Timer1.Enabled = True
        activeFlag = False
    End Sub
#End Region

#Region "Send load configuration"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'Change load configuration setting such as 
    'status of switches,
    'load current limit setting, load priority
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub LoadSend_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles LoadSend.Click

        Dim Index As Short = LoadSend.GetIndex(eventSender)
        Dim Y As Integer
        Dim X As Object
        Dim myPrompt As String
        Dim mstrName As Object
        Dim response As Short
        Dim IndexString As String

        Dim result As String
        'Dim IndexString48 As String
        'Dim IndexString400 As String
        'Dim myString As String
        Dim myString48 As String
        Dim myString400 As String
        Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
        Dim myExtLoadUpdateType48 As New edu.washington.apl.pmacs.loadUpdateType
        'Dim myExtLoadListType48 As edu.washington.apl.pmacs.loadListType   'comment out on 4/27/05 due to change of setload()
        Dim myExtLoadUpdateType400 As New edu.washington.apl.pmacs.loadUpdateType
        'Dim myExtLoadListType400 As edu.washington.apl.pmacs.loadListType  'comment out on 4/27/05 due to change of setload()

        IndexString = Str(Index + 1)

        myString48 = "/1/external/" + IndexString + "/v48"
        myString400 = "/1/external/" + IndexString + "/v400"

        If Not GotExtLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            LoadConfig(Index).Visible = False
            Exit Sub
        End If

        'Confirm with user to change setting
        response = MsgBox("Change Load Configurations?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "Confirm Operation" & mstrName)
        If response = MsgBoxResult.Yes Then
            'check to make sure the current limits are valid numbers
            If IsNumeric(LoadILimit400(Index).Text) And IsNumeric(LoadILimit48(Index).Text) Then
                'check the current limits again to make sure they are larger than or equal to 0
                If CDbl(LoadILimit400(Index).Text) >= 0 And CDbl(LoadILimit48(Index).Text) >= 0 Then
                    LoadConfig(Index).Visible = False
                    'Set the cursor to be a hourglass
                    Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
                    'Change load switch status for 400V load
                    'If user choose to open deadface, Load state = -1 (isolated)
                    'If user choose to open switch, load state = 0 (off)
                    'If user choose to close switch, Load state = 1 (on)
                    If LoadDeadfaceOpen_400(Index).Checked = True And LoadSwitchClose_400(Index).Checked = True Then
                        MsgBox("Deadface cannot be opened while load is connected!")
                    ElseIf LoadDeadfaceOpen_400(Index).Checked = True And LoadSwitchOpen_400(Index).Checked = True Then
                        'Loads(Index).Load400D = False
                        'Loads(Index).Load400S = True
                        'want to ISOLATE the load
                        Loads(Index).LoadState400 = -1
                    ElseIf LoadSwitchClose_400(Index).Checked = True And LoadDeadfaceOpen_400(Index).Checked = True Then
                        MsgBox("Switch cannot be closed while load is ISOLATED!")
                    ElseIf LoadSwitchClose_400(Index).Checked = True And LoadDeadfaceClose_400(Index).Checked = True Then
                        'Loads(Index).Load400S = True
                        'Loads(Index).Load400D = True
                        'want to turn ON the load
                        Loads(Index).LoadState400 = 1
                    ElseIf LoadSwitchOpen_400(Index).Checked = True And LoadDeadfaceClose_400(Index).Checked = True Then
                        'Loads(Index).Load400S = False
                        'Loads(Index).Load400D = True
                        'want to turn OFF the load
                        Loads(Index).LoadState400 = 0
                    End If

                    'Let the user input Load current limit setting
                    If IsNumeric(LoadILimit400(Index).Text) Then
                        Loads(Index).Load400CurrentLimit = CDbl(LoadILimit400(Index).Text)
                    Else
                        MsgBox("Please enter an appropriate current limit for the 400V load!", MsgBoxStyle.Exclamation, "Invalid Current Limit")
                        Exit Sub
                    End If

                    Loads(Index).Load400Name = LoadID400(Index).Text

                    myExtLoadUpdateType400.current_limit = Loads(Index).Load400CurrentLimit * 1000
                    myExtLoadUpdateType400.name = Loads(Index).Load400Name
                    myExtLoadUpdateType400.state = Loads(Index).LoadState400

                    'try to send the setLoad() request to the PMACS server
                    Try
                        result = ws.setLoad(myString400, myExtLoadUpdateType400)
                    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

                    'Change load switch status for 48V load
                    'If user choose to open deadface, Load state = -1 (isolated)
                    'If user choose to open switch, load state = 0 (off)
                    'If user choose to close switch, Load state = 1 (on)
                    If LoadDeadfaceOpen_48(Index).Checked = True And LoadSwitchClose_48(Index).Checked = True Then
                        MsgBox("Deadface cannot be opened while load is connected!")
                    ElseIf LoadDeadfaceOpen_48(Index).Checked = True And LoadSwitchOpen_48(Index).Checked = True Then
                        'Loads(Index).Load48D = False
                        'Loads(Index).Load48S = True
                        'want to ISOLATE the load
                        Loads(Index).LoadState48 = -1
                    ElseIf LoadSwitchClose_48(Index).Checked = True And LoadDeadfaceOpen_48(Index).Checked = True Then
                        MsgBox("Switch cannot be closed while load is ISOLATED!")
                    ElseIf LoadSwitchClose_48(Index).Checked = True And LoadDeadfaceClose_48(Index).Checked = True Then
                        'Loads(Index).Load48S = True
                        'Loads(Index).Load48D = True
                        'want to turn ON the load
                        Loads(Index).LoadState48 = 1
                    ElseIf LoadSwitchOpen_48(Index).Checked = True And LoadDeadfaceClose_48(Index).Checked = True Then
                        'Loads(Index).Load48S = False
                        'Loads(Index).Load48D = True
                        'want to turn OFF the load
                        Loads(Index).LoadState48 = 0
                    End If

                    'Let the user input Load current limit setting
                    If IsNumeric(LoadILimit48(Index).Text) Then
                        Loads(Index).Load48CurrentLimit = CDbl(LoadILimit48(Index).Text)

                    Else
                        MsgBox("Please enter an appropriate current limit for the 48V load!", MsgBoxStyle.Exclamation, "Invalid Current Limit")
                    End If

                    Loads(Index).Load48Name = LoadID48(Index).Text

                    myExtLoadUpdateType48.current_limit = Loads(Index).Load48CurrentLimit * 1000
                    myExtLoadUpdateType48.name = Loads(Index).Load48Name
                    myExtLoadUpdateType48.state = Loads(Index).LoadState48

                    'myExtLoadListType48 = ws.setLoad(myString48, myExtLoadUpdateType48) 'comment out on 4/27/05 due to change of setload()

                    'try to send the setLoad() request to the PMACS server
                    Try
                        result = ws.setLoad(myString48, myExtLoadUpdateType48)
                    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

                    'Change the load priority setting
                    If LoadHigh(Index).Checked = True Then
                        Loads(Index).LoadPrior = 1
                    ElseIf LoadMedium(Index).Checked = True Then
                        Loads(Index).LoadPrior = 2
                    ElseIf LoadLow(Index).Checked = True Then
                        Loads(Index).LoadPrior = 3
                    End If

                    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 the user cancels the action
            LoadConfig(Index).Visible = False
            activeFlag = False
        End If

    End Sub
#End Region

#Region "Double click 10KV-400V converter B"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'when user bouble click on the 10kV-400V converter B
    'display a message that tells whether it's on or off
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub MVConverterB_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MVConverterB.Click, Shape3.DoubleClick

        'Check the status of converter B
        'if status = 1, converter is on
        'if status = 0, converter is off
        'If MVConverters(1).ConverterStatus = 1 Then
        'MsgBox("MV Converter B is On!")
        'ElseIf MVConverters(1).ConverterStatus = 0 Then
        '    MsgBox("MV Converter B is Off!")
        PMACSmvconverter.DefInstance.Show()
        'End If
    End Sub
#End Region

#Region "Disconnect all external 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 GotExtLoadData 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 External 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 = 1
            X = DefaultData(Y)
            'X = DisconnectExtLoad(Y)
        End If
    End Sub
#End Region

#Region "Double click 400V switch"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'When user double clicks the 400V switch, it brings up a frame for the
    'user to change the switch position between close or open.
    'The program would then update the load data structure.
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub Load_400Switch_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Load_400Switch.DoubleClick, Load_400Switch.Click
        Dim Index As Short = Load_400Switch.GetIndex(eventSender)
        Dim X As Object
        Dim Y As Integer
        Dim Z As Object
        Dim myPrompt As String
        Dim mstrName As Object
        Dim response As Short
        Dim IndexString As String
        Dim myString400 As String
        Dim result As String
        Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
        Dim myExtLoadUpdateType400 As New edu.washington.apl.pmacs.loadUpdateType
        'Dim myExtLoadListType400 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

        If Not GotExtLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            Exit Sub
        End If

        activeFlag = True
        IndexString = CStr(Index + 1)
        myString400 = "/1/external/" + IndexString + "/v400"
        mstrName = "Confirm Operation"

        If Loads(Index).LoadState400 = 1 Then
            'Comfirm with User

            If Loads(Index).Load400B = False Then
                response = MsgBox("Reset the circuit breaker for 400V load " + "'" + Loads(Index).Load400Name + "'?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            Else
                response = MsgBox("Open the Switch for 400V load " + "'" + Loads(Index).Load400Name + "'?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            End If

            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)
                Loads(Index).LoadState400 = 0
                myExtLoadUpdateType400.state = Loads(Index).LoadState400
                myExtLoadUpdateType400.current_limit = Loads(Index).Load400CurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myExtLoadListType400 = ws.setLoad(myString400, myExtLoadUpdateType400) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString400, myExtLoadUpdateType400)
                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

                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                activeFlag = False
            End If
        ElseIf Loads(Index).LoadState400 = 0 Then 'Load is OFF
            'Comfirm with User
            response = MsgBox("Close the Switch for 400V load " + "'" + Loads(Index).Load400Name + "'?", 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 the load state to ON (1)
                Loads(Index).LoadState400 = 1
                myExtLoadUpdateType400.state = Loads(Index).LoadState400
                myExtLoadUpdateType400.current_limit = Loads(Index).Load400CurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myExtLoadListType400 = ws.setLoad(myString400, myExtLoadUpdateType400) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString400, myExtLoadUpdateType400)
                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
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                activeFlag = False
            End If
        ElseIf Loads(Index).LoadState400 = -1 Then 'Load is ISOLATED
            MsgBox("Switch cannot be closed while Deadface is opened.", MsgBoxStyle.Exclamation)
            activeFlag = False
        End If
    End Sub
#End Region

#Region "Double click 48V switch"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'When user double clicks the 48V switch, it brings up a frame for the
    'user to change the switch position between close or open.
    'The program would then update the load data structure.
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub Load_48Switch_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Load_48Switch.DoubleClick, Load_48Switch.Click
        Dim Index As Short = Load_48Switch.GetIndex(eventSender)
        Dim X As Object
        Dim Y As Integer
        Dim Z As Object
        Dim mstrName As Object
        Dim response As Short
        Dim myPrompt As String
        Dim IndexString As String
        Dim myString48 As String
        Dim result As String
        Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
        Dim myExtLoadUpdateType48 As New edu.washington.apl.pmacs.loadUpdateType
        'Dim myExtLoadListType48 As edu.washington.apl.pmacs.loadListType 'comment out on 4/27/05 due to change of setload()

        If Not GotExtLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            Exit Sub
        End If

        activeFlag = True
        IndexString = CStr(Index + 1)
        myString48 = "/1/external/" + IndexString + "/v48"
        mstrName = "Confirm Operation"

        If Loads(Index).LoadState48 = 1 Then
            'Comfirm with User
            If Loads(Index).Load48B = False Then
                response = MsgBox("Reset the circuit breaker for 48V load " + "'" + Loads(Index).Load48Name + "'?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            Else
                response = MsgBox("Open the Switch for 48V load " + "'" + Loads(Index).Load48Name + "'?", MsgBoxStyle.Question + MsgBoxStyle.YesNo, "" & mstrName)
            End If

            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)
                Loads(Index).LoadState48 = 0
                myExtLoadUpdateType48.state = Loads(Index).LoadState48
                myExtLoadUpdateType48.current_limit = Loads(Index).Load48CurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myExtLoadListType48 = ws.setLoad(myString48, myExtLoadUpdateType48) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString48, myExtLoadUpdateType48)
                Catch ex As Exception
                    Beep()
                    myPrompt = "Error in sending SOAP Data over network." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Method Called: setLoad()" + vbCrLf
                    myPrompt = myPrompt + "Possible reasons include the following:" + vbCrLf
                    myPrompt = myPrompt + "1. Server could be offline." + vbCrLf
                    myPrompt = myPrompt + "2. Server could be busy." + vbCrLf
                    myPrompt = myPrompt + "3. Network cable could be disconnected." + vbCrLf + vbCrLf
                    myPrompt = myPrompt + "Exact text of exception error information is as follows:" + vbCrLf
                    myPrompt = myPrompt + ex.ToString()
                    ShowMessage(myPrompt)
                End Try

                'X = LoadData(Y)
                'Update the switch color and other windowns
                'X = LoadInitialize(Loads(Index))
                mstrName = "Operation Completed"
                'MsgBox("The load has been disconnected!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                mstrName = "Operation Canceled"
                'MsgBox("No Changes Made!", MsgBoxStyle.OKOnly, "" & mstrName)
                activeFlag = False
            End If
        ElseIf Loads(Index).LoadState48 = 0 Then 'Load is OFF
            'Comfirm with User
            response = MsgBox("Close the Switch for 48V load " + "'" + Loads(Index).Load48Name + "'?", 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 the load state to ON (1)
                Loads(Index).LoadState48 = 1
                myExtLoadUpdateType48.state = Loads(Index).LoadState48
                myExtLoadUpdateType48.current_limit = Loads(Index).Load48CurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myExtLoadListType48 = ws.setLoad(myString48, myExtLoadUpdateType48) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString48, myExtLoadUpdateType48)
                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
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                activeFlag = False
            End If
        ElseIf Loads(Index).LoadState48 = -1 Then 'Load is ISOLATED
            MsgBox("Switch cannot be closed while Deadface is opened.", MsgBoxStyle.Exclamation)
            activeFlag = False
        End If
    End Sub
#End Region

#Region "Double click 400V deadface"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'When user double clicks the 400V deadface, it brings up a frame for the
    'user to change the switch position between close or open.
    'The program would then update the load data structure.
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub Load_400Deadface_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Load_400Deadface.DoubleClick, Load_400Deadface.Click
        Dim Index As Short = Load_400Deadface.GetIndex(eventSender)
        Dim X As Object
        Dim Y As Integer
        Dim Z As Object
        Dim mstrName As Object
        Dim myPrompt As String
        Dim response As Short
        Dim IndexString As String
        Dim myString400 As String
        Dim result As String
        Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
        Dim myExtLoadUpdateType400 As New edu.washington.apl.pmacs.loadUpdateType
        'Dim myExtLoadListType400 As edu.washington.apl.pmacs.loadListType

        If Not GotExtLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            Exit Sub
        End If

        activeFlag = True
        IndexString = CStr(Index + 1)
        myString400 = "/1/external/" + IndexString + "/v400"
        mstrName = "Confirm Operation"

        If Loads(Index).LoadState400 = 1 Then
            MsgBox("Deadface cannot be operated while load is connected.", MsgBoxStyle.Exclamation)
            activeFlag = False
        ElseIf Loads(Index).LoadState400 = 0 Then 'Load is OFF
            'Comfirm with User
            response = MsgBox("Open the Deadface for 400V load " + "'" + Loads(Index).Load400Name + "'?", 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 the load state to ISOLATED (-1)
                Loads(Index).LoadState400 = -1
                myExtLoadUpdateType400.state = Loads(Index).LoadState400
                myExtLoadUpdateType400.current_limit = Loads(Index).Load400CurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myExtLoadListType400 = ws.setLoad(myString400, myExtLoadUpdateType400) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString400, myExtLoadUpdateType400)
                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
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                activeFlag = False
            End If
        ElseIf Loads(Index).LoadState400 = -1 Then 'Load is ISOLATED
            'Comfirm with User
            response = MsgBox("Close the Deadface for 400V load " + "'" + Loads(Index).Load400Name + "'?", 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 the load state to OFF (0)
                Loads(Index).LoadState400 = 0
                myExtLoadUpdateType400.state = Loads(Index).LoadState400
                myExtLoadUpdateType400.current_limit = Loads(Index).Load400CurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myExtLoadListType400 = ws.setLoad(myString400, myExtLoadUpdateType400) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString400, myExtLoadUpdateType400)
                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
                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                activeFlag = False
            End If
        End If
    End Sub
#End Region

#Region "Double click 48V deadface"
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    'When user double clicks the 48V deadface, it brings up a frame for the
    'user to change the switch position between close or open.
    'The program would then update the load data structure.
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Private Sub Load_48Deadface_DoubleClick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Load_48Deadface.DoubleClick, Load_48Deadface.Click
        Dim Index As Short = Load_48Deadface.GetIndex(eventSender)
        Dim X As Object
        Dim Y As Integer
        Dim Z As Object
        Dim mstrName As Object
        Dim response As Short
        Dim myPrompt As String
        Dim IndexString As String
        Dim myString48 As String
        Dim result As String
        Dim ws As New edu.washington.apl.pmacs.load_service  'work variable.
        Dim myExtLoadUpdateType48 As New edu.washington.apl.pmacs.loadUpdateType
        'Dim myExtLoadListType48 As edu.washington.apl.pmacs.loadListType

        If Not GotExtLoadData Then
            MsgBox("Cannot commuicate with Server at this moment. Try again later.")
            Exit Sub
        End If

        activeFlag = True
        IndexString = CStr(Index + 1)
        myString48 = "/1/external/" + IndexString + "/v48"
        mstrName = "Confirm Operation"

        If Loads(Index).LoadState48 = 1 Then
            MsgBox("Deadface cannot be operated while load is connected.", MsgBoxStyle.Exclamation)
            activeFlag = False
        ElseIf Loads(Index).LoadState48 = 0 Then 'Load is OFF
            'Comfirm with User
            response = MsgBox("Open the Deadface for 48V load " + "'" + Loads(Index).Load48Name + "'?", 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 the load state to ISOLATED (-1)
                Loads(Index).LoadState48 = -1
                myExtLoadUpdateType48.state = Loads(Index).LoadState48
                myExtLoadUpdateType48.current_limit = Loads(Index).Load48CurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myExtLoadListType48 = ws.setLoad(myString48, myExtLoadUpdateType48) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString48, myExtLoadUpdateType48)
                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

                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                activeFlag = False
            End If
        ElseIf Loads(Index).LoadState48 = -1 Then 'Load is ISOLATED
            'Comfirm with User
            response = MsgBox("Close the Deadface for 48V load " + "'" + Loads(Index).Load48Name + "'?", 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 the load state to OFF (0)
                Loads(Index).LoadState48 = 0
                myExtLoadUpdateType48.state = Loads(Index).LoadState48
                myExtLoadUpdateType48.current_limit = Loads(Index).Load48CurrentLimit * 1000
                'Use setLoad() to change the state of the load
                'myExtLoadListType48 = ws.setLoad(myString48, myExtLoadUpdateType48) 'comment out on 4/27/05 due to change of setload()
                Try
                    result = ws.setLoad(myString48, myExtLoadUpdateType48)
                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

                activeFlag = False
                'Set the cursor back to an arrow
                Cursor.Current = System.Windows.Forms.Cursors.Arrow
            Else
                'if user cancels the action
                activeFlag = False
            End If
        End If
    End Sub
#End Region

#Region "Menu for open operation log screen"
    Private Sub mnuAlarm_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuAlarm.Click
        'jbe: When using multiple monitors, we want to be able to position child
        '     windows outside of the perimeter of the parent window.
        '     Also, we want to force the child form to get the focus since
        '     the user probably expects it after clicking the menu item.
        '     But in order to make sure the child form gets the focus I think we
        '     need to set the "auto scroll datagrid" check boxes to the OFF state.
        '     Also, we may now need to add code to PMACSmain.vb so that when
        '     the PMACSmain form closes it explicitly closes any child windows
        '     that are open.  PIG338
        '
        '     The screen size of each one of the monitors is 1280 wide by 1024 high.
        '     It is assumed that the multiple monitors are setup as side by side monitors
        '     with a total width of 2560 pixels and a total height of 1024.
        '     However, if the monitors are setup as one on top of the other with a
        '     total width of 1280 and a total height of 2048 then the following code
        '     will not work.
        '
        '     Also we must execute different code when only one monitor is in use as
        '     opposed to 2.

        Dim UpperBound As Integer 'jbe: Use to determine the number of display monitors in use.

        'jbe: Determine number of display monitors in use.
        Dim Screens() As System.Windows.Forms.Screen = System.Windows.Forms.Screen.AllScreens()
        UpperBound = Screens.GetUpperBound(0)

        If UpperBound = 0 Then
            'jbe: Only one display monitor is attached to the computer.
            '     (Just use old version of code to display child window).

            'jbe: Show the child form.
            PMACSalarm.DefInstance.Show() 'comment out on 4-20-2005 to test new method of showing alarm from to fix the bug

            'tc: Show the child form.
            'frm1.ShowDialog(Me)          'frm is declared in variables.vb as in the following "Public frm As New PMACSextload"
        Else
            'jbe: Two or more display monitors are attached to the computer.

            'jbe: Set the MdiParent property of the child form to nothing
            '     to that the child form can be positioned outside of the
            '     parent's perimeter.
            PMACSalarm.DefInstance.MdiParent() = Nothing 'jbe new 12-20-2005

            'jbe: Show the child form.
            PMACSalarm.DefInstance.Show() 'comment out on 4-20-2005 to test new method of showing external load from to fix the bug

            'tc: set the top of the child form at the top of the monitor
            PMACSalarm.DefInstance.Top = 1

            'jbe: Set the width of the child form to the screen width of a single monitor.
            PMACSalarm.DefInstance.Width = 1280

            'jbe: Set the height to something less than max monitor height of 1024.
            '     This is not really useful at the present but later on we may
            '     want to squeeze in another child window below this child window on the
            '     second monitor.
            PMACSalarm.DefInstance.Height = 1023

            'jbe: It seems that in order to set the left property you need to set the
            '     WindowState to "Normal" (resizable) otherwise it does not move to next
            '     monitor.
            PMACSalarm.DefInstance.WindowState = FormWindowState.Normal

            'jbe: Position child window on the second monitor (rightmost monitor)
            '     by setting left edge to start at x=1281.
            PMACSalarm.DefInstance.Left = 1281
        End If
    End Sub
#End Region

#Region "Menu for open MV Converters"
    Private Sub mnuMVA_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuMVA.Click, MVConverterA.Click, Shape2.Click, MVConverterB.Click, Shape3.Click
        'jbe: When using multiple monitors, we want to be able to position child
        '     windows outside of the perimeter of the parent window.
        '     Also, we want to force the child form to get the focus since
        '     the user probably expects it after clicking the menu item.
        '     But in order to make sure the child form gets the focus I think we
        '     need to set the "auto scroll datagrid" check boxes to the OFF state.
        '     Also, we may now need to add code to PMACSmain.vb so that when
        '     the PMACSmain form closes it explicitly closes any child windows
        '     that are open.  PIG338
        '
        '     The screen size of each one of the monitors is 1280 wide by 1024 high.
        '     It is assumed that the multiple monitors are setup as side by side monitors
        '     with a total width of 2560 pixels and a total height of 1024.
        '     However, if the monitors are setup as one on top of the other with a
        '     total width of 1280 and a total height of 2048 then the following code
        '     will not work.
        '
        '     Also we must execute different code when only one monitor is in use as
        '     opposed to 2.

        Dim UpperBound As Integer 'jbe: Use to determine the number of display monitors in use.

        'jbe: Determine number of display monitors in use.
        Dim Screens() As System.Windows.Forms.Screen = System.Windows.Forms.Screen.AllScreens()
        UpperBound = Screens.GetUpperBound(0)

        If UpperBound = 0 Then
            'jbe: Only one display monitor is attached to the computer.
            '     (Just use old version of code to display child window).

            'jbe: Show the child form.
            PMACSmvconverter.DefInstance.Show()   'comment out on 4-20-2005 to test new method of showing alarm from to fix the bug

            'tc: Show the child form.
            'frm1.ShowDialog(Me)          'frm is declared in variables.vb as in the following "Public frm As New PMACSextload"
        Else
            'jbe: Two or more display monitors are attached to the computer.

            'jbe: Set the MdiParent property of the child form to nothing
            '     to that the child form can be positioned outside of the
            '     parent's perimeter.
            PMACSmvconverter.DefInstance.MdiParent() = Nothing 'jbe new 12-20-2005

            'jbe: Show the child form.
            PMACSmvconverter.DefInstance.Show() 'comment out on 4-20-2005 to test new method of showing external load from to fix the bug

            'tc: set the top of the child form at the top of the monitor
            PMACSmvconverter.DefInstance.Top = 1

            'jbe: Set the width of the child form to the screen width of a single monitor.
            PMACSmvconverter.DefInstance.Width = 1280

            'jbe: Set the height to something less than max monitor height of 1024.
            '     This is not really useful at the present but later on we may
            '     want to squeeze in another child window below this child window on the
            '     second monitor.
            PMACSmvconverter.DefInstance.Height = 1023

            'jbe: It seems that in order to set the left property you need to set the
            '     WindowState to "Normal" (resizable) otherwise it does not move to next
            '     monitor.
            PMACSmvconverter.DefInstance.WindowState = FormWindowState.Normal

            'jbe: Position child window on the second monitor (rightmost monitor)
            '     by setting left edge to start at x=1281.
            PMACSmvconverter.DefInstance.Left = 1281
        End If
    End Sub
#End Region

#Region "Open internal loads"
    Private Sub ILC_label_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ILC_Label1.Click, ILC_Label.Click, mnuIntLoad.Click
        Dim UpperBound As Integer 'jbe: Use to determine the number of display monitors in use.

        'tc: Determine number of display monitors in use.
        Dim Screens() As System.Windows.Forms.Screen = System.Windows.Forms.Screen.AllScreens()
        UpperBound = Screens.GetUpperBound(0)

        If UpperBound = 0 Then
            'tc: Only one display monitor is attached to the computer.
            '     (Just use old version of code to display child window).

            'tc: Show the child form.
            PMACSintload.DefInstance.Show()
        Else
            'tc: Two or more display monitors are attached to the computer.

            'tc: Set the MdiParent property of the child form to nothing
            '     to that the child form can be positioned outside of the
            '     parent's perimeter.
            PMACSintload.DefInstance.MdiParent() = Nothing 'jbe new 12-20-2005

            'tc: Show the child form.
            PMACSintload.DefInstance.Show()

            'tc: set the top of the child form at the top of the monitor
            PMACSintload.DefInstance.Top = 1

            'tc: Set the width of the child form to the screen width of a single monitor.
            PMACSintload.DefInstance.Width = 1280

            'tc: Set the height to something less than max monitor height of 1024.
            '     This is not really useful at the present but later on we may
            '     want to squeeze in another child window below this child window on the
            '     second monitor.
            PMACSintload.DefInstance.Height = 1023

            'tc: It seems that in order to set the left property you need to set the
            '     WindowState to "Normal" (resizable) otherwise it does not move to next
            '     monitor.
            PMACSintload.DefInstance.WindowState = FormWindowState.Normal

            'tc: Position child window on the second monitor (rightmost monitor)
            '     by setting left edge to start at x=1281.
            PMACSintload.DefInstance.Left = 1281
        End If
    End Sub
#End Region

#Region "click on the shore station"
    Private Sub ShoreStation_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ShoreStation.Click
        Dim UpperBound As Integer 'jbe: Use to determine the number of display monitors in use.

        'jbe: Determine number of display monitors in use.
        Dim Screens() As System.Windows.Forms.Screen = System.Windows.Forms.Screen.AllScreens()
        UpperBound = Screens.GetUpperBound(0)

        If UpperBound = 0 Then
            'jbe: Only one display monitor is attached to the computer.
            '     (Just use old version of code to display child window).

            'jbe: Show the child form.
            PMACSshore.DefInstance.Show()
        Else
            'jbe: Two or more display monitors are attached to the computer.

            'jbe: Set the MdiParent property of the child form to nothing
            '     to that the child form can be positioned outside of the
            '     parent's perimeter.
            PMACSshore.DefInstance.MdiParent() = Nothing 'jbe new 12-20-2005

            'jbe: Show the child form.
            PMACSshore.DefInstance.Show()

            'jbe: Set the width of the child form to the screen width of a single monitor.
            PMACSshore.DefInstance.Width = 1280

            'jbe: Set the height to something less than max monitor height of 1024.
            '     This is not really useful at the present but later on we may
            '     want to squeeze in another child window below this child window on the
            '     second monitor.
            PMACSshore.DefInstance.Height = 900

            'jbe: It seems that in order to set the left property you need to set the
            '     WindowState to "Normal" (resizable) otherwise it does not move to next
            '     monitor.
            PMACSshore.DefInstance.WindowState = FormWindowState.Normal

            'jbe: Position child window on the second monitor (rightmost monitor)
            '     by setting left edge to start at x=1281.
            PMACSshore.DefInstance.Left = 1281
        End If
    End Sub
#End Region

End Class
