Click here to Skip to main content
15,888,816 members
Articles / Desktop Programming / Win32

Mirror keys for multiboxing MMORPG games like WOW/LOTRO

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
7 Mar 2013CPOL5 min read 20.7K   800   3  
Raw input 64-bit .NET classes.
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormMain
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    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.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormMain))
        Me.StatusStrip1 = New System.Windows.Forms.StatusStrip
        Me.ToolStripStatusLabel3 = New System.Windows.Forms.ToolStripStatusLabel
        Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel
        Me.ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel
        Me.TabControlMain = New System.Windows.Forms.TabControl
        Me.tpSettings = New System.Windows.Forms.TabPage
        Me.Panel2 = New System.Windows.Forms.Panel
        Me.SplitContainer1 = New System.Windows.Forms.SplitContainer
        Me.SplitContainer2 = New System.Windows.Forms.SplitContainer
        Me.lbAppNames = New System.Windows.Forms.CheckedListBox
        Me.cmAppNames = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.lbAppTitles = New System.Windows.Forms.CheckedListBox
        Me.cmAppTitles = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.lvPIDS = New System.Windows.Forms.ListView
        Me.chMachine = New System.Windows.Forms.ColumnHeader
        Me.chAppPid = New System.Windows.Forms.ColumnHeader
        Me.chKeyed = New System.Windows.Forms.ColumnHeader
        Me.chKeys = New System.Windows.Forms.ColumnHeader
        Me.chVKey = New System.Windows.Forms.ColumnHeader
        Me.gbAddApp = New System.Windows.Forms.GroupBox
        Me.gbAppName = New System.Windows.Forms.GroupBox
        Me.tbAppName = New System.Windows.Forms.TextBox
        Me.gbAppTitle = New System.Windows.Forms.GroupBox
        Me.tbAppTitle = New System.Windows.Forms.TextBox
        Me.Panel1 = New System.Windows.Forms.Panel
        Me.btnEnabled = New System.Windows.Forms.Button
        Me.ImageListEnable = New System.Windows.Forms.ImageList(Me.components)
        Me.Panel7 = New System.Windows.Forms.Panel
        Me.Panel6 = New System.Windows.Forms.Panel
        Me.btnRemove = New System.Windows.Forms.Button
        Me.btnAdd = New System.Windows.Forms.Button
        Me.tpKeys = New System.Windows.Forms.TabPage
        Me.SplitContainer3 = New System.Windows.Forms.SplitContainer
        Me.lbKeys = New System.Windows.Forms.ListBox
        Me.Panel3 = New System.Windows.Forms.Panel
        Me.Panel5 = New System.Windows.Forms.Panel
        Me.Panel4 = New System.Windows.Forms.Panel
        Me.tbLog = New System.Windows.Forms.TextBox
        Me.StatusStrip1.SuspendLayout()
        Me.TabControlMain.SuspendLayout()
        Me.tpSettings.SuspendLayout()
        Me.Panel2.SuspendLayout()
        Me.SplitContainer1.Panel1.SuspendLayout()
        Me.SplitContainer1.Panel2.SuspendLayout()
        Me.SplitContainer1.SuspendLayout()
        Me.SplitContainer2.Panel1.SuspendLayout()
        Me.SplitContainer2.Panel2.SuspendLayout()
        Me.SplitContainer2.SuspendLayout()
        Me.gbAddApp.SuspendLayout()
        Me.gbAppName.SuspendLayout()
        Me.gbAppTitle.SuspendLayout()
        Me.Panel1.SuspendLayout()
        Me.Panel6.SuspendLayout()
        Me.tpKeys.SuspendLayout()
        Me.SplitContainer3.Panel1.SuspendLayout()
        Me.SplitContainer3.Panel2.SuspendLayout()
        Me.SplitContainer3.SuspendLayout()
        Me.Panel3.SuspendLayout()
        Me.SuspendLayout()
        '
        'StatusStrip1
        '
        Me.StatusStrip1.BackColor = System.Drawing.Color.DarkGreen
        Me.StatusStrip1.Font = New System.Drawing.Font("Courier New", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel3})
        Me.StatusStrip1.Location = New System.Drawing.Point(0, 411)
        Me.StatusStrip1.Name = "StatusStrip1"
        Me.StatusStrip1.Size = New System.Drawing.Size(612, 22)
        Me.StatusStrip1.TabIndex = 0
        Me.StatusStrip1.Text = "StatusStrip1"
        '
        'ToolStripStatusLabel3
        '
        Me.ToolStripStatusLabel3.ForeColor = System.Drawing.Color.White
        Me.ToolStripStatusLabel3.Name = "ToolStripStatusLabel3"
        Me.ToolStripStatusLabel3.Size = New System.Drawing.Size(0, 17)
        '
        'ToolStripStatusLabel1
        '
        Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
        Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(0, 17)
        '
        'ToolStripStatusLabel2
        '
        Me.ToolStripStatusLabel2.Name = "ToolStripStatusLabel2"
        Me.ToolStripStatusLabel2.Size = New System.Drawing.Size(0, 17)
        '
        'TabControlMain
        '
        Me.TabControlMain.Controls.Add(Me.tpSettings)
        Me.TabControlMain.Controls.Add(Me.tpKeys)
        Me.TabControlMain.Dock = System.Windows.Forms.DockStyle.Fill
        Me.TabControlMain.Location = New System.Drawing.Point(0, 0)
        Me.TabControlMain.Name = "TabControlMain"
        Me.TabControlMain.SelectedIndex = 0
        Me.TabControlMain.Size = New System.Drawing.Size(612, 411)
        Me.TabControlMain.TabIndex = 1
        '
        'tpSettings
        '
        Me.tpSettings.Controls.Add(Me.Panel2)
        Me.tpSettings.Controls.Add(Me.gbAddApp)
        Me.tpSettings.Location = New System.Drawing.Point(4, 22)
        Me.tpSettings.Name = "tpSettings"
        Me.tpSettings.Padding = New System.Windows.Forms.Padding(3)
        Me.tpSettings.Size = New System.Drawing.Size(604, 385)
        Me.tpSettings.TabIndex = 0
        Me.tpSettings.Text = "Settings"
        Me.tpSettings.UseVisualStyleBackColor = True
        '
        'Panel2
        '
        Me.Panel2.Controls.Add(Me.SplitContainer1)
        Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
        Me.Panel2.Location = New System.Drawing.Point(3, 124)
        Me.Panel2.Name = "Panel2"
        Me.Panel2.Size = New System.Drawing.Size(598, 258)
        Me.Panel2.TabIndex = 3
        '
        'SplitContainer1
        '
        Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
        Me.SplitContainer1.Name = "SplitContainer1"
        Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
        '
        'SplitContainer1.Panel1
        '
        Me.SplitContainer1.Panel1.Controls.Add(Me.SplitContainer2)
        '
        'SplitContainer1.Panel2
        '
        Me.SplitContainer1.Panel2.Controls.Add(Me.lvPIDS)
        Me.SplitContainer1.Size = New System.Drawing.Size(598, 258)
        Me.SplitContainer1.SplitterDistance = 76
        Me.SplitContainer1.TabIndex = 0
        '
        'SplitContainer2
        '
        Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
        Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
        Me.SplitContainer2.Name = "SplitContainer2"
        '
        'SplitContainer2.Panel1
        '
        Me.SplitContainer2.Panel1.Controls.Add(Me.lbAppNames)
        '
        'SplitContainer2.Panel2
        '
        Me.SplitContainer2.Panel2.Controls.Add(Me.lbAppTitles)
        Me.SplitContainer2.Size = New System.Drawing.Size(598, 76)
        Me.SplitContainer2.SplitterDistance = 276
        Me.SplitContainer2.TabIndex = 1
        '
        'lbAppNames
        '
        Me.lbAppNames.ColumnWidth = 160
        Me.lbAppNames.ContextMenuStrip = Me.cmAppNames
        Me.lbAppNames.Dock = System.Windows.Forms.DockStyle.Fill
        Me.lbAppNames.Font = New System.Drawing.Font("Courier New", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbAppNames.FormattingEnabled = True
        Me.lbAppNames.IntegralHeight = False
        Me.lbAppNames.Items.AddRange(New Object() {"Wow", "Wow-64"})
        Me.lbAppNames.Location = New System.Drawing.Point(0, 0)
        Me.lbAppNames.Name = "lbAppNames"
        Me.lbAppNames.Size = New System.Drawing.Size(276, 76)
        Me.lbAppNames.Sorted = True
        Me.lbAppNames.TabIndex = 1
        Me.lbAppNames.ThreeDCheckBoxes = True
        '
        'cmAppNames
        '
        Me.cmAppNames.Name = "cmAppTitles"
        Me.cmAppNames.Size = New System.Drawing.Size(61, 4)
        '
        'lbAppTitles
        '
        Me.lbAppTitles.ContextMenuStrip = Me.cmAppTitles
        Me.lbAppTitles.Dock = System.Windows.Forms.DockStyle.Fill
        Me.lbAppTitles.Font = New System.Drawing.Font("Courier New", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbAppTitles.FormattingEnabled = True
        Me.lbAppTitles.IntegralHeight = False
        Me.lbAppTitles.Items.AddRange(New Object() {"World of Warcraft"})
        Me.lbAppTitles.Location = New System.Drawing.Point(0, 0)
        Me.lbAppTitles.Name = "lbAppTitles"
        Me.lbAppTitles.Size = New System.Drawing.Size(318, 76)
        Me.lbAppTitles.Sorted = True
        Me.lbAppTitles.TabIndex = 2
        Me.lbAppTitles.ThreeDCheckBoxes = True
        '
        'cmAppTitles
        '
        Me.cmAppTitles.Name = "cmAppTitles"
        Me.cmAppTitles.Size = New System.Drawing.Size(61, 4)
        '
        'lvPIDS
        '
        Me.lvPIDS.CheckBoxes = True
        Me.lvPIDS.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.chMachine, Me.chAppPid, Me.chKeyed, Me.chKeys, Me.chVKey})
        Me.lvPIDS.Dock = System.Windows.Forms.DockStyle.Fill
        Me.lvPIDS.Font = New System.Drawing.Font("Courier New", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lvPIDS.FullRowSelect = True
        Me.lvPIDS.GridLines = True
        Me.lvPIDS.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
        Me.lvPIDS.Location = New System.Drawing.Point(0, 0)
        Me.lvPIDS.MultiSelect = False
        Me.lvPIDS.Name = "lvPIDS"
        Me.lvPIDS.Size = New System.Drawing.Size(598, 178)
        Me.lvPIDS.TabIndex = 0
        Me.lvPIDS.UseCompatibleStateImageBehavior = False
        Me.lvPIDS.View = System.Windows.Forms.View.Details
        '
        'chMachine
        '
        Me.chMachine.Text = "Machine"
        Me.chMachine.Width = 340
        '
        'chAppPid
        '
        Me.chAppPid.Text = "Pid"
        Me.chAppPid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        Me.chAppPid.Width = 80
        '
        'chKeyed
        '
        Me.chKeyed.Text = "Out"
        Me.chKeyed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        Me.chKeyed.Width = 50
        '
        'chKeys
        '
        Me.chKeys.Text = "In"
        Me.chKeys.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        Me.chKeys.Width = 50
        '
        'chVKey
        '
        Me.chVKey.Text = "VKey"
        Me.chVKey.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'gbAddApp
        '
        Me.gbAddApp.Controls.Add(Me.gbAppName)
        Me.gbAddApp.Controls.Add(Me.gbAppTitle)
        Me.gbAddApp.Controls.Add(Me.Panel1)
        Me.gbAddApp.Dock = System.Windows.Forms.DockStyle.Top
        Me.gbAddApp.Location = New System.Drawing.Point(3, 3)
        Me.gbAddApp.Name = "gbAddApp"
        Me.gbAddApp.Padding = New System.Windows.Forms.Padding(12, 3, 12, 10)
        Me.gbAddApp.Size = New System.Drawing.Size(598, 121)
        Me.gbAddApp.TabIndex = 2
        Me.gbAddApp.TabStop = False
        Me.gbAddApp.Text = "Add/Remove Application"
        '
        'gbAppName
        '
        Me.gbAppName.Controls.Add(Me.tbAppName)
        Me.gbAppName.Dock = System.Windows.Forms.DockStyle.Top
        Me.gbAppName.Location = New System.Drawing.Point(12, 60)
        Me.gbAppName.Name = "gbAppName"
        Me.gbAppName.Padding = New System.Windows.Forms.Padding(12, 3, 12, 8)
        Me.gbAppName.Size = New System.Drawing.Size(373, 45)
        Me.gbAppName.TabIndex = 12
        Me.gbAppName.TabStop = False
        Me.gbAppName.Text = "Application Executable Name"
        '
        'tbAppName
        '
        Me.tbAppName.ContextMenuStrip = Me.cmAppNames
        Me.tbAppName.Dock = System.Windows.Forms.DockStyle.Fill
        Me.tbAppName.Font = New System.Drawing.Font("Courier New", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbAppName.Location = New System.Drawing.Point(12, 16)
        Me.tbAppName.Name = "tbAppName"
        Me.tbAppName.Size = New System.Drawing.Size(349, 22)
        Me.tbAppName.TabIndex = 1
        '
        'gbAppTitle
        '
        Me.gbAppTitle.Controls.Add(Me.tbAppTitle)
        Me.gbAppTitle.Dock = System.Windows.Forms.DockStyle.Top
        Me.gbAppTitle.Location = New System.Drawing.Point(12, 16)
        Me.gbAppTitle.Name = "gbAppTitle"
        Me.gbAppTitle.Padding = New System.Windows.Forms.Padding(12, 3, 12, 8)
        Me.gbAppTitle.Size = New System.Drawing.Size(373, 44)
        Me.gbAppTitle.TabIndex = 11
        Me.gbAppTitle.TabStop = False
        Me.gbAppTitle.Text = "Application Window Title"
        '
        'tbAppTitle
        '
        Me.tbAppTitle.ContextMenuStrip = Me.cmAppTitles
        Me.tbAppTitle.Dock = System.Windows.Forms.DockStyle.Fill
        Me.tbAppTitle.Font = New System.Drawing.Font("Courier New", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbAppTitle.Location = New System.Drawing.Point(12, 16)
        Me.tbAppTitle.Name = "tbAppTitle"
        Me.tbAppTitle.Size = New System.Drawing.Size(349, 22)
        Me.tbAppTitle.TabIndex = 1
        '
        'Panel1
        '
        Me.Panel1.Controls.Add(Me.btnEnabled)
        Me.Panel1.Controls.Add(Me.Panel7)
        Me.Panel1.Controls.Add(Me.Panel6)
        Me.Panel1.Dock = System.Windows.Forms.DockStyle.Right
        Me.Panel1.Location = New System.Drawing.Point(385, 16)
        Me.Panel1.Name = "Panel1"
        Me.Panel1.Size = New System.Drawing.Size(201, 95)
        Me.Panel1.TabIndex = 9
        '
        'btnEnabled
        '
        Me.btnEnabled.BackColor = System.Drawing.Color.White
        Me.btnEnabled.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
        Me.btnEnabled.Dock = System.Windows.Forms.DockStyle.Fill
        Me.btnEnabled.Font = New System.Drawing.Font("Times New Roman", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btnEnabled.ImageIndex = 0
        Me.btnEnabled.ImageList = Me.ImageListEnable
        Me.btnEnabled.Location = New System.Drawing.Point(107, 0)
        Me.btnEnabled.Name = "btnEnabled"
        Me.btnEnabled.Size = New System.Drawing.Size(94, 95)
        Me.btnEnabled.TabIndex = 10
        Me.btnEnabled.UseVisualStyleBackColor = False
        '
        'ImageListEnable
        '
        Me.ImageListEnable.ImageStream = CType(resources.GetObject("ImageListEnable.ImageStream"), System.Windows.Forms.ImageListStreamer)
        Me.ImageListEnable.TransparentColor = System.Drawing.Color.Transparent
        Me.ImageListEnable.Images.SetKeyName(0, "enabled.bmp")
        Me.ImageListEnable.Images.SetKeyName(1, "disabled.bmp")
        '
        'Panel7
        '
        Me.Panel7.Dock = System.Windows.Forms.DockStyle.Left
        Me.Panel7.Location = New System.Drawing.Point(89, 0)
        Me.Panel7.Name = "Panel7"
        Me.Panel7.Size = New System.Drawing.Size(18, 95)
        Me.Panel7.TabIndex = 9
        '
        'Panel6
        '
        Me.Panel6.Controls.Add(Me.btnRemove)
        Me.Panel6.Controls.Add(Me.btnAdd)
        Me.Panel6.Dock = System.Windows.Forms.DockStyle.Left
        Me.Panel6.Location = New System.Drawing.Point(0, 0)
        Me.Panel6.Name = "Panel6"
        Me.Panel6.Size = New System.Drawing.Size(89, 95)
        Me.Panel6.TabIndex = 8
        '
        'btnRemove
        '
        Me.btnRemove.Dock = System.Windows.Forms.DockStyle.Right
        Me.btnRemove.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btnRemove.Location = New System.Drawing.Point(13, 0)
        Me.btnRemove.Name = "btnRemove"
        Me.btnRemove.Size = New System.Drawing.Size(39, 95)
        Me.btnRemove.TabIndex = 8
        Me.btnRemove.Text = "R  e  m  o  v  e"
        Me.btnRemove.UseVisualStyleBackColor = True
        '
        'btnAdd
        '
        Me.btnAdd.Dock = System.Windows.Forms.DockStyle.Right
        Me.btnAdd.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btnAdd.Location = New System.Drawing.Point(52, 0)
        Me.btnAdd.Name = "btnAdd"
        Me.btnAdd.Size = New System.Drawing.Size(37, 95)
        Me.btnAdd.TabIndex = 7
        Me.btnAdd.Text = "A  d  d"
        Me.btnAdd.UseVisualStyleBackColor = True
        '
        'tpKeys
        '
        Me.tpKeys.Controls.Add(Me.SplitContainer3)
        Me.tpKeys.Location = New System.Drawing.Point(4, 22)
        Me.tpKeys.Name = "tpKeys"
        Me.tpKeys.Padding = New System.Windows.Forms.Padding(3)
        Me.tpKeys.Size = New System.Drawing.Size(604, 385)
        Me.tpKeys.TabIndex = 1
        Me.tpKeys.Text = "Key Setup"
        Me.tpKeys.UseVisualStyleBackColor = True
        '
        'SplitContainer3
        '
        Me.SplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill
        Me.SplitContainer3.Location = New System.Drawing.Point(3, 3)
        Me.SplitContainer3.Name = "SplitContainer3"
        Me.SplitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal
        '
        'SplitContainer3.Panel1
        '
        Me.SplitContainer3.Panel1.Controls.Add(Me.lbKeys)
        Me.SplitContainer3.Panel1.Controls.Add(Me.Panel3)
        '
        'SplitContainer3.Panel2
        '
        Me.SplitContainer3.Panel2.Controls.Add(Me.tbLog)
        Me.SplitContainer3.Size = New System.Drawing.Size(598, 379)
        Me.SplitContainer3.SplitterDistance = 301
        Me.SplitContainer3.TabIndex = 2
        '
        'lbKeys
        '
        Me.lbKeys.ColumnWidth = 30
        Me.lbKeys.Dock = System.Windows.Forms.DockStyle.Fill
        Me.lbKeys.FormattingEnabled = True
        Me.lbKeys.IntegralHeight = False
        Me.lbKeys.Location = New System.Drawing.Point(0, 0)
        Me.lbKeys.MultiColumn = True
        Me.lbKeys.Name = "lbKeys"
        Me.lbKeys.Size = New System.Drawing.Size(434, 301)
        Me.lbKeys.Sorted = True
        Me.lbKeys.TabIndex = 2
        '
        'Panel3
        '
        Me.Panel3.Controls.Add(Me.Panel5)
        Me.Panel3.Controls.Add(Me.Panel4)
        Me.Panel3.Dock = System.Windows.Forms.DockStyle.Right
        Me.Panel3.Location = New System.Drawing.Point(434, 0)
        Me.Panel3.Name = "Panel3"
        Me.Panel3.Size = New System.Drawing.Size(164, 301)
        Me.Panel3.TabIndex = 0
        '
        'Panel5
        '
        Me.Panel5.BackColor = System.Drawing.Color.White
        Me.Panel5.BackgroundImage = Global.MirrorKeyAdministrator.My.Resources.Resources.remove
        Me.Panel5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
        Me.Panel5.Dock = System.Windows.Forms.DockStyle.Fill
        Me.Panel5.Location = New System.Drawing.Point(0, 150)
        Me.Panel5.Name = "Panel5"
        Me.Panel5.Size = New System.Drawing.Size(164, 151)
        Me.Panel5.TabIndex = 1
        '
        'Panel4
        '
        Me.Panel4.BackColor = System.Drawing.Color.White
        Me.Panel4.BackgroundImage = Global.MirrorKeyAdministrator.My.Resources.Resources.add
        Me.Panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
        Me.Panel4.Dock = System.Windows.Forms.DockStyle.Top
        Me.Panel4.Location = New System.Drawing.Point(0, 0)
        Me.Panel4.Name = "Panel4"
        Me.Panel4.Size = New System.Drawing.Size(164, 150)
        Me.Panel4.TabIndex = 0
        '
        'tbLog
        '
        Me.tbLog.Dock = System.Windows.Forms.DockStyle.Fill
        Me.tbLog.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbLog.Location = New System.Drawing.Point(0, 0)
        Me.tbLog.Multiline = True
        Me.tbLog.Name = "tbLog"
        Me.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.tbLog.Size = New System.Drawing.Size(598, 74)
        Me.tbLog.TabIndex = 1
        Me.tbLog.WordWrap = False
        '
        'FormMain
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(612, 433)
        Me.Controls.Add(Me.TabControlMain)
        Me.Controls.Add(Me.StatusStrip1)
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.Name = "FormMain"
        Me.Text = "Mirror Key Administrator by Darg For Moon - Enabled"
        Me.StatusStrip1.ResumeLayout(False)
        Me.StatusStrip1.PerformLayout()
        Me.TabControlMain.ResumeLayout(False)
        Me.tpSettings.ResumeLayout(False)
        Me.Panel2.ResumeLayout(False)
        Me.SplitContainer1.Panel1.ResumeLayout(False)
        Me.SplitContainer1.Panel2.ResumeLayout(False)
        Me.SplitContainer1.ResumeLayout(False)
        Me.SplitContainer2.Panel1.ResumeLayout(False)
        Me.SplitContainer2.Panel2.ResumeLayout(False)
        Me.SplitContainer2.ResumeLayout(False)
        Me.gbAddApp.ResumeLayout(False)
        Me.gbAppName.ResumeLayout(False)
        Me.gbAppName.PerformLayout()
        Me.gbAppTitle.ResumeLayout(False)
        Me.gbAppTitle.PerformLayout()
        Me.Panel1.ResumeLayout(False)
        Me.Panel6.ResumeLayout(False)
        Me.tpKeys.ResumeLayout(False)
        Me.SplitContainer3.Panel1.ResumeLayout(False)
        Me.SplitContainer3.Panel2.ResumeLayout(False)
        Me.SplitContainer3.Panel2.PerformLayout()
        Me.SplitContainer3.ResumeLayout(False)
        Me.Panel3.ResumeLayout(False)
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
    Friend WithEvents TabControlMain As System.Windows.Forms.TabControl
    Friend WithEvents tpSettings As System.Windows.Forms.TabPage
    Friend WithEvents tpKeys As System.Windows.Forms.TabPage
    Friend WithEvents gbAddApp As System.Windows.Forms.GroupBox
    Friend WithEvents gbAppName As System.Windows.Forms.GroupBox
    Friend WithEvents tbAppName As System.Windows.Forms.TextBox
    Friend WithEvents gbAppTitle As System.Windows.Forms.GroupBox
    Friend WithEvents tbAppTitle As System.Windows.Forms.TextBox
    Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
    Friend WithEvents lvPIDS As System.Windows.Forms.ListView
    Friend WithEvents chMachine As System.Windows.Forms.ColumnHeader
    Friend WithEvents chAppPid As System.Windows.Forms.ColumnHeader
    Friend WithEvents chKeyed As System.Windows.Forms.ColumnHeader
    Friend WithEvents chKeys As System.Windows.Forms.ColumnHeader
    Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents SplitContainer2 As System.Windows.Forms.SplitContainer
    Friend WithEvents lbAppNames As System.Windows.Forms.CheckedListBox
    Friend WithEvents lbAppTitles As System.Windows.Forms.CheckedListBox
    Friend WithEvents chVKey As System.Windows.Forms.ColumnHeader
    Friend WithEvents ToolStripStatusLabel2 As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents Panel2 As System.Windows.Forms.Panel
    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents SplitContainer3 As System.Windows.Forms.SplitContainer
    Friend WithEvents lbKeys As System.Windows.Forms.ListBox
    Friend WithEvents Panel3 As System.Windows.Forms.Panel
    Friend WithEvents Panel5 As System.Windows.Forms.Panel
    Friend WithEvents Panel4 As System.Windows.Forms.Panel
    Friend WithEvents tbLog As System.Windows.Forms.TextBox
    Friend WithEvents btnEnabled As System.Windows.Forms.Button
    Friend WithEvents Panel7 As System.Windows.Forms.Panel
    Friend WithEvents Panel6 As System.Windows.Forms.Panel
    Friend WithEvents btnRemove As System.Windows.Forms.Button
    Friend WithEvents btnAdd As System.Windows.Forms.Button
    Friend WithEvents ImageListEnable As System.Windows.Forms.ImageList
    Friend WithEvents ToolStripStatusLabel3 As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents cmAppTitles As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents cmAppNames As System.Windows.Forms.ContextMenuStrip

End Class

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions