Option Explicit On 
Option Strict On

Public Class GameBoard
    Inherits System.Windows.Forms.Form

#Region " Windows Form Designer generated code "

    Public Sub New()
        MyBase.New()

        'This call is required by the Windows Form Designer.
        InitializeComponent()

        'Add any initialization after the InitializeComponent() call

    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

    '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 PlayerName As System.Windows.Forms.Label
    Friend WithEvents ComputerName As System.Windows.Forms.Label
    Friend WithEvents uiExitButton As System.Windows.Forms.Button
    Friend WithEvents PlayerA1 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerA2 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerA3 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerA4 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerA5 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerA6 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerA7 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerA8 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerA9 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerA10 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerB1 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerB2 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerB3 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerB4 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerB5 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerB6 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerB7 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerB8 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerB9 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerB10 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerC1 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerC2 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerC3 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerC4 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerC5 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerC6 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerC7 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerC8 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerC9 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerC10 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerD1 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerD2 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerD3 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerD4 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerD5 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerD6 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerD7 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerD8 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerD9 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerD10 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerE1 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerE2 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerE3 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerE4 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerE5 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerE6 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerE7 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerE8 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerE9 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerE10 As System.Windows.Forms.PictureBox
    Friend WithEvents ColLabel1 As System.Windows.Forms.Label
    Friend WithEvents ColLabel2 As System.Windows.Forms.Label
    Friend WithEvents ColLabel3 As System.Windows.Forms.Label
    Friend WithEvents ColLabel4 As System.Windows.Forms.Label
    Friend WithEvents ColLabel5 As System.Windows.Forms.Label
    Friend WithEvents ColLabel6 As System.Windows.Forms.Label
    Friend WithEvents ColLabel7 As System.Windows.Forms.Label
    Friend WithEvents ColLabel10 As System.Windows.Forms.Label
    Friend WithEvents ColLabel9 As System.Windows.Forms.Label
    Friend WithEvents ColLabel8 As System.Windows.Forms.Label
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents Label21 As System.Windows.Forms.Label
    Friend WithEvents Label22 As System.Windows.Forms.Label
    Friend WithEvents Label23 As System.Windows.Forms.Label
    Friend WithEvents Label24 As System.Windows.Forms.Label
    Friend WithEvents Label25 As System.Windows.Forms.Label
    Friend WithEvents Label26 As System.Windows.Forms.Label
    Friend WithEvents Label27 As System.Windows.Forms.Label
    Friend WithEvents Label28 As System.Windows.Forms.Label
    Friend WithEvents Label29 As System.Windows.Forms.Label
    Friend WithEvents Label30 As System.Windows.Forms.Label
    Friend WithEvents Label11 As System.Windows.Forms.Label
    Friend WithEvents Label12 As System.Windows.Forms.Label
    Friend WithEvents Label13 As System.Windows.Forms.Label
    Friend WithEvents Label14 As System.Windows.Forms.Label
    Friend WithEvents Label15 As System.Windows.Forms.Label
    Friend WithEvents Label16 As System.Windows.Forms.Label
    Friend WithEvents Label17 As System.Windows.Forms.Label
    Friend WithEvents Label18 As System.Windows.Forms.Label
    Friend WithEvents Label19 As System.Windows.Forms.Label
    Friend WithEvents Label20 As System.Windows.Forms.Label
    Friend WithEvents PlayerF1 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerF2 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerF3 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerF4 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerF5 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerF6 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerF7 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerF8 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerF9 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerF10 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerG1 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerG2 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerG3 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerG4 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerG5 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerG6 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerG7 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerG8 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerG9 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerG10 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerH1 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerH2 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerH3 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerH4 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerH5 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerH6 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerH7 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerH8 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerH9 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerH10 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerI1 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerI2 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerI3 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerI4 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerI5 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerI6 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerI7 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerI8 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerI9 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerI10 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerJ1 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerJ2 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerJ3 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerJ4 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerJ5 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerJ6 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerJ7 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerJ8 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerJ9 As System.Windows.Forms.PictureBox
    Friend WithEvents PlayerJ10 As System.Windows.Forms.PictureBox
    Friend WithEvents uiNewGameButton As System.Windows.Forms.Button
    Friend WithEvents CompA4 As System.Windows.Forms.PictureBox
    Friend WithEvents CompB2 As System.Windows.Forms.PictureBox
    Friend WithEvents CompA10 As System.Windows.Forms.PictureBox
    Friend WithEvents CompB1 As System.Windows.Forms.PictureBox
    Friend WithEvents CompA5 As System.Windows.Forms.PictureBox
    Friend WithEvents CompA7 As System.Windows.Forms.PictureBox
    Friend WithEvents CompB5 As System.Windows.Forms.PictureBox
    Friend WithEvents CompA2 As System.Windows.Forms.PictureBox
    Friend WithEvents CompB4 As System.Windows.Forms.PictureBox
    Friend WithEvents CompB3 As System.Windows.Forms.PictureBox
    Friend WithEvents CompA8 As System.Windows.Forms.PictureBox
    Friend WithEvents CompA1 As System.Windows.Forms.PictureBox
    Friend WithEvents CompA9 As System.Windows.Forms.PictureBox
    Friend WithEvents CompA6 As System.Windows.Forms.PictureBox
    Friend WithEvents CompA3 As System.Windows.Forms.PictureBox
    Friend WithEvents CompB10 As System.Windows.Forms.PictureBox
    Friend WithEvents CompC1 As System.Windows.Forms.PictureBox
    Friend WithEvents CompC2 As System.Windows.Forms.PictureBox
    Friend WithEvents CompC3 As System.Windows.Forms.PictureBox
    Friend WithEvents CompC5 As System.Windows.Forms.PictureBox
    Friend WithEvents CompC6 As System.Windows.Forms.PictureBox
    Friend WithEvents CompC7 As System.Windows.Forms.PictureBox
    Friend WithEvents CompC8 As System.Windows.Forms.PictureBox
    Friend WithEvents CompC9 As System.Windows.Forms.PictureBox
    Friend WithEvents CompC10 As System.Windows.Forms.PictureBox
    Friend WithEvents CompD1 As System.Windows.Forms.PictureBox
    Friend WithEvents CompD2 As System.Windows.Forms.PictureBox
    Friend WithEvents CompD3 As System.Windows.Forms.PictureBox
    Friend WithEvents CompB9 As System.Windows.Forms.PictureBox
    Friend WithEvents CompC4 As System.Windows.Forms.PictureBox
    Friend WithEvents CompB8 As System.Windows.Forms.PictureBox
    Friend WithEvents CompB7 As System.Windows.Forms.PictureBox
    Friend WithEvents CompB6 As System.Windows.Forms.PictureBox
    Friend WithEvents CompH6 As System.Windows.Forms.PictureBox
    Friend WithEvents CompF2 As System.Windows.Forms.PictureBox
    Friend WithEvents CompH5 As System.Windows.Forms.PictureBox
    Friend WithEvents CompH1 As System.Windows.Forms.PictureBox
    Friend WithEvents CompJ6 As System.Windows.Forms.PictureBox
    Friend WithEvents CompJ7 As System.Windows.Forms.PictureBox
    Friend WithEvents CompG10 As System.Windows.Forms.PictureBox
    Friend WithEvents CompH4 As System.Windows.Forms.PictureBox
    Friend WithEvents CompG9 As System.Windows.Forms.PictureBox
    Friend WithEvents CompG4 As System.Windows.Forms.PictureBox
    Friend WithEvents CompJ1 As System.Windows.Forms.PictureBox
    Friend WithEvents CompI7 As System.Windows.Forms.PictureBox
    Friend WithEvents CompI10 As System.Windows.Forms.PictureBox
    Friend WithEvents CompG8 As System.Windows.Forms.PictureBox
    Friend WithEvents CompH3 As System.Windows.Forms.PictureBox
    Friend WithEvents CompI6 As System.Windows.Forms.PictureBox
    Friend WithEvents CompH9 As System.Windows.Forms.PictureBox
    Friend WithEvents CompG7 As System.Windows.Forms.PictureBox
    Friend WithEvents CompI1 As System.Windows.Forms.PictureBox
    Friend WithEvents CompI2 As System.Windows.Forms.PictureBox
    Friend WithEvents CompG6 As System.Windows.Forms.PictureBox
    Friend WithEvents CompD5 As System.Windows.Forms.PictureBox
    Friend WithEvents CompD6 As System.Windows.Forms.PictureBox
    Friend WithEvents CompD7 As System.Windows.Forms.PictureBox
    Friend WithEvents CompD8 As System.Windows.Forms.PictureBox
    Friend WithEvents CompD9 As System.Windows.Forms.PictureBox
    Friend WithEvents CompI3 As System.Windows.Forms.PictureBox
    Friend WithEvents CompD10 As System.Windows.Forms.PictureBox
    Friend WithEvents CompE1 As System.Windows.Forms.PictureBox
    Friend WithEvents CompE2 As System.Windows.Forms.PictureBox
    Friend WithEvents CompE3 As System.Windows.Forms.PictureBox
    Friend WithEvents CompI4 As System.Windows.Forms.PictureBox
    Friend WithEvents CompH8 As System.Windows.Forms.PictureBox
    Friend WithEvents CompE4 As System.Windows.Forms.PictureBox
    Friend WithEvents CompE5 As System.Windows.Forms.PictureBox
    Friend WithEvents CompH2 As System.Windows.Forms.PictureBox
    Friend WithEvents CompE7 As System.Windows.Forms.PictureBox
    Friend WithEvents CompE8 As System.Windows.Forms.PictureBox
    Friend WithEvents CompE9 As System.Windows.Forms.PictureBox
    Friend WithEvents CompI5 As System.Windows.Forms.PictureBox
    Friend WithEvents CompE10 As System.Windows.Forms.PictureBox
    Friend WithEvents CompF1 As System.Windows.Forms.PictureBox
    Friend WithEvents CompJ8 As System.Windows.Forms.PictureBox
    Friend WithEvents CompJ10 As System.Windows.Forms.PictureBox
    Friend WithEvents CompJ9 As System.Windows.Forms.PictureBox
    Friend WithEvents CompF3 As System.Windows.Forms.PictureBox
    Friend WithEvents CompF4 As System.Windows.Forms.PictureBox
    Friend WithEvents CompF5 As System.Windows.Forms.PictureBox
    Friend WithEvents CompF6 As System.Windows.Forms.PictureBox
    Friend WithEvents CompF8 As System.Windows.Forms.PictureBox
    Friend WithEvents CompF9 As System.Windows.Forms.PictureBox
    Friend WithEvents CompF10 As System.Windows.Forms.PictureBox
    Friend WithEvents CompG1 As System.Windows.Forms.PictureBox
    Friend WithEvents CompG2 As System.Windows.Forms.PictureBox
    Friend WithEvents CompG3 As System.Windows.Forms.PictureBox
    Friend WithEvents CompG5 As System.Windows.Forms.PictureBox
    Friend WithEvents CompI8 As System.Windows.Forms.PictureBox
    Friend WithEvents CompJ4 As System.Windows.Forms.PictureBox
    Friend WithEvents CompD4 As System.Windows.Forms.PictureBox
    Friend WithEvents CompE6 As System.Windows.Forms.PictureBox
    Friend WithEvents CompF7 As System.Windows.Forms.PictureBox
    Friend WithEvents CompI9 As System.Windows.Forms.PictureBox
    Friend WithEvents CompJ5 As System.Windows.Forms.PictureBox
    Friend WithEvents CompJ3 As System.Windows.Forms.PictureBox
    Friend WithEvents CompH10 As System.Windows.Forms.PictureBox
    Friend WithEvents CompJ2 As System.Windows.Forms.PictureBox
    Friend WithEvents CompH7 As System.Windows.Forms.PictureBox
    Friend WithEvents uiBattleButton As System.Windows.Forms.Button

    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.PlayerA1 = New System.Windows.Forms.PictureBox
        Me.PlayerA2 = New System.Windows.Forms.PictureBox
        Me.PlayerA3 = New System.Windows.Forms.PictureBox
        Me.PlayerA4 = New System.Windows.Forms.PictureBox
        Me.PlayerA5 = New System.Windows.Forms.PictureBox
        Me.PlayerA6 = New System.Windows.Forms.PictureBox
        Me.PlayerA7 = New System.Windows.Forms.PictureBox
        Me.PlayerA8 = New System.Windows.Forms.PictureBox
        Me.PlayerA9 = New System.Windows.Forms.PictureBox
        Me.PlayerA10 = New System.Windows.Forms.PictureBox
        Me.PlayerB1 = New System.Windows.Forms.PictureBox
        Me.PlayerB2 = New System.Windows.Forms.PictureBox
        Me.PlayerB3 = New System.Windows.Forms.PictureBox
        Me.PlayerB4 = New System.Windows.Forms.PictureBox
        Me.PlayerB5 = New System.Windows.Forms.PictureBox
        Me.PlayerB6 = New System.Windows.Forms.PictureBox
        Me.PlayerB7 = New System.Windows.Forms.PictureBox
        Me.PlayerB8 = New System.Windows.Forms.PictureBox
        Me.PlayerB9 = New System.Windows.Forms.PictureBox
        Me.PlayerB10 = New System.Windows.Forms.PictureBox
        Me.PlayerC1 = New System.Windows.Forms.PictureBox
        Me.PlayerC2 = New System.Windows.Forms.PictureBox
        Me.PlayerC3 = New System.Windows.Forms.PictureBox
        Me.PlayerC4 = New System.Windows.Forms.PictureBox
        Me.PlayerC5 = New System.Windows.Forms.PictureBox
        Me.PlayerC6 = New System.Windows.Forms.PictureBox
        Me.PlayerC7 = New System.Windows.Forms.PictureBox
        Me.PlayerC8 = New System.Windows.Forms.PictureBox
        Me.PlayerC9 = New System.Windows.Forms.PictureBox
        Me.PlayerC10 = New System.Windows.Forms.PictureBox
        Me.PlayerD1 = New System.Windows.Forms.PictureBox
        Me.PlayerD2 = New System.Windows.Forms.PictureBox
        Me.PlayerD3 = New System.Windows.Forms.PictureBox
        Me.PlayerD4 = New System.Windows.Forms.PictureBox
        Me.PlayerD5 = New System.Windows.Forms.PictureBox
        Me.PlayerD6 = New System.Windows.Forms.PictureBox
        Me.PlayerD7 = New System.Windows.Forms.PictureBox
        Me.PlayerD8 = New System.Windows.Forms.PictureBox
        Me.PlayerD9 = New System.Windows.Forms.PictureBox
        Me.PlayerD10 = New System.Windows.Forms.PictureBox
        Me.PlayerE1 = New System.Windows.Forms.PictureBox
        Me.PlayerE2 = New System.Windows.Forms.PictureBox
        Me.PlayerE3 = New System.Windows.Forms.PictureBox
        Me.PlayerE4 = New System.Windows.Forms.PictureBox
        Me.PlayerE5 = New System.Windows.Forms.PictureBox
        Me.PlayerE6 = New System.Windows.Forms.PictureBox
        Me.PlayerE7 = New System.Windows.Forms.PictureBox
        Me.PlayerE8 = New System.Windows.Forms.PictureBox
        Me.PlayerE9 = New System.Windows.Forms.PictureBox
        Me.PlayerE10 = New System.Windows.Forms.PictureBox
        Me.PlayerF1 = New System.Windows.Forms.PictureBox
        Me.PlayerF2 = New System.Windows.Forms.PictureBox
        Me.PlayerF3 = New System.Windows.Forms.PictureBox
        Me.PlayerF4 = New System.Windows.Forms.PictureBox
        Me.PlayerF5 = New System.Windows.Forms.PictureBox
        Me.PlayerF6 = New System.Windows.Forms.PictureBox
        Me.PlayerF7 = New System.Windows.Forms.PictureBox
        Me.PlayerF8 = New System.Windows.Forms.PictureBox
        Me.PlayerF9 = New System.Windows.Forms.PictureBox
        Me.PlayerF10 = New System.Windows.Forms.PictureBox
        Me.PlayerG1 = New System.Windows.Forms.PictureBox
        Me.PlayerG2 = New System.Windows.Forms.PictureBox
        Me.PlayerG3 = New System.Windows.Forms.PictureBox
        Me.PlayerG4 = New System.Windows.Forms.PictureBox
        Me.PlayerG5 = New System.Windows.Forms.PictureBox
        Me.PlayerG6 = New System.Windows.Forms.PictureBox
        Me.PlayerG7 = New System.Windows.Forms.PictureBox
        Me.PlayerG8 = New System.Windows.Forms.PictureBox
        Me.PlayerG9 = New System.Windows.Forms.PictureBox
        Me.PlayerG10 = New System.Windows.Forms.PictureBox
        Me.PlayerH1 = New System.Windows.Forms.PictureBox
        Me.PlayerH2 = New System.Windows.Forms.PictureBox
        Me.PlayerH3 = New System.Windows.Forms.PictureBox
        Me.PlayerH4 = New System.Windows.Forms.PictureBox
        Me.PlayerH5 = New System.Windows.Forms.PictureBox
        Me.PlayerH6 = New System.Windows.Forms.PictureBox
        Me.PlayerH7 = New System.Windows.Forms.PictureBox
        Me.PlayerH8 = New System.Windows.Forms.PictureBox
        Me.PlayerH9 = New System.Windows.Forms.PictureBox
        Me.PlayerH10 = New System.Windows.Forms.PictureBox
        Me.PlayerI1 = New System.Windows.Forms.PictureBox
        Me.PlayerI2 = New System.Windows.Forms.PictureBox
        Me.PlayerI3 = New System.Windows.Forms.PictureBox
        Me.PlayerI4 = New System.Windows.Forms.PictureBox
        Me.PlayerI5 = New System.Windows.Forms.PictureBox
        Me.PlayerI6 = New System.Windows.Forms.PictureBox
        Me.PlayerI7 = New System.Windows.Forms.PictureBox
        Me.PlayerI8 = New System.Windows.Forms.PictureBox
        Me.PlayerI9 = New System.Windows.Forms.PictureBox
        Me.PlayerI10 = New System.Windows.Forms.PictureBox
        Me.PlayerJ1 = New System.Windows.Forms.PictureBox
        Me.PlayerJ2 = New System.Windows.Forms.PictureBox
        Me.PlayerJ3 = New System.Windows.Forms.PictureBox
        Me.PlayerJ4 = New System.Windows.Forms.PictureBox
        Me.PlayerJ5 = New System.Windows.Forms.PictureBox
        Me.PlayerJ6 = New System.Windows.Forms.PictureBox
        Me.PlayerJ7 = New System.Windows.Forms.PictureBox
        Me.PlayerJ8 = New System.Windows.Forms.PictureBox
        Me.PlayerJ9 = New System.Windows.Forms.PictureBox
        Me.PlayerJ10 = New System.Windows.Forms.PictureBox
        Me.CompH6 = New System.Windows.Forms.PictureBox
        Me.CompF2 = New System.Windows.Forms.PictureBox
        Me.CompA4 = New System.Windows.Forms.PictureBox
        Me.CompB2 = New System.Windows.Forms.PictureBox
        Me.CompH5 = New System.Windows.Forms.PictureBox
        Me.CompH1 = New System.Windows.Forms.PictureBox
        Me.CompJ6 = New System.Windows.Forms.PictureBox
        Me.CompJ7 = New System.Windows.Forms.PictureBox
        Me.CompG10 = New System.Windows.Forms.PictureBox
        Me.CompH4 = New System.Windows.Forms.PictureBox
        Me.CompG9 = New System.Windows.Forms.PictureBox
        Me.CompG4 = New System.Windows.Forms.PictureBox
        Me.CompJ1 = New System.Windows.Forms.PictureBox
        Me.CompI7 = New System.Windows.Forms.PictureBox
        Me.CompI10 = New System.Windows.Forms.PictureBox
        Me.CompG8 = New System.Windows.Forms.PictureBox
        Me.CompA10 = New System.Windows.Forms.PictureBox
        Me.CompB10 = New System.Windows.Forms.PictureBox
        Me.CompC1 = New System.Windows.Forms.PictureBox
        Me.CompC2 = New System.Windows.Forms.PictureBox
        Me.CompC3 = New System.Windows.Forms.PictureBox
        Me.CompH3 = New System.Windows.Forms.PictureBox
        Me.CompC5 = New System.Windows.Forms.PictureBox
        Me.CompC6 = New System.Windows.Forms.PictureBox
        Me.CompC7 = New System.Windows.Forms.PictureBox
        Me.CompC8 = New System.Windows.Forms.PictureBox
        Me.CompC9 = New System.Windows.Forms.PictureBox
        Me.CompI6 = New System.Windows.Forms.PictureBox
        Me.CompH9 = New System.Windows.Forms.PictureBox
        Me.CompG7 = New System.Windows.Forms.PictureBox
        Me.CompC10 = New System.Windows.Forms.PictureBox
        Me.CompD1 = New System.Windows.Forms.PictureBox
        Me.CompI1 = New System.Windows.Forms.PictureBox
        Me.CompI2 = New System.Windows.Forms.PictureBox
        Me.CompD2 = New System.Windows.Forms.PictureBox
        Me.CompD3 = New System.Windows.Forms.PictureBox
        Me.CompG6 = New System.Windows.Forms.PictureBox
        Me.CompB9 = New System.Windows.Forms.PictureBox
        Me.CompD5 = New System.Windows.Forms.PictureBox
        Me.CompD6 = New System.Windows.Forms.PictureBox
        Me.CompD7 = New System.Windows.Forms.PictureBox
        Me.CompD8 = New System.Windows.Forms.PictureBox
        Me.CompD9 = New System.Windows.Forms.PictureBox
        Me.CompI3 = New System.Windows.Forms.PictureBox
        Me.CompD10 = New System.Windows.Forms.PictureBox
        Me.CompB1 = New System.Windows.Forms.PictureBox
        Me.CompE1 = New System.Windows.Forms.PictureBox
        Me.CompE2 = New System.Windows.Forms.PictureBox
        Me.CompE3 = New System.Windows.Forms.PictureBox
        Me.CompI4 = New System.Windows.Forms.PictureBox
        Me.CompH8 = New System.Windows.Forms.PictureBox
        Me.CompE4 = New System.Windows.Forms.PictureBox
        Me.CompE5 = New System.Windows.Forms.PictureBox
        Me.CompH2 = New System.Windows.Forms.PictureBox
        Me.CompE7 = New System.Windows.Forms.PictureBox
        Me.CompE8 = New System.Windows.Forms.PictureBox
        Me.CompE9 = New System.Windows.Forms.PictureBox
        Me.CompI5 = New System.Windows.Forms.PictureBox
        Me.CompE10 = New System.Windows.Forms.PictureBox
        Me.CompF1 = New System.Windows.Forms.PictureBox
        Me.CompJ8 = New System.Windows.Forms.PictureBox
        Me.CompJ10 = New System.Windows.Forms.PictureBox
        Me.CompJ9 = New System.Windows.Forms.PictureBox
        Me.CompF3 = New System.Windows.Forms.PictureBox
        Me.CompF4 = New System.Windows.Forms.PictureBox
        Me.CompA5 = New System.Windows.Forms.PictureBox
        Me.CompF5 = New System.Windows.Forms.PictureBox
        Me.CompA7 = New System.Windows.Forms.PictureBox
        Me.CompF6 = New System.Windows.Forms.PictureBox
        Me.CompB5 = New System.Windows.Forms.PictureBox
        Me.CompA2 = New System.Windows.Forms.PictureBox
        Me.CompF8 = New System.Windows.Forms.PictureBox
        Me.CompF9 = New System.Windows.Forms.PictureBox
        Me.CompF10 = New System.Windows.Forms.PictureBox
        Me.CompB4 = New System.Windows.Forms.PictureBox
        Me.CompG1 = New System.Windows.Forms.PictureBox
        Me.CompG2 = New System.Windows.Forms.PictureBox
        Me.CompG3 = New System.Windows.Forms.PictureBox
        Me.CompG5 = New System.Windows.Forms.PictureBox
        Me.CompI8 = New System.Windows.Forms.PictureBox
        Me.CompC4 = New System.Windows.Forms.PictureBox
        Me.CompJ4 = New System.Windows.Forms.PictureBox
        Me.CompB8 = New System.Windows.Forms.PictureBox
        Me.CompB7 = New System.Windows.Forms.PictureBox
        Me.CompB3 = New System.Windows.Forms.PictureBox
        Me.CompB6 = New System.Windows.Forms.PictureBox
        Me.CompA8 = New System.Windows.Forms.PictureBox
        Me.CompD4 = New System.Windows.Forms.PictureBox
        Me.CompA1 = New System.Windows.Forms.PictureBox
        Me.CompE6 = New System.Windows.Forms.PictureBox
        Me.CompF7 = New System.Windows.Forms.PictureBox
        Me.CompI9 = New System.Windows.Forms.PictureBox
        Me.CompJ5 = New System.Windows.Forms.PictureBox
        Me.CompJ3 = New System.Windows.Forms.PictureBox
        Me.CompH10 = New System.Windows.Forms.PictureBox
        Me.CompJ2 = New System.Windows.Forms.PictureBox
        Me.CompA9 = New System.Windows.Forms.PictureBox
        Me.CompA6 = New System.Windows.Forms.PictureBox
        Me.CompA3 = New System.Windows.Forms.PictureBox
        Me.CompH7 = New System.Windows.Forms.PictureBox
        Me.PlayerName = New System.Windows.Forms.Label
        Me.ComputerName = New System.Windows.Forms.Label
        Me.uiNewGameButton = New System.Windows.Forms.Button
        Me.uiExitButton = New System.Windows.Forms.Button
        Me.ColLabel1 = New System.Windows.Forms.Label
        Me.ColLabel2 = New System.Windows.Forms.Label
        Me.ColLabel3 = New System.Windows.Forms.Label
        Me.ColLabel4 = New System.Windows.Forms.Label
        Me.ColLabel5 = New System.Windows.Forms.Label
        Me.ColLabel6 = New System.Windows.Forms.Label
        Me.ColLabel7 = New System.Windows.Forms.Label
        Me.ColLabel10 = New System.Windows.Forms.Label
        Me.ColLabel9 = New System.Windows.Forms.Label
        Me.ColLabel8 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label9 = New System.Windows.Forms.Label
        Me.Label10 = New System.Windows.Forms.Label
        Me.Label21 = New System.Windows.Forms.Label
        Me.Label22 = New System.Windows.Forms.Label
        Me.Label23 = New System.Windows.Forms.Label
        Me.Label24 = New System.Windows.Forms.Label
        Me.Label25 = New System.Windows.Forms.Label
        Me.Label26 = New System.Windows.Forms.Label
        Me.Label27 = New System.Windows.Forms.Label
        Me.Label28 = New System.Windows.Forms.Label
        Me.Label29 = New System.Windows.Forms.Label
        Me.Label30 = New System.Windows.Forms.Label
        Me.Label11 = 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.uiBattleButton = New System.Windows.Forms.Button

        Me.SuspendLayout()
        '
        'PlayerA1
        '
        Me.PlayerA1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerA1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerA1.Enabled = False
        Me.PlayerA1.Location = New System.Drawing.Point(49, 72)
        Me.PlayerA1.Name = "PlayerA1"
        Me.PlayerA1.Size = New System.Drawing.Size(32, 32)
        Me.PlayerA1.TabIndex = 1
        Me.PlayerA1.TabStop = False
        Me.PlayerA1.Tag = "1"
        '
        'PlayerA2
        '
        Me.PlayerA2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerA2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerA2.Enabled = False
        Me.PlayerA2.Location = New System.Drawing.Point(80, 72)
        Me.PlayerA2.Name = "PlayerA2"
        Me.PlayerA2.Size = New System.Drawing.Size(32, 32)
        Me.PlayerA2.TabIndex = 3
        Me.PlayerA2.TabStop = False
        Me.PlayerA2.Tag = "2"
        '
        'PlayerA3
        '
        Me.PlayerA3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerA3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerA3.Enabled = False
        Me.PlayerA3.Location = New System.Drawing.Point(111, 72)
        Me.PlayerA3.Name = "PlayerA3"
        Me.PlayerA3.Size = New System.Drawing.Size(32, 32)
        Me.PlayerA3.TabIndex = 5
        Me.PlayerA3.TabStop = False
        Me.PlayerA3.Tag = "3"
        '
        'PlayerA4
        '
        Me.PlayerA4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerA4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerA4.Enabled = False
        Me.PlayerA4.Location = New System.Drawing.Point(142, 72)
        Me.PlayerA4.Name = "PlayerA4"
        Me.PlayerA4.Size = New System.Drawing.Size(32, 32)
        Me.PlayerA4.TabIndex = 6
        Me.PlayerA4.TabStop = False
        Me.PlayerA4.Tag = "4"
        '
        'PlayerA5
        '
        Me.PlayerA5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerA5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerA5.Enabled = False
        Me.PlayerA5.Location = New System.Drawing.Point(173, 72)
        Me.PlayerA5.Name = "PlayerA5"
        Me.PlayerA5.Size = New System.Drawing.Size(32, 32)
        Me.PlayerA5.TabIndex = 7
        Me.PlayerA5.TabStop = False
        Me.PlayerA5.Tag = "5"
        '
        'PlayerA6
        '
        Me.PlayerA6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerA6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerA6.Enabled = False
        Me.PlayerA6.Location = New System.Drawing.Point(204, 72)
        Me.PlayerA6.Name = "PlayerA6"
        Me.PlayerA6.Size = New System.Drawing.Size(32, 32)
        Me.PlayerA6.TabIndex = 8
        Me.PlayerA6.TabStop = False
        Me.PlayerA6.Tag = "6"
        '
        'PlayerA7
        '
        Me.PlayerA7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerA7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerA7.Enabled = False
        Me.PlayerA7.Location = New System.Drawing.Point(235, 72)
        Me.PlayerA7.Name = "PlayerA7"
        Me.PlayerA7.Size = New System.Drawing.Size(32, 32)
        Me.PlayerA7.TabIndex = 9
        Me.PlayerA7.TabStop = False
        Me.PlayerA7.Tag = "7"
        '
        'PlayerA8
        '
        Me.PlayerA8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerA8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerA8.Enabled = False
        Me.PlayerA8.Location = New System.Drawing.Point(266, 72)
        Me.PlayerA8.Name = "PlayerA8"
        Me.PlayerA8.Size = New System.Drawing.Size(32, 32)
        Me.PlayerA8.TabIndex = 10
        Me.PlayerA8.TabStop = False
        Me.PlayerA8.Tag = "8"
        '
        'PlayerA9
        '
        Me.PlayerA9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerA9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerA9.Enabled = False
        Me.PlayerA9.Location = New System.Drawing.Point(297, 72)
        Me.PlayerA9.Name = "PlayerA9"
        Me.PlayerA9.Size = New System.Drawing.Size(32, 32)
        Me.PlayerA9.TabIndex = 11
        Me.PlayerA9.TabStop = False
        Me.PlayerA9.Tag = "9"
        '
        'PlayerA10
        '
        Me.PlayerA10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerA10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerA10.Enabled = False
        Me.PlayerA10.Location = New System.Drawing.Point(328, 72)
        Me.PlayerA10.Name = "PlayerA10"
        Me.PlayerA10.Size = New System.Drawing.Size(32, 32)
        Me.PlayerA10.TabIndex = 12
        Me.PlayerA10.TabStop = False
        Me.PlayerA10.Tag = "10"
        '
        'PlayerB1
        '
        Me.PlayerB1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerB1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerB1.Enabled = False
        Me.PlayerB1.Location = New System.Drawing.Point(49, 103)
        Me.PlayerB1.Name = "PlayerB1"
        Me.PlayerB1.Size = New System.Drawing.Size(32, 32)
        Me.PlayerB1.TabIndex = 13
        Me.PlayerB1.TabStop = False
        Me.PlayerB1.Tag = "11"
        '
        'PlayerB2
        '
        Me.PlayerB2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerB2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerB2.Enabled = False
        Me.PlayerB2.Location = New System.Drawing.Point(80, 103)
        Me.PlayerB2.Name = "PlayerB2"
        Me.PlayerB2.Size = New System.Drawing.Size(32, 32)
        Me.PlayerB2.TabIndex = 14
        Me.PlayerB2.TabStop = False
        Me.PlayerB2.Tag = "12"
        '
        'PlayerB3
        '
        Me.PlayerB3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerB3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerB3.Enabled = False
        Me.PlayerB3.Location = New System.Drawing.Point(111, 103)
        Me.PlayerB3.Name = "PlayerB3"
        Me.PlayerB3.Size = New System.Drawing.Size(32, 32)
        Me.PlayerB3.TabIndex = 15
        Me.PlayerB3.TabStop = False
        Me.PlayerB3.Tag = "13"
        '
        'PlayerB4
        '
        Me.PlayerB4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerB4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerB4.Enabled = False
        Me.PlayerB4.Location = New System.Drawing.Point(142, 103)
        Me.PlayerB4.Name = "PlayerB4"
        Me.PlayerB4.Size = New System.Drawing.Size(32, 32)
        Me.PlayerB4.TabIndex = 16
        Me.PlayerB4.TabStop = False
        Me.PlayerB4.Tag = "14"
        '
        'PlayerB5
        '
        Me.PlayerB5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerB5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerB5.Enabled = False
        Me.PlayerB5.Location = New System.Drawing.Point(173, 103)
        Me.PlayerB5.Name = "PlayerB5"
        Me.PlayerB5.Size = New System.Drawing.Size(32, 32)
        Me.PlayerB5.TabIndex = 17
        Me.PlayerB5.TabStop = False
        Me.PlayerB5.Tag = "15"
        '
        'PlayerB6
        '
        Me.PlayerB6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerB6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerB6.Enabled = False
        Me.PlayerB6.Location = New System.Drawing.Point(204, 103)
        Me.PlayerB6.Name = "PlayerB6"
        Me.PlayerB6.Size = New System.Drawing.Size(32, 32)
        Me.PlayerB6.TabIndex = 18
        Me.PlayerB6.TabStop = False
        Me.PlayerB6.Tag = "16"
        '
        'PlayerB7
        '
        Me.PlayerB7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerB7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerB7.Enabled = False
        Me.PlayerB7.Location = New System.Drawing.Point(235, 103)
        Me.PlayerB7.Name = "PlayerB7"
        Me.PlayerB7.Size = New System.Drawing.Size(32, 32)
        Me.PlayerB7.TabIndex = 19
        Me.PlayerB7.TabStop = False
        Me.PlayerB7.Tag = "17"
        '
        'PlayerB8
        '
        Me.PlayerB8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerB8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerB8.Enabled = False
        Me.PlayerB8.Location = New System.Drawing.Point(266, 103)
        Me.PlayerB8.Name = "PlayerB8"
        Me.PlayerB8.Size = New System.Drawing.Size(32, 32)
        Me.PlayerB8.TabIndex = 20
        Me.PlayerB8.TabStop = False
        Me.PlayerB8.Tag = "18"
        '
        'PlayerB9
        '
        Me.PlayerB9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerB9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerB9.Enabled = False
        Me.PlayerB9.Location = New System.Drawing.Point(297, 103)
        Me.PlayerB9.Name = "PlayerB9"
        Me.PlayerB9.Size = New System.Drawing.Size(32, 32)
        Me.PlayerB9.TabIndex = 21
        Me.PlayerB9.TabStop = False
        Me.PlayerB9.Tag = "19"
        '
        'PlayerB10
        '
        Me.PlayerB10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerB10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerB10.Enabled = False
        Me.PlayerB10.Location = New System.Drawing.Point(328, 103)
        Me.PlayerB10.Name = "PlayerB10"
        Me.PlayerB10.Size = New System.Drawing.Size(32, 32)
        Me.PlayerB10.TabIndex = 22
        Me.PlayerB10.TabStop = False
        Me.PlayerB10.Tag = "20"
        '
        'PlayerC1
        '
        Me.PlayerC1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerC1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerC1.Enabled = False
        Me.PlayerC1.Location = New System.Drawing.Point(49, 134)
        Me.PlayerC1.Name = "PlayerC1"
        Me.PlayerC1.Size = New System.Drawing.Size(32, 32)
        Me.PlayerC1.TabIndex = 23
        Me.PlayerC1.TabStop = False
        Me.PlayerC1.Tag = "21"
        '
        'PlayerC2
        '
        Me.PlayerC2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerC2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerC2.Enabled = False
        Me.PlayerC2.Location = New System.Drawing.Point(80, 134)
        Me.PlayerC2.Name = "PlayerC2"
        Me.PlayerC2.Size = New System.Drawing.Size(32, 32)
        Me.PlayerC2.TabIndex = 24
        Me.PlayerC2.TabStop = False
        Me.PlayerC2.Tag = "22"
        '
        'PlayerC3
        '
        Me.PlayerC3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerC3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerC3.Enabled = False
        Me.PlayerC3.Location = New System.Drawing.Point(111, 134)
        Me.PlayerC3.Name = "PlayerC3"
        Me.PlayerC3.Size = New System.Drawing.Size(32, 32)
        Me.PlayerC3.TabIndex = 25
        Me.PlayerC3.TabStop = False
        Me.PlayerC3.Tag = "23"
        '
        'PlayerC4
        '
        Me.PlayerC4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerC4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerC4.Enabled = False
        Me.PlayerC4.Location = New System.Drawing.Point(142, 134)
        Me.PlayerC4.Name = "PlayerC4"
        Me.PlayerC4.Size = New System.Drawing.Size(32, 32)
        Me.PlayerC4.TabIndex = 26
        Me.PlayerC4.TabStop = False
        Me.PlayerC4.Tag = "24"
        '
        'PlayerC5
        '
        Me.PlayerC5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerC5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerC5.Enabled = False
        Me.PlayerC5.Location = New System.Drawing.Point(173, 134)
        Me.PlayerC5.Name = "PlayerC5"
        Me.PlayerC5.Size = New System.Drawing.Size(32, 32)
        Me.PlayerC5.TabIndex = 27
        Me.PlayerC5.TabStop = False
        Me.PlayerC5.Tag = "25"
        '
        'PlayerC6
        '
        Me.PlayerC6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerC6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerC6.Enabled = False
        Me.PlayerC6.Location = New System.Drawing.Point(204, 134)
        Me.PlayerC6.Name = "PlayerC6"
        Me.PlayerC6.Size = New System.Drawing.Size(32, 32)
        Me.PlayerC6.TabIndex = 28
        Me.PlayerC6.TabStop = False
        Me.PlayerC6.Tag = "26"
        '
        'PlayerC7
        '
        Me.PlayerC7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerC7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerC7.Enabled = False
        Me.PlayerC7.Location = New System.Drawing.Point(235, 134)
        Me.PlayerC7.Name = "PlayerC7"
        Me.PlayerC7.Size = New System.Drawing.Size(32, 32)
        Me.PlayerC7.TabIndex = 29
        Me.PlayerC7.TabStop = False
        Me.PlayerC7.Tag = "227"
        '
        'PlayerC8
        '
        Me.PlayerC8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerC8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerC8.Enabled = False
        Me.PlayerC8.Location = New System.Drawing.Point(266, 134)
        Me.PlayerC8.Name = "PlayerC8"
        Me.PlayerC8.Size = New System.Drawing.Size(32, 32)
        Me.PlayerC8.TabIndex = 30
        Me.PlayerC8.TabStop = False
        Me.PlayerC8.Tag = "28"
        '
        'PlayerC9
        '
        Me.PlayerC9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerC9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerC9.Enabled = False
        Me.PlayerC9.Location = New System.Drawing.Point(297, 134)
        Me.PlayerC9.Name = "PlayerC9"
        Me.PlayerC9.Size = New System.Drawing.Size(32, 32)
        Me.PlayerC9.TabIndex = 31
        Me.PlayerC9.TabStop = False
        Me.PlayerC9.Tag = "29"
        '
        'PlayerC10
        '
        Me.PlayerC10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerC10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerC10.Enabled = False
        Me.PlayerC10.Location = New System.Drawing.Point(328, 134)
        Me.PlayerC10.Name = "PlayerC10"
        Me.PlayerC10.Size = New System.Drawing.Size(32, 32)
        Me.PlayerC10.TabIndex = 32
        Me.PlayerC10.TabStop = False
        Me.PlayerC10.Tag = "30"
        '
        'PlayerD1
        '
        Me.PlayerD1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerD1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerD1.Enabled = False
        Me.PlayerD1.Location = New System.Drawing.Point(49, 165)
        Me.PlayerD1.Name = "PlayerD1"
        Me.PlayerD1.Size = New System.Drawing.Size(32, 32)
        Me.PlayerD1.TabIndex = 33
        Me.PlayerD1.TabStop = False
        Me.PlayerD1.Tag = "31"
        '
        'PlayerD2
        '
        Me.PlayerD2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerD2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerD2.Enabled = False
        Me.PlayerD2.Location = New System.Drawing.Point(80, 165)
        Me.PlayerD2.Name = "PlayerD2"
        Me.PlayerD2.Size = New System.Drawing.Size(32, 32)
        Me.PlayerD2.TabIndex = 34
        Me.PlayerD2.TabStop = False
        Me.PlayerD2.Tag = "32"
        '
        'PlayerD3
        '
        Me.PlayerD3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerD3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerD3.Enabled = False
        Me.PlayerD3.Location = New System.Drawing.Point(111, 165)
        Me.PlayerD3.Name = "PlayerD3"
        Me.PlayerD3.Size = New System.Drawing.Size(32, 32)
        Me.PlayerD3.TabIndex = 35
        Me.PlayerD3.TabStop = False
        Me.PlayerD3.Tag = "33"
        '
        'PlayerD4
        '
        Me.PlayerD4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerD4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerD4.Enabled = False
        Me.PlayerD4.Location = New System.Drawing.Point(142, 165)
        Me.PlayerD4.Name = "PlayerD4"
        Me.PlayerD4.Size = New System.Drawing.Size(32, 32)
        Me.PlayerD4.TabIndex = 36
        Me.PlayerD4.TabStop = False
        Me.PlayerD4.Tag = "34"
        '
        'PlayerD5
        '
        Me.PlayerD5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerD5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerD5.Enabled = False
        Me.PlayerD5.Location = New System.Drawing.Point(173, 165)
        Me.PlayerD5.Name = "PlayerD5"
        Me.PlayerD5.Size = New System.Drawing.Size(32, 32)
        Me.PlayerD5.TabIndex = 37
        Me.PlayerD5.TabStop = False
        Me.PlayerD5.Tag = "35"
        '
        'PlayerD6
        '
        Me.PlayerD6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerD6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerD6.Enabled = False
        Me.PlayerD6.Location = New System.Drawing.Point(204, 165)
        Me.PlayerD6.Name = "PlayerD6"
        Me.PlayerD6.Size = New System.Drawing.Size(32, 32)
        Me.PlayerD6.TabIndex = 38
        Me.PlayerD6.TabStop = False
        Me.PlayerD6.Tag = "36"
        '
        'PlayerD7
        '
        Me.PlayerD7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerD7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerD7.Enabled = False
        Me.PlayerD7.Location = New System.Drawing.Point(235, 165)
        Me.PlayerD7.Name = "PlayerD7"
        Me.PlayerD7.Size = New System.Drawing.Size(32, 32)
        Me.PlayerD7.TabIndex = 39
        Me.PlayerD7.TabStop = False
        Me.PlayerD7.Tag = "37"
        '
        'PlayerD8
        '
        Me.PlayerD8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerD8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerD8.Enabled = False
        Me.PlayerD8.Location = New System.Drawing.Point(266, 165)
        Me.PlayerD8.Name = "PlayerD8"
        Me.PlayerD8.Size = New System.Drawing.Size(32, 32)
        Me.PlayerD8.TabIndex = 40
        Me.PlayerD8.TabStop = False
        Me.PlayerD8.Tag = "38"
        '
        'PlayerD9
        '
        Me.PlayerD9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerD9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerD9.Enabled = False
        Me.PlayerD9.Location = New System.Drawing.Point(297, 165)
        Me.PlayerD9.Name = "PlayerD9"
        Me.PlayerD9.Size = New System.Drawing.Size(32, 32)
        Me.PlayerD9.TabIndex = 41
        Me.PlayerD9.TabStop = False
        Me.PlayerD9.Tag = "39"
        '
        'PlayerD10
        '
        Me.PlayerD10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerD10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerD10.Enabled = False
        Me.PlayerD10.Location = New System.Drawing.Point(328, 165)
        Me.PlayerD10.Name = "PlayerD10"
        Me.PlayerD10.Size = New System.Drawing.Size(32, 32)
        Me.PlayerD10.TabIndex = 42
        Me.PlayerD10.TabStop = False
        Me.PlayerD10.Tag = "40"
        '
        'PlayerE1
        '
        Me.PlayerE1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerE1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerE1.Enabled = False
        Me.PlayerE1.Location = New System.Drawing.Point(49, 196)
        Me.PlayerE1.Name = "PlayerE1"
        Me.PlayerE1.Size = New System.Drawing.Size(32, 32)
        Me.PlayerE1.TabIndex = 43
        Me.PlayerE1.TabStop = False
        Me.PlayerE1.Tag = "41"
        '
        'PlayerE2
        '
        Me.PlayerE2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerE2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerE2.Enabled = False
        Me.PlayerE2.Location = New System.Drawing.Point(80, 196)
        Me.PlayerE2.Name = "PlayerE2"
        Me.PlayerE2.Size = New System.Drawing.Size(32, 32)
        Me.PlayerE2.TabIndex = 44
        Me.PlayerE2.TabStop = False
        Me.PlayerE2.Tag = "42"
        '
        'PlayerE3
        '
        Me.PlayerE3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerE3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerE3.Enabled = False
        Me.PlayerE3.Location = New System.Drawing.Point(111, 196)
        Me.PlayerE3.Name = "PlayerE3"
        Me.PlayerE3.Size = New System.Drawing.Size(32, 32)
        Me.PlayerE3.TabIndex = 45
        Me.PlayerE3.TabStop = False
        Me.PlayerE3.Tag = "43"
        '
        'PlayerE4
        '
        Me.PlayerE4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerE4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerE4.Enabled = False
        Me.PlayerE4.Location = New System.Drawing.Point(142, 196)
        Me.PlayerE4.Name = "PlayerE4"
        Me.PlayerE4.Size = New System.Drawing.Size(32, 32)
        Me.PlayerE4.TabIndex = 46
        Me.PlayerE4.TabStop = False
        Me.PlayerE4.Tag = "44"
        '
        'PlayerE5
        '
        Me.PlayerE5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerE5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerE5.Enabled = False
        Me.PlayerE5.Location = New System.Drawing.Point(173, 196)
        Me.PlayerE5.Name = "PlayerE5"
        Me.PlayerE5.Size = New System.Drawing.Size(32, 32)
        Me.PlayerE5.TabIndex = 47
        Me.PlayerE5.TabStop = False
        Me.PlayerE5.Tag = "45"
        '
        'PlayerE6
        '
        Me.PlayerE6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerE6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerE6.Enabled = False
        Me.PlayerE6.Location = New System.Drawing.Point(204, 196)
        Me.PlayerE6.Name = "PlayerE6"
        Me.PlayerE6.Size = New System.Drawing.Size(32, 32)
        Me.PlayerE6.TabIndex = 48
        Me.PlayerE6.TabStop = False
        Me.PlayerE6.Tag = "46"
        '
        'PlayerE7
        '
        Me.PlayerE7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerE7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerE7.Enabled = False
        Me.PlayerE7.Location = New System.Drawing.Point(235, 196)
        Me.PlayerE7.Name = "PlayerE7"
        Me.PlayerE7.Size = New System.Drawing.Size(32, 32)
        Me.PlayerE7.TabIndex = 49
        Me.PlayerE7.TabStop = False
        Me.PlayerE7.Tag = "47"
        '
        'PlayerE8
        '
        Me.PlayerE8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerE8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerE8.Enabled = False
        Me.PlayerE8.Location = New System.Drawing.Point(266, 196)
        Me.PlayerE8.Name = "PlayerE8"
        Me.PlayerE8.Size = New System.Drawing.Size(32, 32)
        Me.PlayerE8.TabIndex = 50
        Me.PlayerE8.TabStop = False
        Me.PlayerE8.Tag = "48"
        '
        'PlayerE9
        '
        Me.PlayerE9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerE9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerE9.Enabled = False
        Me.PlayerE9.Location = New System.Drawing.Point(297, 196)
        Me.PlayerE9.Name = "PlayerE9"
        Me.PlayerE9.Size = New System.Drawing.Size(32, 32)
        Me.PlayerE9.TabIndex = 51
        Me.PlayerE9.TabStop = False
        Me.PlayerE9.Tag = "49"
        '
        'PlayerE10
        '
        Me.PlayerE10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerE10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerE10.Enabled = False
        Me.PlayerE10.Location = New System.Drawing.Point(328, 196)
        Me.PlayerE10.Name = "PlayerE10"
        Me.PlayerE10.Size = New System.Drawing.Size(32, 32)
        Me.PlayerE10.TabIndex = 52
        Me.PlayerE10.TabStop = False
        Me.PlayerE10.Tag = "50"
        '
        'PlayerF1
        '
        Me.PlayerF1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerF1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerF1.Enabled = False
        Me.PlayerF1.Location = New System.Drawing.Point(49, 227)
        Me.PlayerF1.Name = "PlayerF1"
        Me.PlayerF1.Size = New System.Drawing.Size(32, 32)
        Me.PlayerF1.TabIndex = 53
        Me.PlayerF1.TabStop = False
        Me.PlayerF1.Tag = "51"
        '
        'PlayerF2
        '
        Me.PlayerF2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerF2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerF2.Enabled = False
        Me.PlayerF2.Location = New System.Drawing.Point(80, 227)
        Me.PlayerF2.Name = "PlayerF2"
        Me.PlayerF2.Size = New System.Drawing.Size(32, 32)
        Me.PlayerF2.TabIndex = 54
        Me.PlayerF2.TabStop = False
        Me.PlayerF2.Tag = "52"
        '
        'PlayerF3
        '
        Me.PlayerF3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerF3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerF3.Enabled = False
        Me.PlayerF3.Location = New System.Drawing.Point(111, 227)
        Me.PlayerF3.Name = "PlayerF3"
        Me.PlayerF3.Size = New System.Drawing.Size(32, 32)
        Me.PlayerF3.TabIndex = 55
        Me.PlayerF3.TabStop = False
        Me.PlayerF3.Tag = "53"
        '
        'PlayerF4
        '
        Me.PlayerF4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerF4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerF4.Enabled = False
        Me.PlayerF4.Location = New System.Drawing.Point(142, 227)
        Me.PlayerF4.Name = "PlayerF4"
        Me.PlayerF4.Size = New System.Drawing.Size(32, 32)
        Me.PlayerF4.TabIndex = 56
        Me.PlayerF4.TabStop = False
        Me.PlayerF4.Tag = "54"
        '
        'PlayerF5
        '
        Me.PlayerF5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerF5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerF5.Enabled = False
        Me.PlayerF5.Location = New System.Drawing.Point(173, 227)
        Me.PlayerF5.Name = "PlayerF5"
        Me.PlayerF5.Size = New System.Drawing.Size(32, 32)
        Me.PlayerF5.TabIndex = 57
        Me.PlayerF5.TabStop = False
        Me.PlayerF5.Tag = "55"
        '
        'PlayerF6
        '
        Me.PlayerF6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerF6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerF6.Enabled = False
        Me.PlayerF6.Location = New System.Drawing.Point(204, 227)
        Me.PlayerF6.Name = "PlayerF6"
        Me.PlayerF6.Size = New System.Drawing.Size(32, 32)
        Me.PlayerF6.TabIndex = 58
        Me.PlayerF6.TabStop = False
        Me.PlayerF6.Tag = "56"
        '
        'PlayerF7
        '
        Me.PlayerF7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerF7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerF7.Enabled = False
        Me.PlayerF7.Location = New System.Drawing.Point(235, 227)
        Me.PlayerF7.Name = "PlayerF7"
        Me.PlayerF7.Size = New System.Drawing.Size(32, 32)
        Me.PlayerF7.TabIndex = 59
        Me.PlayerF7.TabStop = False
        Me.PlayerF7.Tag = "57"
        '
        'PlayerF8
        '
        Me.PlayerF8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerF8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerF8.Enabled = False
        Me.PlayerF8.Location = New System.Drawing.Point(266, 227)
        Me.PlayerF8.Name = "PlayerF8"
        Me.PlayerF8.Size = New System.Drawing.Size(32, 32)
        Me.PlayerF8.TabIndex = 60
        Me.PlayerF8.TabStop = False
        Me.PlayerF8.Tag = "58"
        '
        'PlayerF9
        '
        Me.PlayerF9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerF9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerF9.Enabled = False
        Me.PlayerF9.Location = New System.Drawing.Point(297, 227)
        Me.PlayerF9.Name = "PlayerF9"
        Me.PlayerF9.Size = New System.Drawing.Size(32, 32)
        Me.PlayerF9.TabIndex = 61
        Me.PlayerF9.TabStop = False
        Me.PlayerF9.Tag = "59"
        '
        'PlayerF10
        '
        Me.PlayerF10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerF10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerF10.Enabled = False
        Me.PlayerF10.Location = New System.Drawing.Point(328, 227)
        Me.PlayerF10.Name = "PlayerF10"
        Me.PlayerF10.Size = New System.Drawing.Size(32, 32)
        Me.PlayerF10.TabIndex = 62
        Me.PlayerF10.TabStop = False
        Me.PlayerF10.Tag = "60"
        '
        'PlayerG1
        '
        Me.PlayerG1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerG1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerG1.Enabled = False
        Me.PlayerG1.Location = New System.Drawing.Point(49, 258)
        Me.PlayerG1.Name = "PlayerG1"
        Me.PlayerG1.Size = New System.Drawing.Size(32, 32)
        Me.PlayerG1.TabIndex = 63
        Me.PlayerG1.TabStop = False
        Me.PlayerG1.Tag = "61"
        '
        'PlayerG2
        '
        Me.PlayerG2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerG2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerG2.Enabled = False
        Me.PlayerG2.Location = New System.Drawing.Point(80, 258)
        Me.PlayerG2.Name = "PlayerG2"
        Me.PlayerG2.Size = New System.Drawing.Size(32, 32)
        Me.PlayerG2.TabIndex = 64
        Me.PlayerG2.TabStop = False
        Me.PlayerG2.Tag = "62"
        '
        'PlayerG3
        '
        Me.PlayerG3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerG3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerG3.Enabled = False
        Me.PlayerG3.Location = New System.Drawing.Point(111, 258)
        Me.PlayerG3.Name = "PlayerG3"
        Me.PlayerG3.Size = New System.Drawing.Size(32, 32)
        Me.PlayerG3.TabIndex = 65
        Me.PlayerG3.TabStop = False
        Me.PlayerG3.Tag = "63"
        '
        'PlayerG4
        '
        Me.PlayerG4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerG4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerG4.Enabled = False
        Me.PlayerG4.Location = New System.Drawing.Point(142, 258)
        Me.PlayerG4.Name = "PlayerG4"
        Me.PlayerG4.Size = New System.Drawing.Size(32, 32)
        Me.PlayerG4.TabIndex = 66
        Me.PlayerG4.TabStop = False
        Me.PlayerG4.Tag = "64"
        '
        'PlayerG5
        '
        Me.PlayerG5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerG5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerG5.Enabled = False
        Me.PlayerG5.Location = New System.Drawing.Point(173, 258)
        Me.PlayerG5.Name = "PlayerG5"
        Me.PlayerG5.Size = New System.Drawing.Size(32, 32)
        Me.PlayerG5.TabIndex = 67
        Me.PlayerG5.TabStop = False
        Me.PlayerG5.Tag = "65"
        '
        'PlayerG6
        '
        Me.PlayerG6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerG6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerG6.Enabled = False
        Me.PlayerG6.Location = New System.Drawing.Point(204, 258)
        Me.PlayerG6.Name = "PlayerG6"
        Me.PlayerG6.Size = New System.Drawing.Size(32, 32)
        Me.PlayerG6.TabIndex = 68
        Me.PlayerG6.TabStop = False
        Me.PlayerG6.Tag = "66"
        '
        'PlayerG7
        '
        Me.PlayerG7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerG7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerG7.Enabled = False
        Me.PlayerG7.Location = New System.Drawing.Point(235, 258)
        Me.PlayerG7.Name = "PlayerG7"
        Me.PlayerG7.Size = New System.Drawing.Size(32, 32)
        Me.PlayerG7.TabIndex = 69
        Me.PlayerG7.TabStop = False
        Me.PlayerG7.Tag = "67"
        '
        'PlayerG8
        '
        Me.PlayerG8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerG8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerG8.Enabled = False
        Me.PlayerG8.Location = New System.Drawing.Point(266, 258)
        Me.PlayerG8.Name = "PlayerG8"
        Me.PlayerG8.Size = New System.Drawing.Size(32, 32)
        Me.PlayerG8.TabIndex = 70
        Me.PlayerG8.TabStop = False
        Me.PlayerG8.Tag = "68"
        '
        'PlayerG9
        '
        Me.PlayerG9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerG9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerG9.Enabled = False
        Me.PlayerG9.Location = New System.Drawing.Point(297, 258)
        Me.PlayerG9.Name = "PlayerG9"
        Me.PlayerG9.Size = New System.Drawing.Size(32, 32)
        Me.PlayerG9.TabIndex = 71
        Me.PlayerG9.TabStop = False
        Me.PlayerG9.Tag = "69"
        '
        'PlayerG10
        '
        Me.PlayerG10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerG10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerG10.Enabled = False
        Me.PlayerG10.Location = New System.Drawing.Point(328, 258)
        Me.PlayerG10.Name = "PlayerG10"
        Me.PlayerG10.Size = New System.Drawing.Size(32, 32)
        Me.PlayerG10.TabIndex = 72
        Me.PlayerG10.TabStop = False
        Me.PlayerG10.Tag = "70"
        '
        'PlayerH1
        '
        Me.PlayerH1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerH1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerH1.Enabled = False
        Me.PlayerH1.Location = New System.Drawing.Point(49, 289)
        Me.PlayerH1.Name = "PlayerH1"
        Me.PlayerH1.Size = New System.Drawing.Size(32, 32)
        Me.PlayerH1.TabIndex = 73
        Me.PlayerH1.TabStop = False
        Me.PlayerH1.Tag = "71"
        '
        'PlayerH2
        '
        Me.PlayerH2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerH2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerH2.Enabled = False
        Me.PlayerH2.Location = New System.Drawing.Point(80, 289)
        Me.PlayerH2.Name = "PlayerH2"
        Me.PlayerH2.Size = New System.Drawing.Size(32, 32)
        Me.PlayerH2.TabIndex = 74
        Me.PlayerH2.TabStop = False
        Me.PlayerH2.Tag = "72"
        '
        'PlayerH3
        '
        Me.PlayerH3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerH3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerH3.Enabled = False
        Me.PlayerH3.Location = New System.Drawing.Point(111, 289)
        Me.PlayerH3.Name = "PlayerH3"
        Me.PlayerH3.Size = New System.Drawing.Size(32, 32)
        Me.PlayerH3.TabIndex = 75
        Me.PlayerH3.TabStop = False
        Me.PlayerH3.Tag = "73"
        '
        'PlayerH4
        '
        Me.PlayerH4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerH4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerH4.Enabled = False
        Me.PlayerH4.Location = New System.Drawing.Point(142, 289)
        Me.PlayerH4.Name = "PlayerH4"
        Me.PlayerH4.Size = New System.Drawing.Size(32, 32)
        Me.PlayerH4.TabIndex = 76
        Me.PlayerH4.TabStop = False
        Me.PlayerH4.Tag = "74"
        '
        'PlayerH5
        '
        Me.PlayerH5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerH5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerH5.Enabled = False
        Me.PlayerH5.Location = New System.Drawing.Point(173, 289)
        Me.PlayerH5.Name = "PlayerH5"
        Me.PlayerH5.Size = New System.Drawing.Size(32, 32)
        Me.PlayerH5.TabIndex = 77
        Me.PlayerH5.TabStop = False
        Me.PlayerH5.Tag = "75"
        '
        'PlayerH6
        '
        Me.PlayerH6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerH6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerH6.Enabled = False
        Me.PlayerH6.Location = New System.Drawing.Point(204, 289)
        Me.PlayerH6.Name = "PlayerH6"
        Me.PlayerH6.Size = New System.Drawing.Size(32, 32)
        Me.PlayerH6.TabIndex = 78
        Me.PlayerH6.TabStop = False
        Me.PlayerH6.Tag = "76"
        '
        'PlayerH7
        '
        Me.PlayerH7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerH7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerH7.Enabled = False
        Me.PlayerH7.Location = New System.Drawing.Point(235, 289)
        Me.PlayerH7.Name = "PlayerH7"
        Me.PlayerH7.Size = New System.Drawing.Size(32, 32)
        Me.PlayerH7.TabIndex = 79
        Me.PlayerH7.TabStop = False
        Me.PlayerH7.Tag = "77"
        '
        'PlayerH8
        '
        Me.PlayerH8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerH8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerH8.Enabled = False
        Me.PlayerH8.Location = New System.Drawing.Point(266, 289)
        Me.PlayerH8.Name = "PlayerH8"
        Me.PlayerH8.Size = New System.Drawing.Size(32, 32)
        Me.PlayerH8.TabIndex = 80
        Me.PlayerH8.TabStop = False
        Me.PlayerH8.Tag = "78"
        '
        'PlayerH9
        '
        Me.PlayerH9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerH9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerH9.Enabled = False
        Me.PlayerH9.Location = New System.Drawing.Point(297, 289)
        Me.PlayerH9.Name = "PlayerH9"
        Me.PlayerH9.Size = New System.Drawing.Size(32, 32)
        Me.PlayerH9.TabIndex = 81
        Me.PlayerH9.TabStop = False
        Me.PlayerH9.Tag = "79"
        '
        'PlayerH10
        '
        Me.PlayerH10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerH10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerH10.Enabled = False
        Me.PlayerH10.Location = New System.Drawing.Point(328, 289)
        Me.PlayerH10.Name = "PlayerH10"
        Me.PlayerH10.Size = New System.Drawing.Size(32, 32)
        Me.PlayerH10.TabIndex = 82
        Me.PlayerH10.TabStop = False
        Me.PlayerH10.Tag = "80"
        '
        'PlayerI1
        '
        Me.PlayerI1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerI1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerI1.Enabled = False
        Me.PlayerI1.Location = New System.Drawing.Point(49, 320)
        Me.PlayerI1.Name = "PlayerI1"
        Me.PlayerI1.Size = New System.Drawing.Size(32, 32)
        Me.PlayerI1.TabIndex = 83
        Me.PlayerI1.TabStop = False
        Me.PlayerI1.Tag = "81"
        '
        'PlayerI2
        '
        Me.PlayerI2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerI2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerI2.Enabled = False
        Me.PlayerI2.Location = New System.Drawing.Point(80, 320)
        Me.PlayerI2.Name = "PlayerI2"
        Me.PlayerI2.Size = New System.Drawing.Size(32, 32)
        Me.PlayerI2.TabIndex = 84
        Me.PlayerI2.TabStop = False
        Me.PlayerI2.Tag = "82"
        '
        'PlayerI3
        '
        Me.PlayerI3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerI3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerI3.Enabled = False
        Me.PlayerI3.Location = New System.Drawing.Point(111, 320)
        Me.PlayerI3.Name = "PlayerI3"
        Me.PlayerI3.Size = New System.Drawing.Size(32, 32)
        Me.PlayerI3.TabIndex = 85
        Me.PlayerI3.TabStop = False
        Me.PlayerI3.Tag = "83"
        '
        'PlayerI4
        '
        Me.PlayerI4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerI4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerI4.Enabled = False
        Me.PlayerI4.Location = New System.Drawing.Point(142, 320)
        Me.PlayerI4.Name = "PlayerI4"
        Me.PlayerI4.Size = New System.Drawing.Size(32, 32)
        Me.PlayerI4.TabIndex = 86
        Me.PlayerI4.TabStop = False
        Me.PlayerI4.Tag = "84"
        '
        'PlayerI5
        '
        Me.PlayerI5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerI5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerI5.Enabled = False
        Me.PlayerI5.Location = New System.Drawing.Point(173, 320)
        Me.PlayerI5.Name = "PlayerI5"
        Me.PlayerI5.Size = New System.Drawing.Size(32, 32)
        Me.PlayerI5.TabIndex = 87
        Me.PlayerI5.TabStop = False
        Me.PlayerI5.Tag = "85"
        '
        'PlayerI6
        '
        Me.PlayerI6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerI6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerI6.Enabled = False
        Me.PlayerI6.Location = New System.Drawing.Point(204, 320)
        Me.PlayerI6.Name = "PlayerI6"
        Me.PlayerI6.Size = New System.Drawing.Size(32, 32)
        Me.PlayerI6.TabIndex = 88
        Me.PlayerI6.TabStop = False
        Me.PlayerI6.Tag = "86"
        '
        'PlayerI7
        '
        Me.PlayerI7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerI7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerI7.Enabled = False
        Me.PlayerI7.Location = New System.Drawing.Point(235, 320)
        Me.PlayerI7.Name = "PlayerI7"
        Me.PlayerI7.Size = New System.Drawing.Size(32, 32)
        Me.PlayerI7.TabIndex = 89
        Me.PlayerI7.TabStop = False
        Me.PlayerI7.Tag = "87"
        '
        'PlayerI8
        '
        Me.PlayerI8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerI8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerI8.Enabled = False
        Me.PlayerI8.Location = New System.Drawing.Point(266, 320)
        Me.PlayerI8.Name = "PlayerI8"
        Me.PlayerI8.Size = New System.Drawing.Size(32, 32)
        Me.PlayerI8.TabIndex = 90
        Me.PlayerI8.TabStop = False
        Me.PlayerI8.Tag = "88"
        '
        'PlayerI9
        '
        Me.PlayerI9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerI9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerI9.Enabled = False
        Me.PlayerI9.Location = New System.Drawing.Point(297, 320)
        Me.PlayerI9.Name = "PlayerI9"
        Me.PlayerI9.Size = New System.Drawing.Size(32, 32)
        Me.PlayerI9.TabIndex = 91
        Me.PlayerI9.TabStop = False
        Me.PlayerI9.Tag = "89"
        '
        'PlayerI10
        '
        Me.PlayerI10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerI10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerI10.Enabled = False
        Me.PlayerI10.Location = New System.Drawing.Point(328, 320)
        Me.PlayerI10.Name = "PlayerI10"
        Me.PlayerI10.Size = New System.Drawing.Size(32, 32)
        Me.PlayerI10.TabIndex = 92
        Me.PlayerI10.TabStop = False
        Me.PlayerI10.Tag = "90"
        '
        'PlayerJ1
        '
        Me.PlayerJ1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerJ1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerJ1.Enabled = False
        Me.PlayerJ1.Location = New System.Drawing.Point(49, 351)
        Me.PlayerJ1.Name = "PlayerJ1"
        Me.PlayerJ1.Size = New System.Drawing.Size(32, 32)
        Me.PlayerJ1.TabIndex = 93
        Me.PlayerJ1.TabStop = False
        Me.PlayerJ1.Tag = "91"
        '
        'PlayerJ2
        '
        Me.PlayerJ2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerJ2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerJ2.Enabled = False
        Me.PlayerJ2.Location = New System.Drawing.Point(80, 351)
        Me.PlayerJ2.Name = "PlayerJ2"
        Me.PlayerJ2.Size = New System.Drawing.Size(32, 32)
        Me.PlayerJ2.TabIndex = 94
        Me.PlayerJ2.TabStop = False
        Me.PlayerJ2.Tag = "92"
        '
        'PlayerJ3
        '
        Me.PlayerJ3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerJ3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerJ3.Enabled = False
        Me.PlayerJ3.Location = New System.Drawing.Point(111, 351)
        Me.PlayerJ3.Name = "PlayerJ3"
        Me.PlayerJ3.Size = New System.Drawing.Size(32, 32)
        Me.PlayerJ3.TabIndex = 95
        Me.PlayerJ3.TabStop = False
        Me.PlayerJ3.Tag = "93"
        '
        'PlayerJ4
        '
        Me.PlayerJ4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerJ4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerJ4.Enabled = False
        Me.PlayerJ4.Location = New System.Drawing.Point(142, 351)
        Me.PlayerJ4.Name = "PlayerJ4"
        Me.PlayerJ4.Size = New System.Drawing.Size(32, 32)
        Me.PlayerJ4.TabIndex = 96
        Me.PlayerJ4.TabStop = False
        Me.PlayerJ4.Tag = "94"
        '
        'PlayerJ5
        '
        Me.PlayerJ5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerJ5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerJ5.Enabled = False
        Me.PlayerJ5.Location = New System.Drawing.Point(173, 351)
        Me.PlayerJ5.Name = "PlayerJ5"
        Me.PlayerJ5.Size = New System.Drawing.Size(32, 32)
        Me.PlayerJ5.TabIndex = 97
        Me.PlayerJ5.TabStop = False
        Me.PlayerJ5.Tag = "95"
        '
        'PlayerJ6
        '
        Me.PlayerJ6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerJ6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerJ6.Enabled = False
        Me.PlayerJ6.Location = New System.Drawing.Point(204, 351)
        Me.PlayerJ6.Name = "PlayerJ6"
        Me.PlayerJ6.Size = New System.Drawing.Size(32, 32)
        Me.PlayerJ6.TabIndex = 98
        Me.PlayerJ6.TabStop = False
        Me.PlayerJ6.Tag = "96"
        '
        'PlayerJ7
        '
        Me.PlayerJ7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerJ7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerJ7.Enabled = False
        Me.PlayerJ7.Location = New System.Drawing.Point(235, 351)
        Me.PlayerJ7.Name = "PlayerJ7"
        Me.PlayerJ7.Size = New System.Drawing.Size(32, 32)
        Me.PlayerJ7.TabIndex = 99
        Me.PlayerJ7.TabStop = False
        Me.PlayerJ7.Tag = "97"
        '
        'PlayerJ8
        '
        Me.PlayerJ8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerJ8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerJ8.Enabled = False
        Me.PlayerJ8.Location = New System.Drawing.Point(266, 351)
        Me.PlayerJ8.Name = "PlayerJ8"
        Me.PlayerJ8.Size = New System.Drawing.Size(32, 32)
        Me.PlayerJ8.TabIndex = 100
        Me.PlayerJ8.TabStop = False
        Me.PlayerJ8.Tag = "98"
        '
        'PlayerJ9
        '
        Me.PlayerJ9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerJ9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerJ9.Enabled = False
        Me.PlayerJ9.Location = New System.Drawing.Point(297, 351)
        Me.PlayerJ9.Name = "PlayerJ9"
        Me.PlayerJ9.Size = New System.Drawing.Size(32, 32)
        Me.PlayerJ9.TabIndex = 101
        Me.PlayerJ9.TabStop = False
        Me.PlayerJ9.Tag = "99"
        '
        'PlayerJ10
        '
        Me.PlayerJ10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerJ10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerJ10.Enabled = False
        Me.PlayerJ10.Location = New System.Drawing.Point(328, 351)
        Me.PlayerJ10.Name = "PlayerJ10"
        Me.PlayerJ10.Size = New System.Drawing.Size(32, 32)
        Me.PlayerJ10.TabIndex = 102
        Me.PlayerJ10.TabStop = False
        Me.PlayerJ10.Tag = "100"
        '
        'CompH6
        '
        Me.CompH6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompH6.BackColor = System.Drawing.Color.Transparent
        Me.CompH6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompH6.Enabled = False
        Me.CompH6.Location = New System.Drawing.Point(579, 289)
        Me.CompH6.Name = "CompH6"
        Me.CompH6.Size = New System.Drawing.Size(32, 32)
        Me.CompH6.TabIndex = 178
        Me.CompH6.TabStop = False
        '
        'CompF2
        '
        Me.CompF2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompF2.BackColor = System.Drawing.Color.Transparent
        Me.CompF2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompF2.Enabled = False
        Me.CompF2.Location = New System.Drawing.Point(455, 227)
        Me.CompF2.Name = "CompF2"
        Me.CompF2.Size = New System.Drawing.Size(32, 32)
        Me.CompF2.TabIndex = 154
        Me.CompF2.TabStop = False
        '
        'CompA4
        '
        Me.CompA4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompA4.BackColor = System.Drawing.Color.Transparent
        Me.CompA4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompA4.Enabled = False
        Me.CompA4.Location = New System.Drawing.Point(517, 72)
        Me.CompA4.Name = "CompA4"
        Me.CompA4.Size = New System.Drawing.Size(32, 32)
        Me.CompA4.TabIndex = 106
        Me.CompA4.TabStop = False
        '
        'CompB2
        '
        Me.CompB2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompB2.BackColor = System.Drawing.Color.Transparent
        Me.CompB2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompB2.Enabled = False
        Me.CompB2.Location = New System.Drawing.Point(455, 103)
        Me.CompB2.Name = "CompB2"
        Me.CompB2.Size = New System.Drawing.Size(32, 32)
        Me.CompB2.TabIndex = 114
        Me.CompB2.TabStop = False
        '
        'CompH5
        '
        Me.CompH5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompH5.BackColor = System.Drawing.Color.Transparent
        Me.CompH5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompH5.Enabled = False
        Me.CompH5.Location = New System.Drawing.Point(548, 289)
        Me.CompH5.Name = "CompH5"
        Me.CompH5.Size = New System.Drawing.Size(32, 32)
        Me.CompH5.TabIndex = 177
        Me.CompH5.TabStop = False
        '
        'CompH1
        '
        Me.CompH1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompH1.BackColor = System.Drawing.Color.Transparent
        Me.CompH1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompH1.Enabled = False
        Me.CompH1.Location = New System.Drawing.Point(424, 289)
        Me.CompH1.Name = "CompH1"
        Me.CompH1.Size = New System.Drawing.Size(32, 32)
        Me.CompH1.TabIndex = 173
        Me.CompH1.TabStop = False
        '
        'CompJ6
        '
        Me.CompJ6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompJ6.BackColor = System.Drawing.Color.Transparent
        Me.CompJ6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompJ6.Enabled = False
        Me.CompJ6.Location = New System.Drawing.Point(579, 351)
        Me.CompJ6.Name = "CompJ6"
        Me.CompJ6.Size = New System.Drawing.Size(32, 32)
        Me.CompJ6.TabIndex = 198
        Me.CompJ6.TabStop = False
        '
        'CompJ7
        '
        Me.CompJ7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompJ7.BackColor = System.Drawing.Color.Transparent
        Me.CompJ7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompJ7.Enabled = False
        Me.CompJ7.Location = New System.Drawing.Point(610, 351)
        Me.CompJ7.Name = "CompJ7"
        Me.CompJ7.Size = New System.Drawing.Size(32, 32)
        Me.CompJ7.TabIndex = 199
        Me.CompJ7.TabStop = False
        '
        'CompG10
        '
        Me.CompG10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompG10.BackColor = System.Drawing.Color.Transparent
        Me.CompG10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompG10.Enabled = False
        Me.CompG10.Location = New System.Drawing.Point(703, 258)
        Me.CompG10.Name = "CompG10"
        Me.CompG10.Size = New System.Drawing.Size(32, 32)
        Me.CompG10.TabIndex = 172
        Me.CompG10.TabStop = False
        '
        'CompH4
        '
        Me.CompH4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompH4.BackColor = System.Drawing.Color.Transparent
        Me.CompH4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompH4.Enabled = False
        Me.CompH4.Location = New System.Drawing.Point(517, 289)
        Me.CompH4.Name = "CompH4"
        Me.CompH4.Size = New System.Drawing.Size(32, 32)
        Me.CompH4.TabIndex = 176
        Me.CompH4.TabStop = False
        '
        'CompG9
        '
        Me.CompG9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompG9.BackColor = System.Drawing.Color.Transparent
        Me.CompG9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompG9.Enabled = False
        Me.CompG9.Location = New System.Drawing.Point(672, 258)
        Me.CompG9.Name = "CompG9"
        Me.CompG9.Size = New System.Drawing.Size(32, 32)
        Me.CompG9.TabIndex = 171
        Me.CompG9.TabStop = False
        '
        'CompG4
        '
        Me.CompG4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompG4.BackColor = System.Drawing.Color.Transparent
        Me.CompG4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompG4.Enabled = False
        Me.CompG4.Location = New System.Drawing.Point(517, 258)
        Me.CompG4.Name = "CompG4"
        Me.CompG4.Size = New System.Drawing.Size(32, 32)
        Me.CompG4.TabIndex = 166
        Me.CompG4.TabStop = False
        '
        'CompJ1
        '
        Me.CompJ1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompJ1.BackColor = System.Drawing.Color.Transparent
        Me.CompJ1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompJ1.Enabled = False
        Me.CompJ1.Location = New System.Drawing.Point(424, 351)
        Me.CompJ1.Name = "CompJ1"
        Me.CompJ1.Size = New System.Drawing.Size(32, 32)
        Me.CompJ1.TabIndex = 193
        Me.CompJ1.TabStop = False
        '
        'CompI7
        '
        Me.CompI7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompI7.BackColor = System.Drawing.Color.Transparent
        Me.CompI7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompI7.Enabled = False
        Me.CompI7.Location = New System.Drawing.Point(610, 320)
        Me.CompI7.Name = "CompI7"
        Me.CompI7.Size = New System.Drawing.Size(32, 32)
        Me.CompI7.TabIndex = 189
        Me.CompI7.TabStop = False
        '
        'CompI10
        '
        Me.CompI10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompI10.BackColor = System.Drawing.Color.Transparent
        Me.CompI10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompI10.Enabled = False
        Me.CompI10.Location = New System.Drawing.Point(703, 320)
        Me.CompI10.Name = "CompI10"
        Me.CompI10.Size = New System.Drawing.Size(32, 32)
        Me.CompI10.TabIndex = 192
        Me.CompI10.TabStop = False
        '
        'CompG8
        '
        Me.CompG8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompG8.BackColor = System.Drawing.Color.Transparent
        Me.CompG8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompG8.Enabled = False
        Me.CompG8.Location = New System.Drawing.Point(641, 258)
        Me.CompG8.Name = "CompG8"
        Me.CompG8.Size = New System.Drawing.Size(32, 32)
        Me.CompG8.TabIndex = 170
        Me.CompG8.TabStop = False
        '
        'CompA10
        '
        Me.CompA10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompA10.BackColor = System.Drawing.Color.Transparent
        Me.CompA10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompA10.Enabled = False
        Me.CompA10.Location = New System.Drawing.Point(703, 72)
        Me.CompA10.Name = "CompA10"
        Me.CompA10.Size = New System.Drawing.Size(32, 32)
        Me.CompA10.TabIndex = 112
        Me.CompA10.TabStop = False
        '
        'CompB10
        '
        Me.CompB10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompB10.BackColor = System.Drawing.Color.Transparent
        Me.CompB10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompB10.Enabled = False
        Me.CompB10.Location = New System.Drawing.Point(703, 103)
        Me.CompB10.Name = "CompB10"
        Me.CompB10.Size = New System.Drawing.Size(32, 32)
        Me.CompB10.TabIndex = 122
        Me.CompB10.TabStop = False
        '
        'CompC1
        '
        Me.CompC1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompC1.BackColor = System.Drawing.Color.Transparent
        Me.CompC1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompC1.Enabled = False
        Me.CompC1.Location = New System.Drawing.Point(424, 134)
        Me.CompC1.Name = "CompC1"
        Me.CompC1.Size = New System.Drawing.Size(32, 32)
        Me.CompC1.TabIndex = 123
        Me.CompC1.TabStop = False
        '
        'CompC2
        '
        Me.CompC2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompC2.BackColor = System.Drawing.Color.Transparent
        Me.CompC2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompC2.Enabled = False
        Me.CompC2.Location = New System.Drawing.Point(455, 134)
        Me.CompC2.Name = "CompC2"
        Me.CompC2.Size = New System.Drawing.Size(32, 32)
        Me.CompC2.TabIndex = 124
        Me.CompC2.TabStop = False
        '
        'CompC3
        '
        Me.CompC3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompC3.BackColor = System.Drawing.Color.Transparent
        Me.CompC3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompC3.Enabled = False
        Me.CompC3.Location = New System.Drawing.Point(486, 134)
        Me.CompC3.Name = "CompC3"
        Me.CompC3.Size = New System.Drawing.Size(32, 32)
        Me.CompC3.TabIndex = 125
        Me.CompC3.TabStop = False
        '
        'CompH3
        '
        Me.CompH3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompH3.BackColor = System.Drawing.Color.Transparent
        Me.CompH3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompH3.Enabled = False
        Me.CompH3.Location = New System.Drawing.Point(486, 289)
        Me.CompH3.Name = "CompH3"
        Me.CompH3.Size = New System.Drawing.Size(32, 32)
        Me.CompH3.TabIndex = 175
        Me.CompH3.TabStop = False
        '
        'CompC5
        '
        Me.CompC5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompC5.BackColor = System.Drawing.Color.Transparent
        Me.CompC5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompC5.Enabled = False
        Me.CompC5.Location = New System.Drawing.Point(548, 134)
        Me.CompC5.Name = "CompC5"
        Me.CompC5.Size = New System.Drawing.Size(32, 32)
        Me.CompC5.TabIndex = 127
        Me.CompC5.TabStop = False
        '
        'CompC6
        '
        Me.CompC6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompC6.BackColor = System.Drawing.Color.Transparent
        Me.CompC6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompC6.Enabled = False
        Me.CompC6.Location = New System.Drawing.Point(579, 134)
        Me.CompC6.Name = "CompC6"
        Me.CompC6.Size = New System.Drawing.Size(32, 32)
        Me.CompC6.TabIndex = 128
        Me.CompC6.TabStop = False
        '
        'CompC7
        '
        Me.CompC7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompC7.BackColor = System.Drawing.Color.Transparent
        Me.CompC7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompC7.Enabled = False
        Me.CompC7.Location = New System.Drawing.Point(610, 134)
        Me.CompC7.Name = "CompC7"
        Me.CompC7.Size = New System.Drawing.Size(32, 32)
        Me.CompC7.TabIndex = 129
        Me.CompC7.TabStop = False
        '
        'CompC8
        '
        Me.CompC8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompC8.BackColor = System.Drawing.Color.Transparent
        Me.CompC8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompC8.Enabled = False
        Me.CompC8.Location = New System.Drawing.Point(641, 134)
        Me.CompC8.Name = "CompC8"
        Me.CompC8.Size = New System.Drawing.Size(32, 32)
        Me.CompC8.TabIndex = 130
        Me.CompC8.TabStop = False
        '
        'CompC9
        '
        Me.CompC9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompC9.BackColor = System.Drawing.Color.Transparent
        Me.CompC9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompC9.Enabled = False
        Me.CompC9.Location = New System.Drawing.Point(672, 134)
        Me.CompC9.Name = "CompC9"
        Me.CompC9.Size = New System.Drawing.Size(32, 32)
        Me.CompC9.TabIndex = 131
        Me.CompC9.TabStop = False
        '
        'CompI6
        '
        Me.CompI6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompI6.BackColor = System.Drawing.Color.Transparent
        Me.CompI6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompI6.Enabled = False
        Me.CompI6.Location = New System.Drawing.Point(579, 320)
        Me.CompI6.Name = "CompI6"
        Me.CompI6.Size = New System.Drawing.Size(32, 32)
        Me.CompI6.TabIndex = 188
        Me.CompI6.TabStop = False
        '
        'CompH9
        '
        Me.CompH9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompH9.BackColor = System.Drawing.Color.Transparent
        Me.CompH9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompH9.Enabled = False
        Me.CompH9.Location = New System.Drawing.Point(672, 289)
        Me.CompH9.Name = "CompH9"
        Me.CompH9.Size = New System.Drawing.Size(32, 32)
        Me.CompH9.TabIndex = 181
        Me.CompH9.TabStop = False
        '
        'CompG7
        '
        Me.CompG7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompG7.BackColor = System.Drawing.Color.Transparent
        Me.CompG7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompG7.Enabled = False
        Me.CompG7.Location = New System.Drawing.Point(610, 258)
        Me.CompG7.Name = "CompG7"
        Me.CompG7.Size = New System.Drawing.Size(32, 32)
        Me.CompG7.TabIndex = 169
        Me.CompG7.TabStop = False
        '
        'CompC10
        '
        Me.CompC10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompC10.BackColor = System.Drawing.Color.Transparent
        Me.CompC10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompC10.Enabled = False
        Me.CompC10.Location = New System.Drawing.Point(703, 134)
        Me.CompC10.Name = "CompC10"
        Me.CompC10.Size = New System.Drawing.Size(32, 32)
        Me.CompC10.TabIndex = 132
        Me.CompC10.TabStop = False
        '
        'CompD1
        '
        Me.CompD1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompD1.BackColor = System.Drawing.Color.Transparent
        Me.CompD1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompD1.Enabled = False
        Me.CompD1.Location = New System.Drawing.Point(424, 165)
        Me.CompD1.Name = "CompD1"
        Me.CompD1.Size = New System.Drawing.Size(32, 32)
        Me.CompD1.TabIndex = 133
        Me.CompD1.TabStop = False
        '
        'CompI1
        '
        Me.CompI1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompI1.BackColor = System.Drawing.Color.Transparent
        Me.CompI1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompI1.Enabled = False
        Me.CompI1.Location = New System.Drawing.Point(424, 320)
        Me.CompI1.Name = "CompI1"
        Me.CompI1.Size = New System.Drawing.Size(32, 32)
        Me.CompI1.TabIndex = 183
        Me.CompI1.TabStop = False
        '
        'CompI2
        '
        Me.CompI2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompI2.BackColor = System.Drawing.Color.Transparent
        Me.CompI2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompI2.Enabled = False
        Me.CompI2.Location = New System.Drawing.Point(455, 320)
        Me.CompI2.Name = "CompI2"
        Me.CompI2.Size = New System.Drawing.Size(32, 32)
        Me.CompI2.TabIndex = 184
        Me.CompI2.TabStop = False
        '
        'CompD2
        '
        Me.CompD2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompD2.BackColor = System.Drawing.Color.Transparent
        Me.CompD2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompD2.Enabled = False
        Me.CompD2.Location = New System.Drawing.Point(455, 165)
        Me.CompD2.Name = "CompD2"
        Me.CompD2.Size = New System.Drawing.Size(32, 32)
        Me.CompD2.TabIndex = 134
        Me.CompD2.TabStop = False
        '
        'CompD3
        '
        Me.CompD3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompD3.BackColor = System.Drawing.Color.Transparent
        Me.CompD3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompD3.Enabled = False
        Me.CompD3.Location = New System.Drawing.Point(486, 165)
        Me.CompD3.Name = "CompD3"
        Me.CompD3.Size = New System.Drawing.Size(32, 32)
        Me.CompD3.TabIndex = 135
        Me.CompD3.TabStop = False
        '
        'CompG6
        '
        Me.CompG6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompG6.BackColor = System.Drawing.Color.Transparent
        Me.CompG6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompG6.Enabled = False
        Me.CompG6.Location = New System.Drawing.Point(579, 258)
        Me.CompG6.Name = "CompG6"
        Me.CompG6.Size = New System.Drawing.Size(32, 32)
        Me.CompG6.TabIndex = 168
        Me.CompG6.TabStop = False
        '
        'CompB9
        '
        Me.CompB9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompB9.BackColor = System.Drawing.Color.Transparent
        Me.CompB9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompB9.Enabled = False
        Me.CompB9.Location = New System.Drawing.Point(672, 103)
        Me.CompB9.Name = "CompB9"
        Me.CompB9.Size = New System.Drawing.Size(32, 32)
        Me.CompB9.TabIndex = 121
        Me.CompB9.TabStop = False
        '
        'CompD5
        '
        Me.CompD5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompD5.BackColor = System.Drawing.Color.Transparent
        Me.CompD5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompD5.Enabled = False
        Me.CompD5.Location = New System.Drawing.Point(548, 165)
        Me.CompD5.Name = "CompD5"
        Me.CompD5.Size = New System.Drawing.Size(32, 32)
        Me.CompD5.TabIndex = 137
        Me.CompD5.TabStop = False
        '
        'CompD6
        '
        Me.CompD6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompD6.BackColor = System.Drawing.Color.Transparent
        Me.CompD6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompD6.Enabled = False
        Me.CompD6.Location = New System.Drawing.Point(579, 165)
        Me.CompD6.Name = "CompD6"
        Me.CompD6.Size = New System.Drawing.Size(32, 32)
        Me.CompD6.TabIndex = 138
        Me.CompD6.TabStop = False
        '
        'CompD7
        '
        Me.CompD7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompD7.BackColor = System.Drawing.Color.Transparent
        Me.CompD7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompD7.Enabled = False
        Me.CompD7.Location = New System.Drawing.Point(610, 165)
        Me.CompD7.Name = "CompD7"
        Me.CompD7.Size = New System.Drawing.Size(32, 32)
        Me.CompD7.TabIndex = 139
        Me.CompD7.TabStop = False
        '
        'CompD8
        '
        Me.CompD8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompD8.BackColor = System.Drawing.Color.Transparent
        Me.CompD8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompD8.Enabled = False
        Me.CompD8.Location = New System.Drawing.Point(641, 165)
        Me.CompD8.Name = "CompD8"
        Me.CompD8.Size = New System.Drawing.Size(32, 32)
        Me.CompD8.TabIndex = 140
        Me.CompD8.TabStop = False
        '
        'CompD9
        '
        Me.CompD9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompD9.BackColor = System.Drawing.Color.Transparent
        Me.CompD9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompD9.Enabled = False
        Me.CompD9.Location = New System.Drawing.Point(672, 165)
        Me.CompD9.Name = "CompD9"
        Me.CompD9.Size = New System.Drawing.Size(32, 32)
        Me.CompD9.TabIndex = 141
        Me.CompD9.TabStop = False
        '
        'CompI3
        '
        Me.CompI3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompI3.BackColor = System.Drawing.Color.Transparent
        Me.CompI3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompI3.Enabled = False
        Me.CompI3.Location = New System.Drawing.Point(486, 320)
        Me.CompI3.Name = "CompI3"
        Me.CompI3.Size = New System.Drawing.Size(32, 32)
        Me.CompI3.TabIndex = 185
        Me.CompI3.TabStop = False
        '
        'CompD10
        '
        Me.CompD10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompD10.BackColor = System.Drawing.Color.Transparent
        Me.CompD10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompD10.Enabled = False
        Me.CompD10.Location = New System.Drawing.Point(703, 165)
        Me.CompD10.Name = "CompD10"
        Me.CompD10.Size = New System.Drawing.Size(32, 32)
        Me.CompD10.TabIndex = 142
        Me.CompD10.TabStop = False
        '
        'CompB1
        '
        Me.CompB1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompB1.BackColor = System.Drawing.Color.Transparent
        Me.CompB1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompB1.Enabled = False
        Me.CompB1.Location = New System.Drawing.Point(424, 103)
        Me.CompB1.Name = "CompB1"
        Me.CompB1.Size = New System.Drawing.Size(32, 32)
        Me.CompB1.TabIndex = 113
        Me.CompB1.TabStop = False
        '
        'CompE1
        '
        Me.CompE1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompE1.BackColor = System.Drawing.Color.Transparent
        Me.CompE1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompE1.Enabled = False
        Me.CompE1.Location = New System.Drawing.Point(424, 196)
        Me.CompE1.Name = "CompE1"
        Me.CompE1.Size = New System.Drawing.Size(32, 32)
        Me.CompE1.TabIndex = 143
        Me.CompE1.TabStop = False
        '
        'CompE2
        '
        Me.CompE2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompE2.BackColor = System.Drawing.Color.Transparent
        Me.CompE2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompE2.Enabled = False
        Me.CompE2.Location = New System.Drawing.Point(455, 196)
        Me.CompE2.Name = "CompE2"
        Me.CompE2.Size = New System.Drawing.Size(32, 32)
        Me.CompE2.TabIndex = 144
        Me.CompE2.TabStop = False
        '
        'CompE3
        '
        Me.CompE3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompE3.BackColor = System.Drawing.Color.Transparent
        Me.CompE3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompE3.Enabled = False
        Me.CompE3.Location = New System.Drawing.Point(486, 196)
        Me.CompE3.Name = "CompE3"
        Me.CompE3.Size = New System.Drawing.Size(32, 32)
        Me.CompE3.TabIndex = 145
        Me.CompE3.TabStop = False
        '
        'CompI4
        '
        Me.CompI4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompI4.BackColor = System.Drawing.Color.Transparent
        Me.CompI4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompI4.Enabled = False
        Me.CompI4.Location = New System.Drawing.Point(517, 320)
        Me.CompI4.Name = "CompI4"
        Me.CompI4.Size = New System.Drawing.Size(32, 32)
        Me.CompI4.TabIndex = 186
        Me.CompI4.TabStop = False
        '
        'CompH8
        '
        Me.CompH8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompH8.BackColor = System.Drawing.Color.Transparent
        Me.CompH8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompH8.Enabled = False
        Me.CompH8.Location = New System.Drawing.Point(641, 289)
        Me.CompH8.Name = "CompH8"
        Me.CompH8.Size = New System.Drawing.Size(32, 32)
        Me.CompH8.TabIndex = 180
        Me.CompH8.TabStop = False
        '
        'CompE4
        '
        Me.CompE4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompE4.BackColor = System.Drawing.Color.Transparent
        Me.CompE4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompE4.Enabled = False
        Me.CompE4.Location = New System.Drawing.Point(517, 196)
        Me.CompE4.Name = "CompE4"
        Me.CompE4.Size = New System.Drawing.Size(32, 32)
        Me.CompE4.TabIndex = 146
        Me.CompE4.TabStop = False
        '
        'CompE5
        '
        Me.CompE5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompE5.BackColor = System.Drawing.Color.Transparent
        Me.CompE5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompE5.Enabled = False
        Me.CompE5.Location = New System.Drawing.Point(548, 196)
        Me.CompE5.Name = "CompE5"
        Me.CompE5.Size = New System.Drawing.Size(32, 32)
        Me.CompE5.TabIndex = 147
        Me.CompE5.TabStop = False
        '
        'CompH2
        '
        Me.CompH2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompH2.BackColor = System.Drawing.Color.Transparent
        Me.CompH2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompH2.Enabled = False
        Me.CompH2.Location = New System.Drawing.Point(455, 289)
        Me.CompH2.Name = "CompH2"
        Me.CompH2.Size = New System.Drawing.Size(32, 32)
        Me.CompH2.TabIndex = 174
        Me.CompH2.TabStop = False
        '
        'CompE7
        '
        Me.CompE7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompE7.BackColor = System.Drawing.Color.Transparent
        Me.CompE7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompE7.Enabled = False
        Me.CompE7.Location = New System.Drawing.Point(610, 196)
        Me.CompE7.Name = "CompE7"
        Me.CompE7.Size = New System.Drawing.Size(32, 32)
        Me.CompE7.TabIndex = 149
        Me.CompE7.TabStop = False
        '
        'CompE8
        '
        Me.CompE8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompE8.BackColor = System.Drawing.Color.Transparent
        Me.CompE8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompE8.Enabled = False
        Me.CompE8.Location = New System.Drawing.Point(641, 196)
        Me.CompE8.Name = "CompE8"
        Me.CompE8.Size = New System.Drawing.Size(32, 32)
        Me.CompE8.TabIndex = 150
        Me.CompE8.TabStop = False
        '
        'CompE9
        '
        Me.CompE9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompE9.BackColor = System.Drawing.Color.Transparent
        Me.CompE9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompE9.Enabled = False
        Me.CompE9.Location = New System.Drawing.Point(672, 196)
        Me.CompE9.Name = "CompE9"
        Me.CompE9.Size = New System.Drawing.Size(32, 32)
        Me.CompE9.TabIndex = 151
        Me.CompE9.TabStop = False
        '
        'CompI5
        '
        Me.CompI5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompI5.BackColor = System.Drawing.Color.Transparent
        Me.CompI5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompI5.Enabled = False
        Me.CompI5.Location = New System.Drawing.Point(548, 320)
        Me.CompI5.Name = "CompI5"
        Me.CompI5.Size = New System.Drawing.Size(32, 32)
        Me.CompI5.TabIndex = 187
        Me.CompI5.TabStop = False
        '
        'CompE10
        '
        Me.CompE10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompE10.BackColor = System.Drawing.Color.Transparent
        Me.CompE10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompE10.Enabled = False
        Me.CompE10.Location = New System.Drawing.Point(703, 196)
        Me.CompE10.Name = "CompE10"
        Me.CompE10.Size = New System.Drawing.Size(32, 32)
        Me.CompE10.TabIndex = 152
        Me.CompE10.TabStop = False
        '
        'CompF1
        '
        Me.CompF1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompF1.BackColor = System.Drawing.Color.Transparent
        Me.CompF1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompF1.Enabled = False
        Me.CompF1.Location = New System.Drawing.Point(424, 227)
        Me.CompF1.Name = "CompF1"
        Me.CompF1.Size = New System.Drawing.Size(32, 32)
        Me.CompF1.TabIndex = 153
        Me.CompF1.TabStop = False
        '
        'CompJ8
        '
        Me.CompJ8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompJ8.BackColor = System.Drawing.Color.Transparent
        Me.CompJ8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompJ8.Enabled = False
        Me.CompJ8.Location = New System.Drawing.Point(641, 351)
        Me.CompJ8.Name = "CompJ8"
        Me.CompJ8.Size = New System.Drawing.Size(32, 32)
        Me.CompJ8.TabIndex = 200
        Me.CompJ8.TabStop = False
        '
        'CompJ10
        '
        Me.CompJ10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompJ10.BackColor = System.Drawing.Color.Transparent
        Me.CompJ10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompJ10.Enabled = False
        Me.CompJ10.Location = New System.Drawing.Point(703, 351)
        Me.CompJ10.Name = "CompJ10"
        Me.CompJ10.Size = New System.Drawing.Size(32, 32)
        Me.CompJ10.TabIndex = 202
        Me.CompJ10.TabStop = False
        '
        'CompJ9
        '
        Me.CompJ9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompJ9.BackColor = System.Drawing.Color.Transparent
        Me.CompJ9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompJ9.Enabled = False
        Me.CompJ9.Location = New System.Drawing.Point(672, 351)
        Me.CompJ9.Name = "CompJ9"
        Me.CompJ9.Size = New System.Drawing.Size(32, 32)
        Me.CompJ9.TabIndex = 201
        Me.CompJ9.TabStop = False
        '
        'CompF3
        '
        Me.CompF3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompF3.BackColor = System.Drawing.Color.Transparent
        Me.CompF3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompF3.Enabled = False
        Me.CompF3.Location = New System.Drawing.Point(486, 227)
        Me.CompF3.Name = "CompF3"
        Me.CompF3.Size = New System.Drawing.Size(32, 32)
        Me.CompF3.TabIndex = 155
        Me.CompF3.TabStop = False
        '
        'CompF4
        '
        Me.CompF4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompF4.BackColor = System.Drawing.Color.Transparent
        Me.CompF4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompF4.Enabled = False
        Me.CompF4.Location = New System.Drawing.Point(517, 227)
        Me.CompF4.Name = "CompF4"
        Me.CompF4.Size = New System.Drawing.Size(32, 32)
        Me.CompF4.TabIndex = 156
        Me.CompF4.TabStop = False
        '
        'CompA5
        '
        Me.CompA5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompA5.BackColor = System.Drawing.Color.Transparent
        Me.CompA5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompA5.Enabled = False
        Me.CompA5.Location = New System.Drawing.Point(548, 72)
        Me.CompA5.Name = "CompA5"
        Me.CompA5.Size = New System.Drawing.Size(32, 32)
        Me.CompA5.TabIndex = 107
        Me.CompA5.TabStop = False
        '
        'CompF5
        '
        Me.CompF5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompF5.BackColor = System.Drawing.Color.Transparent
        Me.CompF5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompF5.Enabled = False
        Me.CompF5.Location = New System.Drawing.Point(548, 227)
        Me.CompF5.Name = "CompF5"
        Me.CompF5.Size = New System.Drawing.Size(32, 32)
        Me.CompF5.TabIndex = 157
        Me.CompF5.TabStop = False
        '
        'CompA7
        '
        Me.CompA7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompA7.BackColor = System.Drawing.Color.Transparent
        Me.CompA7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompA7.Enabled = False
        Me.CompA7.Location = New System.Drawing.Point(610, 72)
        Me.CompA7.Name = "CompA7"
        Me.CompA7.Size = New System.Drawing.Size(32, 32)
        Me.CompA7.TabIndex = 109
        Me.CompA7.TabStop = False
        '
        'CompF6
        '
        Me.CompF6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompF6.BackColor = System.Drawing.Color.Transparent
        Me.CompF6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompF6.Enabled = False
        Me.CompF6.Location = New System.Drawing.Point(579, 227)
        Me.CompF6.Name = "CompF6"
        Me.CompF6.Size = New System.Drawing.Size(32, 32)
        Me.CompF6.TabIndex = 158
        Me.CompF6.TabStop = False
        '
        'CompB5
        '
        Me.CompB5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompB5.BackColor = System.Drawing.Color.Transparent
        Me.CompB5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompB5.Enabled = False
        Me.CompB5.Location = New System.Drawing.Point(548, 103)
        Me.CompB5.Name = "CompB5"
        Me.CompB5.Size = New System.Drawing.Size(32, 32)
        Me.CompB5.TabIndex = 117
        Me.CompB5.TabStop = False
        '
        'CompA2
        '
        Me.CompA2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompA2.BackColor = System.Drawing.Color.Transparent
        Me.CompA2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompA2.Enabled = False
        Me.CompA2.Location = New System.Drawing.Point(455, 72)
        Me.CompA2.Name = "CompA2"
        Me.CompA2.Size = New System.Drawing.Size(32, 32)
        Me.CompA2.TabIndex = 104
        Me.CompA2.TabStop = False
        '
        'CompF8
        '
        Me.CompF8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompF8.BackColor = System.Drawing.Color.Transparent
        Me.CompF8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompF8.Enabled = False
        Me.CompF8.Location = New System.Drawing.Point(641, 227)
        Me.CompF8.Name = "CompF8"
        Me.CompF8.Size = New System.Drawing.Size(32, 32)
        Me.CompF8.TabIndex = 160
        Me.CompF8.TabStop = False
        '
        'CompF9
        '
        Me.CompF9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompF9.BackColor = System.Drawing.Color.Transparent
        Me.CompF9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompF9.Enabled = False
        Me.CompF9.Location = New System.Drawing.Point(672, 227)
        Me.CompF9.Name = "CompF9"
        Me.CompF9.Size = New System.Drawing.Size(32, 32)
        Me.CompF9.TabIndex = 161
        Me.CompF9.TabStop = False
        '
        'CompF10
        '
        Me.CompF10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompF10.BackColor = System.Drawing.Color.Transparent
        Me.CompF10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompF10.Enabled = False
        Me.CompF10.Location = New System.Drawing.Point(703, 227)
        Me.CompF10.Name = "CompF10"
        Me.CompF10.Size = New System.Drawing.Size(32, 32)
        Me.CompF10.TabIndex = 162
        Me.CompF10.TabStop = False
        '
        'CompB4
        '
        Me.CompB4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompB4.BackColor = System.Drawing.Color.Transparent
        Me.CompB4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompB4.Enabled = False
        Me.CompB4.Location = New System.Drawing.Point(517, 103)
        Me.CompB4.Name = "CompB4"
        Me.CompB4.Size = New System.Drawing.Size(32, 32)
        Me.CompB4.TabIndex = 116
        Me.CompB4.TabStop = False
        '
        'CompG1
        '
        Me.CompG1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompG1.BackColor = System.Drawing.Color.Transparent
        Me.CompG1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompG1.Enabled = False
        Me.CompG1.Location = New System.Drawing.Point(424, 258)
        Me.CompG1.Name = "CompG1"
        Me.CompG1.Size = New System.Drawing.Size(32, 32)
        Me.CompG1.TabIndex = 163
        Me.CompG1.TabStop = False
        '
        'CompG2
        '
        Me.CompG2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompG2.BackColor = System.Drawing.Color.Transparent
        Me.CompG2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompG2.Enabled = False
        Me.CompG2.Location = New System.Drawing.Point(455, 258)
        Me.CompG2.Name = "CompG2"
        Me.CompG2.Size = New System.Drawing.Size(32, 32)
        Me.CompG2.TabIndex = 164
        Me.CompG2.TabStop = False
        '
        'CompG3
        '
        Me.CompG3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompG3.BackColor = System.Drawing.Color.Transparent
        Me.CompG3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompG3.Enabled = False
        Me.CompG3.Location = New System.Drawing.Point(486, 258)
        Me.CompG3.Name = "CompG3"
        Me.CompG3.Size = New System.Drawing.Size(32, 32)
        Me.CompG3.TabIndex = 165
        Me.CompG3.TabStop = False
        '
        'CompG5
        '
        Me.CompG5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompG5.BackColor = System.Drawing.Color.Transparent
        Me.CompG5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompG5.Enabled = False
        Me.CompG5.Location = New System.Drawing.Point(548, 258)
        Me.CompG5.Name = "CompG5"
        Me.CompG5.Size = New System.Drawing.Size(32, 32)
        Me.CompG5.TabIndex = 167
        Me.CompG5.TabStop = False
        '
        'CompI8
        '
        Me.CompI8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompI8.BackColor = System.Drawing.Color.Transparent
        Me.CompI8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompI8.Enabled = False
        Me.CompI8.Location = New System.Drawing.Point(641, 320)
        Me.CompI8.Name = "CompI8"
        Me.CompI8.Size = New System.Drawing.Size(32, 32)
        Me.CompI8.TabIndex = 190
        Me.CompI8.TabStop = False
        '
        'CompC4
        '
        Me.CompC4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompC4.BackColor = System.Drawing.Color.Transparent
        Me.CompC4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompC4.Enabled = False
        Me.CompC4.Location = New System.Drawing.Point(517, 134)
        Me.CompC4.Name = "CompC4"
        Me.CompC4.Size = New System.Drawing.Size(32, 32)
        Me.CompC4.TabIndex = 126
        Me.CompC4.TabStop = False
        '
        'CompJ4
        '
        Me.CompJ4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompJ4.BackColor = System.Drawing.Color.Transparent
        Me.CompJ4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompJ4.Enabled = False
        Me.CompJ4.Location = New System.Drawing.Point(517, 351)
        Me.CompJ4.Name = "CompJ4"
        Me.CompJ4.Size = New System.Drawing.Size(32, 32)
        Me.CompJ4.TabIndex = 196
        Me.CompJ4.TabStop = False
        '
        'CompB8
        '
        Me.CompB8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompB8.BackColor = System.Drawing.Color.Transparent
        Me.CompB8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompB8.Enabled = False
        Me.CompB8.Location = New System.Drawing.Point(641, 103)
        Me.CompB8.Name = "CompB8"
        Me.CompB8.Size = New System.Drawing.Size(32, 32)
        Me.CompB8.TabIndex = 120
        Me.CompB8.TabStop = False
        '
        'CompB7
        '
        Me.CompB7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompB7.BackColor = System.Drawing.Color.Transparent
        Me.CompB7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompB7.Enabled = False
        Me.CompB7.Location = New System.Drawing.Point(610, 103)
        Me.CompB7.Name = "CompB7"
        Me.CompB7.Size = New System.Drawing.Size(32, 32)
        Me.CompB7.TabIndex = 119
        Me.CompB7.TabStop = False
        '
        'CompB3
        '
        Me.CompB3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompB3.BackColor = System.Drawing.Color.Transparent
        Me.CompB3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompB3.Enabled = False
        Me.CompB3.Location = New System.Drawing.Point(486, 103)
        Me.CompB3.Name = "CompB3"
        Me.CompB3.Size = New System.Drawing.Size(32, 32)
        Me.CompB3.TabIndex = 115
        Me.CompB3.TabStop = False
        '
        'CompB6
        '
        Me.CompB6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompB6.BackColor = System.Drawing.Color.Transparent
        Me.CompB6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompB6.Enabled = False
        Me.CompB6.Location = New System.Drawing.Point(579, 103)
        Me.CompB6.Name = "CompB6"
        Me.CompB6.Size = New System.Drawing.Size(32, 32)
        Me.CompB6.TabIndex = 118
        Me.CompB6.TabStop = False
        '
        'CompA8
        '
        Me.CompA8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompA8.BackColor = System.Drawing.Color.Transparent
        Me.CompA8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompA8.Enabled = False
        Me.CompA8.Location = New System.Drawing.Point(641, 72)
        Me.CompA8.Name = "CompA8"
        Me.CompA8.Size = New System.Drawing.Size(32, 32)
        Me.CompA8.TabIndex = 110
        Me.CompA8.TabStop = False
        '
        'CompD4
        '
        Me.CompD4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompD4.BackColor = System.Drawing.Color.Transparent
        Me.CompD4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompD4.Enabled = False
        Me.CompD4.Location = New System.Drawing.Point(517, 165)
        Me.CompD4.Name = "CompD4"
        Me.CompD4.Size = New System.Drawing.Size(32, 32)
        Me.CompD4.TabIndex = 136
        Me.CompD4.TabStop = False
        '
        'CompA1
        '
        Me.CompA1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompA1.BackColor = System.Drawing.Color.Transparent
        Me.CompA1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompA1.Enabled = False
        Me.CompA1.Location = New System.Drawing.Point(424, 72)
        Me.CompA1.Name = "CompA1"
        Me.CompA1.Size = New System.Drawing.Size(32, 32)
        Me.CompA1.TabIndex = 103
        Me.CompA1.TabStop = False
        '
        'CompE6
        '
        Me.CompE6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompE6.BackColor = System.Drawing.Color.Transparent
        Me.CompE6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompE6.Enabled = False
        Me.CompE6.Location = New System.Drawing.Point(579, 196)
        Me.CompE6.Name = "CompE6"
        Me.CompE6.Size = New System.Drawing.Size(32, 32)
        Me.CompE6.TabIndex = 148
        Me.CompE6.TabStop = False
        '
        'CompF7
        '
        Me.CompF7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompF7.BackColor = System.Drawing.Color.Transparent
        Me.CompF7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompF7.Enabled = False
        Me.CompF7.Location = New System.Drawing.Point(610, 227)
        Me.CompF7.Name = "CompF7"
        Me.CompF7.Size = New System.Drawing.Size(32, 32)
        Me.CompF7.TabIndex = 159
        Me.CompF7.TabStop = False
        '
        'CompI9
        '
        Me.CompI9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompI9.BackColor = System.Drawing.Color.Transparent
        Me.CompI9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompI9.Enabled = False
        Me.CompI9.Location = New System.Drawing.Point(672, 320)
        Me.CompI9.Name = "CompI9"
        Me.CompI9.Size = New System.Drawing.Size(32, 32)
        Me.CompI9.TabIndex = 191
        Me.CompI9.TabStop = False
        '
        'CompJ5
        '
        Me.CompJ5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompJ5.BackColor = System.Drawing.Color.Transparent
        Me.CompJ5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompJ5.Enabled = False
        Me.CompJ5.Location = New System.Drawing.Point(548, 351)
        Me.CompJ5.Name = "CompJ5"
        Me.CompJ5.Size = New System.Drawing.Size(32, 32)
        Me.CompJ5.TabIndex = 197
        Me.CompJ5.TabStop = False
        '
        'CompJ3
        '
        Me.CompJ3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompJ3.BackColor = System.Drawing.Color.Transparent
        Me.CompJ3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompJ3.Enabled = False
        Me.CompJ3.Location = New System.Drawing.Point(486, 351)
        Me.CompJ3.Name = "CompJ3"
        Me.CompJ3.Size = New System.Drawing.Size(32, 32)
        Me.CompJ3.TabIndex = 195
        Me.CompJ3.TabStop = False
        '
        'CompH10
        '
        Me.CompH10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompH10.BackColor = System.Drawing.Color.Transparent
        Me.CompH10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompH10.Enabled = False
        Me.CompH10.Location = New System.Drawing.Point(703, 289)
        Me.CompH10.Name = "CompH10"
        Me.CompH10.Size = New System.Drawing.Size(32, 32)
        Me.CompH10.TabIndex = 182
        Me.CompH10.TabStop = False
        '
        'CompJ2
        '
        Me.CompJ2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompJ2.BackColor = System.Drawing.Color.Transparent
        Me.CompJ2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompJ2.Enabled = False
        Me.CompJ2.Location = New System.Drawing.Point(455, 351)
        Me.CompJ2.Name = "CompJ2"
        Me.CompJ2.Size = New System.Drawing.Size(32, 32)
        Me.CompJ2.TabIndex = 194
        Me.CompJ2.TabStop = False
        '
        'CompA9
        '
        Me.CompA9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompA9.BackColor = System.Drawing.Color.Transparent
        Me.CompA9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompA9.Enabled = False
        Me.CompA9.Location = New System.Drawing.Point(672, 72)
        Me.CompA9.Name = "CompA9"
        Me.CompA9.Size = New System.Drawing.Size(32, 32)
        Me.CompA9.TabIndex = 111
        Me.CompA9.TabStop = False
        '
        'CompA6
        '
        Me.CompA6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompA6.BackColor = System.Drawing.Color.Transparent
        Me.CompA6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompA6.Enabled = False
        Me.CompA6.Location = New System.Drawing.Point(579, 72)
        Me.CompA6.Name = "CompA6"
        Me.CompA6.Size = New System.Drawing.Size(32, 32)
        Me.CompA6.TabIndex = 108
        Me.CompA6.TabStop = False
        '
        'CompA3
        '
        Me.CompA3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompA3.BackColor = System.Drawing.Color.Transparent
        Me.CompA3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompA3.Enabled = False
        Me.CompA3.Location = New System.Drawing.Point(486, 72)
        Me.CompA3.Name = "CompA3"
        Me.CompA3.Size = New System.Drawing.Size(32, 32)
        Me.CompA3.TabIndex = 105
        Me.CompA3.TabStop = False
        '
        'CompH7
        '
        Me.CompH7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.CompH7.BackColor = System.Drawing.Color.Transparent
        Me.CompH7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.CompH7.Enabled = False
        Me.CompH7.Location = New System.Drawing.Point(610, 289)
        Me.CompH7.Name = "CompH7"
        Me.CompH7.Size = New System.Drawing.Size(32, 32)
        Me.CompH7.TabIndex = 179
        Me.CompH7.TabStop = False
        '
        'PlayerName
        '
        Me.PlayerName.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.PlayerName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.PlayerName.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.PlayerName.Location = New System.Drawing.Point(120, 8)
        Me.PlayerName.Name = "PlayerName"
        Me.PlayerName.Size = New System.Drawing.Size(186, 26)
        Me.PlayerName.TabIndex = 203
        Me.PlayerName.Text = "Player"
        Me.PlayerName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'ComputerName
        '
        Me.ComputerName.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.ComputerName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.ComputerName.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ComputerName.Location = New System.Drawing.Point(486, 8)
        Me.ComputerName.Name = "ComputerName"
        Me.ComputerName.Size = New System.Drawing.Size(186, 26)
        Me.ComputerName.TabIndex = 204
        Me.ComputerName.Text = "Computer"
        Me.ComputerName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'uiNewGameButton
        '
        Me.uiNewGameButton.Location = New System.Drawing.Point(190, 490)
        Me.uiNewGameButton.Name = "uiNewGameButton"
        Me.uiNewGameButton.Size = New System.Drawing.Size(200, 50)
        Me.uiNewGameButton.TabIndex = 235
        Me.uiNewGameButton.Text = "New Game"
        '
        'uiExitButton
        '
        Me.uiExitButton.Location = New System.Drawing.Point(406, 490)
        Me.uiExitButton.Name = "uiExitButton"
        Me.uiExitButton.Size = New System.Drawing.Size(200, 50)
        Me.uiExitButton.TabIndex = 236
        Me.uiExitButton.Text = "Exit"
        '
        'ColLabel1
        '
        Me.ColLabel1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.ColLabel1.Location = New System.Drawing.Point(54, 48)
        Me.ColLabel1.Name = "ColLabel1"
        Me.ColLabel1.Size = New System.Drawing.Size(20, 20)
        Me.ColLabel1.TabIndex = 237
        Me.ColLabel1.Text = "1"
        Me.ColLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'ColLabel2
        '
        Me.ColLabel2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.ColLabel2.Location = New System.Drawing.Point(85, 48)
        Me.ColLabel2.Name = "ColLabel2"
        Me.ColLabel2.Size = New System.Drawing.Size(20, 20)
        Me.ColLabel2.TabIndex = 238
        Me.ColLabel2.Text = "2"
        Me.ColLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'ColLabel3
        '
        Me.ColLabel3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.ColLabel3.Location = New System.Drawing.Point(116, 48)
        Me.ColLabel3.Name = "ColLabel3"
        Me.ColLabel3.Size = New System.Drawing.Size(20, 20)
        Me.ColLabel3.TabIndex = 239
        Me.ColLabel3.Text = "3"
        Me.ColLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'ColLabel4
        '
        Me.ColLabel4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.ColLabel4.Location = New System.Drawing.Point(147, 48)
        Me.ColLabel4.Name = "ColLabel4"
        Me.ColLabel4.Size = New System.Drawing.Size(20, 20)
        Me.ColLabel4.TabIndex = 240
        Me.ColLabel4.Text = "4"
        Me.ColLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'ColLabel5
        '
        Me.ColLabel5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.ColLabel5.Location = New System.Drawing.Point(178, 48)
        Me.ColLabel5.Name = "ColLabel5"
        Me.ColLabel5.Size = New System.Drawing.Size(20, 20)
        Me.ColLabel5.TabIndex = 241
        Me.ColLabel5.Text = "5"
        Me.ColLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'ColLabel6
        '
        Me.ColLabel6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.ColLabel6.Location = New System.Drawing.Point(209, 48)
        Me.ColLabel6.Name = "ColLabel6"
        Me.ColLabel6.Size = New System.Drawing.Size(20, 20)
        Me.ColLabel6.TabIndex = 242
        Me.ColLabel6.Text = "6"
        Me.ColLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'ColLabel7
        '
        Me.ColLabel7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.ColLabel7.Location = New System.Drawing.Point(240, 48)
        Me.ColLabel7.Name = "ColLabel7"
        Me.ColLabel7.Size = New System.Drawing.Size(20, 20)
        Me.ColLabel7.TabIndex = 243
        Me.ColLabel7.Text = "7"
        Me.ColLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'ColLabel10
        '
        Me.ColLabel10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.ColLabel10.Location = New System.Drawing.Point(333, 48)
        Me.ColLabel10.Name = "ColLabel10"
        Me.ColLabel10.Size = New System.Drawing.Size(20, 20)
        Me.ColLabel10.TabIndex = 244
        Me.ColLabel10.Text = "10"
        Me.ColLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'ColLabel9
        '
        Me.ColLabel9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.ColLabel9.Location = New System.Drawing.Point(302, 48)
        Me.ColLabel9.Name = "ColLabel9"
        Me.ColLabel9.Size = New System.Drawing.Size(20, 20)
        Me.ColLabel9.TabIndex = 245
        Me.ColLabel9.Text = "9"
        Me.ColLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'ColLabel8
        '
        Me.ColLabel8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.ColLabel8.Location = New System.Drawing.Point(271, 48)
        Me.ColLabel8.Name = "ColLabel8"
        Me.ColLabel8.Size = New System.Drawing.Size(20, 20)
        Me.ColLabel8.TabIndex = 246
        Me.ColLabel8.Text = "8"
        Me.ColLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label1
        '
        Me.Label1.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label1.Location = New System.Drawing.Point(647, 48)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(20, 20)
        Me.Label1.TabIndex = 256
        Me.Label1.Text = "8"
        Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label2
        '
        Me.Label2.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label2.Location = New System.Drawing.Point(678, 48)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(20, 20)
        Me.Label2.TabIndex = 255
        Me.Label2.Text = "9"
        Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label3
        '
        Me.Label3.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label3.Location = New System.Drawing.Point(709, 48)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(20, 20)
        Me.Label3.TabIndex = 254
        Me.Label3.Text = "10"
        Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label4
        '
        Me.Label4.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label4.Location = New System.Drawing.Point(616, 48)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(20, 20)
        Me.Label4.TabIndex = 253
        Me.Label4.Text = "7"
        Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label5
        '
        Me.Label5.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label5.Location = New System.Drawing.Point(585, 48)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(20, 20)
        Me.Label5.TabIndex = 252
        Me.Label5.Text = "6"
        Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label6
        '
        Me.Label6.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label6.Location = New System.Drawing.Point(554, 48)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(20, 20)
        Me.Label6.TabIndex = 251
        Me.Label6.Text = "5"
        Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label7
        '
        Me.Label7.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label7.Location = New System.Drawing.Point(523, 48)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(20, 20)
        Me.Label7.TabIndex = 250
        Me.Label7.Text = "4"
        Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label8
        '
        Me.Label8.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label8.Location = New System.Drawing.Point(492, 48)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(20, 20)
        Me.Label8.TabIndex = 249
        Me.Label8.Text = "3"
        Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label9
        '
        Me.Label9.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label9.Location = New System.Drawing.Point(461, 48)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(20, 20)
        Me.Label9.TabIndex = 248
        Me.Label9.Text = "2"
        Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label10
        '
        Me.Label10.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label10.Location = New System.Drawing.Point(430, 48)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(20, 20)
        Me.Label10.TabIndex = 247
        Me.Label10.Text = "1"
        Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label21
        '
        Me.Label21.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label21.Location = New System.Drawing.Point(394, 294)
        Me.Label21.Name = "Label21"
        Me.Label21.Size = New System.Drawing.Size(20, 20)
        Me.Label21.TabIndex = 276
        Me.Label21.Text = "H"
        Me.Label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label22
        '
        Me.Label22.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label22.Location = New System.Drawing.Point(394, 326)
        Me.Label22.Name = "Label22"
        Me.Label22.Size = New System.Drawing.Size(20, 20)
        Me.Label22.TabIndex = 275
        Me.Label22.Text = "I"
        Me.Label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label23
        '
        Me.Label23.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label23.Location = New System.Drawing.Point(396, 358)
        Me.Label23.Name = "Label23"
        Me.Label23.Size = New System.Drawing.Size(16, 20)
        Me.Label23.TabIndex = 274
        Me.Label23.Text = "J"
        Me.Label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label24
        '
        Me.Label24.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label24.Location = New System.Drawing.Point(394, 264)
        Me.Label24.Name = "Label24"
        Me.Label24.Size = New System.Drawing.Size(20, 20)
        Me.Label24.TabIndex = 273
        Me.Label24.Text = "G"
        Me.Label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label25
        '
        Me.Label25.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label25.Location = New System.Drawing.Point(394, 230)
        Me.Label25.Name = "Label25"
        Me.Label25.Size = New System.Drawing.Size(20, 20)
        Me.Label25.TabIndex = 272
        Me.Label25.Text = "F"
        Me.Label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label26
        '
        Me.Label26.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label26.Location = New System.Drawing.Point(394, 200)
        Me.Label26.Name = "Label26"
        Me.Label26.Size = New System.Drawing.Size(20, 20)
        Me.Label26.TabIndex = 271
        Me.Label26.Text = "E"
        Me.Label26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label27
        '
        Me.Label27.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label27.Location = New System.Drawing.Point(394, 170)
        Me.Label27.Name = "Label27"
        Me.Label27.Size = New System.Drawing.Size(20, 20)
        Me.Label27.TabIndex = 270
        Me.Label27.Text = "D"
        Me.Label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label28
        '
        Me.Label28.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label28.Location = New System.Drawing.Point(394, 138)
        Me.Label28.Name = "Label28"
        Me.Label28.Size = New System.Drawing.Size(20, 20)
        Me.Label28.TabIndex = 269
        Me.Label28.Text = "C"
        Me.Label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label29
        '
        Me.Label29.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label29.Location = New System.Drawing.Point(394, 110)
        Me.Label29.Name = "Label29"
        Me.Label29.Size = New System.Drawing.Size(20, 20)
        Me.Label29.TabIndex = 268
        Me.Label29.Text = "B"
        Me.Label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label30
        '
        Me.Label30.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label30.Location = New System.Drawing.Point(394, 78)
        Me.Label30.Name = "Label30"
        Me.Label30.Size = New System.Drawing.Size(20, 20)
        Me.Label30.TabIndex = 267
        Me.Label30.Text = "A"
        Me.Label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label11
        '
        Me.Label11.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label11.Location = New System.Drawing.Point(20, 296)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(20, 20)
        Me.Label11.TabIndex = 286
        Me.Label11.Text = "H"
        Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label12
        '
        Me.Label12.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label12.Location = New System.Drawing.Point(20, 328)
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(20, 20)
        Me.Label12.TabIndex = 285
        Me.Label12.Text = "I"
        Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label13
        '
        Me.Label13.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label13.Location = New System.Drawing.Point(22, 360)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(16, 20)
        Me.Label13.TabIndex = 284
        Me.Label13.Text = "J"
        Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label14
        '
        Me.Label14.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label14.Location = New System.Drawing.Point(20, 266)
        Me.Label14.Name = "Label14"
        Me.Label14.Size = New System.Drawing.Size(20, 20)
        Me.Label14.TabIndex = 283
        Me.Label14.Text = "G"
        Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label15
        '
        Me.Label15.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label15.Location = New System.Drawing.Point(20, 232)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(20, 20)
        Me.Label15.TabIndex = 282
        Me.Label15.Text = "F"
        Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label16
        '
        Me.Label16.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label16.Location = New System.Drawing.Point(20, 202)
        Me.Label16.Name = "Label16"
        Me.Label16.Size = New System.Drawing.Size(20, 20)
        Me.Label16.TabIndex = 281
        Me.Label16.Text = "E"
        Me.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label17
        '
        Me.Label17.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label17.Location = New System.Drawing.Point(20, 172)
        Me.Label17.Name = "Label17"
        Me.Label17.Size = New System.Drawing.Size(20, 20)
        Me.Label17.TabIndex = 280
        Me.Label17.Text = "D"
        Me.Label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label18
        '
        Me.Label18.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label18.Location = New System.Drawing.Point(20, 140)
        Me.Label18.Name = "Label18"
        Me.Label18.Size = New System.Drawing.Size(20, 20)
        Me.Label18.TabIndex = 279
        Me.Label18.Text = "C"
        Me.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label19
        '
        Me.Label19.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label19.Location = New System.Drawing.Point(20, 110)
        Me.Label19.Name = "Label19"
        Me.Label19.Size = New System.Drawing.Size(20, 20)
        Me.Label19.TabIndex = 278
        Me.Label19.Text = "B"
        Me.Label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label20
        '
        Me.Label20.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.Label20.Location = New System.Drawing.Point(20, 80)
        Me.Label20.Name = "Label20"
        Me.Label20.Size = New System.Drawing.Size(20, 20)
        Me.Label20.TabIndex = 277
        Me.Label20.Text = "A"
        Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'uiBattleButton
        '
        Me.uiBattleButton.Location = New System.Drawing.Point(186, 490)
        Me.uiBattleButton.Name = "uiBattleButton"
        Me.uiBattleButton.Size = New System.Drawing.Size(200, 50)
        Me.uiBattleButton.TabIndex = 287
        Me.uiBattleButton.Text = "Battle"
        Me.uiBattleButton.Visible = False

        'GameBoard
        '
        Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
        Me.BackColor = System.Drawing.SystemColors.Control
        Me.ClientSize = New System.Drawing.Size(760, 558)

        Me.Controls.Add(Me.Label11)
        Me.Controls.Add(Me.Label12)
        Me.Controls.Add(Me.Label13)
        Me.Controls.Add(Me.Label14)
        Me.Controls.Add(Me.Label15)
        Me.Controls.Add(Me.Label16)
        Me.Controls.Add(Me.Label17)
        Me.Controls.Add(Me.Label18)
        Me.Controls.Add(Me.Label19)
        Me.Controls.Add(Me.Label20)
        Me.Controls.Add(Me.Label21)
        Me.Controls.Add(Me.Label22)
        Me.Controls.Add(Me.Label23)
        Me.Controls.Add(Me.Label24)
        Me.Controls.Add(Me.Label25)
        Me.Controls.Add(Me.Label26)
        Me.Controls.Add(Me.Label27)
        Me.Controls.Add(Me.Label28)
        Me.Controls.Add(Me.Label29)
        Me.Controls.Add(Me.Label30)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.Label4)
        Me.Controls.Add(Me.Label5)
        Me.Controls.Add(Me.Label6)
        Me.Controls.Add(Me.Label7)
        Me.Controls.Add(Me.Label8)
        Me.Controls.Add(Me.Label9)
        Me.Controls.Add(Me.Label10)
        Me.Controls.Add(Me.ColLabel8)
        Me.Controls.Add(Me.ColLabel9)
        Me.Controls.Add(Me.ColLabel10)
        Me.Controls.Add(Me.ColLabel7)
        Me.Controls.Add(Me.ColLabel6)
        Me.Controls.Add(Me.ColLabel5)
        Me.Controls.Add(Me.ColLabel4)
        Me.Controls.Add(Me.ColLabel3)
        Me.Controls.Add(Me.ColLabel2)
        Me.Controls.Add(Me.ColLabel1)
        Me.Controls.Add(Me.uiExitButton)
        Me.Controls.Add(Me.ComputerName)
        Me.Controls.Add(Me.PlayerName)
        Me.Controls.Add(Me.CompJ10)
        Me.Controls.Add(Me.CompJ9)
        Me.Controls.Add(Me.CompJ8)
        Me.Controls.Add(Me.CompJ7)
        Me.Controls.Add(Me.CompJ6)
        Me.Controls.Add(Me.CompJ5)
        Me.Controls.Add(Me.CompJ4)
        Me.Controls.Add(Me.CompJ3)
        Me.Controls.Add(Me.CompJ2)
        Me.Controls.Add(Me.CompJ1)
        Me.Controls.Add(Me.CompI10)
        Me.Controls.Add(Me.CompI9)
        Me.Controls.Add(Me.CompI8)
        Me.Controls.Add(Me.CompI7)
        Me.Controls.Add(Me.CompI6)
        Me.Controls.Add(Me.CompI5)
        Me.Controls.Add(Me.CompI4)
        Me.Controls.Add(Me.CompI3)
        Me.Controls.Add(Me.CompI2)
        Me.Controls.Add(Me.CompI1)
        Me.Controls.Add(Me.CompH10)
        Me.Controls.Add(Me.CompH9)
        Me.Controls.Add(Me.CompH8)
        Me.Controls.Add(Me.CompH7)
        Me.Controls.Add(Me.CompH6)
        Me.Controls.Add(Me.CompH5)
        Me.Controls.Add(Me.CompH4)
        Me.Controls.Add(Me.CompH3)
        Me.Controls.Add(Me.CompH2)
        Me.Controls.Add(Me.CompH1)
        Me.Controls.Add(Me.CompG10)
        Me.Controls.Add(Me.CompG9)
        Me.Controls.Add(Me.CompG8)
        Me.Controls.Add(Me.CompG7)
        Me.Controls.Add(Me.CompG6)
        Me.Controls.Add(Me.CompG5)
        Me.Controls.Add(Me.CompG4)
        Me.Controls.Add(Me.CompG3)
        Me.Controls.Add(Me.CompG2)
        Me.Controls.Add(Me.CompG1)
        Me.Controls.Add(Me.CompF10)
        Me.Controls.Add(Me.CompF9)
        Me.Controls.Add(Me.CompF8)
        Me.Controls.Add(Me.CompF7)
        Me.Controls.Add(Me.CompF6)
        Me.Controls.Add(Me.CompF5)
        Me.Controls.Add(Me.CompF4)
        Me.Controls.Add(Me.CompF3)
        Me.Controls.Add(Me.CompF2)
        Me.Controls.Add(Me.CompF1)
        Me.Controls.Add(Me.CompE10)
        Me.Controls.Add(Me.CompE9)
        Me.Controls.Add(Me.CompE8)
        Me.Controls.Add(Me.CompE7)
        Me.Controls.Add(Me.CompE6)
        Me.Controls.Add(Me.CompE5)
        Me.Controls.Add(Me.CompE4)
        Me.Controls.Add(Me.CompE3)
        Me.Controls.Add(Me.CompE2)
        Me.Controls.Add(Me.CompE1)
        Me.Controls.Add(Me.CompD10)
        Me.Controls.Add(Me.CompD9)
        Me.Controls.Add(Me.CompD8)
        Me.Controls.Add(Me.CompD7)
        Me.Controls.Add(Me.CompD6)
        Me.Controls.Add(Me.CompD5)
        Me.Controls.Add(Me.CompD4)
        Me.Controls.Add(Me.CompD3)
        Me.Controls.Add(Me.CompD2)
        Me.Controls.Add(Me.CompD1)
        Me.Controls.Add(Me.CompC10)
        Me.Controls.Add(Me.CompC9)
        Me.Controls.Add(Me.CompC8)
        Me.Controls.Add(Me.CompC7)
        Me.Controls.Add(Me.CompC6)
        Me.Controls.Add(Me.CompC5)
        Me.Controls.Add(Me.CompC4)
        Me.Controls.Add(Me.CompC3)
        Me.Controls.Add(Me.CompC2)
        Me.Controls.Add(Me.CompC1)
        Me.Controls.Add(Me.CompB10)
        Me.Controls.Add(Me.CompB9)
        Me.Controls.Add(Me.CompB8)
        Me.Controls.Add(Me.CompB7)
        Me.Controls.Add(Me.CompB6)
        Me.Controls.Add(Me.CompB5)
        Me.Controls.Add(Me.CompB4)
        Me.Controls.Add(Me.CompB3)
        Me.Controls.Add(Me.CompB2)
        Me.Controls.Add(Me.CompB1)
        Me.Controls.Add(Me.CompA10)
        Me.Controls.Add(Me.CompA4)
        Me.Controls.Add(Me.CompA3)
        Me.Controls.Add(Me.CompA1)
        Me.Controls.Add(Me.CompA5)
        Me.Controls.Add(Me.CompA6)
        Me.Controls.Add(Me.CompA7)
        Me.Controls.Add(Me.CompA8)
        Me.Controls.Add(Me.CompA9)
        Me.Controls.Add(Me.CompA2)
        Me.Controls.Add(Me.PlayerJ10)
        Me.Controls.Add(Me.PlayerJ9)
        Me.Controls.Add(Me.PlayerJ8)
        Me.Controls.Add(Me.PlayerJ7)
        Me.Controls.Add(Me.PlayerJ6)
        Me.Controls.Add(Me.PlayerJ5)
        Me.Controls.Add(Me.PlayerJ4)
        Me.Controls.Add(Me.PlayerJ3)
        Me.Controls.Add(Me.PlayerJ2)
        Me.Controls.Add(Me.PlayerJ1)
        Me.Controls.Add(Me.PlayerI10)
        Me.Controls.Add(Me.PlayerI9)
        Me.Controls.Add(Me.PlayerI8)
        Me.Controls.Add(Me.PlayerI7)
        Me.Controls.Add(Me.PlayerI6)
        Me.Controls.Add(Me.PlayerI5)
        Me.Controls.Add(Me.PlayerI4)
        Me.Controls.Add(Me.PlayerI3)
        Me.Controls.Add(Me.PlayerI2)
        Me.Controls.Add(Me.PlayerI1)
        Me.Controls.Add(Me.PlayerH10)
        Me.Controls.Add(Me.PlayerH9)
        Me.Controls.Add(Me.PlayerH8)
        Me.Controls.Add(Me.PlayerH7)
        Me.Controls.Add(Me.PlayerH6)
        Me.Controls.Add(Me.PlayerH5)
        Me.Controls.Add(Me.PlayerH4)
        Me.Controls.Add(Me.PlayerH3)
        Me.Controls.Add(Me.PlayerH2)
        Me.Controls.Add(Me.PlayerH1)
        Me.Controls.Add(Me.PlayerG10)
        Me.Controls.Add(Me.PlayerG9)
        Me.Controls.Add(Me.PlayerG8)
        Me.Controls.Add(Me.PlayerG7)
        Me.Controls.Add(Me.PlayerG6)
        Me.Controls.Add(Me.PlayerG5)
        Me.Controls.Add(Me.PlayerG4)
        Me.Controls.Add(Me.PlayerG3)
        Me.Controls.Add(Me.PlayerG2)
        Me.Controls.Add(Me.PlayerG1)
        Me.Controls.Add(Me.PlayerF10)
        Me.Controls.Add(Me.PlayerF9)
        Me.Controls.Add(Me.PlayerF8)
        Me.Controls.Add(Me.PlayerF7)
        Me.Controls.Add(Me.PlayerF6)
        Me.Controls.Add(Me.PlayerF5)
        Me.Controls.Add(Me.PlayerF4)
        Me.Controls.Add(Me.PlayerF3)
        Me.Controls.Add(Me.PlayerF2)
        Me.Controls.Add(Me.PlayerF1)
        Me.Controls.Add(Me.PlayerE10)
        Me.Controls.Add(Me.PlayerE9)
        Me.Controls.Add(Me.PlayerE8)
        Me.Controls.Add(Me.PlayerE7)
        Me.Controls.Add(Me.PlayerE6)
        Me.Controls.Add(Me.PlayerE5)
        Me.Controls.Add(Me.PlayerE4)
        Me.Controls.Add(Me.PlayerE3)
        Me.Controls.Add(Me.PlayerE2)
        Me.Controls.Add(Me.PlayerE1)
        Me.Controls.Add(Me.PlayerD10)
        Me.Controls.Add(Me.PlayerD9)
        Me.Controls.Add(Me.PlayerD8)
        Me.Controls.Add(Me.PlayerD7)
        Me.Controls.Add(Me.PlayerD6)
        Me.Controls.Add(Me.PlayerD5)
        Me.Controls.Add(Me.PlayerD4)
        Me.Controls.Add(Me.PlayerD3)
        Me.Controls.Add(Me.PlayerD2)
        Me.Controls.Add(Me.PlayerD1)
        Me.Controls.Add(Me.PlayerC10)
        Me.Controls.Add(Me.PlayerC9)
        Me.Controls.Add(Me.PlayerC8)
        Me.Controls.Add(Me.PlayerC7)
        Me.Controls.Add(Me.PlayerC6)
        Me.Controls.Add(Me.PlayerC5)
        Me.Controls.Add(Me.PlayerC4)
        Me.Controls.Add(Me.PlayerC3)
        Me.Controls.Add(Me.PlayerC2)
        Me.Controls.Add(Me.PlayerC1)
        Me.Controls.Add(Me.PlayerB10)
        Me.Controls.Add(Me.PlayerB9)
        Me.Controls.Add(Me.PlayerB8)
        Me.Controls.Add(Me.PlayerB7)
        Me.Controls.Add(Me.PlayerB6)
        Me.Controls.Add(Me.PlayerB5)
        Me.Controls.Add(Me.PlayerB4)
        Me.Controls.Add(Me.PlayerB3)
        Me.Controls.Add(Me.PlayerB2)
        Me.Controls.Add(Me.PlayerB1)
        Me.Controls.Add(Me.PlayerA10)
        Me.Controls.Add(Me.PlayerA4)
        Me.Controls.Add(Me.PlayerA3)
        Me.Controls.Add(Me.PlayerA1)
        Me.Controls.Add(Me.PlayerA5)
        Me.Controls.Add(Me.PlayerA6)
        Me.Controls.Add(Me.PlayerA7)
        Me.Controls.Add(Me.PlayerA8)
        Me.Controls.Add(Me.PlayerA9)
        Me.Controls.Add(Me.PlayerA2)
        Me.Controls.Add(Me.uiNewGameButton)
        Me.Controls.Add(Me.uiBattleButton)
        Me.MaximizeBox = False
        Me.Name = "GameBoard"
        Me.Text = "Battleship"
        Me.ResumeLayout(False)

    End Sub

