PokemonGameEditor/GBAPokemonGameEditor/MainFrm.Designer.vb
Gamer2020 eeda203fe4 TM/HM editor added!
I added a TM/HM editor. I just felt like tit would be easier if it was
separate from the item editor. Item editor is coming up next!
2015-10-25 11:42:16 -04:00

714 lines
31 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MainFrm
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainFrm))
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.OpenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripSeparator()
Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.SettingsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AddOrRemoveProgramsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.TransparentBackgroundsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.DisablePokemonImageLoadingToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Jambo51MoveTableHackToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.UseJambo51sTMHMExtensionHackIfYouDontKnowWhatThisIsDontUseItToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.LinuxToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.HelpToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.EditRomsiniToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem6 = New System.Windows.Forms.ToolStripSeparator()
Me.AboutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Button4 = New System.Windows.Forms.Button()
Me.fileOpenDialog = New System.Windows.Forms.OpenFileDialog()
Me.Button5 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button24 = New System.Windows.Forms.Button()
Me.Button25 = New System.Windows.Forms.Button()
Me.Button26 = New System.Windows.Forms.Button()
Me.Button27 = New System.Windows.Forms.Button()
Me.Button28 = New System.Windows.Forms.Button()
Me.Button29 = New System.Windows.Forms.Button()
Me.Button30 = New System.Windows.Forms.Button()
Me.Button31 = New System.Windows.Forms.Button()
Me.Button32 = New System.Windows.Forms.Button()
Me.Button33 = New System.Windows.Forms.Button()
Me.Button34 = New System.Windows.Forms.Button()
Me.Button35 = New System.Windows.Forms.Button()
Me.Button36 = New System.Windows.Forms.Button()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.Button47 = New System.Windows.Forms.Button()
Me.Button48 = New System.Windows.Forms.Button()
Me.Button49 = New System.Windows.Forms.Button()
Me.Button50 = New System.Windows.Forms.Button()
Me.Button51 = New System.Windows.Forms.Button()
Me.Button42 = New System.Windows.Forms.Button()
Me.Button43 = New System.Windows.Forms.Button()
Me.Button44 = New System.Windows.Forms.Button()
Me.Button45 = New System.Windows.Forms.Button()
Me.Button46 = New System.Windows.Forms.Button()
Me.Button37 = New System.Windows.Forms.Button()
Me.Button38 = New System.Windows.Forms.Button()
Me.Button39 = New System.Windows.Forms.Button()
Me.Button40 = New System.Windows.Forms.Button()
Me.Button41 = New System.Windows.Forms.Button()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.MenuStrip1.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.TabControl1.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'MenuStrip1
'
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.SettingsToolStripMenuItem, Me.HelpToolStripMenuItem})
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(457, 24)
Me.MenuStrip1.TabIndex = 0
Me.MenuStrip1.Text = "MenuStrip1"
'
'FileToolStripMenuItem
'
Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenToolStripMenuItem, Me.ToolStripMenuItem2, Me.ExitToolStripMenuItem})
Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"
Me.FileToolStripMenuItem.Size = New System.Drawing.Size(37, 20)
Me.FileToolStripMenuItem.Text = "&File"
'
'OpenToolStripMenuItem
'
Me.OpenToolStripMenuItem.Name = "OpenToolStripMenuItem"
Me.OpenToolStripMenuItem.Size = New System.Drawing.Size(103, 22)
Me.OpenToolStripMenuItem.Text = "&Open"
'
'ToolStripMenuItem2
'
Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
Me.ToolStripMenuItem2.Size = New System.Drawing.Size(100, 6)
'
'ExitToolStripMenuItem
'
Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"
Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(103, 22)
Me.ExitToolStripMenuItem.Text = "E&xit"
'
'SettingsToolStripMenuItem
'
Me.SettingsToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AddOrRemoveProgramsToolStripMenuItem, Me.TransparentBackgroundsToolStripMenuItem, Me.DisablePokemonImageLoadingToolStripMenuItem, Me.Jambo51MoveTableHackToolStripMenuItem, Me.UseJambo51sTMHMExtensionHackIfYouDontKnowWhatThisIsDontUseItToolStripMenuItem, Me.LinuxToolStripMenuItem})
Me.SettingsToolStripMenuItem.Name = "SettingsToolStripMenuItem"
Me.SettingsToolStripMenuItem.Size = New System.Drawing.Size(61, 20)
Me.SettingsToolStripMenuItem.Text = "&Settings"
'
'AddOrRemoveProgramsToolStripMenuItem
'
Me.AddOrRemoveProgramsToolStripMenuItem.Name = "AddOrRemoveProgramsToolStripMenuItem"
Me.AddOrRemoveProgramsToolStripMenuItem.Size = New System.Drawing.Size(654, 22)
Me.AddOrRemoveProgramsToolStripMenuItem.Text = "Add or Remove Programs"
'
'TransparentBackgroundsToolStripMenuItem
'
Me.TransparentBackgroundsToolStripMenuItem.Name = "TransparentBackgroundsToolStripMenuItem"
Me.TransparentBackgroundsToolStripMenuItem.Size = New System.Drawing.Size(654, 22)
Me.TransparentBackgroundsToolStripMenuItem.Text = "Transparent backgrounded images"
'
'DisablePokemonImageLoadingToolStripMenuItem
'
Me.DisablePokemonImageLoadingToolStripMenuItem.Name = "DisablePokemonImageLoadingToolStripMenuItem"
Me.DisablePokemonImageLoadingToolStripMenuItem.Size = New System.Drawing.Size(654, 22)
Me.DisablePokemonImageLoadingToolStripMenuItem.Text = "Disable Pokemon Image loading"
'
'Jambo51MoveTableHackToolStripMenuItem
'
Me.Jambo51MoveTableHackToolStripMenuItem.Name = "Jambo51MoveTableHackToolStripMenuItem"
Me.Jambo51MoveTableHackToolStripMenuItem.Size = New System.Drawing.Size(654, 22)
Me.Jambo51MoveTableHackToolStripMenuItem.Text = "Use Jambo51's move table hack (If you don't know what it is don't use it. Your RO" &
"M will break! I warned you...)"
'
'UseJambo51sTMHMExtensionHackIfYouDontKnowWhatThisIsDontUseItToolStripMenuItem
'
Me.UseJambo51sTMHMExtensionHackIfYouDontKnowWhatThisIsDontUseItToolStripMenuItem.Name = "UseJambo51sTMHMExtensionHackIfYouDontKnowWhatThisIsDontUseItToolStripMenuItem"
Me.UseJambo51sTMHMExtensionHackIfYouDontKnowWhatThisIsDontUseItToolStripMenuItem.Size = New System.Drawing.Size(654, 22)
Me.UseJambo51sTMHMExtensionHackIfYouDontKnowWhatThisIsDontUseItToolStripMenuItem.Text = "Use Jambo51's TM/HM extension hack. (If you don't know what this is don't use it." &
")"
'
'LinuxToolStripMenuItem
'
Me.LinuxToolStripMenuItem.Name = "LinuxToolStripMenuItem"
Me.LinuxToolStripMenuItem.Size = New System.Drawing.Size(654, 22)
Me.LinuxToolStripMenuItem.Text = "Linux Operating System"
'
'HelpToolStripMenuItem
'
Me.HelpToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EditRomsiniToolStripMenuItem, Me.ToolStripMenuItem6, Me.AboutToolStripMenuItem})
Me.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem"
Me.HelpToolStripMenuItem.Size = New System.Drawing.Size(44, 20)
Me.HelpToolStripMenuItem.Text = "&Help"
'
'EditRomsiniToolStripMenuItem
'
Me.EditRomsiniToolStripMenuItem.Name = "EditRomsiniToolStripMenuItem"
Me.EditRomsiniToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
Me.EditRomsiniToolStripMenuItem.Text = "Edit roms.ini"
'
'ToolStripMenuItem6
'
Me.ToolStripMenuItem6.Name = "ToolStripMenuItem6"
Me.ToolStripMenuItem6.Size = New System.Drawing.Size(137, 6)
'
'AboutToolStripMenuItem
'
Me.AboutToolStripMenuItem.Enabled = False
Me.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem"
Me.AboutToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
Me.AboutToolStripMenuItem.Text = "About"
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.Label2)
Me.GroupBox4.Location = New System.Drawing.Point(12, 27)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(253, 63)
Me.GroupBox4.TabIndex = 10
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Game Loaded"
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(6, 25)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(241, 27)
Me.Label2.TabIndex = 0
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(271, 32)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(166, 52)
Me.Button4.TabIndex = 1
Me.Button4.Text = "Load ROM"
Me.Button4.UseVisualStyleBackColor = True
'
'fileOpenDialog
'
Me.fileOpenDialog.FileName = "OpenFileDialog1"
'
'Button5
'
Me.Button5.Enabled = False
Me.Button5.Location = New System.Drawing.Point(2, 6)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(81, 55)
Me.Button5.TabIndex = 14
Me.Button5.Text = "Move Tutor Editor"
Me.Button5.UseVisualStyleBackColor = True
'
'Button6
'
Me.Button6.Enabled = False
Me.Button6.Location = New System.Drawing.Point(90, 6)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(81, 55)
Me.Button6.TabIndex = 15
Me.Button6.Text = "Pokedex Order Editor"
Me.Button6.UseVisualStyleBackColor = True
'
'Button7
'
Me.Button7.Enabled = False
Me.Button7.Location = New System.Drawing.Point(177, 6)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(81, 55)
Me.Button7.TabIndex = 16
Me.Button7.Text = "Pokemon Editor"
Me.Button7.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage
Me.Button7.UseVisualStyleBackColor = True
'
'Button24
'
Me.Button24.Enabled = False
Me.Button24.Location = New System.Drawing.Point(2, 68)
Me.Button24.Name = "Button24"
Me.Button24.Size = New System.Drawing.Size(81, 55)
Me.Button24.TabIndex = 34
Me.Button24.Text = "RSE Starter Editor"
Me.Button24.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage
Me.Button24.UseVisualStyleBackColor = True
'
'Button25
'
Me.Button25.Enabled = False
Me.Button25.Location = New System.Drawing.Point(264, 6)
Me.Button25.Name = "Button25"
Me.Button25.Size = New System.Drawing.Size(81, 55)
Me.Button25.TabIndex = 35
Me.Button25.Text = "Attack Editor"
Me.Button25.UseVisualStyleBackColor = True
'
'Button26
'
Me.Button26.Enabled = False
Me.Button26.Location = New System.Drawing.Point(351, 6)
Me.Button26.Name = "Button26"
Me.Button26.Size = New System.Drawing.Size(79, 55)
Me.Button26.TabIndex = 36
Me.Button26.Text = "Ability Editor"
Me.Button26.UseVisualStyleBackColor = True
'
'Button27
'
Me.Button27.Enabled = False
Me.Button27.Location = New System.Drawing.Point(3, 7)
Me.Button27.Name = "Button27"
Me.Button27.Size = New System.Drawing.Size(81, 55)
Me.Button27.TabIndex = 37
Me.Button27.Text = "Add Program"
Me.Button27.UseVisualStyleBackColor = True
'
'Button28
'
Me.Button28.Enabled = False
Me.Button28.Location = New System.Drawing.Point(90, 7)
Me.Button28.Name = "Button28"
Me.Button28.Size = New System.Drawing.Size(81, 55)
Me.Button28.TabIndex = 38
Me.Button28.Text = "Add Program"
Me.Button28.UseVisualStyleBackColor = True
'
'Button29
'
Me.Button29.Enabled = False
Me.Button29.Location = New System.Drawing.Point(177, 7)
Me.Button29.Name = "Button29"
Me.Button29.Size = New System.Drawing.Size(81, 55)
Me.Button29.TabIndex = 39
Me.Button29.Text = "Add Program"
Me.Button29.UseVisualStyleBackColor = True
'
'Button30
'
Me.Button30.Enabled = False
Me.Button30.Location = New System.Drawing.Point(264, 7)
Me.Button30.Name = "Button30"
Me.Button30.Size = New System.Drawing.Size(81, 55)
Me.Button30.TabIndex = 40
Me.Button30.Text = "Add Program"
Me.Button30.UseVisualStyleBackColor = True
'
'Button31
'
Me.Button31.Enabled = False
Me.Button31.Location = New System.Drawing.Point(351, 7)
Me.Button31.Name = "Button31"
Me.Button31.Size = New System.Drawing.Size(79, 55)
Me.Button31.TabIndex = 41
Me.Button31.Text = "Add Program"
Me.Button31.UseVisualStyleBackColor = True
'
'Button32
'
Me.Button32.Enabled = False
Me.Button32.Location = New System.Drawing.Point(90, 68)
Me.Button32.Name = "Button32"
Me.Button32.Size = New System.Drawing.Size(81, 55)
Me.Button32.TabIndex = 42
Me.Button32.Text = "Pokedex Data Editor"
Me.Button32.UseVisualStyleBackColor = True
'
'Button33
'
Me.Button33.Enabled = False
Me.Button33.Location = New System.Drawing.Point(177, 68)
Me.Button33.Name = "Button33"
Me.Button33.Size = New System.Drawing.Size(81, 55)
Me.Button33.TabIndex = 43
Me.Button33.Text = "Battle Frontier Editor (Emerald)"
Me.Button33.UseVisualStyleBackColor = True
'
'Button34
'
Me.Button34.Enabled = False
Me.Button34.Location = New System.Drawing.Point(264, 68)
Me.Button34.Name = "Button34"
Me.Button34.Size = New System.Drawing.Size(81, 55)
Me.Button34.TabIndex = 44
Me.Button34.Text = "Item Editor"
Me.Button34.UseVisualStyleBackColor = True
'
'Button35
'
Me.Button35.Enabled = False
Me.Button35.Location = New System.Drawing.Point(351, 68)
Me.Button35.Name = "Button35"
Me.Button35.Size = New System.Drawing.Size(79, 55)
Me.Button35.TabIndex = 45
Me.Button35.Text = "TM/HM Editor"
Me.Button35.UseVisualStyleBackColor = True
'
'Button36
'
Me.Button36.Enabled = False
Me.Button36.Location = New System.Drawing.Point(2, 129)
Me.Button36.Name = "Button36"
Me.Button36.Size = New System.Drawing.Size(80, 55)
Me.Button36.TabIndex = 46
Me.Button36.Text = "Button36"
Me.Button36.UseVisualStyleBackColor = True
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Controls.Add(Me.TabPage3)
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Location = New System.Drawing.Point(6, 96)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(444, 279)
Me.TabControl1.TabIndex = 47
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.Button6)
Me.TabPage2.Controls.Add(Me.Button36)
Me.TabPage2.Controls.Add(Me.Button5)
Me.TabPage2.Controls.Add(Me.Button35)
Me.TabPage2.Controls.Add(Me.Button7)
Me.TabPage2.Controls.Add(Me.Button34)
Me.TabPage2.Controls.Add(Me.Button24)
Me.TabPage2.Controls.Add(Me.Button33)
Me.TabPage2.Controls.Add(Me.Button25)
Me.TabPage2.Controls.Add(Me.Button32)
Me.TabPage2.Controls.Add(Me.Button26)
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(436, 253)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Internal Programs"
Me.TabPage2.UseVisualStyleBackColor = True
'
'TabPage3
'
Me.TabPage3.Controls.Add(Me.Button47)
Me.TabPage3.Controls.Add(Me.Button48)
Me.TabPage3.Controls.Add(Me.Button49)
Me.TabPage3.Controls.Add(Me.Button50)
Me.TabPage3.Controls.Add(Me.Button51)
Me.TabPage3.Controls.Add(Me.Button42)
Me.TabPage3.Controls.Add(Me.Button43)
Me.TabPage3.Controls.Add(Me.Button44)
Me.TabPage3.Controls.Add(Me.Button45)
Me.TabPage3.Controls.Add(Me.Button46)
Me.TabPage3.Controls.Add(Me.Button37)
Me.TabPage3.Controls.Add(Me.Button38)
Me.TabPage3.Controls.Add(Me.Button39)
Me.TabPage3.Controls.Add(Me.Button40)
Me.TabPage3.Controls.Add(Me.Button41)
Me.TabPage3.Controls.Add(Me.Button27)
Me.TabPage3.Controls.Add(Me.Button28)
Me.TabPage3.Controls.Add(Me.Button29)
Me.TabPage3.Controls.Add(Me.Button30)
Me.TabPage3.Controls.Add(Me.Button31)
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Size = New System.Drawing.Size(436, 253)
Me.TabPage3.TabIndex = 2
Me.TabPage3.Text = "External Programs"
Me.TabPage3.UseVisualStyleBackColor = True
'
'Button47
'
Me.Button47.Enabled = False
Me.Button47.Location = New System.Drawing.Point(3, 190)
Me.Button47.Name = "Button47"
Me.Button47.Size = New System.Drawing.Size(81, 55)
Me.Button47.TabIndex = 52
Me.Button47.Text = "Add Program"
Me.Button47.UseVisualStyleBackColor = True
'
'Button48
'
Me.Button48.Enabled = False
Me.Button48.Location = New System.Drawing.Point(90, 190)
Me.Button48.Name = "Button48"
Me.Button48.Size = New System.Drawing.Size(81, 55)
Me.Button48.TabIndex = 53
Me.Button48.Text = "Add Program"
Me.Button48.UseVisualStyleBackColor = True
'
'Button49
'
Me.Button49.Enabled = False
Me.Button49.Location = New System.Drawing.Point(177, 190)
Me.Button49.Name = "Button49"
Me.Button49.Size = New System.Drawing.Size(81, 55)
Me.Button49.TabIndex = 54
Me.Button49.Text = "Add Program"
Me.Button49.UseVisualStyleBackColor = True
'
'Button50
'
Me.Button50.Enabled = False
Me.Button50.Location = New System.Drawing.Point(264, 190)
Me.Button50.Name = "Button50"
Me.Button50.Size = New System.Drawing.Size(81, 55)
Me.Button50.TabIndex = 55
Me.Button50.Text = "Add Program"
Me.Button50.UseVisualStyleBackColor = True
'
'Button51
'
Me.Button51.Enabled = False
Me.Button51.Location = New System.Drawing.Point(351, 190)
Me.Button51.Name = "Button51"
Me.Button51.Size = New System.Drawing.Size(79, 55)
Me.Button51.TabIndex = 56
Me.Button51.Text = "Add Program"
Me.Button51.UseVisualStyleBackColor = True
'
'Button42
'
Me.Button42.Enabled = False
Me.Button42.Location = New System.Drawing.Point(3, 129)
Me.Button42.Name = "Button42"
Me.Button42.Size = New System.Drawing.Size(81, 55)
Me.Button42.TabIndex = 47
Me.Button42.Text = "Add Program"
Me.Button42.UseVisualStyleBackColor = True
'
'Button43
'
Me.Button43.Enabled = False
Me.Button43.Location = New System.Drawing.Point(90, 129)
Me.Button43.Name = "Button43"
Me.Button43.Size = New System.Drawing.Size(81, 55)
Me.Button43.TabIndex = 48
Me.Button43.Text = "Add Program"
Me.Button43.UseVisualStyleBackColor = True
'
'Button44
'
Me.Button44.Enabled = False
Me.Button44.Location = New System.Drawing.Point(177, 129)
Me.Button44.Name = "Button44"
Me.Button44.Size = New System.Drawing.Size(81, 55)
Me.Button44.TabIndex = 49
Me.Button44.Text = "Add Program"
Me.Button44.UseVisualStyleBackColor = True
'
'Button45
'
Me.Button45.Enabled = False
Me.Button45.Location = New System.Drawing.Point(264, 129)
Me.Button45.Name = "Button45"
Me.Button45.Size = New System.Drawing.Size(81, 55)
Me.Button45.TabIndex = 50
Me.Button45.Text = "Add Program"
Me.Button45.UseVisualStyleBackColor = True
'
'Button46
'
Me.Button46.Enabled = False
Me.Button46.Location = New System.Drawing.Point(351, 129)
Me.Button46.Name = "Button46"
Me.Button46.Size = New System.Drawing.Size(79, 55)
Me.Button46.TabIndex = 51
Me.Button46.Text = "Add Program"
Me.Button46.UseVisualStyleBackColor = True
'
'Button37
'
Me.Button37.Enabled = False
Me.Button37.Location = New System.Drawing.Point(3, 68)
Me.Button37.Name = "Button37"
Me.Button37.Size = New System.Drawing.Size(81, 55)
Me.Button37.TabIndex = 42
Me.Button37.Text = "Add Program"
Me.Button37.UseVisualStyleBackColor = True
'
'Button38
'
Me.Button38.Enabled = False
Me.Button38.Location = New System.Drawing.Point(90, 68)
Me.Button38.Name = "Button38"
Me.Button38.Size = New System.Drawing.Size(81, 55)
Me.Button38.TabIndex = 43
Me.Button38.Text = "Add Program"
Me.Button38.UseVisualStyleBackColor = True
'
'Button39
'
Me.Button39.Enabled = False
Me.Button39.Location = New System.Drawing.Point(177, 68)
Me.Button39.Name = "Button39"
Me.Button39.Size = New System.Drawing.Size(81, 55)
Me.Button39.TabIndex = 44
Me.Button39.Text = "Add Program"
Me.Button39.UseVisualStyleBackColor = True
'
'Button40
'
Me.Button40.Enabled = False
Me.Button40.Location = New System.Drawing.Point(264, 68)
Me.Button40.Name = "Button40"
Me.Button40.Size = New System.Drawing.Size(81, 55)
Me.Button40.TabIndex = 45
Me.Button40.Text = "Add Program"
Me.Button40.UseVisualStyleBackColor = True
'
'Button41
'
Me.Button41.Enabled = False
Me.Button41.Location = New System.Drawing.Point(351, 68)
Me.Button41.Name = "Button41"
Me.Button41.Size = New System.Drawing.Size(79, 55)
Me.Button41.TabIndex = 46
Me.Button41.Text = "Add Program"
Me.Button41.UseVisualStyleBackColor = True
'
'TabPage1
'
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(436, 253)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Patchers and Expanders"
Me.TabPage1.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Location = New System.Drawing.Point(12, 381)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(433, 37)
Me.GroupBox1.TabIndex = 48
Me.GroupBox1.TabStop = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(155, 16)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(148, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Copyright © 2015 Gamer2020"
'
'MainFrm
'
Me.AllowDrop = True
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(457, 422)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.TabControl1)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.MenuStrip1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MainMenuStrip = Me.MenuStrip1
Me.MaximizeBox = False
Me.Name = "MainFrm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "GBA Pokémon Game Editor"
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.GroupBox4.ResumeLayout(False)
Me.TabControl1.ResumeLayout(False)
Me.TabPage2.ResumeLayout(False)
Me.TabPage3.ResumeLayout(False)
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents HelpToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents AboutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents fileOpenDialog As System.Windows.Forms.OpenFileDialog
Friend WithEvents OpenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents Button6 As System.Windows.Forms.Button
Friend WithEvents Button7 As System.Windows.Forms.Button
Friend WithEvents Button24 As System.Windows.Forms.Button
Friend WithEvents Button25 As System.Windows.Forms.Button
Friend WithEvents Button26 As System.Windows.Forms.Button
Friend WithEvents SettingsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents TransparentBackgroundsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents Jambo51MoveTableHackToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents DisablePokemonImageLoadingToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents UseJambo51sTMHMExtensionHackIfYouDontKnowWhatThisIsDontUseItToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents Button27 As System.Windows.Forms.Button
Friend WithEvents Button28 As System.Windows.Forms.Button
Friend WithEvents Button29 As System.Windows.Forms.Button
Friend WithEvents Button30 As System.Windows.Forms.Button
Friend WithEvents Button31 As System.Windows.Forms.Button
Friend WithEvents AddOrRemoveProgramsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents Button32 As System.Windows.Forms.Button
Friend WithEvents Button33 As System.Windows.Forms.Button
Friend WithEvents Button34 As System.Windows.Forms.Button
Friend WithEvents Button35 As System.Windows.Forms.Button
Friend WithEvents Button36 As System.Windows.Forms.Button
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents EditRomsiniToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripMenuItem6 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents Button47 As System.Windows.Forms.Button
Friend WithEvents Button48 As System.Windows.Forms.Button
Friend WithEvents Button49 As System.Windows.Forms.Button
Friend WithEvents Button50 As System.Windows.Forms.Button
Friend WithEvents Button51 As System.Windows.Forms.Button
Friend WithEvents Button42 As System.Windows.Forms.Button
Friend WithEvents Button43 As System.Windows.Forms.Button
Friend WithEvents Button44 As System.Windows.Forms.Button
Friend WithEvents Button45 As System.Windows.Forms.Button
Friend WithEvents Button46 As System.Windows.Forms.Button
Friend WithEvents Button37 As System.Windows.Forms.Button
Friend WithEvents Button38 As System.Windows.Forms.Button
Friend WithEvents Button39 As System.Windows.Forms.Button
Friend WithEvents Button40 As System.Windows.Forms.Button
Friend WithEvents Button41 As System.Windows.Forms.Button
Friend WithEvents LinuxToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
End Class