mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-22 12:03:10 +00:00
About, widening, stability
Added Changelog to about, widened for national, no PPups for no moves.
This commit is contained in:
parent
41a8ed4cc1
commit
4ccfd907e1
11 changed files with 1189 additions and 537 deletions
104
About.Designer.cs
generated
Normal file
104
About.Designer.cs
generated
Normal file
|
@ -0,0 +1,104 @@
|
|||
namespace PKHeX
|
||||
{
|
||||
partial class About
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
|
||||
this.B_Close = new System.Windows.Forms.Button();
|
||||
this.RTB = new System.Windows.Forms.RichTextBox();
|
||||
this.L_Thanks = new System.Windows.Forms.Label();
|
||||
this.L_Codr = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// B_Close
|
||||
//
|
||||
this.B_Close.Location = new System.Drawing.Point(412, 340);
|
||||
this.B_Close.Name = "B_Close";
|
||||
this.B_Close.Size = new System.Drawing.Size(75, 23);
|
||||
this.B_Close.TabIndex = 0;
|
||||
this.B_Close.Text = "Close";
|
||||
this.B_Close.UseVisualStyleBackColor = true;
|
||||
this.B_Close.Click += new System.EventHandler(this.B_Close_Click);
|
||||
//
|
||||
// RTB
|
||||
//
|
||||
this.RTB.Location = new System.Drawing.Point(7, 9);
|
||||
this.RTB.Name = "RTB";
|
||||
this.RTB.ReadOnly = true;
|
||||
this.RTB.Size = new System.Drawing.Size(480, 322);
|
||||
this.RTB.TabIndex = 1;
|
||||
this.RTB.Text = "";
|
||||
this.RTB.WordWrap = false;
|
||||
//
|
||||
// L_Thanks
|
||||
//
|
||||
this.L_Thanks.AutoSize = true;
|
||||
this.L_Thanks.Location = new System.Drawing.Point(12, 345);
|
||||
this.L_Thanks.Name = "L_Thanks";
|
||||
this.L_Thanks.Size = new System.Drawing.Size(147, 13);
|
||||
this.L_Thanks.TabIndex = 2;
|
||||
this.L_Thanks.Text = "Thanks to all the researchers!";
|
||||
//
|
||||
// L_Codr
|
||||
//
|
||||
this.L_Codr.AutoSize = true;
|
||||
this.L_Codr.Location = new System.Drawing.Point(203, 345);
|
||||
this.L_Codr.Name = "L_Codr";
|
||||
this.L_Codr.Size = new System.Drawing.Size(157, 13);
|
||||
this.L_Codr.TabIndex = 3;
|
||||
this.L_Codr.Text = "UI Inspiried by Codr\'s PokeGen.";
|
||||
//
|
||||
// About
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(494, 372);
|
||||
this.Controls.Add(this.L_Codr);
|
||||
this.Controls.Add(this.L_Thanks);
|
||||
this.Controls.Add(this.RTB);
|
||||
this.Controls.Add(this.B_Close);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "About";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "About";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button B_Close;
|
||||
private System.Windows.Forms.RichTextBox RTB;
|
||||
private System.Windows.Forms.Label L_Thanks;
|
||||
private System.Windows.Forms.Label L_Codr;
|
||||
}
|
||||
}
|
25
About.cs
Normal file
25
About.cs
Normal file
|
@ -0,0 +1,25 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace PKHeX
|
||||
{
|
||||
public partial class About : Form
|
||||
{
|
||||
public About()
|
||||
{
|
||||
InitializeComponent();
|
||||
RTB.Text = PKHeX.Properties.Resources.changelog;
|
||||
}
|
||||
|
||||
private void B_Close_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
}
|
231
About.resx
Normal file
231
About.resx
Normal file
|
@ -0,0 +1,231 @@
|
|||
<?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>
|
||||
<metadata name="B_Close.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="RTB.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Thanks.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_Codr.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
AAABAAIAEBAAAAEAIABoBAAAJgAAACAgAAABACAAqBAAAI4EAAAoAAAAEAAAACAAAAABACAAAAAAAAAE
|
||||
AAAAAAAAAAAAAAAAAAAAAAAAIyMjAQAAAAALCwsPJiYmJysrKycqKionKSkpJykpKScpKSknKioqJyoq
|
||||
KicrKysnJycnJw0ODQ8AAAAAJiYmAQAAAABpaWlHq6ur17+/v+6+vr7svr6+7b6+vu2+vr7tvr6+7b6+
|
||||
vu2+vr7tvr6+7L+/v+6rq6vXampqSAAAAAAoKSgXvr++3eLi4v/g4OD94eHh/+Hh4f/i4uL/4uLi/+Li
|
||||
4v/i4uL/4eHh/+Dh4P/g4OD94uLi/7+/v90sLCwXfn5+PNna2frg4OD/39/f/uHh4f7h4eH+39/f/uDg
|
||||
4P7g4OD+39/f/uHh4f7h4OH+39/f/t/g3//a2tr6g4ODPoOCgz7X19f64+Pj/+Li4v7k5OT/4+Tj//Ly
|
||||
8v/19fX/9PT0//T09P/k5OT/5OTk/+Pj4/7j4+P/19jX+4qLikCDhIM+2tra++Xl5f/k5eT+5OTk//Lz
|
||||
8v+urq7/RUVF/z4+Pv+Zmpn/8fHx/+Xm5f/k5eT+5eXl/9ra2vyLi4tAhYWFPuXm5vvx8vP/7+/w/v//
|
||||
//+sra3/AgIC/15eXv9tbG3/BQUF/4yMjP//////7+/w/vHy8//l5ub8jY2NQC4uLD5LS0f7UFBL/09P
|
||||
Sv5YWVP/FBUS/29wcP///////////5SUlP8PDw//U1NO/1BQS/5PT0r/S0tH/DIyMEAAAAs+AAAM+wAA
|
||||
Dv8AAA/+AwMS/wAAAP+UlJX///////////+3t7n/AAAA/wAAD/8BAQ/+AAAO/wAADPwCAg5ABARSPgoK
|
||||
k/sNDab/DQ2o/hAQvP8CAmj/IiIW/7Kzrv/Cw8D/NDQm/wAATf8QELz/DQ2q/gwMp/8LC5T8Dg5bQAUF
|
||||
Xj4KCpz7DQ2u/w0NsP4NDbX/Dw+//wUFYf8CAhL/AwMP/wMDTf8ODrj/Dg64/w0NsP4MDK7/Cwud/A8P
|
||||
aEEGBmU9DAyl+w4Otf8ODrf+Dw+6/xAQvv8TE8v/EhK+/xAQvP8TE8v/EBDA/w8Puf8PD7f+Dg61/w0N
|
||||
pvsREW9ACAhtQA8PsfsTE77/ExO//xQUwP8UFML/FBTD/xUVyP8WFsn/FRXE/xQUw/8UFMH/ExO//xMT
|
||||
vv8QELL7ERF3QxkZdCgXF771ExPH/xUVyPwVFcn9FhbL/RcXzP0XF8z9FxfM/RcXy/0XF8v9FhbJ/RUV
|
||||
yPwTE8f/Fxe+9RkZdykAAAAAIyOtghsbx/8ZGcj+GRnJ/xoayf8aGsn/GhrK/xoayv8aGsn/GhrJ/xkZ
|
||||
yf8ZGcj+GxvH/yMjrYQAAAAAAADHAQAAAAAzM51FLCyscCoqrGwqKqxtKSmsbSoqrG0qKqxtKSmsbSoq
|
||||
rG0qKqxsLCyscDMznUUAAAAAAAAAAP//AADAAwAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIAB
|
||||
AACAAQAAgAEAAIABAACAAQAAgAEAAP//AAAoAAAAIAAAAEAAAAABACAAAAAAAAAQAAAAAAAAAAAAAAAA
|
||||
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKysrCR0dHSMWFhY3GBgYORgYGDkYGBg5GBgYORgY
|
||||
GDkYGBg5GBgYORgYGDkYGBg5GBgYORgYGDkYGBg5GBgYORgYGDkYGBg5GBgYORgYGDkYGBg5FxcXNx4e
|
||||
HiQuLi4JAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASEhIARYWFis7OzuVkJCQ2ampqeqqqqrsqqqq7Kqq
|
||||
quyqqqrsqqqq7Kqqquyqqqrsqqqq7Kqqquyqqqrsqqqq7Kqqquyqqqrsqqqq7Kqqquyqqqrsqqqq7Kqq
|
||||
quypqanqkZGR2j09PZcXFxcsUFBQAQAAAAAAAAAAAAAAAAAAAAASEhIuhISEytvb2/7W1tb/19fX/9jY
|
||||
2P/Y2Nj/2NjY/9jY2P/Y2Nj/2NjY/9nZ2f/Z2dn/2dnZ/9nZ2f/Z2dn/2dnZ/9nZ2f/Y2Nj/2NjY/9jY
|
||||
2P/Y2Nj/2NjY/9fX1//W1tb/29vb/oeHh8sTExMvAAAAAAAAAAAAAAAAPDw8DGtra6zZ2dn/2dnZ/9ra
|
||||
2v/b29v/29vb/9vb2//c3Nz/3Nzc/9zc3P/c3Nz/3d3d/93d3f/d3d3/3d3d/93d3f/d3d3/3Nzc/9zc
|
||||
3P/c3Nz/3Nzc/9vb2//b29v/29vb/9ra2v/Z2dn/2dnZ/21tba5DQ0MNAAAAAAAAAAAiIiIx1NXU9tna
|
||||
2f/c3Nz/3d3d/93e3f/e3t7/3t7e/9/f3//f39//39/f/9/g3//g4OD/4ODg/+Dg4P/g4OD/4ODg/+Dg
|
||||
4P/g4OD/39/f/9/f3//f39//3t/e/97e3v/d3t3/3d3d/9zc3P/Z2tn/1dXV9icnJzMAAAAAAAAAAFhZ
|
||||
WFzf4N//3Nzc/97e3v/f39//39/f/9/g3//g4OD/4ODg/+Hh4f/h4eH/4eHh/+Li4v/i4uL/4uLi/+Li
|
||||
4v/i4uL/4uLi/+Hi4f/h4eH/4eHh/+Dg4P/g4OD/3+Df/9/f3//f39//3t7e/9zc3P/f39//XV1dXQAA
|
||||
AAAAAAAAZmZmZdvc2//e3t7/3+Df/+Dg4P/g4eD/4eHh/+Hi4f/i4uL/4uPi/+Pj4//j4+P/5OTk/+Tk
|
||||
5P/k5OT/5OTk/+Tk5P/k5OT/4+Pj/+Pj4//j4+P/4uLi/+Li4v/h4eH/4eHh/+Dg4P/f4N//3t7e/9vb
|
||||
2/9wcHBoAAAAAAAAAABoaGhl3d3d/9/f3//h4eH/4eLh/+Li4v/j4+P/4+Pj/+Tk5P/k5OT/5eXl/+Xl
|
||||
5f/l5uX/5ubm/+bm5v/m5ub/5ubm/+bm5v/l5eX/5eXl/+Tk5P/k5OT/4+Pj/+Pj4//i4uL/4uLi/+Hh
|
||||
4f/f39//3N3c/3Nzc2kAAAAAAAAAAGhoaGXe3t7/4ODg/+Li4v/j4+P/4+Pj/+Tk5P/l5eX/5eXl/+bm
|
||||
5v/m5+b/5+fn/+fn5//n6Of/6Ojo/+jo6P/o6Oj/5+fn/+fn5//n5+f/5ubm/+Xl5f/l5eX/5OTk/+Pk
|
||||
4//j4+P/4uLi/+Dg4P/e3t7/c3NzaQAAAAAAAAAAaGhoZd/g3//i4uL/5OTk/+Tl5P/l5eX/5ebl/+bn
|
||||
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
|
||||
wf8REcL/EhLC/xISw/8SEsP/EhLC/xERwv8REcH/ERHA/xERvv8QEL3/EBC7/xAQuv8QELj/Dw+3/w8P
|
||||
tf8ODrD/DAyq/xMTZWsAAAAAAAAAAAcHWmUODrD/EBC2/xERuv8REbz/ERG9/xISvv8SEr//EhLA/xMT
|
||||
wf8TE8P/ExPD/xMTxP8TE8X/FBTF/xQUxf8UFMX/ExPE/xMTxP8TE8P/ExPC/xISwf8SEr//EhK+/xER
|
||||
vf8REbz/ERG6/xAQtv8ODrD/FBRpawAAAAAAAAAACAhcYxAQtf8SErv/ExO+/xQUwP8UFMD/FBTB/xUV
|
||||
wv8VFcP/FRXE/xUVxf8WFsb/FhbG/xYWx/8WFsf/FhbH/xYWx/8WFsf/FhbG/xYWxf8VFcT/FRXD/xUV
|
||||
wv8UFMH/FBTB/xQUwP8TE77/EhK7/xAQtf8TE2hoAAAAAAAAAAAQEFNUFRXC/xMTv/8UFMP/FRXE/xUV
|
||||
xP8VFcX/FRXG/xYWx/8WFsf/FhbI/xYWyf8XF8n/FxfK/xcXyv8XF8r/FxfK/xcXyf8XF8n/FhbI/xYW
|
||||
yP8WFsf/FhbG/xUVxf8VFcT/FRXE/xQUw/8TE7//FRXB/xAQV1UAAAAAAAAAAA0NPxkjI8byFBTD/xUV
|
||||
x/8WFsj/FxfJ/xcXyf8XF8r/FxfK/xcXy/8YGMz/GBjM/xgYzP8YGM3/GBjN/xgYzf8YGM3/GBjM/xgY
|
||||
zP8YGMz/GBjL/xcXy/8XF8r/FxfJ/xcXyf8WFsj/FRXH/xQUw/8jI8f0Dg5GGwAAAAAAAAAAFhZxAiUl
|
||||
eIUZGcr/FBTI/xUVyv8WFsv/FhbM/xYWzP8WFsz/FhbN/xcXzf8XF83/FxfN/xcXzv8XF87/FxfO/xcX
|
||||
zv8XF87/FxfN/xcXzf8WFs3/FhbM/xYWzP8WFsz/FhbL/xUVyv8UFMj/GBjJ/yYmeogWFnYCAAAAAAAA
|
||||
AAAAAAAAGBh1BzMzk50kJNP+FxfK/xgYzP8YGMz/GBjN/xgYzf8YGM3/GBjN/xgYzf8ZGc7/GRnO/xkZ
|
||||
zv8ZGc7/GRnO/xkZzv8YGM3/GBjN/xgYzf8YGM3/GBjN/xgYzP8YGMz/FxfK/yMj0v4zM5WfFBRkBwAA
|
||||
AAAAAAAAAAAAAAAAAAAAAAAAHBx7Ay0tdkg3N5emMTGpxSwsp8gsLKfILCynyCwsp8gsLKfILCynyCws
|
||||
p8gsLKfILCynyCwsp8gsLKfILCynyCwsp8gsLKfILCynyCwsp8gsLKfILCynyDExqcU2NpenLi54Shsb
|
||||
ewMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP//////////8AAAD+AAAAfAAAADwAAAA8AAAAPAAAADwAAAA8AA
|
||||
AAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AA
|
||||
AAPAAAADwAAAA8AAAAPAAAAD4AAAB/gAAB//////
|
||||
</value>
|
||||
</data>
|
||||
</root>
|
11
PKHeX.csproj
11
PKHeX.csproj
|
@ -71,6 +71,12 @@
|
|||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="About.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="About.Designer.cs">
|
||||
<DependentUpon>About.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="CodeGenerator.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
@ -182,6 +188,9 @@
|
|||
<DependentUpon>SplashScreen.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Util.cs" />
|
||||
<EmbeddedResource Include="About.resx">
|
||||
<DependentUpon>About.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="CodeGenerator.resx">
|
||||
<DependentUpon>CodeGenerator.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
@ -283,6 +292,8 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="icon.ico" />
|
||||
<None Include="Resources\img\misc\party.png" />
|
||||
<None Include="Resources\text\changelog.txt" />
|
||||
<None Include="Resources\text\ja\lang_ja.txt" />
|
||||
<None Include="Resources\img\Pokemon Sprites\719-1.png" />
|
||||
<None Include="Resources\img\Pokemon Sprites\376-1.png" />
|
||||
|
|
37
Properties/Resources.Designer.cs
generated
37
Properties/Resources.Designer.cs
generated
|
@ -6794,6 +6794,36 @@ namespace PKHeX.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 02/09/14:
|
||||
/// - Initial Version
|
||||
///
|
||||
///02/15/14:
|
||||
/// - Finished Forms and Stat Calculations.
|
||||
///
|
||||
///02/18/14:
|
||||
/// - Added Hold Back as a move, fixed minor bugs, will have an update later with accurate Ribbon Labels.
|
||||
///
|
||||
///02/18/14ab:
|
||||
/// - More fixes regarding encryption and non-breaking for dumped data.
|
||||
///
|
||||
///02/21/14:
|
||||
/// - Added in Lati@site and Drag & Drop support.
|
||||
///
|
||||
///02/22/14:
|
||||
/// - Updated for future-proofing; saving as encrypted fixed.
|
||||
///
|
||||
///02/24/14:
|
||||
/// - Changed: Ribbons, formats, and small ease of use fixes.
|
||||
///
|
||||
///02/27/14 [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string changelog {
|
||||
get {
|
||||
return ResourceManager.GetString("changelog", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap classic {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("classic", resourceCulture);
|
||||
|
@ -7022,6 +7052,13 @@ namespace PKHeX.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap party {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("party", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap premier {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("premier", resourceCulture);
|
||||
|
|
|
@ -3589,7 +3589,13 @@
|
|||
<data name="_719_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\img\Pokemon Sprites\719-1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="changelog" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\text\changelog.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<data name="lang_ja" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\text\ja\lang_ja.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
</data>
|
||||
<data name="party" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\img\misc\party.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
BIN
Resources/img/misc/party.png
Normal file
BIN
Resources/img/misc/party.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
245
Resources/text/changelog.txt
Normal file
245
Resources/text/changelog.txt
Normal file
|
@ -0,0 +1,245 @@
|
|||
02/09/14:
|
||||
- Initial Version
|
||||
|
||||
02/15/14:
|
||||
- Finished Forms and Stat Calculations.
|
||||
|
||||
02/18/14:
|
||||
- Added Hold Back as a move, fixed minor bugs, will have an update later with accurate Ribbon Labels.
|
||||
|
||||
02/18/14ab:
|
||||
- More fixes regarding encryption and non-breaking for dumped data.
|
||||
|
||||
02/21/14:
|
||||
- Added in Lati@site and Drag & Drop support.
|
||||
|
||||
02/22/14:
|
||||
- Updated for future-proofing; saving as encrypted fixed.
|
||||
|
||||
02/24/14:
|
||||
- Changed: Ribbons, formats, and small ease of use fixes.
|
||||
|
||||
02/27/14:
|
||||
- Fixed: Corrected bug regarding first character of name-text,
|
||||
- Added: Ribbon Interface now include Medals (no saving yet),
|
||||
- Added: Diancie BST & Move index etc.
|
||||
|
||||
03/07/14:
|
||||
- Added: AZ Floette
|
||||
- Added: 5th-6th gen transfer
|
||||
- Added: Memory Editing enabled
|
||||
- Added: Ribbon/Medal editing finished
|
||||
- Minor fixes/improvements
|
||||
|
||||
03/12/14:
|
||||
- Fixed: Transfer bugs fixed
|
||||
- Changed: Ribbon UI updated
|
||||
- Changed: Memory/Amie UI redone
|
||||
- Added: keyboard shortcuts
|
||||
|
||||
03/17/14: (350)
|
||||
- Loads/Saves Friendship value dynamically depending on current handler flag
|
||||
- Added: indicator in OT tab & memories -- can switch in Memory/Amie.
|
||||
- Added: a few country dropdowns.
|
||||
|
||||
04/01/14 - New Update: (400)
|
||||
- Fixed: Import Gen5 PKM to decapitalize an ALL CAPS species name.
|
||||
- Added: Can now drag & drop Gen5 PKMs into the window/tabs to convert (can still Extra->Convert).
|
||||
- Added: Can now drag out from the top right corner to save a .pk6.
|
||||
- Added: Can now drag out from the bottom right corner to save a .ek6.
|
||||
- Added: Characteristics are now displayed in the Stats tab.
|
||||
- Added: IV Total and Judge Reading (overall potential) in the stats tab.
|
||||
|
||||
04/09/14 - New Update (150)
|
||||
- Fixed: EK6 encryption should no longer save undecryptable files.
|
||||
- Moved: Dragouts moved to the left side.
|
||||
- Added: Save File Editing
|
||||
- Box Editing
|
||||
- Party/BattleBox/Daycare/GTS/Fused/Extra Viewing
|
||||
- Pokepuff Editing
|
||||
- Inventory Editing
|
||||
- Trainer Info Editing
|
||||
- Box Layout (Name/Background) editing
|
||||
- Wondercard Adding/Exporting
|
||||
- Berry Field Viewing (basic)
|
||||
- Added: Integrity Checking for Checksums and SHA256 Hashes of save files.
|
||||
- Added: Save file hash correction export to re-sign everything but the AES MAC (needs a hacked 3DS).
|
||||
- Added: Bypass for partially decrypted saves (exporting disabled).
|
||||
|
||||
04/10/14 - Minor Update (270)
|
||||
- Added: Inventory & Pokepuff windows can be resized longer.
|
||||
- Added: Unknown Item error handling added; if your items error out with an uncorrupted inventory please report back.
|
||||
- Fixed: Spewpa now doesn't error out with forms.
|
||||
|
||||
4/13/14 - New Update (530)
|
||||
- Added: Quicksave DragOut Indicators and Tooltips (Hover over the left side corners)
|
||||
- Added: Control+Click a Pokemon slot to quick-load the data.
|
||||
- Added: Shift+Click a Pokemon slot to quick-set the data.
|
||||
- Added: SAV Tab (contents of old Tools Tab)
|
||||
- Added: Tools Tab - Export PGL JPEG, List Passerby, List Hall of Fame Entries
|
||||
- Added: Remaining Moves, Abilities, and Items
|
||||
- Added: Verbose printout of Wonder cards.
|
||||
- Changed: Resizable Pokepuff/Inventory windows for better display.
|
||||
- Changed: Trainer Info Editing has more options.
|
||||
- Changed: PID and EK fields now display Hex instead of decimal (and autofill to 8 characters). Editing is discouraged (legality's sake).
|
||||
- Removed: Visibility of Unused Ribbon Bits
|
||||
- Removed: Visibility of Characteristic. Might be a new correlation, so more research is needed.
|
||||
|
||||
4/20/14 - New Update (375)
|
||||
- Added: Box Export/Import
|
||||
- Added: Map & XYZ Coordinate Display (no editing) to Trainer Data. (Z is the flying coordinate)
|
||||
- Added: Mini sprites for the unreleased legends.
|
||||
- Added: All Country Codes
|
||||
- Added: All Location names for Gen 6 and Previous Generation Origin (gen 5).
|
||||
- Added: PGL JPEG Export
|
||||
- Added: Hovering over TID/SID displays TSV.
|
||||
- Added: Save File switching
|
||||
- Added: Label indicator (top right corner) of which save is active.
|
||||
- Added: Saving of which save partition is active.
|
||||
- Fixed: Active save partition detection and re-saving.
|
||||
- Fixed: "Is Shiny" detection now works properly.
|
||||
- Fixed: Random EVs will now always give 510 EVs.
|
||||
- Changed: Locations now display actual names, not just numbers.
|
||||
- Changed: PID&EK boxes don't autofill with zeroes.
|
||||
- Removed: Changing of "Rival" name as it's unused ingame.
|
||||
- Removed: Illegal Species ("722") and other impossible options (like items) as we know all that exists.
|
||||
- Added: Everything that is possible to obtain (PP for unreleased moves, Thousand Zygarde Moves, etc).
|
||||
|
||||
4/21/14 - Minor Update (475)
|
||||
- Fixed: Save file detection wonkyness; disabled switching savs for saves capable of exporting -- waiting until detection that both saves are properly decrypted is added.
|
||||
|
||||
5/2/14 - New Update (505):
|
||||
- Added: Manual opening of the Box Interface without loading a save file. (via Extra)
|
||||
- Added: Event Flag interface (Read Only for now).
|
||||
- Added: Hovering over the PID displays the PSV.
|
||||
- Added: Switching of save files for fully decrypted saves.
|
||||
- Added: Changing species without a current nickname changes the Pokemon's name to the (English) Species Name.
|
||||
- Added: Incomplete dropdown entry detection.
|
||||
- If a ComboBox is not completely filled out, the background color will change and any saving action is disabled until fixed.
|
||||
- This is to ensure that any alterations are completely applied.
|
||||
- Changed: PID Rerolling interface --
|
||||
- Clicking the Gender Label will change the gender (within legal bounds)
|
||||
- Button now instantly rerolls the PID.
|
||||
- Changed: Box I/O now uses the actual box names.
|
||||
- Changed: Ability Dropdown only contains legal abilities for a given Pokemon.
|
||||
- Forms (like Megas) only display the specific form Abilities.
|
||||
- Fixed: Poke Puff sorting no longer puts empty slots at the top.
|
||||
- Fixed: Gen4 Egg Met locations now load properly.
|
||||
- Fixed: Cancel button of Inventory Editing now closes the window instead of doing nothing.
|
||||
- Fixed: Improperly loading of genders:
|
||||
- Previously, certain examples would even load as genderless!
|
||||
- Fixed: Save2 box data now loads from the Save2 region, not Save1.
|
||||
- Fixed: Tooltips no longer appear multiple times.
|
||||
- Removed: Ability Number text box.
|
||||
- Combined into the Legal Ability selection dropbox, one less thing to worry about!
|
||||
|
||||
5/18/14 - New Update (920):
|
||||
- Memory Interface redesigned, includes Memory Readouts.
|
||||
- Added: Ingame sprites for forms/megas/eggs now appear in the PKX viewing slots.
|
||||
- Added: Notification if checksum of loaded PKX is bad.
|
||||
- Added: Characteristic is now shown (again).
|
||||
- Fixed: ComboBoxes now close their DropDown when you start typing.
|
||||
- Fixed: Re-saving with a decrypted save now uses the proper hash data for save2.
|
||||
|
||||
06/09/14 - New Update: (40)
|
||||
- Fixed: Wrong/missing mini-sprites in box interface.
|
||||
- Fixed: Nidoran gender symbols appearing incorrectly when viewed.
|
||||
- Added: Splash screen on load to let users with slow computers that the program is setting up.
|
||||
- Added: Detection of bad checksum data when loading it to tabs (hardly anyone will encounter this).
|
||||
- Added: Translation support of all fields/combobox for every in-game language. This includes memories and characteristics. Also...
|
||||
- Added: Translation support of interface via supplied .txt files. With the above change and this, the program can be fully localized (besides Encounter Types, 3DS Country Names, savegame related UI or popup messages.)
|
||||
- Added: Appending the exe's file name with -en or any other supported language (ja, ko, de, it, es, fr) will auto-load the program with the language.
|
||||
- Added: Mass Import / Export of box contents by either dragging a folder into the window or loading/saving-to a folder. PKHeX will allow users to create a database in the same directory as the executable to store all dumped pk6 files, or allow users to specify where to dump/load from.
|
||||
|
||||
06/10/14 - Minor Update: (1500)
|
||||
- Sun form Vivillon added. Oops.
|
||||
|
||||
06/28/14 - New Update: (1200)
|
||||
- Fixed: Translation not translating last elements of UI dropdowns.
|
||||
- Fixed: SAV related buttons are now disabled when no data for them is loaded.
|
||||
- Fixed: Pokerus infection/curing logic.
|
||||
- Fixed: Memory loading now doesn't error out with no data, and has all memory types and locations.
|
||||
- Added: DE/FR (early) language translations.
|
||||
- Added: Shiny/PKRS Cured/Pentagon sprites to marking.
|
||||
- Added: Ribbon sprites from ingame; Expert Battler (Super Maison ribbon) now has proper sprite. Also added the 40/8 complete Memory ribbons.
|
||||
- Added: Base friendships for Kalos Pokemon.
|
||||
- Added: Clicking Friendship Label now toggles between Base & Max; pressing with Control resets it.
|
||||
- Added/Fixed: Clicking IsEgg will now set the Hatch Counter to 1 (GTS still tampers with it...).
|
||||
- Added: Clicking PPups Label now sets all 4 PPUps to 3; pressing with Control sets them back to 0.
|
||||
- Changed: Gender labels for Pokemon and Trainers now use ♂♀. Clicking will toggle between.
|
||||
- Changed: Markings no longer display check boxes; instead they act like Ribbons which can be toggled by clicking.
|
||||
- Changed: When a PID is shiny, it will now display the shiny marking instead of text.
|
||||
- Changed: Setting a nickname to species name will now depend on the Pokemon's language, not the UI language. Changing the species will also auto fill the nickname the same way.
|
||||
|
||||
07/20/14 - New Update: (300)
|
||||
- Fixed: Pokerus now saves properly, viewing was unaffected.
|
||||
- Fixed: Memory viewing no longer errors out in some cases.
|
||||
- Fixed: Incomplete Language translations no longer cause errors.
|
||||
- Fixed: PP of Outrage fixed to 10.
|
||||
- Fixed: Exporting filenames with invalid characters are now removed.
|
||||
- Removed: Species button "nickname" ; functionality moved to clicking the Species label.
|
||||
- Added: Unchecking Nickname will set the species name.
|
||||
- Added: Preventing export of invalid IVs/EVs
|
||||
- Added: RAM Edit Code Generator
|
||||
- Exports codes for Tabs/Box Pokemon, and Wondercards. Specify the write offset.
|
||||
- Requires a hacked 3DS with redirected nand and a spawned thread running the code interpreter.
|
||||
- Added: Mega selection for the 4 ORAS megas revealed thus far. Ability/Stats are not implemented.
|
||||
|
||||
07/24/14 - New Update: (600)
|
||||
- Fixed: Shinifying now behaves properly
|
||||
- Fixed: Invalid ID/SIDs are now no longer enterable
|
||||
- Added: Box Data Report - Generates a verbose info table with all of the data from the Pokemon loaded/imported in the boxes.
|
||||
- Changed: Code Generator now exports codes compatible with the CyberGadget save editor. Currently, only Box and Wondercard insertion is supported.
|
||||
- Add 0xE8 to a Box Offset, 0x108 for Wondercards to change from Slot 1.
|
||||
|
||||
07/26/14 - New Update: (80)
|
||||
- Added Decrypted Cyber Gadget save loading/saving support.
|
||||
- Decrypted saves are stored in:
|
||||
- In Command Prompt, type "echo %TEMP%".
|
||||
- Win7 - C[USER]\AppData\Local\Temp\3DSSE\root\
|
||||
- XP - CDocuments and Settings\[USERNAME]\Local Settings\Temp\3DSSE\root\
|
||||
- If not, just look around for your Temp folder.
|
||||
|
||||
07/26/14 - New Update-2: (180)
|
||||
- Added: Trainer Info now displays BP and PokeMiles
|
||||
- Added: Can now write party Pokemon.
|
||||
- Changed: Badges/Streak/MXYZ/BP/PM are now editable.
|
||||
- Changed: Item Editing will now display alphabetically sorted item text for the current language.
|
||||
- Changed: Code Generator simplified; for now only CyberGadget saves are supported.
|
||||
- Load a save, make your edits, then press [Create Diff].
|
||||
- Click Copy, and you can Paste the code alterations into the CyberGadget tool.
|
||||
|
||||
07/27/14 - New Update: (580)
|
||||
- Added: Japanese translation for the main editing UI.
|
||||
- Added: O-Power editor (very rough)
|
||||
- Added: Some stability improvements to prevent the program from misbehaving if the user does stuff incorrectly.
|
||||
(2) - Added Style editing.
|
||||
|
||||
07/28/14 - New Update: (130)
|
||||
- Added: Checkbox to enable/disable the Code Segment separation to indicate Simple Editor's 128 code line limit.
|
||||
- Added: (Beta) Pokedex viewer.
|
||||
- Added: MAX O-Power editing - still not sure on what the exact Names of each one are.
|
||||
- Changed: Trainer UI to allow for future updates. Style now is capped at 255 (the max)
|
||||
- Changed: Encryption Constants can no longer be 0; now shared codes should no longer cause Bad Eggs to appear.
|
||||
- Fixed: Pokemiles and BP now save properly.
|
||||
- Fixed: Code generator will no longer return a "null" error for a blank textbox if you press copy; instead a Message Box will tell you what you did wrong.
|
||||
- Removed: ORAS Megas aren't in X/Y nor will they be recognized by PokeBank.
|
||||
|
||||
07/28/14 - New Update (2): (350)
|
||||
- Added: Code Import to load Cyber Gadget Party/Box codes posted online.
|
||||
- [SAV Tabs] -> [Tools] -> [Import PK6 from Code]
|
||||
- Added: Import of 3rd & 4th Gen PKM Files (.3gpkm/.pkm); PKHeX now does 3/4/5->6.
|
||||
- Functionality is from my Time Machine transfer tool ~ "pk2pk".
|
||||
- Changed: Import of past gen files will use the OT Data of the save file, if there is one loaded.
|
||||
|
||||
07/28/14 - New Update (3):
|
||||
- Added: Box/Party sprites now display if they are shiny or not.
|
||||
- Added: Eggs have a faint image of what is contained within.
|
||||
- Changed: Import from Code functionality moved to Code Generator.
|
||||
|
||||
07/29/14 - New Update
|
||||
- Added: Changelog to About menu item.
|
||||
- Fixed: Importing Gen 4 hatched Pokemon pk2pk error.
|
||||
- Fixed: PP Ups won't be saved if there is no move for that slot.
|
||||
- Changed: Party / Battle Box now has a spiffy layout.
|
||||
- Changed: Program width to assist those on Wine / foreign languages.
|
844
f1-Main.Designer.cs
generated
844
f1-Main.Designer.cs
generated
File diff suppressed because it is too large
Load diff
37
f1-Main.cs
37
f1-Main.cs
|
@ -30,8 +30,9 @@ namespace PKHeX
|
|||
CB_ExtraBytes.SelectedIndex = 0;
|
||||
|
||||
// Resize Main Window to PKX Editing Mode
|
||||
// this.Size = new Size(260, 390);
|
||||
Width = (Width * (26000 / 540)) / 100 + 1;
|
||||
largeWidth = this.Width;
|
||||
shortWidth = (Width * (29500 / 610)) / 100 + 1;
|
||||
Width = shortWidth;
|
||||
#endregion
|
||||
#region Language Detection before loading
|
||||
// Set up Language Selection
|
||||
|
@ -177,6 +178,7 @@ namespace PKHeX
|
|||
public Color colorizedcolor = Color.Transparent;
|
||||
public Color defaultwhite = Color.White;
|
||||
public int colorizedslot = 0;
|
||||
public int largeWidth, shortWidth = 0;
|
||||
public string eggname = "";
|
||||
public string[] specieslist = { };
|
||||
public string[] movelist = { };
|
||||
|
@ -4628,13 +4630,10 @@ namespace PKHeX
|
|||
}
|
||||
private void Label_PPups_Click(object sender, EventArgs e)
|
||||
{
|
||||
int index = 3;
|
||||
if (ModifierKeys == Keys.Control)
|
||||
{
|
||||
index = 0;
|
||||
}
|
||||
CB_PPu1.SelectedIndex = CB_PPu2.SelectedIndex = CB_PPu3.SelectedIndex = CB_PPu4.SelectedIndex = index;
|
||||
|
||||
CB_PPu1.SelectedIndex = 3 * (Convert.ToInt16(!((ModifierKeys == Keys.Control) || getIndex(CB_Move1) == 0)));
|
||||
CB_PPu2.SelectedIndex = 3 * (Convert.ToInt16(!((ModifierKeys == Keys.Control) || getIndex(CB_Move2) == 0)));
|
||||
CB_PPu3.SelectedIndex = 3 * (Convert.ToInt16(!((ModifierKeys == Keys.Control) || getIndex(CB_Move3) == 0)));
|
||||
CB_PPu4.SelectedIndex = 3 * (Convert.ToInt16(!((ModifierKeys == Keys.Control) || getIndex(CB_Move4) == 0)));
|
||||
}
|
||||
private void Label_OTGender_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
@ -6020,22 +6019,22 @@ namespace PKHeX
|
|||
}
|
||||
private void mainmenuAbout(object sender, EventArgs e)
|
||||
{
|
||||
string caption = "About";
|
||||
string message = "PKHeX - By Kaphotics.\n\nUI Inspiried by Codr's PokeGen.\n\nThanks to all the researchers!";
|
||||
MessageBox.Show(message, caption);
|
||||
// Open a new form with the About details.
|
||||
PKHeX.About about = new PKHeX.About();
|
||||
about.ShowDialog();
|
||||
}
|
||||
private void mainmenuWiden(object sender, EventArgs e)
|
||||
{
|
||||
int newwidth;
|
||||
if (Width < Height)
|
||||
{
|
||||
newwidth = (this.Width * (54000 / 260)) / 100 + 2;
|
||||
newwidth = largeWidth;
|
||||
tabBoxMulti.Enabled = true;
|
||||
tabBoxMulti.SelectedIndex = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
newwidth = (this.Width * (26000 / 540)) / 100 + 1;
|
||||
newwidth = shortWidth;
|
||||
}
|
||||
this.Width = newwidth;
|
||||
}
|
||||
|
@ -6089,7 +6088,7 @@ namespace PKHeX
|
|||
|
||||
if (Width < Height) // SAV Interface Not Open
|
||||
{
|
||||
int newwidth = (this.Width * (54000 / 260)) / 100 + 2;
|
||||
int newwidth = largeWidth;
|
||||
this.Width = newwidth;
|
||||
}
|
||||
return;
|
||||
|
@ -6214,7 +6213,7 @@ namespace PKHeX
|
|||
{
|
||||
if (Width < Height) // SAV Interface Not Open
|
||||
{
|
||||
int newwidth = (this.Width * (54000 / 260)) / 100 + 2;
|
||||
int newwidth = largeWidth;
|
||||
this.Width = newwidth;
|
||||
}
|
||||
Menu_ToggleBoxUI.Visible = false;
|
||||
|
@ -6567,6 +6566,10 @@ namespace PKHeX
|
|||
pkx[0x68] = (byte)(CB_PPu3.SelectedIndex);
|
||||
pkx[0x69] = (byte)(CB_PPu4.SelectedIndex);
|
||||
|
||||
// Don't allow PP Ups if there is no move.
|
||||
for (int i = 0; i < 4; i++)
|
||||
if (pkx[0x62+i] == 0) pkx[0x66+i] = 0;
|
||||
|
||||
Array.Copy(BitConverter.GetBytes(getIndex(CB_RelearnMove1)), 0, pkx, 0x6A, 2); // EggMove 1
|
||||
Array.Copy(BitConverter.GetBytes(getIndex(CB_RelearnMove2)), 0, pkx, 0x6C, 2); // EggMove 2
|
||||
Array.Copy(BitConverter.GetBytes(getIndex(CB_RelearnMove3)), 0, pkx, 0x6E, 2); // EggMove 3
|
||||
|
@ -8168,7 +8171,7 @@ namespace PKHeX
|
|||
{
|
||||
if (Width < Height) // expand if boxes aren't visible
|
||||
{
|
||||
this.Width = (this.Width * (54000 / 260)) / 100 + 2;
|
||||
this.Width = largeWidth;
|
||||
tabBoxMulti.Enabled = true;
|
||||
tabBoxMulti.SelectedIndex = 0;
|
||||
}
|
||||
|
|
186
f1-Main.resx
186
f1-Main.resx
|
@ -129,9 +129,6 @@
|
|||
<metadata name="TB_PID.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_AbilityNumber.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CHK_Nicknamed.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
|
@ -243,6 +240,9 @@
|
|||
<metadata name="Label_PID.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_AbilityNumber.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CHK_AsEgg.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
|
@ -438,72 +438,12 @@
|
|||
<metadata name="Stat_HP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Tab_Attacks.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="GB_RelearnMoves.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_RelearnMove4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_RelearnMove3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_RelearnMove2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_RelearnMove1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="GB_CurrentMoves.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_CurPP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_PPups.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_PP4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_PP3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_PP2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_PP1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_PPu4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_PPu3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_PPu2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Move4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_PPu1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Move3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Move2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CB_Move1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Tab_OTMisc.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="CHK_Diamond.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
|
@ -675,6 +615,27 @@
|
|||
<metadata name="C_BoxSelect.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="panel2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bbpkx1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bbpkx2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bbpkx3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bbpkx4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bbpkx5.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bbpkx6.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_ReadOnlyPBB.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
|
@ -684,45 +645,63 @@
|
|||
<metadata name="L_Party.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bbpkx6.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bbpkx5.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bbpkx4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bbpkx3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bbpkx2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bbpkx1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ppkx6.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ppkx5.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ppkx4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ppkx3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ppkx2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<metadata name="panel1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ppkx1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ppkx2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ppkx3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ppkx4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ppkx5.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ppkx6.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="GB_Daycare.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="label4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="label3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_Daycare2XP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_Daycare1XP.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_DC2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_DC1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_DaycareSeed.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="TB_RNGSeed.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="dcpkx2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="dcpkx1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="DayCare_HasEgg.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="GB_SUBE.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
|
@ -738,13 +717,22 @@
|
|||
<metadata name="GB_Fused.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="fusedpkx.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_ReadOnlyOther.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="RTB_T.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<metadata name="B_BoxIO.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Tab_SAV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<metadata name="B_JPEG.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="B_OUTHallofFame.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="B_OUTPasserby.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="L_SAVManipulation.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
|
@ -765,9 +753,6 @@
|
|||
<metadata name="B_ExportSAV.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="RTB_S.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="B_OpenPokepuffs.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
|
@ -801,9 +786,6 @@
|
|||
<metadata name="L_SAVINDEX.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="notifyIcon1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>328, 19</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
|
|
Loading…
Reference in a new issue