#End Region
    Public GameStat As Boolean = False

    Private Sub uiNewGameButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles uiNewGameButton.Click
        Call CheckGameStatus(GameStat)
        Me.uiNewGameButton.Visible = False
        Me.uiBattleButton.Visible = True
        Call EnablePlayerBoxes()
        Call DeployShips()
    End Sub
    Private Sub uiBattleButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles uibattlebutton.click
        Call EnableCompBoxes()
        Me.uiBattleButton.Visible = False
        Me.uiNewGameButton.Visible = True
    End Sub
    Private Sub DeployShips()


    End Sub

    Public Function CheckGameStatus(ByRef GameStat As Boolean) As Object
        If GameStat = True Then
            Dim button As Integer
            button = MessageBox.Show("Do you want to start another game?", _
            "Battleship", MessageBoxButtons.YesNo, _
            MessageBoxIcon.Question, MessageBoxDefaultButton.Button2)
            If button = Windows.Forms.DialogResult.Yes Then
                GameStat = False
                Call ClearBoxes()
                uiNewGameButton.PerformClick()
            End If
        Else
            Call ClearBoxes()
            GameStat = True
        End If
    End Function

    Private Sub uiExitButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles uiExitButton.Click
                Me.Close()
    End Sub

    Private Sub MissHit(ByVal sender As Object, ByVal e As System.EventArgs) Handles CompA1.Click, _
    CompA2.Click, CompA3.Click, CompA4.Click, CompA5.Click, CompA6.Click, CompA7.Click, _
    CompA8.Click, CompA9.Click, CompA10.Click, CompB1.Click, CompB2.Click, CompB3.Click, _
    CompB4.Click, CompB5.Click, CompB6.Click, CompB7.Click, CompB8.Click, CompB9.Click, _
    CompB10.Click, CompC1.Click, CompC2.Click, CompC3.Click, CompC4.Click, CompC5.Click, _
    CompC6.Click, CompC7.Click, CompC8.Click, CompC9.Click, CompC10.Click, CompD1.Click, _
    CompD2.Click, CompD3.Click, CompD4.Click, CompD5.Click, CompD6.Click, CompD7.Click, _
    CompD8.Click, CompD9.Click, CompD10.Click, CompE1.Click, CompE2.Click, CompE3.Click, _
    CompE4.Click, CompE5.Click, CompE6.Click, CompE7.Click, CompE8.Click, CompE9.Click, _
    CompE10.Click, CompF1.Click, CompF2.Click, CompF3.Click, CompF4.Click, CompF5.Click, _
    CompF6.Click, CompF7.Click, CompF8.Click, CompF9.Click, CompF10.Click, CompG1.Click, _
    CompG2.Click, CompG3.Click, CompG4.Click, CompG5.Click, CompG6.Click, CompG7.Click, _
    CompG8.Click, CompG9.Click, CompG10.Click, CompH1.Click, CompH2.Click, CompH3.Click, _
    CompH4.Click, CompH5.Click, CompH6.Click, CompH7.Click, CompH8.Click, CompH9.Click, _
    CompH10.Click, CompI1.Click, CompI2.Click, CompI3.Click, CompI4.Click, CompI5.Click, _
    CompI6.Click, CompI7.Click, CompI8.Click, CompI9.Click, CompI10.Click, CompJ1.Click, _
    CompJ2.Click, CompJ3.Click, CompJ4.Click, CompJ5.Click, CompJ6.Click, CompJ7.Click, _
    CompJ8.Click, CompJ9.Click, CompJ10.Click
        Dim pb As New PictureBox
        pb = CType(sender, PictureBox)
        pb.BackColor = System.Drawing.Color.Red
    End Sub

    Private Sub ChangeCursor(ByVal sender As Object, ByVal e As System.EventArgs) Handles CompA1.MouseEnter, _
    CompA2.MouseEnter, CompA3.MouseEnter, CompA4.MouseEnter, CompA5.MouseEnter, CompA6.MouseEnter, _
    CompA7.MouseEnter, CompA8.MouseEnter, CompA9.MouseEnter, CompA10.MouseEnter, CompB1.MouseEnter, _
    CompB2.MouseEnter, CompB3.MouseEnter, CompB4.MouseEnter, CompB5.MouseEnter, CompB6.MouseEnter, _
    CompB7.MouseEnter, CompB8.MouseEnter, CompB9.MouseEnter, CompB10.MouseEnter, CompC1.MouseEnter, _
    CompC2.MouseEnter, CompC3.MouseEnter, CompC4.MouseEnter, CompC5.MouseEnter, CompC6.MouseEnter, _
    CompC7.MouseEnter, CompC8.MouseEnter, CompC9.MouseEnter, CompC10.MouseEnter, CompD1.MouseEnter, _
    CompD2.MouseEnter, CompD3.MouseEnter, CompD4.MouseEnter, CompD5.MouseEnter, CompD6.MouseEnter, _
    CompD7.MouseEnter, CompD8.MouseEnter, CompD9.MouseEnter, CompD10.MouseEnter, CompE1.MouseEnter, _
    CompE2.MouseEnter, CompE3.MouseEnter, CompE4.MouseEnter, CompE5.MouseEnter, CompE6.MouseEnter, _
    CompE7.MouseEnter, CompE8.MouseEnter, CompE9.MouseEnter, CompE10.MouseEnter, CompF1.MouseEnter, _
    CompF2.MouseEnter, CompF3.MouseEnter, CompF4.MouseEnter, CompF5.MouseEnter, CompF6.MouseEnter, _
    CompF7.MouseEnter, CompF8.MouseEnter, CompF9.MouseEnter, CompF10.MouseEnter, CompG1.MouseEnter, _
    CompG2.MouseEnter, CompG3.MouseEnter, CompG4.MouseEnter, CompG5.MouseEnter, CompG6.MouseEnter, _
    CompG7.MouseEnter, CompG8.MouseEnter, CompG9.MouseEnter, CompG10.MouseEnter, CompH1.MouseEnter, _
    CompH2.MouseEnter, CompH3.MouseEnter, CompH4.MouseEnter, CompH5.MouseEnter, CompH6.MouseEnter, _
    CompH7.MouseEnter, CompH8.MouseEnter, CompH9.MouseEnter, CompH10.MouseEnter, CompI1.MouseEnter, _
    CompI2.MouseEnter, CompI3.MouseEnter, CompI4.MouseEnter, CompI5.MouseEnter, CompI6.MouseEnter, _
    CompI7.MouseEnter, CompI8.MouseEnter, CompI9.MouseEnter, CompI10.MouseEnter, CompJ1.MouseEnter, _
    CompJ2.MouseEnter, CompJ3.MouseEnter, CompJ4.MouseEnter, CompJ5.MouseEnter, CompJ6.MouseEnter, _
    CompJ7.MouseEnter, CompJ8.MouseEnter, CompJ9.MouseEnter, CompJ10.MouseEnter
        Dim PB As New PictureBox
        PB = CType(sender, PictureBox)
        PB.Cursor = System.Windows.Forms.Cursors.Hand
    End Sub
    Private Sub ChangeCursorBack(ByVal sender As Object, ByVal e As System.EventArgs) Handles CompA1.MouseLeave, _
    CompA2.MouseLeave, CompA3.MouseLeave, CompA4.MouseLeave, CompA5.MouseLeave, CompA6.MouseLeave, _
    CompA7.MouseLeave, CompA8.MouseLeave, CompA9.MouseLeave, CompA10.MouseLeave, CompB1.MouseLeave, _
    CompB2.MouseLeave, CompB3.MouseLeave, CompB4.MouseLeave, CompB5.MouseLeave, CompB6.MouseLeave, _
    CompB7.MouseLeave, CompB8.MouseLeave, CompB9.MouseLeave, CompB10.MouseLeave, CompC1.MouseLeave, _
    CompC2.MouseLeave, CompC3.MouseLeave, CompC4.MouseLeave, CompC5.MouseLeave, CompC6.MouseLeave, _
    CompC7.MouseLeave, CompC8.MouseLeave, CompC9.MouseLeave, CompC10.MouseLeave, CompD1.MouseLeave, _
    CompD2.MouseLeave, CompD3.MouseLeave, CompD4.MouseLeave, CompD5.MouseLeave, CompD6.MouseLeave, _
    CompD7.MouseLeave, CompD8.MouseLeave, CompD9.MouseLeave, CompD10.MouseLeave, CompE1.MouseLeave, _
    CompE2.MouseLeave, CompE3.MouseLeave, CompE4.MouseLeave, CompE5.MouseLeave, CompE6.MouseLeave, _
    CompE7.MouseLeave, CompE8.MouseLeave, CompE9.MouseLeave, CompE10.MouseLeave, CompF1.MouseLeave, _
    CompF2.MouseLeave, CompF3.MouseLeave, CompF4.MouseLeave, CompF5.MouseLeave, CompF6.MouseLeave, _
    CompF7.MouseLeave, CompF8.MouseLeave, CompF9.MouseLeave, CompF10.MouseLeave, CompG1.MouseLeave, _
    CompG2.MouseLeave, CompG3.MouseLeave, CompG4.MouseLeave, CompG5.MouseLeave, CompG6.MouseLeave, _
    CompG7.MouseLeave, CompG8.MouseLeave, CompG9.MouseLeave, CompG10.MouseLeave, CompH1.MouseLeave, _
    CompH2.MouseLeave, CompH3.MouseLeave, CompH4.MouseLeave, CompH5.MouseLeave, CompH6.MouseLeave, _
    CompH7.MouseLeave, CompH8.MouseLeave, CompH9.MouseLeave, CompH10.MouseLeave, CompI1.MouseLeave, _
    CompI2.MouseLeave, CompI3.MouseLeave, CompI4.MouseLeave, CompI5.MouseLeave, CompI6.MouseLeave, _
    CompI7.MouseLeave, CompI8.MouseLeave, CompI9.MouseLeave, CompI10.MouseLeave, CompJ1.MouseLeave, _
    CompJ2.MouseLeave, CompJ3.MouseLeave, CompJ4.MouseLeave, CompJ5.MouseLeave, CompJ6.MouseLeave, _
    CompJ7.MouseLeave, CompJ8.MouseLeave, CompJ9.MouseLeave, CompJ10.MouseLeave
        Dim PB As New PictureBox
        PB = CType(sender, PictureBox)
        PB.Cursor = System.Windows.Forms.Cursors.Default
    End Sub
    Private Sub ClearBoxes()
        Me.PlayerA1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerA10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerB10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerC10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerD10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerE10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerF10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerG10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerH10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerI10.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ1.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ2.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ3.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ4.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ5.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ6.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ7.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ8.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ9.BackColor = System.Drawing.Color.Transparent
        Me.PlayerJ10.BackColor = System.Drawing.Color.Transparent
        Me.CompA1.BackColor = System.Drawing.Color.Transparent
        Me.CompA2.BackColor = System.Drawing.Color.Transparent
        Me.CompA3.BackColor = System.Drawing.Color.Transparent
        Me.CompA4.BackColor = System.Drawing.Color.Transparent
        Me.CompA5.BackColor = System.Drawing.Color.Transparent
        Me.CompA6.BackColor = System.Drawing.Color.Transparent
        Me.CompA7.BackColor = System.Drawing.Color.Transparent
        Me.CompA8.BackColor = System.Drawing.Color.Transparent
        Me.CompA9.BackColor = System.Drawing.Color.Transparent
        Me.CompA10.BackColor = System.Drawing.Color.Transparent
        Me.CompB1.BackColor = System.Drawing.Color.Transparent
        Me.CompB2.BackColor = System.Drawing.Color.Transparent
        Me.CompB3.BackColor = System.Drawing.Color.Transparent
        Me.CompB4.BackColor = System.Drawing.Color.Transparent
        Me.CompB5.BackColor = System.Drawing.Color.Transparent
        Me.CompB6.BackColor = System.Drawing.Color.Transparent
        Me.CompB7.BackColor = System.Drawing.Color.Transparent
        Me.CompB8.BackColor = System.Drawing.Color.Transparent
        Me.CompB9.BackColor = System.Drawing.Color.Transparent
        Me.CompB10.BackColor = System.Drawing.Color.Transparent
        Me.CompC1.BackColor = System.Drawing.Color.Transparent
        Me.CompC2.BackColor = System.Drawing.Color.Transparent
        Me.CompC3.BackColor = System.Drawing.Color.Transparent
        Me.CompC4.BackColor = System.Drawing.Color.Transparent
        Me.CompC5.BackColor = System.Drawing.Color.Transparent
        Me.CompC6.BackColor = System.Drawing.Color.Transparent
        Me.CompC7.BackColor = System.Drawing.Color.Transparent
        Me.CompC8.BackColor = System.Drawing.Color.Transparent
        Me.CompC9.BackColor = System.Drawing.Color.Transparent
        Me.CompC10.BackColor = System.Drawing.Color.Transparent
        Me.CompD1.BackColor = System.Drawing.Color.Transparent
        Me.CompD2.BackColor = System.Drawing.Color.Transparent
        Me.CompD3.BackColor = System.Drawing.Color.Transparent
        Me.CompD4.BackColor = System.Drawing.Color.Transparent
        Me.CompD5.BackColor = System.Drawing.Color.Transparent
        Me.CompD6.BackColor = System.Drawing.Color.Transparent
        Me.CompD7.BackColor = System.Drawing.Color.Transparent
        Me.CompD8.BackColor = System.Drawing.Color.Transparent
        Me.CompD9.BackColor = System.Drawing.Color.Transparent
        Me.CompD10.BackColor = System.Drawing.Color.Transparent
        Me.CompE1.BackColor = System.Drawing.Color.Transparent
        Me.CompE2.BackColor = System.Drawing.Color.Transparent
        Me.CompE3.BackColor = System.Drawing.Color.Transparent
        Me.CompE4.BackColor = System.Drawing.Color.Transparent
        Me.CompE5.BackColor = System.Drawing.Color.Transparent
        Me.CompE6.BackColor = System.Drawing.Color.Transparent
        Me.CompE7.BackColor = System.Drawing.Color.Transparent
        Me.CompE8.BackColor = System.Drawing.Color.Transparent
        Me.CompE9.BackColor = System.Drawing.Color.Transparent
        Me.CompE10.BackColor = System.Drawing.Color.Transparent
        Me.CompF1.BackColor = System.Drawing.Color.Transparent
        Me.CompF2.BackColor = System.Drawing.Color.Transparent
        Me.CompF3.BackColor = System.Drawing.Color.Transparent
        Me.CompF4.BackColor = System.Drawing.Color.Transparent
        Me.CompF5.BackColor = System.Drawing.Color.Transparent
        Me.CompF6.BackColor = System.Drawing.Color.Transparent
        Me.CompF7.BackColor = System.Drawing.Color.Transparent
        Me.CompF8.BackColor = System.Drawing.Color.Transparent
        Me.CompF9.BackColor = System.Drawing.Color.Transparent
        Me.CompF10.BackColor = System.Drawing.Color.Transparent
        Me.CompG1.BackColor = System.Drawing.Color.Transparent
        Me.CompG2.BackColor = System.Drawing.Color.Transparent
        Me.CompG3.BackColor = System.Drawing.Color.Transparent
        Me.CompG4.BackColor = System.Drawing.Color.Transparent
        Me.CompG5.BackColor = System.Drawing.Color.Transparent
        Me.CompG6.BackColor = System.Drawing.Color.Transparent
        Me.CompG7.BackColor = System.Drawing.Color.Transparent
        Me.CompG8.BackColor = System.Drawing.Color.Transparent
        Me.CompG9.BackColor = System.Drawing.Color.Transparent
        Me.CompG10.BackColor = System.Drawing.Color.Transparent
        Me.CompH1.BackColor = System.Drawing.Color.Transparent
        Me.CompH2.BackColor = System.Drawing.Color.Transparent
        Me.CompH3.BackColor = System.Drawing.Color.Transparent
        Me.CompH4.BackColor = System.Drawing.Color.Transparent
        Me.CompH5.BackColor = System.Drawing.Color.Transparent
        Me.CompH6.BackColor = System.Drawing.Color.Transparent
        Me.CompH7.BackColor = System.Drawing.Color.Transparent
        Me.CompH8.BackColor = System.Drawing.Color.Transparent
        Me.CompH9.BackColor = System.Drawing.Color.Transparent
        Me.CompH10.BackColor = System.Drawing.Color.Transparent
        Me.CompI1.BackColor = System.Drawing.Color.Transparent
        Me.CompI2.BackColor = System.Drawing.Color.Transparent
        Me.CompI3.BackColor = System.Drawing.Color.Transparent
        Me.CompI4.BackColor = System.Drawing.Color.Transparent
        Me.CompI5.BackColor = System.Drawing.Color.Transparent
        Me.CompI6.BackColor = System.Drawing.Color.Transparent
        Me.CompI7.BackColor = System.Drawing.Color.Transparent
        Me.CompI8.BackColor = System.Drawing.Color.Transparent
        Me.CompI9.BackColor = System.Drawing.Color.Transparent
        Me.CompI10.BackColor = System.Drawing.Color.Transparent
        Me.CompJ1.BackColor = System.Drawing.Color.Transparent
        Me.CompJ2.BackColor = System.Drawing.Color.Transparent
        Me.CompJ3.BackColor = System.Drawing.Color.Transparent
        Me.CompJ4.BackColor = System.Drawing.Color.Transparent
        Me.CompJ5.BackColor = System.Drawing.Color.Transparent
        Me.CompJ6.BackColor = System.Drawing.Color.Transparent
        Me.CompJ7.BackColor = System.Drawing.Color.Transparent
        Me.CompJ8.BackColor = System.Drawing.Color.Transparent
        Me.CompJ9.BackColor = System.Drawing.Color.Transparent
        Me.CompJ10.BackColor = System.Drawing.Color.Transparent


    End Sub
    Private Sub EnablePlayerBoxes()
        Me.PlayerA1.Enabled = True
        Me.PlayerA2.Enabled = True
        Me.PlayerA3.Enabled = True
        Me.PlayerA4.Enabled = True
        Me.PlayerA5.Enabled = True
        Me.PlayerA6.Enabled = True
        Me.PlayerA7.Enabled = True
        Me.PlayerA8.Enabled = True
        Me.PlayerA9.Enabled = True
        Me.PlayerA10.Enabled = True
        Me.PlayerB1.Enabled = True
        Me.PlayerB2.Enabled = True
        Me.PlayerB3.Enabled = True
        Me.PlayerB4.Enabled = True
        Me.PlayerB5.Enabled = True
        Me.PlayerB6.Enabled = True
        Me.PlayerB7.Enabled = True
        Me.PlayerB8.Enabled = True
        Me.PlayerB9.Enabled = True
        Me.PlayerB10.Enabled = True
        Me.PlayerC1.Enabled = True
        Me.PlayerC2.Enabled = True
        Me.PlayerC3.Enabled = True
        Me.PlayerC4.Enabled = True
        Me.PlayerC5.Enabled = True
        Me.PlayerC6.Enabled = True
        Me.PlayerC7.Enabled = True
        Me.PlayerC8.Enabled = True
        Me.PlayerC9.Enabled = True
        Me.PlayerC10.Enabled = True
        Me.PlayerD1.Enabled = True
        Me.PlayerD2.Enabled = True
        Me.PlayerD3.Enabled = True
        Me.PlayerD4.Enabled = True
        Me.PlayerD5.Enabled = True
        Me.PlayerD6.Enabled = True
        Me.PlayerD7.Enabled = True
        Me.PlayerD8.Enabled = True
        Me.PlayerD9.Enabled = True
        Me.PlayerD10.Enabled = True
        Me.PlayerE1.Enabled = True
        Me.PlayerE2.Enabled = True
        Me.PlayerE3.Enabled = True
        Me.PlayerE4.Enabled = True
        Me.PlayerE5.Enabled = True
        Me.PlayerE6.Enabled = True
        Me.PlayerB7.Enabled = True
        Me.PlayerB8.Enabled = True
        Me.PlayerE9.Enabled = True
        Me.PlayerE10.Enabled = True
        Me.PlayerF1.Enabled = True
        Me.PlayerF2.Enabled = True
        Me.PlayerF3.Enabled = True
        Me.PlayerF4.Enabled = True
        Me.PlayerF5.Enabled = True
        Me.PlayerF6.Enabled = True
        Me.PlayerF7.Enabled = True
        Me.PlayerF8.Enabled = True
        Me.PlayerF9.Enabled = True
        Me.PlayerF10.Enabled = True
        Me.PlayerG1.Enabled = True
        Me.PlayerG2.Enabled = True
        Me.PlayerG3.Enabled = True
        Me.PlayerG4.Enabled = True
        Me.PlayerG5.Enabled = True
        Me.PlayerG6.Enabled = True
        Me.PlayerG7.Enabled = True
        Me.PlayerG8.Enabled = True
        Me.PlayerG9.Enabled = True
        Me.PlayerG10.Enabled = True
        Me.PlayerH1.Enabled = True
        Me.PlayerH2.Enabled = True
        Me.PlayerH3.Enabled = True
        Me.PlayerH4.Enabled = True
        Me.PlayerH5.Enabled = True
        Me.PlayerH6.Enabled = True
        Me.PlayerH7.Enabled = True
        Me.PlayerH8.Enabled = True
        Me.PlayerH9.Enabled = True
        Me.PlayerH10.Enabled = True
        Me.PlayerI1.Enabled = True
        Me.PlayerI2.Enabled = True
        Me.PlayerI3.Enabled = True
        Me.PlayerI4.Enabled = True
        Me.PlayerI5.Enabled = True
        Me.PlayerI6.Enabled = True
        Me.PlayerI7.Enabled = True
        Me.PlayerI8.Enabled = True
        Me.PlayerI9.Enabled = True
        Me.PlayerI10.Enabled = True
        Me.PlayerJ1.Enabled = True
        Me.PlayerJ2.Enabled = True
        Me.PlayerJ3.Enabled = True
        Me.PlayerJ4.Enabled = True
        Me.PlayerJ5.Enabled = True
        Me.PlayerJ6.Enabled = True
        Me.PlayerJ7.Enabled = True
        Me.PlayerJ8.Enabled = True
        Me.PlayerJ9.Enabled = True
        Me.PlayerJ10.Enabled = True
    End Sub

    Private Sub EnableCompBoxes()
        Me.CompA1.Enabled = True
        Me.CompA2.Enabled = True
        Me.CompA3.Enabled = True
        Me.CompA4.Enabled = True
        Me.CompA5.Enabled = True
        Me.CompA6.Enabled = True
        Me.CompA7.Enabled = True
        Me.CompA8.Enabled = True
        Me.CompA9.Enabled = True
        Me.CompA10.Enabled = True
        Me.CompB1.Enabled = True
        Me.CompB2.Enabled = True
        Me.CompB3.Enabled = True
        Me.CompB4.Enabled = True
        Me.CompB5.Enabled = True
        Me.CompB6.Enabled = True
        Me.CompB7.Enabled = True
        Me.CompB8.Enabled = True
        Me.CompB9.Enabled = True
        Me.CompB10.Enabled = True
        Me.CompC1.Enabled = True
        Me.CompC2.Enabled = True
        Me.CompC3.Enabled = True
        Me.CompC4.Enabled = True
        Me.CompC5.Enabled = True
        Me.CompC6.Enabled = True
        Me.CompC7.Enabled = True
        Me.CompC8.Enabled = True
        Me.CompC9.Enabled = True
        Me.CompC10.Enabled = True
        Me.CompD1.Enabled = True
        Me.CompD2.Enabled = True
        Me.CompD3.Enabled = True
        Me.CompD4.Enabled = True
        Me.CompD5.Enabled = True
        Me.CompD6.Enabled = True
        Me.CompD7.Enabled = True
        Me.CompD8.Enabled = True
        Me.CompD9.Enabled = True
        Me.CompD10.Enabled = True
        Me.CompE1.Enabled = True
        Me.CompE2.Enabled = True
        Me.CompE3.Enabled = True
        Me.CompE4.Enabled = True
        Me.CompE5.Enabled = True
        Me.CompE6.Enabled = True
        Me.CompE7.Enabled = True
        Me.CompE8.Enabled = True
        Me.CompE9.Enabled = True
        Me.CompE10.Enabled = True
        Me.CompF1.Enabled = True
        Me.CompF2.Enabled = True
        Me.CompF3.Enabled = True
        Me.CompF4.Enabled = True
        Me.CompF5.Enabled = True
        Me.CompF6.Enabled = True
        Me.CompF7.Enabled = True
        Me.CompF8.Enabled = True
        Me.CompF8.Enabled = True
        Me.CompF9.Enabled = True
        Me.CompF10.Enabled = True
        Me.CompG1.Enabled = True
        Me.CompG2.Enabled = True
        Me.CompG3.Enabled = True
        Me.CompG4.Enabled = True
        Me.CompG5.Enabled = True
        Me.CompG6.Enabled = True
        Me.CompG7.Enabled = True
        Me.CompG8.Enabled = True
        Me.CompG9.Enabled = True
        Me.CompG10.Enabled = True
        Me.CompH1.Enabled = True
        Me.CompH2.Enabled = True
        Me.CompH3.Enabled = True
        Me.CompH4.Enabled = True
        Me.CompH5.Enabled = True
        Me.CompH6.Enabled = True
        Me.CompH7.Enabled = True
        Me.CompH8.Enabled = True
        Me.CompH9.Enabled = True
        Me.CompH10.Enabled = True
        Me.CompI1.Enabled = True
        Me.CompI2.Enabled = True
        Me.CompI3.Enabled = True
        Me.CompI4.Enabled = True
        Me.CompI5.Enabled = True
        Me.CompI6.Enabled = True
        Me.CompI7.Enabled = True
        Me.CompI8.Enabled = True
        Me.CompI9.Enabled = True
        Me.CompI10.Enabled = True
        Me.CompJ1.Enabled = True
        Me.CompJ2.Enabled = True
        Me.CompJ3.Enabled = True
        Me.CompJ4.Enabled = True
        Me.CompJ5.Enabled = True
        Me.CompJ6.Enabled = True
        Me.CompJ7.Enabled = True
        Me.CompJ8.Enabled = True
        Me.CompJ9.Enabled = True
        Me.CompJ10.Enabled = True
    End Sub

    Private Sub DragOverBoxes(ByVal sender As Object, ByVal e As System.Windows.Forms.DragEventArgs) Handles PlayerA1.DragOver, _
    PlayerA2.DragOver, PlayerA3.DragOver, PlayerA4.DragOver, PlayerA5.DragOver, PlayerA6.DragOver, PlayerA7.DragOver, PlayerA8.DragOver, _
    PlayerA9.DragOver, PlayerA10.DragOver, PlayerB1.DragOver, PlayerB2.DragOver, PlayerB3.DragOver, PlayerB4.DragOver, PlayerB5.DragOver, _
    PlayerB6.DragOver, PlayerB7.DragOver, PlayerB8.DragOver, PlayerB9.DragOver, PlayerB10.DragOver, PlayerC1.DragOver, PlayerC2.DragOver, _
    PlayerC3.DragOver, PlayerC4.DragOver, PlayerC5.DragOver, PlayerC6.DragOver, PlayerC7.DragOver, PlayerC8.DragOver, _
    PlayerC9.DragOver, PlayerC10.DragOver, PlayerD1.DragOver, PlayerD2.DragOver, PlayerD3.DragOver, PlayerD4.DragOver, PlayerD5.DragOver, _
    PlayerD6.DragOver, PlayerD7.DragOver, PlayerD8.DragOver, PlayerD9.DragOver, PlayerD10.DragOver, PlayerE1.DragOver, PlayerE2.DragOver, _
    PlayerE3.DragOver, PlayerE4.DragOver, PlayerE5.DragOver, PlayerE6.DragOver, PlayerE7.DragOver, PlayerE8.DragOver, PlayerE9.DragOver, _
    PlayerE10.DragOver, PlayerF1.DragOver, PlayerF2.DragOver, PlayerF3.DragOver, PlayerF4.DragOver, PlayerF5.DragOver, PlayerF6.DragOver, _
    PlayerF7.DragOver, PlayerF8.DragOver, PlayerF9.DragOver, PlayerF10.DragOver, PlayerG1.DragOver, PlayerG2.DragOver, PlayerG3.DragOver, _
    PlayerG4.DragOver, PlayerG5.DragOver, PlayerG6.DragOver, PlayerG7.DragOver, PlayerG8.DragOver, PlayerG9.DragOver, PlayerG10.DragOver

    End Sub
    Private Sub GameBoard_Closing(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
        If GameStat = True Then
            Dim button As Integer
            button = MessageBox.Show("Are you sure you want to quit?", _
            "Battleship", MessageBoxButtons.YesNo, _
            MessageBoxIcon.Question, MessageBoxDefaultButton.Button2)
            If button = Windows.Forms.DialogResult.No Then
                e.Cancel = True
            End If
        End If
    End Sub

End Class