'************************************************************************************************************************
' File: PMACSmvconverterA.vb
' Programmer: Ting Chan
' Date: April 29, 2004
'
' Description:
' This form is the MV Converter A window for the PMACS client GUI of the MARS project.
' This form is the display form for MV Converter A.
' This form allows the user to view the converter status, input voltage and current, as well
' as stage voltages of the converter
'
' Revision History:
'
'************************************************************************************************************************
Option Strict Off
Option Explicit On 
Friend Class PMACSmvconverter
    Inherits System.Windows.Forms.Form
#Region "Windows Form Designer generated code "
    Public Sub New()
        MyBase.New()
        If m_vb6FormDefInstance Is Nothing Then
            If m_InitializingDefInstance Then
                m_vb6FormDefInstance = Me
            Else
                Try
                    'For the start-up form, the first instance created is the default instance.
                    If System.Reflection.Assembly.GetExecutingAssembly.EntryPoint.DeclaringType Is Me.GetType Then
                        m_vb6FormDefInstance = Me
                    End If
                Catch
                End Try
            End If
        End If
        'This call is required by the Windows Form Designer.
        InitializeComponent()
        'This form is an MDI child.
        'This code simulates the VB6 
        ' functionality of automatically
        ' loading and showing an MDI
        ' child's parent.
        'Me.MdiParent = Project1.PMACSstartup.DefInstance.DefInstance
        Project1.PMACSstartup.DefInstance.DefInstance.Show()
        'The MDI form in the VB6 project had its
        'AutoShowChildren property set to True
        'To simulate the VB6 behavior, we need to
        'automatically Show the form whenever it
        'is loaded.  If you do not want this behavior
        'then delete the following line of code
        'UPGRADE_NOTE: Remove the next line of code to stop form from automatically showing. Click for more: 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="vbup2018"'
        'Me.Show()
    End Sub
    'Form overrides dispose to clean up the component list.
    Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
        If Disposing Then
            If Not components Is Nothing Then
                components.Dispose()
            End If
        End If
        MyBase.Dispose(Disposing)
    End Sub
    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer
    Public ToolTip1 As System.Windows.Forms.ToolTip
    Public WithEvents _MVConverterAStageVoltage_5 As System.Windows.Forms.Label
    Public WithEvents _MVConverterAStageVoltage_4 As System.Windows.Forms.Label
    Public WithEvents _MVConverterAStageVoltage_3 As System.Windows.Forms.Label
    Public WithEvents _MVConverterAStageVoltage_2 As System.Windows.Forms.Label
    Public WithEvents _MVConverterAStageVoltage_1 As System.Windows.Forms.Label
    Public WithEvents _MVConverterAStageVoltage_0 As System.Windows.Forms.Label
    Public WithEvents _Label2_5 As System.Windows.Forms.Label
    Public WithEvents _Label2_4 As System.Windows.Forms.Label
    Public WithEvents _Label2_3 As System.Windows.Forms.Label
    Public WithEvents _Label2_2 As System.Windows.Forms.Label
    Public WithEvents _Label2_1 As System.Windows.Forms.Label
    Public WithEvents _Label2_0 As System.Windows.Forms.Label
    Public WithEvents _Label1_4 As System.Windows.Forms.Label
    Public WithEvents _Label1_3 As System.Windows.Forms.Label
    Public WithEvents _Label1_2 As System.Windows.Forms.Label
    Public WithEvents _Label1_1 As System.Windows.Forms.Label
    Public WithEvents _Label1_0 As System.Windows.Forms.Label
    Public WithEvents Label1 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents Label2 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents MVConverterAInputCurrentDisplay As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents MVConverterAInputVoltageDisplay As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents MVConverterAOutputCurrentDisplay As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents MVConverterAOutputVoltageDisplay As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents MVConverterAStageVoltage As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    Public WithEvents MVConverterBStageVoltage As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.
    'Do not modify it using the code editor.
    Public WithEvents MVConverterAOutputVDisplay As System.Windows.Forms.Label
    Public WithEvents MVConverterAOutputIDisplay As System.Windows.Forms.Label
    Public WithEvents MVConverterAInputVDisplay As System.Windows.Forms.Label
    Public WithEvents MVConverterAInputIDisplay As System.Windows.Forms.Label
    Public WithEvents DateTime As System.Windows.Forms.Label
    Friend WithEvents Label21 As System.Windows.Forms.Label
    Public WithEvents MVConverterAStatus As System.Windows.Forms.Label
    Public WithEvents Label4 As System.Windows.Forms.Label
    Public WithEvents Label6 As System.Windows.Forms.Label
    Public WithEvents MVConverterAInputPath As System.Windows.Forms.Label
    Public WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents MVA As System.Windows.Forms.Panel
    Friend WithEvents MVB As System.Windows.Forms.Panel
    Public WithEvents Label9 As System.Windows.Forms.Label
    Public WithEvents MVConverterBInputPath As System.Windows.Forms.Label
    Public WithEvents Label10 As System.Windows.Forms.Label
    Public WithEvents MVConverterBStatus As System.Windows.Forms.Label
    Public WithEvents Label11 As System.Windows.Forms.Label
    Public WithEvents MVConverterBOutputIDisplay As System.Windows.Forms.Label
    Public WithEvents MVConverterBOutputVDisplay As System.Windows.Forms.Label
    Public WithEvents MVConverterBInputIDisplay As System.Windows.Forms.Label
    Public WithEvents MVConverterBInputVDisplay As System.Windows.Forms.Label
    Public WithEvents Label19 As System.Windows.Forms.Label
    Public WithEvents Label20 As System.Windows.Forms.Label
    Public WithEvents Label22 As System.Windows.Forms.Label
    Public WithEvents Label23 As System.Windows.Forms.Label
    Friend WithEvents Label25 As System.Windows.Forms.Label
    Public WithEvents ConverterAStatus As System.Windows.Forms.Label
    Public WithEvents MVConverterS2A As System.Windows.Forms.Label
    Public WithEvents MVConverterS2B As System.Windows.Forms.Label
    Public WithEvents ConverterBStatus As System.Windows.Forms.Label
    Public WithEvents _MVConverterBStageVoltage_1 As System.Windows.Forms.Label
    Public WithEvents _MVConverterBStageVoltage_0 As System.Windows.Forms.Label
    Public WithEvents Label12 As System.Windows.Forms.Label
    Public WithEvents Label13 As System.Windows.Forms.Label
    Public WithEvents Label14 As System.Windows.Forms.Label
    Public WithEvents Label15 As System.Windows.Forms.Label
    Public WithEvents Label16 As System.Windows.Forms.Label
    Public WithEvents Label17 As System.Windows.Forms.Label
    Public WithEvents Label18 As System.Windows.Forms.Label
    Friend WithEvents Label26 As System.Windows.Forms.Label
    Public WithEvents _MVConverterBStageVoltage_5 As System.Windows.Forms.Label
    Public WithEvents _MVConverterBStageVoltage_4 As System.Windows.Forms.Label
    Public WithEvents _MVConverterBStageVoltage_3 As System.Windows.Forms.Label
    Public WithEvents _MVConverterBStageVoltage_2 As System.Windows.Forms.Label
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
        Me._MVConverterAStageVoltage_5 = New System.Windows.Forms.Label
        Me._MVConverterAStageVoltage_4 = New System.Windows.Forms.Label
        Me._MVConverterAStageVoltage_3 = New System.Windows.Forms.Label
        Me._MVConverterAStageVoltage_2 = New System.Windows.Forms.Label
        Me._MVConverterAStageVoltage_1 = New System.Windows.Forms.Label
        Me._MVConverterAStageVoltage_0 = New System.Windows.Forms.Label
        Me._Label2_5 = New System.Windows.Forms.Label
        Me._Label2_4 = New System.Windows.Forms.Label
        Me._Label2_3 = New System.Windows.Forms.Label
        Me._Label2_2 = New System.Windows.Forms.Label
        Me._Label2_1 = New System.Windows.Forms.Label
        Me._Label2_0 = New System.Windows.Forms.Label
        Me._Label1_4 = New System.Windows.Forms.Label
        Me._Label1_3 = New System.Windows.Forms.Label
        Me._Label1_2 = New System.Windows.Forms.Label
        Me._Label1_1 = New System.Windows.Forms.Label
        Me._Label1_0 = New System.Windows.Forms.Label
        Me.ConverterAStatus = New System.Windows.Forms.Label
        Me.Label1 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.Label2 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.MVConverterAInputCurrentDisplay = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.MVConverterAInputVoltageDisplay = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.MVConverterAOutputCurrentDisplay = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.MVConverterAOutputVoltageDisplay = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.MVConverterAStageVoltage = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.MVConverterBStageVoltage = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me._MVConverterBStageVoltage_1 = New System.Windows.Forms.Label
        Me._MVConverterBStageVoltage_0 = New System.Windows.Forms.Label
        Me._MVConverterBStageVoltage_5 = New System.Windows.Forms.Label
        Me._MVConverterBStageVoltage_4 = New System.Windows.Forms.Label
        Me._MVConverterBStageVoltage_3 = New System.Windows.Forms.Label
        Me._MVConverterBStageVoltage_2 = New System.Windows.Forms.Label
        Me.MVConverterAInputVDisplay = New System.Windows.Forms.Label
        Me.MVConverterAInputIDisplay = New System.Windows.Forms.Label
        Me.MVConverterAOutputVDisplay = New System.Windows.Forms.Label
        Me.MVConverterAOutputIDisplay = New System.Windows.Forms.Label
        Me.DateTime = New System.Windows.Forms.Label
        Me.Label21 = New System.Windows.Forms.Label
        Me.MVConverterAStatus = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.MVConverterAInputPath = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.MVConverterS2A = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.MVA = New System.Windows.Forms.Panel
        Me.MVB = New System.Windows.Forms.Panel
        Me.MVConverterS2B = New System.Windows.Forms.Label
        Me.Label9 = New System.Windows.Forms.Label
        Me.MVConverterBInputPath = New System.Windows.Forms.Label
        Me.Label10 = New System.Windows.Forms.Label
        Me.MVConverterBStatus = New System.Windows.Forms.Label
        Me.Label11 = New System.Windows.Forms.Label
        Me.MVConverterBOutputIDisplay = New System.Windows.Forms.Label
        Me.MVConverterBOutputVDisplay = New System.Windows.Forms.Label
        Me.MVConverterBInputIDisplay = New System.Windows.Forms.Label
        Me.MVConverterBInputVDisplay = New System.Windows.Forms.Label
        Me.Label12 = New System.Windows.Forms.Label
        Me.Label13 = New System.Windows.Forms.Label
        Me.Label14 = New System.Windows.Forms.Label
        Me.Label15 = New System.Windows.Forms.Label
        Me.Label16 = New System.Windows.Forms.Label
        Me.Label17 = New System.Windows.Forms.Label
        Me.Label18 = New System.Windows.Forms.Label
        Me.Label19 = New System.Windows.Forms.Label
        Me.Label20 = New System.Windows.Forms.Label
        Me.Label22 = New System.Windows.Forms.Label
        Me.Label23 = New System.Windows.Forms.Label
        Me.ConverterBStatus = New System.Windows.Forms.Label
        Me.Label25 = New System.Windows.Forms.Label
        Me.Label26 = New System.Windows.Forms.Label
        CType(Me.Label1, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.Label2, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.MVConverterAInputCurrentDisplay, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.MVConverterAInputVoltageDisplay, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.MVConverterAOutputCurrentDisplay, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.MVConverterAOutputVoltageDisplay, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.MVConverterAStageVoltage, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.MVConverterBStageVoltage, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.MVA.SuspendLayout()
        Me.MVB.SuspendLayout()
        Me.SuspendLayout()
        '
        '_MVConverterAStageVoltage_5
        '
        Me._MVConverterAStageVoltage_5.BackColor = System.Drawing.Color.Black
        Me._MVConverterAStageVoltage_5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._MVConverterAStageVoltage_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVConverterAStageVoltage_5.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVConverterAStageVoltage_5.ForeColor = System.Drawing.Color.Red
        Me.MVConverterAStageVoltage.SetIndex(Me._MVConverterAStageVoltage_5, CType(5, Short))
        Me._MVConverterAStageVoltage_5.Location = New System.Drawing.Point(792, 336)
        Me._MVConverterAStageVoltage_5.Name = "_MVConverterAStageVoltage_5"
        Me._MVConverterAStageVoltage_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVConverterAStageVoltage_5.Size = New System.Drawing.Size(104, 25)
        Me._MVConverterAStageVoltage_5.TabIndex = 21
        Me._MVConverterAStageVoltage_5.Text = "Label3"
        Me._MVConverterAStageVoltage_5.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        '_MVConverterAStageVoltage_4
        '
        Me._MVConverterAStageVoltage_4.BackColor = System.Drawing.Color.Black
        Me._MVConverterAStageVoltage_4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._MVConverterAStageVoltage_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVConverterAStageVoltage_4.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVConverterAStageVoltage_4.ForeColor = System.Drawing.Color.Red
        Me.MVConverterAStageVoltage.SetIndex(Me._MVConverterAStageVoltage_4, CType(4, Short))
        Me._MVConverterAStageVoltage_4.Location = New System.Drawing.Point(792, 304)
        Me._MVConverterAStageVoltage_4.Name = "_MVConverterAStageVoltage_4"
        Me._MVConverterAStageVoltage_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVConverterAStageVoltage_4.Size = New System.Drawing.Size(104, 25)
        Me._MVConverterAStageVoltage_4.TabIndex = 20
        Me._MVConverterAStageVoltage_4.Text = "Label3"
        Me._MVConverterAStageVoltage_4.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        '_MVConverterAStageVoltage_3
        '
        Me._MVConverterAStageVoltage_3.BackColor = System.Drawing.Color.Black
        Me._MVConverterAStageVoltage_3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._MVConverterAStageVoltage_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVConverterAStageVoltage_3.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVConverterAStageVoltage_3.ForeColor = System.Drawing.Color.Red
        Me.MVConverterAStageVoltage.SetIndex(Me._MVConverterAStageVoltage_3, CType(3, Short))
        Me._MVConverterAStageVoltage_3.Location = New System.Drawing.Point(792, 272)
        Me._MVConverterAStageVoltage_3.Name = "_MVConverterAStageVoltage_3"
        Me._MVConverterAStageVoltage_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVConverterAStageVoltage_3.Size = New System.Drawing.Size(104, 25)
        Me._MVConverterAStageVoltage_3.TabIndex = 19
        Me._MVConverterAStageVoltage_3.Text = "Label3"
        Me._MVConverterAStageVoltage_3.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        '_MVConverterAStageVoltage_2
        '
        Me._MVConverterAStageVoltage_2.BackColor = System.Drawing.Color.Black
        Me._MVConverterAStageVoltage_2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._MVConverterAStageVoltage_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVConverterAStageVoltage_2.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVConverterAStageVoltage_2.ForeColor = System.Drawing.Color.Red
        Me.MVConverterAStageVoltage.SetIndex(Me._MVConverterAStageVoltage_2, CType(2, Short))
        Me._MVConverterAStageVoltage_2.Location = New System.Drawing.Point(792, 240)
        Me._MVConverterAStageVoltage_2.Name = "_MVConverterAStageVoltage_2"
        Me._MVConverterAStageVoltage_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVConverterAStageVoltage_2.Size = New System.Drawing.Size(104, 25)
        Me._MVConverterAStageVoltage_2.TabIndex = 18
        Me._MVConverterAStageVoltage_2.Text = "Label3"
        Me._MVConverterAStageVoltage_2.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        '_MVConverterAStageVoltage_1
        '
        Me._MVConverterAStageVoltage_1.BackColor = System.Drawing.Color.Black
        Me._MVConverterAStageVoltage_1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._MVConverterAStageVoltage_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVConverterAStageVoltage_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVConverterAStageVoltage_1.ForeColor = System.Drawing.Color.Red
        Me.MVConverterAStageVoltage.SetIndex(Me._MVConverterAStageVoltage_1, CType(1, Short))
        Me._MVConverterAStageVoltage_1.Location = New System.Drawing.Point(792, 208)
        Me._MVConverterAStageVoltage_1.Name = "_MVConverterAStageVoltage_1"
        Me._MVConverterAStageVoltage_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVConverterAStageVoltage_1.Size = New System.Drawing.Size(104, 25)
        Me._MVConverterAStageVoltage_1.TabIndex = 17
        Me._MVConverterAStageVoltage_1.Text = "Label3"
        Me._MVConverterAStageVoltage_1.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        '_MVConverterAStageVoltage_0
        '
        Me._MVConverterAStageVoltage_0.BackColor = System.Drawing.Color.Black
        Me._MVConverterAStageVoltage_0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._MVConverterAStageVoltage_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVConverterAStageVoltage_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVConverterAStageVoltage_0.ForeColor = System.Drawing.Color.Red
        Me.MVConverterAStageVoltage.SetIndex(Me._MVConverterAStageVoltage_0, CType(0, Short))
        Me._MVConverterAStageVoltage_0.Location = New System.Drawing.Point(792, 176)
        Me._MVConverterAStageVoltage_0.Name = "_MVConverterAStageVoltage_0"
        Me._MVConverterAStageVoltage_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVConverterAStageVoltage_0.Size = New System.Drawing.Size(104, 25)
        Me._MVConverterAStageVoltage_0.TabIndex = 16
        Me._MVConverterAStageVoltage_0.Text = "Label3"
        Me._MVConverterAStageVoltage_0.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        '_Label2_5
        '
        Me._Label2_5.BackColor = System.Drawing.Color.Black
        Me._Label2_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label2_5.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label2_5.ForeColor = System.Drawing.Color.Cyan
        Me.Label2.SetIndex(Me._Label2_5, CType(5, Short))
        Me._Label2_5.Location = New System.Drawing.Point(672, 336)
        Me._Label2_5.Name = "_Label2_5"
        Me._Label2_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label2_5.Size = New System.Drawing.Size(80, 25)
        Me._Label2_5.TabIndex = 15
        Me._Label2_5.Text = "Stage 6:"
        Me._Label2_5.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        '_Label2_4
        '
        Me._Label2_4.BackColor = System.Drawing.Color.Black
        Me._Label2_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label2_4.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label2_4.ForeColor = System.Drawing.Color.Cyan
        Me.Label2.SetIndex(Me._Label2_4, CType(4, Short))
        Me._Label2_4.Location = New System.Drawing.Point(672, 304)
        Me._Label2_4.Name = "_Label2_4"
        Me._Label2_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label2_4.Size = New System.Drawing.Size(80, 25)
        Me._Label2_4.TabIndex = 14
        Me._Label2_4.Text = "Stage 5:"
        Me._Label2_4.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        '_Label2_3
        '
        Me._Label2_3.BackColor = System.Drawing.Color.Black
        Me._Label2_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label2_3.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label2_3.ForeColor = System.Drawing.Color.Cyan
        Me.Label2.SetIndex(Me._Label2_3, CType(3, Short))
        Me._Label2_3.Location = New System.Drawing.Point(672, 272)
        Me._Label2_3.Name = "_Label2_3"
        Me._Label2_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label2_3.Size = New System.Drawing.Size(80, 25)
        Me._Label2_3.TabIndex = 13
        Me._Label2_3.Text = "Stage 4:"
        Me._Label2_3.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        '_Label2_2
        '
        Me._Label2_2.BackColor = System.Drawing.Color.Black
        Me._Label2_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label2_2.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label2_2.ForeColor = System.Drawing.Color.Cyan
        Me.Label2.SetIndex(Me._Label2_2, CType(2, Short))
        Me._Label2_2.Location = New System.Drawing.Point(672, 240)
        Me._Label2_2.Name = "_Label2_2"
        Me._Label2_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label2_2.Size = New System.Drawing.Size(80, 25)
        Me._Label2_2.TabIndex = 12
        Me._Label2_2.Text = "Stage 3:"
        Me._Label2_2.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        '_Label2_1
        '
        Me._Label2_1.BackColor = System.Drawing.Color.Black
        Me._Label2_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label2_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label2_1.ForeColor = System.Drawing.Color.Cyan
        Me.Label2.SetIndex(Me._Label2_1, CType(1, Short))
        Me._Label2_1.Location = New System.Drawing.Point(672, 208)
        Me._Label2_1.Name = "_Label2_1"
        Me._Label2_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label2_1.Size = New System.Drawing.Size(80, 25)
        Me._Label2_1.TabIndex = 11
        Me._Label2_1.Text = "Stage 2:"
        Me._Label2_1.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        '_Label2_0
        '
        Me._Label2_0.BackColor = System.Drawing.Color.Black
        Me._Label2_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label2_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label2_0.ForeColor = System.Drawing.Color.Cyan
        Me.Label2.SetIndex(Me._Label2_0, CType(0, Short))
        Me._Label2_0.Location = New System.Drawing.Point(672, 176)
        Me._Label2_0.Name = "_Label2_0"
        Me._Label2_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label2_0.Size = New System.Drawing.Size(80, 25)
        Me._Label2_0.TabIndex = 10
        Me._Label2_0.Text = "Stage 1:"
        Me._Label2_0.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        '_Label1_4
        '
        Me._Label1_4.BackColor = System.Drawing.Color.Black
        Me._Label1_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_4.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_4.ForeColor = System.Drawing.Color.Cyan
        Me.Label1.SetIndex(Me._Label1_4, CType(4, Short))
        Me._Label1_4.Location = New System.Drawing.Point(656, 128)
        Me._Label1_4.Name = "_Label1_4"
        Me._Label1_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_4.Size = New System.Drawing.Size(273, 24)
        Me._Label1_4.TabIndex = 9
        Me._Label1_4.Text = "MV Converter A Stage Voltages"
        Me._Label1_4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_Label1_3
        '
        Me._Label1_3.BackColor = System.Drawing.Color.Black
        Me._Label1_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_3.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_3.ForeColor = System.Drawing.Color.Yellow
        Me.Label1.SetIndex(Me._Label1_3, CType(3, Short))
        Me._Label1_3.Location = New System.Drawing.Point(56, 240)
        Me._Label1_3.Name = "_Label1_3"
        Me._Label1_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_3.Size = New System.Drawing.Size(273, 33)
        Me._Label1_3.TabIndex = 4
        Me._Label1_3.Text = "MV Converter A Output Current:"
        '
        '_Label1_2
        '
        Me._Label1_2.BackColor = System.Drawing.Color.Black
        Me._Label1_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_2.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_2.ForeColor = System.Drawing.Color.Yellow
        Me.Label1.SetIndex(Me._Label1_2, CType(2, Short))
        Me._Label1_2.Location = New System.Drawing.Point(56, 200)
        Me._Label1_2.Name = "_Label1_2"
        Me._Label1_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_2.Size = New System.Drawing.Size(273, 33)
        Me._Label1_2.TabIndex = 3
        Me._Label1_2.Text = "MV Converter A Output Voltage:"
        '
        '_Label1_1
        '
        Me._Label1_1.BackColor = System.Drawing.Color.Black
        Me._Label1_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_1.ForeColor = System.Drawing.Color.Yellow
        Me.Label1.SetIndex(Me._Label1_1, CType(1, Short))
        Me._Label1_1.Location = New System.Drawing.Point(56, 160)
        Me._Label1_1.Name = "_Label1_1"
        Me._Label1_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_1.Size = New System.Drawing.Size(272, 33)
        Me._Label1_1.TabIndex = 2
        Me._Label1_1.Text = "MV Converter A Input Current:"
        '
        '_Label1_0
        '
        Me._Label1_0.BackColor = System.Drawing.Color.Black
        Me._Label1_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._Label1_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._Label1_0.ForeColor = System.Drawing.Color.Yellow
        Me.Label1.SetIndex(Me._Label1_0, CType(0, Short))
        Me._Label1_0.Location = New System.Drawing.Point(56, 120)
        Me._Label1_0.Name = "_Label1_0"
        Me._Label1_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._Label1_0.Size = New System.Drawing.Size(265, 33)
        Me._Label1_0.TabIndex = 1
        Me._Label1_0.Text = "MV Converter A Input Voltage:"
        '
        'ConverterAStatus
        '
        Me.ConverterAStatus.BackColor = System.Drawing.Color.Black
        Me.ConverterAStatus.Cursor = System.Windows.Forms.Cursors.Default
        Me.ConverterAStatus.Font = New System.Drawing.Font("Arial", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ConverterAStatus.ForeColor = System.Drawing.Color.FromArgb(CType(128, Byte), CType(255, Byte), CType(128, Byte))
        Me.ConverterAStatus.Location = New System.Drawing.Point(264, 24)
        Me.ConverterAStatus.Name = "ConverterAStatus"
        Me.ConverterAStatus.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.ConverterAStatus.Size = New System.Drawing.Size(408, 72)
        Me.ConverterAStatus.TabIndex = 0
        Me.ConverterAStatus.Text = "Converter A is ON "
        Me.ConverterAStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        '_MVConverterBStageVoltage_1
        '
        Me._MVConverterBStageVoltage_1.BackColor = System.Drawing.Color.Black
        Me._MVConverterBStageVoltage_1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._MVConverterBStageVoltage_1.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVConverterBStageVoltage_1.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVConverterBStageVoltage_1.ForeColor = System.Drawing.Color.Red
        Me.MVConverterBStageVoltage.SetIndex(Me._MVConverterBStageVoltage_1, CType(1, Short))
        Me._MVConverterBStageVoltage_1.Location = New System.Drawing.Point(792, 208)
        Me._MVConverterBStageVoltage_1.Name = "_MVConverterBStageVoltage_1"
        Me._MVConverterBStageVoltage_1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVConverterBStageVoltage_1.Size = New System.Drawing.Size(104, 25)
        Me._MVConverterBStageVoltage_1.TabIndex = 626
        Me._MVConverterBStageVoltage_1.Text = "Label3"
        Me._MVConverterBStageVoltage_1.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        '_MVConverterBStageVoltage_0
        '
        Me._MVConverterBStageVoltage_0.BackColor = System.Drawing.Color.Black
        Me._MVConverterBStageVoltage_0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._MVConverterBStageVoltage_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVConverterBStageVoltage_0.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVConverterBStageVoltage_0.ForeColor = System.Drawing.Color.Red
        Me.MVConverterBStageVoltage.SetIndex(Me._MVConverterBStageVoltage_0, CType(0, Short))
        Me._MVConverterBStageVoltage_0.Location = New System.Drawing.Point(792, 176)
        Me._MVConverterBStageVoltage_0.Name = "_MVConverterBStageVoltage_0"
        Me._MVConverterBStageVoltage_0.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVConverterBStageVoltage_0.Size = New System.Drawing.Size(104, 25)
        Me._MVConverterBStageVoltage_0.TabIndex = 625
        Me._MVConverterBStageVoltage_0.Text = "Label3"
        Me._MVConverterBStageVoltage_0.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        '_MVConverterBStageVoltage_5
        '
        Me._MVConverterBStageVoltage_5.BackColor = System.Drawing.Color.Black
        Me._MVConverterBStageVoltage_5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._MVConverterBStageVoltage_5.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVConverterBStageVoltage_5.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVConverterBStageVoltage_5.ForeColor = System.Drawing.Color.Red
        Me.MVConverterBStageVoltage.SetIndex(Me._MVConverterBStageVoltage_5, CType(5, Short))
        Me._MVConverterBStageVoltage_5.Location = New System.Drawing.Point(792, 336)
        Me._MVConverterBStageVoltage_5.Name = "_MVConverterBStageVoltage_5"
        Me._MVConverterBStageVoltage_5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVConverterBStageVoltage_5.Size = New System.Drawing.Size(104, 25)
        Me._MVConverterBStageVoltage_5.TabIndex = 630
        Me._MVConverterBStageVoltage_5.Text = "Label3"
        Me._MVConverterBStageVoltage_5.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        '_MVConverterBStageVoltage_4
        '
        Me._MVConverterBStageVoltage_4.BackColor = System.Drawing.Color.Black
        Me._MVConverterBStageVoltage_4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._MVConverterBStageVoltage_4.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVConverterBStageVoltage_4.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVConverterBStageVoltage_4.ForeColor = System.Drawing.Color.Red
        Me.MVConverterBStageVoltage.SetIndex(Me._MVConverterBStageVoltage_4, CType(4, Short))
        Me._MVConverterBStageVoltage_4.Location = New System.Drawing.Point(792, 304)
        Me._MVConverterBStageVoltage_4.Name = "_MVConverterBStageVoltage_4"
        Me._MVConverterBStageVoltage_4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVConverterBStageVoltage_4.Size = New System.Drawing.Size(104, 25)
        Me._MVConverterBStageVoltage_4.TabIndex = 629
        Me._MVConverterBStageVoltage_4.Text = "Label3"
        Me._MVConverterBStageVoltage_4.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        '_MVConverterBStageVoltage_3
        '
        Me._MVConverterBStageVoltage_3.BackColor = System.Drawing.Color.Black
        Me._MVConverterBStageVoltage_3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._MVConverterBStageVoltage_3.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVConverterBStageVoltage_3.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVConverterBStageVoltage_3.ForeColor = System.Drawing.Color.Red
        Me.MVConverterBStageVoltage.SetIndex(Me._MVConverterBStageVoltage_3, CType(3, Short))
        Me._MVConverterBStageVoltage_3.Location = New System.Drawing.Point(792, 272)
        Me._MVConverterBStageVoltage_3.Name = "_MVConverterBStageVoltage_3"
        Me._MVConverterBStageVoltage_3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVConverterBStageVoltage_3.Size = New System.Drawing.Size(104, 25)
        Me._MVConverterBStageVoltage_3.TabIndex = 628
        Me._MVConverterBStageVoltage_3.Text = "Label3"
        Me._MVConverterBStageVoltage_3.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        '_MVConverterBStageVoltage_2
        '
        Me._MVConverterBStageVoltage_2.BackColor = System.Drawing.Color.Black
        Me._MVConverterBStageVoltage_2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me._MVConverterBStageVoltage_2.Cursor = System.Windows.Forms.Cursors.Default
        Me._MVConverterBStageVoltage_2.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me._MVConverterBStageVoltage_2.ForeColor = System.Drawing.Color.Red
        Me.MVConverterBStageVoltage.SetIndex(Me._MVConverterBStageVoltage_2, CType(2, Short))
        Me._MVConverterBStageVoltage_2.Location = New System.Drawing.Point(792, 240)
        Me._MVConverterBStageVoltage_2.Name = "_MVConverterBStageVoltage_2"
        Me._MVConverterBStageVoltage_2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._MVConverterBStageVoltage_2.Size = New System.Drawing.Size(104, 25)
        Me._MVConverterBStageVoltage_2.TabIndex = 627
        Me._MVConverterBStageVoltage_2.Text = "Label3"
        Me._MVConverterBStageVoltage_2.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'MVConverterAInputVDisplay
        '
        Me.MVConverterAInputVDisplay.BackColor = System.Drawing.Color.Black
        Me.MVConverterAInputVDisplay.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterAInputVDisplay.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterAInputVDisplay.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterAInputVDisplay.Location = New System.Drawing.Point(336, 120)
        Me.MVConverterAInputVDisplay.Name = "MVConverterAInputVDisplay"
        Me.MVConverterAInputVDisplay.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterAInputVDisplay.Size = New System.Drawing.Size(128, 33)
        Me.MVConverterAInputVDisplay.TabIndex = 22
        Me.MVConverterAInputVDisplay.Text = "Label2"
        '
        'MVConverterAInputIDisplay
        '
        Me.MVConverterAInputIDisplay.BackColor = System.Drawing.Color.Black
        Me.MVConverterAInputIDisplay.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterAInputIDisplay.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterAInputIDisplay.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterAInputIDisplay.Location = New System.Drawing.Point(336, 160)
        Me.MVConverterAInputIDisplay.Name = "MVConverterAInputIDisplay"
        Me.MVConverterAInputIDisplay.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterAInputIDisplay.Size = New System.Drawing.Size(128, 33)
        Me.MVConverterAInputIDisplay.TabIndex = 23
        Me.MVConverterAInputIDisplay.Text = "Label2"
        '
        'MVConverterAOutputVDisplay
        '
        Me.MVConverterAOutputVDisplay.BackColor = System.Drawing.Color.Black
        Me.MVConverterAOutputVDisplay.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterAOutputVDisplay.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterAOutputVDisplay.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterAOutputVDisplay.Location = New System.Drawing.Point(336, 200)
        Me.MVConverterAOutputVDisplay.Name = "MVConverterAOutputVDisplay"
        Me.MVConverterAOutputVDisplay.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterAOutputVDisplay.Size = New System.Drawing.Size(128, 33)
        Me.MVConverterAOutputVDisplay.TabIndex = 24
        Me.MVConverterAOutputVDisplay.Text = "Label2"
        '
        'MVConverterAOutputIDisplay
        '
        Me.MVConverterAOutputIDisplay.BackColor = System.Drawing.Color.Black
        Me.MVConverterAOutputIDisplay.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterAOutputIDisplay.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterAOutputIDisplay.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterAOutputIDisplay.Location = New System.Drawing.Point(336, 240)
        Me.MVConverterAOutputIDisplay.Name = "MVConverterAOutputIDisplay"
        Me.MVConverterAOutputIDisplay.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterAOutputIDisplay.Size = New System.Drawing.Size(128, 33)
        Me.MVConverterAOutputIDisplay.TabIndex = 25
        Me.MVConverterAOutputIDisplay.Text = "Label2"
        '
        'DateTime
        '
        Me.DateTime.BackColor = System.Drawing.Color.Transparent
        Me.DateTime.Cursor = System.Windows.Forms.Cursors.Default
        Me.DateTime.Font = New System.Drawing.Font("Arial", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.DateTime.ForeColor = System.Drawing.Color.Yellow
        Me.DateTime.Location = New System.Drawing.Point(792, 16)
        Me.DateTime.Name = "DateTime"
        Me.DateTime.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.DateTime.Size = New System.Drawing.Size(464, 33)
        Me.DateTime.TabIndex = 599
        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 = 600
        '
        'MVConverterAStatus
        '
        Me.MVConverterAStatus.BackColor = System.Drawing.Color.Black
        Me.MVConverterAStatus.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterAStatus.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterAStatus.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterAStatus.Location = New System.Drawing.Point(336, 280)
        Me.MVConverterAStatus.Name = "MVConverterAStatus"
        Me.MVConverterAStatus.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterAStatus.Size = New System.Drawing.Size(128, 33)
        Me.MVConverterAStatus.TabIndex = 602
        Me.MVConverterAStatus.Text = "Label2"
        '
        'Label4
        '
        Me.Label4.BackColor = System.Drawing.Color.Black
        Me.Label4.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label4.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label4.ForeColor = System.Drawing.Color.Yellow
        Me.Label4.Location = New System.Drawing.Point(56, 280)
        Me.Label4.Name = "Label4"
        Me.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label4.Size = New System.Drawing.Size(273, 33)
        Me.Label4.TabIndex = 601
        Me.Label4.Text = "MV Converter A Status:"
        '
        'MVConverterAInputPath
        '
        Me.MVConverterAInputPath.BackColor = System.Drawing.Color.Black
        Me.MVConverterAInputPath.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterAInputPath.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterAInputPath.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterAInputPath.Location = New System.Drawing.Point(336, 320)
        Me.MVConverterAInputPath.Name = "MVConverterAInputPath"
        Me.MVConverterAInputPath.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterAInputPath.Size = New System.Drawing.Size(128, 33)
        Me.MVConverterAInputPath.TabIndex = 604
        Me.MVConverterAInputPath.Text = "Label2"
        '
        'Label6
        '
        Me.Label6.BackColor = System.Drawing.Color.Black
        Me.Label6.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label6.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label6.ForeColor = System.Drawing.Color.Yellow
        Me.Label6.Location = New System.Drawing.Point(56, 320)
        Me.Label6.Name = "Label6"
        Me.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label6.Size = New System.Drawing.Size(273, 33)
        Me.Label6.TabIndex = 603
        Me.Label6.Text = "MV Converter A Input Path:"
        '
        'MVConverterS2A
        '
        Me.MVConverterS2A.BackColor = System.Drawing.Color.Black
        Me.MVConverterS2A.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterS2A.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterS2A.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterS2A.Location = New System.Drawing.Point(336, 360)
        Me.MVConverterS2A.Name = "MVConverterS2A"
        Me.MVConverterS2A.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterS2A.Size = New System.Drawing.Size(128, 33)
        Me.MVConverterS2A.TabIndex = 606
        Me.MVConverterS2A.Text = "Label2"
        '
        'Label5
        '
        Me.Label5.BackColor = System.Drawing.Color.Black
        Me.Label5.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label5.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label5.ForeColor = System.Drawing.Color.Yellow
        Me.Label5.Location = New System.Drawing.Point(56, 360)
        Me.Label5.Name = "Label5"
        Me.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label5.Size = New System.Drawing.Size(273, 33)
        Me.Label5.TabIndex = 605
        Me.Label5.Text = "MV Converter S2 Status"
        '
        'Label3
        '
        Me.Label3.BackColor = System.Drawing.Color.Silver
        Me.Label3.Location = New System.Drawing.Point(256, 16)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(424, 88)
        Me.Label3.TabIndex = 607
        '
        'Label7
        '
        Me.Label7.BackColor = System.Drawing.Color.Silver
        Me.Label7.Location = New System.Drawing.Point(648, 120)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(288, 40)
        Me.Label7.TabIndex = 608
        '
        'MVA
        '
        Me.MVA.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.MVA.Controls.Add(Me._MVConverterAStageVoltage_4)
        Me.MVA.Controls.Add(Me._MVConverterAStageVoltage_5)
        Me.MVA.Controls.Add(Me._Label2_3)
        Me.MVA.Controls.Add(Me._Label2_5)
        Me.MVA.Controls.Add(Me._MVConverterAStageVoltage_0)
        Me.MVA.Controls.Add(Me._MVConverterAStageVoltage_1)
        Me.MVA.Controls.Add(Me._MVConverterAStageVoltage_2)
        Me.MVA.Controls.Add(Me._MVConverterAStageVoltage_3)
        Me.MVA.Controls.Add(Me.MVConverterAInputVDisplay)
        Me.MVA.Controls.Add(Me.MVConverterAInputIDisplay)
        Me.MVA.Controls.Add(Me.MVConverterAOutputVDisplay)
        Me.MVA.Controls.Add(Me.MVConverterAOutputIDisplay)
        Me.MVA.Controls.Add(Me._Label2_4)
        Me.MVA.Controls.Add(Me.MVConverterAStatus)
        Me.MVA.Controls.Add(Me.Label4)
        Me.MVA.Controls.Add(Me.MVConverterAInputPath)
        Me.MVA.Controls.Add(Me.Label6)
        Me.MVA.Controls.Add(Me.MVConverterS2A)
        Me.MVA.Controls.Add(Me.Label5)
        Me.MVA.Controls.Add(Me._Label2_2)
        Me.MVA.Controls.Add(Me._Label2_1)
        Me.MVA.Controls.Add(Me._Label2_0)
        Me.MVA.Controls.Add(Me._Label1_4)
        Me.MVA.Controls.Add(Me._Label1_3)
        Me.MVA.Controls.Add(Me._Label1_2)
        Me.MVA.Controls.Add(Me._Label1_1)
        Me.MVA.Controls.Add(Me._Label1_0)
        Me.MVA.Controls.Add(Me.ConverterAStatus)
        Me.MVA.Controls.Add(Me.Label3)
        Me.MVA.Controls.Add(Me.Label7)
        Me.MVA.Location = New System.Drawing.Point(168, 64)
        Me.MVA.Name = "MVA"
        Me.MVA.Size = New System.Drawing.Size(1008, 416)
        Me.MVA.TabIndex = 609
        '
        'MVB
        '
        Me.MVB.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.MVB.Controls.Add(Me.MVConverterS2B)
        Me.MVB.Controls.Add(Me.Label9)
        Me.MVB.Controls.Add(Me.MVConverterBInputPath)
        Me.MVB.Controls.Add(Me.Label10)
        Me.MVB.Controls.Add(Me.MVConverterBStatus)
        Me.MVB.Controls.Add(Me.Label11)
        Me.MVB.Controls.Add(Me.MVConverterBOutputIDisplay)
        Me.MVB.Controls.Add(Me.MVConverterBOutputVDisplay)
        Me.MVB.Controls.Add(Me.MVConverterBInputIDisplay)
        Me.MVB.Controls.Add(Me.MVConverterBInputVDisplay)
        Me.MVB.Controls.Add(Me._MVConverterBStageVoltage_5)
        Me.MVB.Controls.Add(Me._MVConverterBStageVoltage_4)
        Me.MVB.Controls.Add(Me._MVConverterBStageVoltage_3)
        Me.MVB.Controls.Add(Me._MVConverterBStageVoltage_2)
        Me.MVB.Controls.Add(Me._MVConverterBStageVoltage_1)
        Me.MVB.Controls.Add(Me._MVConverterBStageVoltage_0)
        Me.MVB.Controls.Add(Me.Label12)
        Me.MVB.Controls.Add(Me.Label13)
        Me.MVB.Controls.Add(Me.Label14)
        Me.MVB.Controls.Add(Me.Label15)
        Me.MVB.Controls.Add(Me.Label16)
        Me.MVB.Controls.Add(Me.Label17)
        Me.MVB.Controls.Add(Me.Label18)
        Me.MVB.Controls.Add(Me.Label19)
        Me.MVB.Controls.Add(Me.Label20)
        Me.MVB.Controls.Add(Me.Label22)
        Me.MVB.Controls.Add(Me.Label23)
        Me.MVB.Controls.Add(Me.ConverterBStatus)
        Me.MVB.Controls.Add(Me.Label25)
        Me.MVB.Controls.Add(Me.Label26)
        Me.MVB.Location = New System.Drawing.Point(168, 504)
        Me.MVB.Name = "MVB"
        Me.MVB.Size = New System.Drawing.Size(1008, 416)
        Me.MVB.TabIndex = 610
        '
        'MVConverterS2B
        '
        Me.MVConverterS2B.BackColor = System.Drawing.Color.Black
        Me.MVConverterS2B.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterS2B.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterS2B.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterS2B.Location = New System.Drawing.Point(336, 360)
        Me.MVConverterS2B.Name = "MVConverterS2B"
        Me.MVConverterS2B.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterS2B.Size = New System.Drawing.Size(120, 33)
        Me.MVConverterS2B.TabIndex = 640
        Me.MVConverterS2B.Text = "Label2"
        '
        'Label9
        '
        Me.Label9.BackColor = System.Drawing.Color.Black
        Me.Label9.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label9.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label9.ForeColor = System.Drawing.Color.Yellow
        Me.Label9.Location = New System.Drawing.Point(56, 360)
        Me.Label9.Name = "Label9"
        Me.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label9.Size = New System.Drawing.Size(273, 33)
        Me.Label9.TabIndex = 639
        Me.Label9.Text = "MV Converter S2 Status"
        '
        'MVConverterBInputPath
        '
        Me.MVConverterBInputPath.BackColor = System.Drawing.Color.Black
        Me.MVConverterBInputPath.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterBInputPath.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterBInputPath.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterBInputPath.Location = New System.Drawing.Point(336, 320)
        Me.MVConverterBInputPath.Name = "MVConverterBInputPath"
        Me.MVConverterBInputPath.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterBInputPath.Size = New System.Drawing.Size(120, 33)
        Me.MVConverterBInputPath.TabIndex = 638
        Me.MVConverterBInputPath.Text = "Label2"
        '
        'Label10
        '
        Me.Label10.BackColor = System.Drawing.Color.Black
        Me.Label10.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label10.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label10.ForeColor = System.Drawing.Color.Yellow
        Me.Label10.Location = New System.Drawing.Point(56, 320)
        Me.Label10.Name = "Label10"
        Me.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label10.Size = New System.Drawing.Size(273, 33)
        Me.Label10.TabIndex = 637
        Me.Label10.Text = "MV Converter B Input Path:"
        '
        'MVConverterBStatus
        '
        Me.MVConverterBStatus.BackColor = System.Drawing.Color.Black
        Me.MVConverterBStatus.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterBStatus.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterBStatus.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterBStatus.Location = New System.Drawing.Point(336, 280)
        Me.MVConverterBStatus.Name = "MVConverterBStatus"
        Me.MVConverterBStatus.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterBStatus.Size = New System.Drawing.Size(120, 33)
        Me.MVConverterBStatus.TabIndex = 636
        Me.MVConverterBStatus.Text = "Label2"
        '
        'Label11
        '
        Me.Label11.BackColor = System.Drawing.Color.Black
        Me.Label11.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label11.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label11.ForeColor = System.Drawing.Color.Yellow
        Me.Label11.Location = New System.Drawing.Point(56, 280)
        Me.Label11.Name = "Label11"
        Me.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label11.Size = New System.Drawing.Size(273, 33)
        Me.Label11.TabIndex = 635
        Me.Label11.Text = "MV Converter B Status:"
        '
        'MVConverterBOutputIDisplay
        '
        Me.MVConverterBOutputIDisplay.BackColor = System.Drawing.Color.Black
        Me.MVConverterBOutputIDisplay.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterBOutputIDisplay.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterBOutputIDisplay.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterBOutputIDisplay.Location = New System.Drawing.Point(336, 240)
        Me.MVConverterBOutputIDisplay.Name = "MVConverterBOutputIDisplay"
        Me.MVConverterBOutputIDisplay.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterBOutputIDisplay.Size = New System.Drawing.Size(120, 33)
        Me.MVConverterBOutputIDisplay.TabIndex = 634
        Me.MVConverterBOutputIDisplay.Text = "Label3"
        '
        'MVConverterBOutputVDisplay
        '
        Me.MVConverterBOutputVDisplay.BackColor = System.Drawing.Color.Black
        Me.MVConverterBOutputVDisplay.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterBOutputVDisplay.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterBOutputVDisplay.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterBOutputVDisplay.Location = New System.Drawing.Point(336, 200)
        Me.MVConverterBOutputVDisplay.Name = "MVConverterBOutputVDisplay"
        Me.MVConverterBOutputVDisplay.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterBOutputVDisplay.Size = New System.Drawing.Size(120, 33)
        Me.MVConverterBOutputVDisplay.TabIndex = 633
        Me.MVConverterBOutputVDisplay.Text = "Label3"
        '
        'MVConverterBInputIDisplay
        '
        Me.MVConverterBInputIDisplay.BackColor = System.Drawing.Color.Black
        Me.MVConverterBInputIDisplay.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterBInputIDisplay.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterBInputIDisplay.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterBInputIDisplay.Location = New System.Drawing.Point(336, 160)
        Me.MVConverterBInputIDisplay.Name = "MVConverterBInputIDisplay"
        Me.MVConverterBInputIDisplay.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterBInputIDisplay.Size = New System.Drawing.Size(120, 33)
        Me.MVConverterBInputIDisplay.TabIndex = 632
        Me.MVConverterBInputIDisplay.Text = "Label3"
        '
        'MVConverterBInputVDisplay
        '
        Me.MVConverterBInputVDisplay.BackColor = System.Drawing.Color.Black
        Me.MVConverterBInputVDisplay.Cursor = System.Windows.Forms.Cursors.Default
        Me.MVConverterBInputVDisplay.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MVConverterBInputVDisplay.ForeColor = System.Drawing.Color.Yellow
        Me.MVConverterBInputVDisplay.Location = New System.Drawing.Point(336, 120)
        Me.MVConverterBInputVDisplay.Name = "MVConverterBInputVDisplay"
        Me.MVConverterBInputVDisplay.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.MVConverterBInputVDisplay.Size = New System.Drawing.Size(120, 33)
        Me.MVConverterBInputVDisplay.TabIndex = 631
        Me.MVConverterBInputVDisplay.Text = "Label3"
        '
        'Label12
        '
        Me.Label12.BackColor = System.Drawing.Color.Black
        Me.Label12.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label12.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label12.ForeColor = System.Drawing.Color.Cyan
        Me.Label12.Location = New System.Drawing.Point(672, 336)
        Me.Label12.Name = "Label12"
        Me.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label12.Size = New System.Drawing.Size(80, 25)
        Me.Label12.TabIndex = 624
        Me.Label12.Text = "Stage 6:"
        Me.Label12.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        'Label13
        '
        Me.Label13.BackColor = System.Drawing.Color.Black
        Me.Label13.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label13.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label13.ForeColor = System.Drawing.Color.Cyan
        Me.Label13.Location = New System.Drawing.Point(672, 304)
        Me.Label13.Name = "Label13"
        Me.Label13.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label13.Size = New System.Drawing.Size(80, 25)
        Me.Label13.TabIndex = 623
        Me.Label13.Text = "Stage 5:"
        Me.Label13.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        'Label14
        '
        Me.Label14.BackColor = System.Drawing.Color.Black
        Me.Label14.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label14.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label14.ForeColor = System.Drawing.Color.Cyan
        Me.Label14.Location = New System.Drawing.Point(672, 272)
        Me.Label14.Name = "Label14"
        Me.Label14.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label14.Size = New System.Drawing.Size(80, 25)
        Me.Label14.TabIndex = 622
        Me.Label14.Text = "Stage 4:"
        Me.Label14.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        'Label15
        '
        Me.Label15.BackColor = System.Drawing.Color.Black
        Me.Label15.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label15.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label15.ForeColor = System.Drawing.Color.Cyan
        Me.Label15.Location = New System.Drawing.Point(672, 240)
        Me.Label15.Name = "Label15"
        Me.Label15.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label15.Size = New System.Drawing.Size(80, 25)
        Me.Label15.TabIndex = 621
        Me.Label15.Text = "Stage 3:"
        Me.Label15.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        'Label16
        '
        Me.Label16.BackColor = System.Drawing.Color.Black
        Me.Label16.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label16.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label16.ForeColor = System.Drawing.Color.Cyan
        Me.Label16.Location = New System.Drawing.Point(672, 208)
        Me.Label16.Name = "Label16"
        Me.Label16.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label16.Size = New System.Drawing.Size(80, 25)
        Me.Label16.TabIndex = 620
        Me.Label16.Text = "Stage 2:"
        Me.Label16.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        'Label17
        '
        Me.Label17.BackColor = System.Drawing.Color.Black
        Me.Label17.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label17.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label17.ForeColor = System.Drawing.Color.Cyan
        Me.Label17.Location = New System.Drawing.Point(672, 176)
        Me.Label17.Name = "Label17"
        Me.Label17.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label17.Size = New System.Drawing.Size(80, 25)
        Me.Label17.TabIndex = 619
        Me.Label17.Text = "Stage 1:"
        Me.Label17.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        'Label18
        '
        Me.Label18.BackColor = System.Drawing.Color.Black
        Me.Label18.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label18.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label18.ForeColor = System.Drawing.Color.Cyan
        Me.Label18.Location = New System.Drawing.Point(656, 128)
        Me.Label18.Name = "Label18"
        Me.Label18.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label18.Size = New System.Drawing.Size(273, 24)
        Me.Label18.TabIndex = 618
        Me.Label18.Text = "MV Converter B Stage Voltages"
        Me.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label19
        '
        Me.Label19.BackColor = System.Drawing.Color.Black
        Me.Label19.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label19.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label19.ForeColor = System.Drawing.Color.Yellow
        Me.Label19.Location = New System.Drawing.Point(56, 240)
        Me.Label19.Name = "Label19"
        Me.Label19.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label19.Size = New System.Drawing.Size(273, 33)
        Me.Label19.TabIndex = 617
        Me.Label19.Text = "MV Converter B Output Current:"
        '
        'Label20
        '
        Me.Label20.BackColor = System.Drawing.Color.Black
        Me.Label20.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label20.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label20.ForeColor = System.Drawing.Color.Yellow
        Me.Label20.Location = New System.Drawing.Point(56, 200)
        Me.Label20.Name = "Label20"
        Me.Label20.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label20.Size = New System.Drawing.Size(273, 33)
        Me.Label20.TabIndex = 616
        Me.Label20.Text = "MV Converter B Output Voltage:"
        '
        'Label22
        '
        Me.Label22.BackColor = System.Drawing.Color.Black
        Me.Label22.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label22.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label22.ForeColor = System.Drawing.Color.Yellow
        Me.Label22.Location = New System.Drawing.Point(56, 160)
        Me.Label22.Name = "Label22"
        Me.Label22.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label22.Size = New System.Drawing.Size(272, 33)
        Me.Label22.TabIndex = 615
        Me.Label22.Text = "MV Converter B Input Current:"
        '
        'Label23
        '
        Me.Label23.BackColor = System.Drawing.Color.Black
        Me.Label23.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label23.Font = New System.Drawing.Font("Arial", 13.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label23.ForeColor = System.Drawing.Color.Yellow
        Me.Label23.Location = New System.Drawing.Point(56, 120)
        Me.Label23.Name = "Label23"
        Me.Label23.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label23.Size = New System.Drawing.Size(272, 33)
        Me.Label23.TabIndex = 614
        Me.Label23.Text = "MV Converter B Input Voltage:"
        '
        'ConverterBStatus
        '
        Me.ConverterBStatus.BackColor = System.Drawing.Color.Black
        Me.ConverterBStatus.Cursor = System.Windows.Forms.Cursors.Default
        Me.ConverterBStatus.Font = New System.Drawing.Font("Arial", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ConverterBStatus.ForeColor = System.Drawing.Color.FromArgb(CType(128, Byte), CType(255, Byte), CType(128, Byte))
        Me.ConverterBStatus.Location = New System.Drawing.Point(264, 24)
        Me.ConverterBStatus.Name = "ConverterBStatus"
        Me.ConverterBStatus.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.ConverterBStatus.Size = New System.Drawing.Size(408, 72)
        Me.ConverterBStatus.TabIndex = 613
        Me.ConverterBStatus.Text = "Converter B is ON "
        Me.ConverterBStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label25
        '
        Me.Label25.BackColor = System.Drawing.Color.Silver
        Me.Label25.Location = New System.Drawing.Point(256, 16)
        Me.Label25.Name = "Label25"
        Me.Label25.Size = New System.Drawing.Size(424, 88)
        Me.Label25.TabIndex = 641
        '
        'Label26
        '
        Me.Label26.BackColor = System.Drawing.Color.Silver
        Me.Label26.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label26.Location = New System.Drawing.Point(648, 120)
        Me.Label26.Name = "Label26"
        Me.Label26.Size = New System.Drawing.Size(288, 40)
        Me.Label26.TabIndex = 642
        '
        'PMACSmvconverter
        '
        Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
        Me.AutoScroll = True
        Me.BackColor = System.Drawing.Color.Black
        Me.ClientSize = New System.Drawing.Size(1274, 988)
        Me.Controls.Add(Me.DateTime)
        Me.Controls.Add(Me.Label21)
        Me.Controls.Add(Me.MVA)
        Me.Controls.Add(Me.MVB)
        Me.Cursor = System.Windows.Forms.Cursors.Default
        Me.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
        Me.Location = New System.Drawing.Point(3, 29)
        Me.Name = "PMACSmvconverter"
        Me.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds
        Me.Text = "PMACS MV Converter"
        Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
        CType(Me.Label1, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.Label2, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.MVConverterAInputCurrentDisplay, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.MVConverterAInputVoltageDisplay, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.MVConverterAOutputCurrentDisplay, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.MVConverterAOutputVoltageDisplay, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.MVConverterAStageVoltage, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.MVConverterBStageVoltage, System.ComponentModel.ISupportInitialize).EndInit()
        Me.MVA.ResumeLayout(False)
        Me.MVB.ResumeLayout(False)
        Me.ResumeLayout(False)

    End Sub
#End Region
#Region "Upgrade Support "
    Private Shared m_vb6FormDefInstance As PMACSmvconverter
    Private Shared m_InitializingDefInstance As Boolean
    Public Shared Property DefInstance() As PMACSmvconverter
        Get
            If m_vb6FormDefInstance Is Nothing OrElse m_vb6FormDefInstance.IsDisposed Then
                m_InitializingDefInstance = True
                m_vb6FormDefInstance = New PMACSmvconverter
                m_InitializingDefInstance = False
            End If
            DefInstance = m_vb6FormDefInstance
        End Get
        Set(ByVal Value As PMACSmvconverter)
            m_vb6FormDefInstance = Value
        End Set
    End Property
#End Region

End Class

