Removed the evolution Editor for Jambo51's engine.

I have removed the evolution editor I made for Jambo51 because the
regular evolution editor should now be able to support it.
This commit is contained in:
Gamer2020
2014-12-22 03:13:26 -05:00
parent 355ab6608c
commit cf0b06c99d
8 changed files with 216 additions and 1931 deletions

Binary file not shown.

View File

@@ -159,12 +159,6 @@
<Compile Include="InputAttacks.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="JamboHackEvos.Designer.vb">
<DependentUpon>JamboHackEvos.vb</DependentUpon>
</Compile>
<Compile Include="JamboHackEvos.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="LZ77.vb" />
<Compile Include="INI.vb" />
<Compile Include="MainFrm.vb">
@@ -244,9 +238,6 @@
<EmbeddedResource Include="InputAttacks.resx">
<DependentUpon>InputAttacks.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="JamboHackEvos.resx">
<DependentUpon>JamboHackEvos.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainFrm.resx">
<DependentUpon>MainFrm.vb</DependentUpon>
</EmbeddedResource>

View File

@@ -1,369 +0,0 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class JamboHackEvos
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.GroupBox17 = New System.Windows.Forms.GroupBox()
Me.EvoItemPic = New System.Windows.Forms.PictureBox()
Me.EvoPokePic = New System.Windows.Forms.PictureBox()
Me.EvoLevel = New System.Windows.Forms.TextBox()
Me.EvoItem = New System.Windows.Forms.ComboBox()
Me.Label16 = New System.Windows.Forms.Label()
Me.Label15 = New System.Windows.Forms.Label()
Me.Label14 = New System.Windows.Forms.Label()
Me.Label13 = New System.Windows.Forms.Label()
Me.EvoTypes = New System.Windows.Forms.ComboBox()
Me.EvoSlots = New System.Windows.Forms.ListBox()
Me.EvoPKMNames = New System.Windows.Forms.ComboBox()
Me.GroupBox19 = New System.Windows.Forms.GroupBox()
Me.PKMNames = New System.Windows.Forms.ComboBox()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.ComboBox3 = New System.Windows.Forms.ComboBox()
Me.GroupBox17.SuspendLayout()
CType(Me.EvoItemPic, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.EvoPokePic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox19.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GroupBox17
'
Me.GroupBox17.Controls.Add(Me.ComboBox3)
Me.GroupBox17.Controls.Add(Me.Label5)
Me.GroupBox17.Controls.Add(Me.TextBox2)
Me.GroupBox17.Controls.Add(Me.TextBox1)
Me.GroupBox17.Controls.Add(Me.Label4)
Me.GroupBox17.Controls.Add(Me.Label3)
Me.GroupBox17.Controls.Add(Me.ComboBox2)
Me.GroupBox17.Controls.Add(Me.Label2)
Me.GroupBox17.Controls.Add(Me.Label1)
Me.GroupBox17.Controls.Add(Me.PictureBox2)
Me.GroupBox17.Controls.Add(Me.ComboBox1)
Me.GroupBox17.Controls.Add(Me.EvoItemPic)
Me.GroupBox17.Controls.Add(Me.EvoPokePic)
Me.GroupBox17.Controls.Add(Me.EvoLevel)
Me.GroupBox17.Controls.Add(Me.EvoItem)
Me.GroupBox17.Controls.Add(Me.Label16)
Me.GroupBox17.Controls.Add(Me.Label15)
Me.GroupBox17.Controls.Add(Me.Label14)
Me.GroupBox17.Controls.Add(Me.Label13)
Me.GroupBox17.Controls.Add(Me.EvoTypes)
Me.GroupBox17.Controls.Add(Me.EvoSlots)
Me.GroupBox17.Controls.Add(Me.EvoPKMNames)
Me.GroupBox17.Location = New System.Drawing.Point(10, 116)
Me.GroupBox17.Name = "GroupBox17"
Me.GroupBox17.Size = New System.Drawing.Size(613, 232)
Me.GroupBox17.TabIndex = 9
Me.GroupBox17.TabStop = False
Me.GroupBox17.Text = "Evolutions"
'
'EvoItemPic
'
Me.EvoItemPic.Location = New System.Drawing.Point(354, 81)
Me.EvoItemPic.Name = "EvoItemPic"
Me.EvoItemPic.Size = New System.Drawing.Size(24, 24)
Me.EvoItemPic.TabIndex = 10
Me.EvoItemPic.TabStop = False
'
'EvoPokePic
'
Me.EvoPokePic.Location = New System.Drawing.Point(191, 81)
Me.EvoPokePic.Name = "EvoPokePic"
Me.EvoPokePic.Size = New System.Drawing.Size(64, 64)
Me.EvoPokePic.TabIndex = 9
Me.EvoPokePic.TabStop = False
'
'EvoLevel
'
Me.EvoLevel.Location = New System.Drawing.Point(450, 19)
Me.EvoLevel.Name = "EvoLevel"
Me.EvoLevel.Size = New System.Drawing.Size(25, 20)
Me.EvoLevel.TabIndex = 8
'
'EvoItem
'
Me.EvoItem.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.EvoItem.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.EvoItem.FormattingEnabled = True
Me.EvoItem.Location = New System.Drawing.Point(354, 54)
Me.EvoItem.Name = "EvoItem"
Me.EvoItem.Size = New System.Drawing.Size(121, 21)
Me.EvoItem.TabIndex = 7
'
'Label16
'
Me.Label16.AutoSize = True
Me.Label16.Location = New System.Drawing.Point(397, 22)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(36, 13)
Me.Label16.TabIndex = 6
Me.Label16.Text = "Level:"
'
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.Location = New System.Drawing.Point(318, 54)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(30, 13)
Me.Label15.TabIndex = 5
Me.Label15.Text = "Item:"
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.Location = New System.Drawing.Point(133, 54)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(55, 13)
Me.Label14.TabIndex = 4
Me.Label14.Text = "Evolve to:"
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Location = New System.Drawing.Point(133, 22)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(54, 13)
Me.Label13.TabIndex = 3
Me.Label13.Text = "Condition:"
'
'EvoTypes
'
Me.EvoTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.EvoTypes.FormattingEnabled = True
Me.EvoTypes.Items.AddRange(New Object() {"None", "Happiness", "Happiness (Day)", "Happiness (Night)", "Level", "Trade", "Trade w/ Item", "Item", "Atk > Def", "Atk = Def", "Atk < Def", "High Personality", "Low Personality", "Allow Pokemon Creation", "Create Extra Pokemon", "Max Beauty", "level up in certain map", "level up on certain map name", "level up while knowing a certain attack", "level up at night while holding a certain item", "level up with a specific other species of pokémon in the party", "level up above a certain level as male", "level up above a certain level as female", "level up during day holding a specific item", "trade with another specific species"})
Me.EvoTypes.Location = New System.Drawing.Point(191, 22)
Me.EvoTypes.Name = "EvoTypes"
Me.EvoTypes.Size = New System.Drawing.Size(200, 21)
Me.EvoTypes.TabIndex = 2
'
'EvoSlots
'
Me.EvoSlots.FormattingEnabled = True
Me.EvoSlots.Items.AddRange(New Object() {"Evolution 1", "Evolution 2", "Evolution 3", "Evolution 4", "Evolution 5"})
Me.EvoSlots.Location = New System.Drawing.Point(7, 19)
Me.EvoSlots.Name = "EvoSlots"
Me.EvoSlots.Size = New System.Drawing.Size(120, 69)
Me.EvoSlots.TabIndex = 1
'
'EvoPKMNames
'
Me.EvoPKMNames.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.EvoPKMNames.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.EvoPKMNames.FormattingEnabled = True
Me.EvoPKMNames.Location = New System.Drawing.Point(191, 54)
Me.EvoPKMNames.Name = "EvoPKMNames"
Me.EvoPKMNames.Size = New System.Drawing.Size(121, 21)
Me.EvoPKMNames.TabIndex = 0
'
'GroupBox19
'
Me.GroupBox19.Controls.Add(Me.PKMNames)
Me.GroupBox19.Location = New System.Drawing.Point(10, 33)
Me.GroupBox19.Name = "GroupBox19"
Me.GroupBox19.Size = New System.Drawing.Size(130, 66)
Me.GroupBox19.TabIndex = 10
Me.GroupBox19.TabStop = False
Me.GroupBox19.Text = "Pokemon Selection"
'
'PKMNames
'
Me.PKMNames.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.PKMNames.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.PKMNames.FormattingEnabled = True
Me.PKMNames.Location = New System.Drawing.Point(6, 28)
Me.PKMNames.Name = "PKMNames"
Me.PKMNames.Size = New System.Drawing.Size(118, 21)
Me.PKMNames.TabIndex = 7
'
'PictureBox1
'
Me.PictureBox1.Location = New System.Drawing.Point(175, 33)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(64, 64)
Me.PictureBox1.TabIndex = 11
Me.PictureBox1.TabStop = False
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(288, 38)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(127, 43)
Me.Button1.TabIndex = 12
Me.Button1.Text = "Save"
Me.Button1.UseVisualStyleBackColor = True
'
'PictureBox2
'
Me.PictureBox2.Location = New System.Drawing.Point(481, 81)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(64, 64)
Me.PictureBox2.TabIndex = 12
Me.PictureBox2.TabStop = False
'
'ComboBox1
'
Me.ComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.ComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(481, 54)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(121, 21)
Me.ComboBox1.TabIndex = 11
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(481, 22)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(108, 13)
Me.Label1.TabIndex = 13
Me.Label1.Text = "Species Requirement"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(133, 158)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(60, 13)
Me.Label2.TabIndex = 14
Me.Label2.Text = "Map name:"
'
'ComboBox2
'
Me.ComboBox2.FormattingEnabled = True
Me.ComboBox2.Location = New System.Drawing.Point(191, 158)
Me.ComboBox2.Name = "ComboBox2"
Me.ComboBox2.Size = New System.Drawing.Size(121, 21)
Me.ComboBox2.TabIndex = 15
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(402, 155)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(31, 13)
Me.Label3.TabIndex = 16
Me.Label3.Text = "Map:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(318, 155)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(35, 13)
Me.Label4.TabIndex = 17
Me.Label4.Text = "Bank:"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(354, 155)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(32, 20)
Me.TextBox1.TabIndex = 18
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(439, 155)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(36, 20)
Me.TextBox2.TabIndex = 19
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(133, 184)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(41, 13)
Me.Label5.TabIndex = 20
Me.Label5.Text = "Attack:"
'
'ComboBox3
'
Me.ComboBox3.FormattingEnabled = True
Me.ComboBox3.Location = New System.Drawing.Point(191, 184)
Me.ComboBox3.Name = "ComboBox3"
Me.ComboBox3.Size = New System.Drawing.Size(121, 21)
Me.ComboBox3.TabIndex = 21
'
'JamboHackEvos
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(635, 393)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.GroupBox17)
Me.Controls.Add(Me.GroupBox19)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Name = "JamboHackEvos"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "JamboHackEvos"
Me.GroupBox17.ResumeLayout(False)
Me.GroupBox17.PerformLayout()
CType(Me.EvoItemPic, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.EvoPokePic, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox19.ResumeLayout(False)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox17 As System.Windows.Forms.GroupBox
Friend WithEvents EvoItemPic As System.Windows.Forms.PictureBox
Friend WithEvents EvoPokePic As System.Windows.Forms.PictureBox
Friend WithEvents EvoLevel As System.Windows.Forms.TextBox
Friend WithEvents EvoItem As System.Windows.Forms.ComboBox
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents EvoTypes As System.Windows.Forms.ComboBox
Friend WithEvents EvoSlots As System.Windows.Forms.ListBox
Friend WithEvents EvoPKMNames As System.Windows.Forms.ComboBox
Friend WithEvents GroupBox19 As System.Windows.Forms.GroupBox
Friend WithEvents PKMNames As System.Windows.Forms.ComboBox
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
End Class

View File

@@ -1,120 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

File diff suppressed because it is too large Load Diff

View File

@@ -109,6 +109,17 @@ Partial Class Pokemonedit
Me.Clr1 = New System.Windows.Forms.ComboBox()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.GroupBox17 = New System.Windows.Forms.GroupBox()
Me.ComboBox3 = New System.Windows.Forms.ComboBox()
Me.Label19 = New System.Windows.Forms.Label()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Label20 = New System.Windows.Forms.Label()
Me.Label21 = New System.Windows.Forms.Label()
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
Me.Label22 = New System.Windows.Forms.Label()
Me.Label23 = New System.Windows.Forms.Label()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.EvoBasePokePic = New System.Windows.Forms.PictureBox()
Me.EvoItemPic = New System.Windows.Forms.PictureBox()
Me.EvoPokePic = New System.Windows.Forms.PictureBox()
@@ -135,12 +146,16 @@ Partial Class Pokemonedit
Me.GroupBox22 = New System.Windows.Forms.GroupBox()
Me.Button10 = New System.Windows.Forms.Button()
Me.LvlUpAttPointer = New System.Windows.Forms.TextBox()
Me.TabPage5 = New System.Windows.Forms.TabPage()
Me.GroupBox11 = New System.Windows.Forms.GroupBox()
Me.SHVal = New System.Windows.Forms.TextBox()
Me.SHCombo1 = New System.Windows.Forms.ComboBox()
Me.SH2 = New System.Windows.Forms.RadioButton()
Me.SH1 = New System.Windows.Forms.RadioButton()
Me.GroupBox8 = New System.Windows.Forms.GroupBox()
Me.EggType2 = New System.Windows.Forms.ComboBox()
Me.EggType1 = New System.Windows.Forms.ComboBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.OptionsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.EvolutionModeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.NormalToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Jambo51HackToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.GroupBox18 = New System.Windows.Forms.GroupBox()
Me.ChangePKMName = New System.Windows.Forms.Button()
Me.CurPKMName = New System.Windows.Forms.TextBox()
@@ -153,26 +168,6 @@ Partial Class Pokemonedit
Me.Button9 = New System.Windows.Forms.Button()
Me.FolderBrowserDialog = New System.Windows.Forms.FolderBrowserDialog()
Me.ProgressBar = New System.Windows.Forms.ProgressBar()
Me.ComboBox3 = New System.Windows.Forms.ComboBox()
Me.Label19 = New System.Windows.Forms.Label()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Label20 = New System.Windows.Forms.Label()
Me.Label21 = New System.Windows.Forms.Label()
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
Me.Label22 = New System.Windows.Forms.Label()
Me.Label23 = New System.Windows.Forms.Label()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.TabPage5 = New System.Windows.Forms.TabPage()
Me.GroupBox11 = New System.Windows.Forms.GroupBox()
Me.SHVal = New System.Windows.Forms.TextBox()
Me.SHCombo1 = New System.Windows.Forms.ComboBox()
Me.SH2 = New System.Windows.Forms.RadioButton()
Me.SH1 = New System.Windows.Forms.RadioButton()
Me.GroupBox8 = New System.Windows.Forms.GroupBox()
Me.EggType2 = New System.Windows.Forms.ComboBox()
Me.EggType1 = New System.Windows.Forms.ComboBox()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.GroupBox21.SuspendLayout()
@@ -200,6 +195,7 @@ Partial Class Pokemonedit
Me.GroupBox2.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.GroupBox17.SuspendLayout()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.EvoBasePokePic, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.EvoItemPic, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.EvoPokePic, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -208,13 +204,11 @@ Partial Class Pokemonedit
Me.GroupBox24.SuspendLayout()
Me.GroupBox23.SuspendLayout()
Me.GroupBox22.SuspendLayout()
Me.MenuStrip1.SuspendLayout()
Me.GroupBox18.SuspendLayout()
Me.GroupBox19.SuspendLayout()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPage5.SuspendLayout()
Me.GroupBox11.SuspendLayout()
Me.GroupBox8.SuspendLayout()
Me.GroupBox18.SuspendLayout()
Me.GroupBox19.SuspendLayout()
Me.SuspendLayout()
'
'TabControl1
@@ -1083,6 +1077,99 @@ Partial Class Pokemonedit
Me.GroupBox17.TabStop = False
Me.GroupBox17.Text = "Evolutions"
'
'ComboBox3
'
Me.ComboBox3.FormattingEnabled = True
Me.ComboBox3.Location = New System.Drawing.Point(206, 186)
Me.ComboBox3.Name = "ComboBox3"
Me.ComboBox3.Size = New System.Drawing.Size(99, 21)
Me.ComboBox3.TabIndex = 32
'
'Label19
'
Me.Label19.AutoSize = True
Me.Label19.Location = New System.Drawing.Point(148, 186)
Me.Label19.Name = "Label19"
Me.Label19.Size = New System.Drawing.Size(41, 13)
Me.Label19.TabIndex = 31
Me.Label19.Text = "Attack:"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(269, 244)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(36, 20)
Me.TextBox2.TabIndex = 30
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(184, 244)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(32, 20)
Me.TextBox1.TabIndex = 29
'
'Label20
'
Me.Label20.AutoSize = True
Me.Label20.Location = New System.Drawing.Point(148, 244)
Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(35, 13)
Me.Label20.TabIndex = 28
Me.Label20.Text = "Bank:"
'
'Label21
'
Me.Label21.AutoSize = True
Me.Label21.Location = New System.Drawing.Point(232, 244)
Me.Label21.Name = "Label21"
Me.Label21.Size = New System.Drawing.Size(31, 13)
Me.Label21.TabIndex = 27
Me.Label21.Text = "Map:"
'
'ComboBox2
'
Me.ComboBox2.FormattingEnabled = True
Me.ComboBox2.Location = New System.Drawing.Point(206, 213)
Me.ComboBox2.Name = "ComboBox2"
Me.ComboBox2.Size = New System.Drawing.Size(99, 21)
Me.ComboBox2.TabIndex = 26
'
'Label22
'
Me.Label22.AutoSize = True
Me.Label22.Location = New System.Drawing.Point(148, 211)
Me.Label22.Name = "Label22"
Me.Label22.Size = New System.Drawing.Size(60, 13)
Me.Label22.TabIndex = 25
Me.Label22.Text = "Map name:"
'
'Label23
'
Me.Label23.AutoSize = True
Me.Label23.Location = New System.Drawing.Point(379, 101)
Me.Label23.Name = "Label23"
Me.Label23.Size = New System.Drawing.Size(108, 13)
Me.Label23.TabIndex = 24
Me.Label23.Text = "Species Requirement"
'
'PictureBox2
'
Me.PictureBox2.Location = New System.Drawing.Point(382, 153)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(64, 64)
Me.PictureBox2.TabIndex = 23
Me.PictureBox2.TabStop = False
'
'ComboBox1
'
Me.ComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.ComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(382, 123)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(121, 21)
Me.ComboBox1.TabIndex = 22
'
'EvoBasePokePic
'
Me.EvoBasePokePic.Location = New System.Drawing.Point(150, 19)
@@ -1323,233 +1410,6 @@ Partial Class Pokemonedit
Me.LvlUpAttPointer.Size = New System.Drawing.Size(68, 20)
Me.LvlUpAttPointer.TabIndex = 11
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(8, 199)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(130, 41)
Me.Button1.TabIndex = 2
Me.Button1.Text = "Save"
Me.Button1.UseVisualStyleBackColor = True
'
'MenuStrip1
'
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OptionsToolStripMenuItem})
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional
Me.MenuStrip1.Size = New System.Drawing.Size(754, 24)
Me.MenuStrip1.TabIndex = 5
Me.MenuStrip1.Text = "MenuStrip1"
'
'OptionsToolStripMenuItem
'
Me.OptionsToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EvolutionModeToolStripMenuItem})
Me.OptionsToolStripMenuItem.Name = "OptionsToolStripMenuItem"
Me.OptionsToolStripMenuItem.Size = New System.Drawing.Size(61, 20)
Me.OptionsToolStripMenuItem.Text = "Options"
'
'EvolutionModeToolStripMenuItem
'
Me.EvolutionModeToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NormalToolStripMenuItem, Me.Jambo51HackToolStripMenuItem})
Me.EvolutionModeToolStripMenuItem.Name = "EvolutionModeToolStripMenuItem"
Me.EvolutionModeToolStripMenuItem.Size = New System.Drawing.Size(158, 22)
Me.EvolutionModeToolStripMenuItem.Text = "Evolution Mode"
'
'NormalToolStripMenuItem
'
Me.NormalToolStripMenuItem.Checked = True
Me.NormalToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked
Me.NormalToolStripMenuItem.Name = "NormalToolStripMenuItem"
Me.NormalToolStripMenuItem.Size = New System.Drawing.Size(151, 22)
Me.NormalToolStripMenuItem.Text = "Normal"
'
'Jambo51HackToolStripMenuItem
'
Me.Jambo51HackToolStripMenuItem.Name = "Jambo51HackToolStripMenuItem"
Me.Jambo51HackToolStripMenuItem.Size = New System.Drawing.Size(151, 22)
Me.Jambo51HackToolStripMenuItem.Text = "Jambo51 Hack"
'
'GroupBox18
'
Me.GroupBox18.Controls.Add(Me.ChangePKMName)
Me.GroupBox18.Controls.Add(Me.CurPKMName)
Me.GroupBox18.Location = New System.Drawing.Point(8, 121)
Me.GroupBox18.Name = "GroupBox18"
Me.GroupBox18.Size = New System.Drawing.Size(130, 72)
Me.GroupBox18.TabIndex = 7
Me.GroupBox18.TabStop = False
Me.GroupBox18.Text = "Rename Pokemon"
'
'ChangePKMName
'
Me.ChangePKMName.Location = New System.Drawing.Point(6, 40)
Me.ChangePKMName.Name = "ChangePKMName"
Me.ChangePKMName.Size = New System.Drawing.Size(118, 24)
Me.ChangePKMName.TabIndex = 6
Me.ChangePKMName.Text = "Change Name"
Me.ChangePKMName.UseVisualStyleBackColor = True
'
'CurPKMName
'
Me.CurPKMName.Location = New System.Drawing.Point(6, 14)
Me.CurPKMName.MaxLength = 10
Me.CurPKMName.Name = "CurPKMName"
Me.CurPKMName.Size = New System.Drawing.Size(118, 20)
Me.CurPKMName.TabIndex = 5
'
'GroupBox19
'
Me.GroupBox19.Controls.Add(Me.PKMNames)
Me.GroupBox19.Location = New System.Drawing.Point(8, 49)
Me.GroupBox19.Name = "GroupBox19"
Me.GroupBox19.Size = New System.Drawing.Size(130, 66)
Me.GroupBox19.TabIndex = 8
Me.GroupBox19.TabStop = False
Me.GroupBox19.Text = "Pokemon Selection"
'
'PKMNames
'
Me.PKMNames.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.PKMNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.PKMNames.FormattingEnabled = True
Me.PKMNames.Location = New System.Drawing.Point(6, 28)
Me.PKMNames.Name = "PKMNames"
Me.PKMNames.Size = New System.Drawing.Size(118, 21)
Me.PKMNames.TabIndex = 7
'
'Button7
'
Me.Button7.Location = New System.Drawing.Point(8, 246)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(130, 41)
Me.Button7.TabIndex = 9
Me.Button7.Text = "Import Pokemon"
Me.Button7.UseVisualStyleBackColor = True
'
'Button8
'
Me.Button8.Location = New System.Drawing.Point(8, 293)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(130, 41)
Me.Button8.TabIndex = 10
Me.Button8.Text = "Export Pokemon"
Me.Button8.UseVisualStyleBackColor = True
'
'fileOpenDialog
'
Me.fileOpenDialog.FileName = "OpenFileDialog1"
'
'Button9
'
Me.Button9.Location = New System.Drawing.Point(8, 340)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(130, 41)
Me.Button9.TabIndex = 11
Me.Button9.Text = "Export All"
Me.Button9.UseVisualStyleBackColor = True
'
'ProgressBar
'
Me.ProgressBar.Location = New System.Drawing.Point(148, 455)
Me.ProgressBar.Name = "ProgressBar"
Me.ProgressBar.Size = New System.Drawing.Size(600, 16)
Me.ProgressBar.TabIndex = 12
Me.ProgressBar.Visible = False
'
'ComboBox3
'
Me.ComboBox3.FormattingEnabled = True
Me.ComboBox3.Location = New System.Drawing.Point(206, 186)
Me.ComboBox3.Name = "ComboBox3"
Me.ComboBox3.Size = New System.Drawing.Size(99, 21)
Me.ComboBox3.TabIndex = 32
'
'Label19
'
Me.Label19.AutoSize = True
Me.Label19.Location = New System.Drawing.Point(148, 186)
Me.Label19.Name = "Label19"
Me.Label19.Size = New System.Drawing.Size(41, 13)
Me.Label19.TabIndex = 31
Me.Label19.Text = "Attack:"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(269, 244)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(36, 20)
Me.TextBox2.TabIndex = 30
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(184, 244)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(32, 20)
Me.TextBox1.TabIndex = 29
'
'Label20
'
Me.Label20.AutoSize = True
Me.Label20.Location = New System.Drawing.Point(148, 244)
Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(35, 13)
Me.Label20.TabIndex = 28
Me.Label20.Text = "Bank:"
'
'Label21
'
Me.Label21.AutoSize = True
Me.Label21.Location = New System.Drawing.Point(232, 244)
Me.Label21.Name = "Label21"
Me.Label21.Size = New System.Drawing.Size(31, 13)
Me.Label21.TabIndex = 27
Me.Label21.Text = "Map:"
'
'ComboBox2
'
Me.ComboBox2.FormattingEnabled = True
Me.ComboBox2.Location = New System.Drawing.Point(206, 213)
Me.ComboBox2.Name = "ComboBox2"
Me.ComboBox2.Size = New System.Drawing.Size(99, 21)
Me.ComboBox2.TabIndex = 26
'
'Label22
'
Me.Label22.AutoSize = True
Me.Label22.Location = New System.Drawing.Point(148, 211)
Me.Label22.Name = "Label22"
Me.Label22.Size = New System.Drawing.Size(60, 13)
Me.Label22.TabIndex = 25
Me.Label22.Text = "Map name:"
'
'Label23
'
Me.Label23.AutoSize = True
Me.Label23.Location = New System.Drawing.Point(379, 101)
Me.Label23.Name = "Label23"
Me.Label23.Size = New System.Drawing.Size(108, 13)
Me.Label23.TabIndex = 24
Me.Label23.Text = "Species Requirement"
'
'PictureBox2
'
Me.PictureBox2.Location = New System.Drawing.Point(382, 153)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(64, 64)
Me.PictureBox2.TabIndex = 23
Me.PictureBox2.TabStop = False
'
'ComboBox1
'
Me.ComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.ComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(382, 123)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(121, 21)
Me.ComboBox1.TabIndex = 22
'
'TabPage5
'
Me.TabPage5.Controls.Add(Me.GroupBox11)
@@ -1644,6 +1504,102 @@ Partial Class Pokemonedit
Me.EggType1.Size = New System.Drawing.Size(121, 21)
Me.EggType1.TabIndex = 0
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(8, 199)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(130, 41)
Me.Button1.TabIndex = 2
Me.Button1.Text = "Save"
Me.Button1.UseVisualStyleBackColor = True
'
'GroupBox18
'
Me.GroupBox18.Controls.Add(Me.ChangePKMName)
Me.GroupBox18.Controls.Add(Me.CurPKMName)
Me.GroupBox18.Location = New System.Drawing.Point(8, 121)
Me.GroupBox18.Name = "GroupBox18"
Me.GroupBox18.Size = New System.Drawing.Size(130, 72)
Me.GroupBox18.TabIndex = 7
Me.GroupBox18.TabStop = False
Me.GroupBox18.Text = "Rename Pokemon"
'
'ChangePKMName
'
Me.ChangePKMName.Location = New System.Drawing.Point(6, 40)
Me.ChangePKMName.Name = "ChangePKMName"
Me.ChangePKMName.Size = New System.Drawing.Size(118, 24)
Me.ChangePKMName.TabIndex = 6
Me.ChangePKMName.Text = "Change Name"
Me.ChangePKMName.UseVisualStyleBackColor = True
'
'CurPKMName
'
Me.CurPKMName.Location = New System.Drawing.Point(6, 14)
Me.CurPKMName.MaxLength = 10
Me.CurPKMName.Name = "CurPKMName"
Me.CurPKMName.Size = New System.Drawing.Size(118, 20)
Me.CurPKMName.TabIndex = 5
'
'GroupBox19
'
Me.GroupBox19.Controls.Add(Me.PKMNames)
Me.GroupBox19.Location = New System.Drawing.Point(8, 49)
Me.GroupBox19.Name = "GroupBox19"
Me.GroupBox19.Size = New System.Drawing.Size(130, 66)
Me.GroupBox19.TabIndex = 8
Me.GroupBox19.TabStop = False
Me.GroupBox19.Text = "Pokemon Selection"
'
'PKMNames
'
Me.PKMNames.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.PKMNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.PKMNames.FormattingEnabled = True
Me.PKMNames.Location = New System.Drawing.Point(6, 28)
Me.PKMNames.Name = "PKMNames"
Me.PKMNames.Size = New System.Drawing.Size(118, 21)
Me.PKMNames.TabIndex = 7
'
'Button7
'
Me.Button7.Location = New System.Drawing.Point(8, 246)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(130, 41)
Me.Button7.TabIndex = 9
Me.Button7.Text = "Import Pokemon"
Me.Button7.UseVisualStyleBackColor = True
'
'Button8
'
Me.Button8.Location = New System.Drawing.Point(8, 293)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(130, 41)
Me.Button8.TabIndex = 10
Me.Button8.Text = "Export Pokemon"
Me.Button8.UseVisualStyleBackColor = True
'
'fileOpenDialog
'
Me.fileOpenDialog.FileName = "OpenFileDialog1"
'
'Button9
'
Me.Button9.Location = New System.Drawing.Point(8, 340)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(130, 41)
Me.Button9.TabIndex = 11
Me.Button9.Text = "Export All"
Me.Button9.UseVisualStyleBackColor = True
'
'ProgressBar
'
Me.ProgressBar.Location = New System.Drawing.Point(148, 455)
Me.ProgressBar.Name = "ProgressBar"
Me.ProgressBar.Size = New System.Drawing.Size(600, 16)
Me.ProgressBar.TabIndex = 12
Me.ProgressBar.Visible = False
'
'Pokemonedit
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -1657,10 +1613,8 @@ Partial Class Pokemonedit
Me.Controls.Add(Me.GroupBox18)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TabControl1)
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 = "Pokemonedit"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
@@ -1703,6 +1657,7 @@ Partial Class Pokemonedit
Me.TabPage3.ResumeLayout(False)
Me.GroupBox17.ResumeLayout(False)
Me.GroupBox17.PerformLayout()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.EvoBasePokePic, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.EvoItemPic, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.EvoPokePic, System.ComponentModel.ISupportInitialize).EndInit()
@@ -1713,18 +1668,14 @@ Partial Class Pokemonedit
Me.GroupBox23.ResumeLayout(False)
Me.GroupBox22.ResumeLayout(False)
Me.GroupBox22.PerformLayout()
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.GroupBox18.ResumeLayout(False)
Me.GroupBox18.PerformLayout()
Me.GroupBox19.ResumeLayout(False)
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPage5.ResumeLayout(False)
Me.GroupBox11.ResumeLayout(False)
Me.GroupBox11.PerformLayout()
Me.GroupBox8.ResumeLayout(False)
Me.GroupBox18.ResumeLayout(False)
Me.GroupBox18.PerformLayout()
Me.GroupBox19.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
@@ -1800,11 +1751,6 @@ Partial Class Pokemonedit
Friend WithEvents IconPointer As System.Windows.Forms.TextBox
Friend WithEvents GroupBox17 As System.Windows.Forms.GroupBox
Friend WithEvents EvoPKMNames As System.Windows.Forms.ComboBox
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
Friend WithEvents OptionsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents EvolutionModeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents NormalToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents Jambo51HackToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents EvoSlots As System.Windows.Forms.ListBox
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents Label13 As System.Windows.Forms.Label

View File

@@ -117,9 +117,6 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="MenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="fileOpenDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>132, 17</value>
</metadata>

View File

@@ -1792,10 +1792,6 @@ Public Class Pokemonedit
End If
End Sub
Private Sub Jambo51HackToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Jambo51HackToolStripMenuItem.Click
JamboHackEvos.Show()
End Sub
Private Sub MTLoad()
Dim LoopVar As Integer
MTattacks = Int32.Parse((GetString(AppPath & "ini\roms.ini", header, "MoveTutorAttacks", "")), System.Globalization.NumberStyles.HexNumber)