diff --git a/PKHeX.WinForms/Misc/SplashScreen.Designer.cs b/PKHeX.WinForms/Misc/SplashScreen.Designer.cs
index 52486c0e4..38abb197d 100644
--- a/PKHeX.WinForms/Misc/SplashScreen.Designer.cs
+++ b/PKHeX.WinForms/Misc/SplashScreen.Designer.cs
@@ -29,54 +29,53 @@
private void InitializeComponent()
{
this.L_Status = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+ this.L_Site = new System.Windows.Forms.Label();
+ this.PB_Icon = new System.Windows.Forms.PictureBox();
+ ((System.ComponentModel.ISupportInitialize)(this.PB_Icon)).BeginInit();
this.SuspendLayout();
//
// L_Status
//
this.L_Status.AutoSize = true;
- this.L_Status.Location = new System.Drawing.Point(70, 16);
+ this.L_Status.Location = new System.Drawing.Point(40, 3);
this.L_Status.Name = "L_Status";
this.L_Status.Size = new System.Drawing.Size(105, 13);
this.L_Status.TabIndex = 0;
this.L_Status.Text = "Starting up PKHeX...";
//
- // label2
+ // L_Site
//
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(71, 42);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(103, 13);
- this.label2.TabIndex = 1;
- this.label2.Text = "ProjectPokemon.org";
+ this.L_Site.AutoSize = true;
+ this.L_Site.Location = new System.Drawing.Point(40, 21);
+ this.L_Site.Name = "L_Site";
+ this.L_Site.Size = new System.Drawing.Size(103, 13);
+ this.L_Site.TabIndex = 1;
+ this.L_Site.Text = "ProjectPokemon.org";
//
- // pictureBox1
+ // PB_Icon
//
- this.pictureBox1.BackgroundImage = global::PKHeX.WinForms.Properties.Resources.SplashIcon;
- this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pictureBox1.Location = new System.Drawing.Point(2, 3);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(64, 64);
- this.pictureBox1.TabIndex = 2;
- this.pictureBox1.TabStop = false;
+ this.PB_Icon.BackgroundImage = global::PKHeX.WinForms.Properties.Resources.Icon.ToBitmap();
+ this.PB_Icon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+ this.PB_Icon.Location = new System.Drawing.Point(2, 3);
+ this.PB_Icon.Name = "PB_Icon";
+ this.PB_Icon.Size = new System.Drawing.Size(32, 32);
+ this.PB_Icon.TabIndex = 2;
+ this.PB_Icon.TabStop = false;
//
// SplashScreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(181, 69);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.label2);
+ this.ClientSize = new System.Drawing.Size(150, 38);
+ this.Controls.Add(this.PB_Icon);
+ this.Controls.Add(this.L_Site);
this.Controls.Add(this.L_Status);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = global::PKHeX.WinForms.Properties.Resources.Icon;
this.Name = "SplashScreen";
this.Opacity = 0.5D;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Loading...";
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.PB_Icon)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -84,8 +83,8 @@
#endregion
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.PictureBox pictureBox1;
+ private System.Windows.Forms.Label L_Site;
+ private System.Windows.Forms.PictureBox PB_Icon;
public System.Windows.Forms.Label L_Status;
}
}
\ No newline at end of file
diff --git a/PKHeX.WinForms/Misc/SplashScreen.cs b/PKHeX.WinForms/Misc/SplashScreen.cs
index 2dd2cf448..877829c50 100644
--- a/PKHeX.WinForms/Misc/SplashScreen.cs
+++ b/PKHeX.WinForms/Misc/SplashScreen.cs
@@ -4,10 +4,6 @@ namespace PKHeX.WinForms
{
public partial class SplashScreen : Form
{
- public SplashScreen()
- {
- InitializeComponent();
- Icon = Properties.Resources.Icon;
- }
+ public SplashScreen() => InitializeComponent();
}
}
\ No newline at end of file
diff --git a/PKHeX.WinForms/PKHeX.WinForms.csproj b/PKHeX.WinForms/PKHeX.WinForms.csproj
index c6a152d71..1faf05842 100644
--- a/PKHeX.WinForms/PKHeX.WinForms.csproj
+++ b/PKHeX.WinForms/PKHeX.WinForms.csproj
@@ -9,7 +9,7 @@
Kaphotics
PKHeX
Pokémon Save Editor
- icon.ico
+ Resources\Icon.ico
PKHeX.WinForms.Program
PKHeX
20.04.14
diff --git a/PKHeX.WinForms/Properties/Resources.Designer.cs b/PKHeX.WinForms/Properties/Resources.Designer.cs
index 37943ea4d..14abc1a07 100644
--- a/PKHeX.WinForms/Properties/Resources.Designer.cs
+++ b/PKHeX.WinForms/Properties/Resources.Designer.cs
@@ -1,1082 +1,1077 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace PKHeX.WinForms.Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- public class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PKHeX.WinForms.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap _6th {
- get {
- object obj = ResourceManager.GetObject("_6th", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap about {
- get {
- object obj = ResourceManager.GetObject("about", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap alora {
- get {
- object obj = ResourceManager.GetObject("alora", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap alphaAZ {
- get {
- object obj = ResourceManager.GetObject("alphaAZ", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap alphaZA {
- get {
- object obj = ResourceManager.GetObject("alphaZA", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap anti_pokerus_icon {
- get {
- object obj = ResourceManager.GetObject("anti_pokerus_icon", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap bak {
- get {
- object obj = ResourceManager.GetObject("bak", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap box_mark_01 {
- get {
- object obj = ResourceManager.GetObject("box_mark_01", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap box_mark_02 {
- get {
- object obj = ResourceManager.GetObject("box_mark_02", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap box_mark_03 {
- get {
- object obj = ResourceManager.GetObject("box_mark_03", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap box_mark_04 {
- get {
- object obj = ResourceManager.GetObject("box_mark_04", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap box_mark_05 {
- get {
- object obj = ResourceManager.GetObject("box_mark_05", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap box_mark_06 {
- get {
- object obj = ResourceManager.GetObject("box_mark_06", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap box_wp_clean {
- get {
- object obj = ResourceManager.GetObject("box_wp_clean", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap box_wp_default {
- get {
- object obj = ResourceManager.GetObject("box_wp_default", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized string similar to PKHeX - By Kaphotics
- ///http://projectpokemon.org/pkhex/
- ///
- ///19/12/26 - New Update:
- /// - Legality:
- /// - - Added: PP Count verification, Egg TR/StatNature checks, etc.
- /// - - Added: More static encounter locations.
- /// - - Added: Handling for downleveled raid content, and location crossover comparisons for wild encounters.
- /// - - Changed: Encounter yielding pattern for Gen8 is now slightly different from the one used for Gen5-7 (now yields more).
- /// - - Fixed: EvolutionTree regressions have been resolved. Please repor [rest of string was truncated]";.
- ///
- public static string changelog {
- get {
- return ResourceManager.GetString("changelog", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap crown {
- get {
- object obj = ResourceManager.GetObject("crown", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap data {
- get {
- object obj = ResourceManager.GetObject("data", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap database {
- get {
- object obj = ResourceManager.GetObject("database", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap date {
- get {
- object obj = ResourceManager.GetObject("date", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap dump {
- get {
- object obj = ResourceManager.GetObject("dump", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap exit {
- get {
- object obj = ResourceManager.GetObject("exit", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap export {
- get {
- object obj = ResourceManager.GetObject("export", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- public static byte[] fashion_f_sm {
- get {
- object obj = ResourceManager.GetObject("fashion_f_sm", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- public static byte[] fashion_f_sm_illegal {
- get {
- object obj = ResourceManager.GetObject("fashion_f_sm_illegal", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- public static byte[] fashion_f_uu {
- get {
- object obj = ResourceManager.GetObject("fashion_f_uu", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- public static byte[] fashion_f_uu_illegal {
- get {
- object obj = ResourceManager.GetObject("fashion_f_uu_illegal", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- public static byte[] fashion_m_sm {
- get {
- object obj = ResourceManager.GetObject("fashion_m_sm", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- public static byte[] fashion_m_sm_illegal {
- get {
- object obj = ResourceManager.GetObject("fashion_m_sm_illegal", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- public static byte[] fashion_m_uu {
- get {
- object obj = ResourceManager.GetObject("fashion_m_uu", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- public static byte[] fashion_m_uu_illegal {
- get {
- object obj = ResourceManager.GetObject("fashion_m_uu_illegal", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap folder {
- get {
- object obj = ResourceManager.GetObject("folder", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap gen_6 {
- get {
- object obj = ResourceManager.GetObject("gen_6", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap gen_7 {
- get {
- object obj = ResourceManager.GetObject("gen_7", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap gen_8 {
- get {
- object obj = ResourceManager.GetObject("gen_8", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap gen_gg {
- get {
- object obj = ResourceManager.GetObject("gen_gg", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap gen_go {
- get {
- object obj = ResourceManager.GetObject("gen_go", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap gen_vc {
- get {
- object obj = ResourceManager.GetObject("gen_vc", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap gift {
- get {
- object obj = ResourceManager.GetObject("gift", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap heart {
- get {
- object obj = ResourceManager.GetObject("heart", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap horohoro {
- get {
- object obj = ResourceManager.GetObject("horohoro", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
- ///
- public static System.Drawing.Icon Icon {
- get {
- object obj = ResourceManager.GetObject("Icon", resourceCulture);
- return ((System.Drawing.Icon)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap icon_favo {
- get {
- object obj = ResourceManager.GetObject("icon_favo", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap import {
- get {
- object obj = ResourceManager.GetObject("import", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized string similar to About=About
- ///BatchEditor=Batch Editor
- ///ErrorWindow=Error
- ///KChart=KChart
- ///Main=PKHeX
- ///MemoryAmie=Memory / Amie Editor
- ///RibbonEditor=Ribbon Editor
- ///SAV_Apricorn=Apricorn Editor
- ///SAV_BerryField=Berry Field Viewer
- ///SAV_BoxLayout=Box Layout Editor
- ///SAV_BoxList=Storage Viewer
- ///SAV_CGearSkin=C-Gear Skin
- ///SAV_Database=Database
- ///SAV_Encounters=Database
- ///SAV_EventFlags=Event Flag Editor
- ///SAV_EventReset1=Event Resetter
- ///SAV_EventWork=Event Flag Editor
- ///SAV_FolderList=Folder List
- ///SAV_GameSelect=Game Selection
- ///SAV_Hal [rest of string was truncated]";.
- ///
- public static string lang_de {
- get {
- return ResourceManager.GetString("lang_de", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to About=About
- ///BatchEditor=Batch Editor
- ///ErrorWindow=Error
- ///KChart=KChart
- ///Main=PKHeX
- ///MemoryAmie=Memory / Amie Editor
- ///RibbonEditor=Ribbon Editor
- ///SAV_Apricorn=Apricorn Editor
- ///SAV_BerryField=Berry Field Viewer
- ///SAV_BoxLayout=Box Layout Editor
- ///SAV_BoxList=Storage Viewer
- ///SAV_CGearSkin=C-Gear Skin
- ///SAV_Database=Database
- ///SAV_Encounters=Database
- ///SAV_EventFlags=Event Flag Editor
- ///SAV_EventReset1=Event Resetter
- ///SAV_EventWork=Event Flag Editor
- ///SAV_FolderList=Folder List
- ///SAV_GameSelect=Game Selection
- ///SAV_Hal [rest of string was truncated]";.
- ///
- public static string lang_en {
- get {
- return ResourceManager.GetString("lang_en", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to About=Acerca de
- ///BatchEditor=Editor por lotes
- ///ErrorWindow=Error
- ///KChart=KChart
- ///Main=PKHeX
- ///MemoryAmie=Editor de memorias / Poké Recreo
- ///RibbonEditor=Editor de cintas
- ///SAV_Apricorn=Editor de Bonguri
- ///SAV_BerryField=Visor de campos de bayas
- ///SAV_BoxLayout=Editor de fondos de cajas
- ///SAV_BoxList=Visor de almacenamiento
- ///SAV_CGearSkin=Editor de la apariencia C-Gear
- ///SAV_Database=Base de datos
- ///SAV_Encounters=Base de datos
- ///SAV_EventFlags=Editor de marca de eventos
- ///SAV_EventReset1=Reiniciador de eventos
- ///SAV_E [rest of string was truncated]";.
- ///
- public static string lang_es {
- get {
- return ResourceManager.GetString("lang_es", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to About=À propos
- ///BatchEditor=Batch Editor
- ///ErrorWindow=Erreur
- ///KChart=KChart
- ///Main=PKHeX
- ///MemoryAmie=Memory / Amie Editor
- ///RibbonEditor=Rubans
- ///SAV_Apricorn=Noigrumes
- ///SAV_BerryField=Champs de Baies
- ///SAV_BoxLayout=Fonds de Boîtes
- ///SAV_BoxList=Storage Viewer
- ///SAV_CGearSkin=Fonds C-Gear
- ///SAV_Database=Base de Données
- ///SAV_Encounters=Database
- ///SAV_EventFlags=Événements dans le Jeu
- ///SAV_EventReset1=Réinitialisateur d'événements
- ///SAV_EventWork=Event Flag Editor
- ///SAV_FolderList=Liste Dossiers
- ///SAV_GameSelect=Choix [rest of string was truncated]";.
- ///
- public static string lang_fr {
- get {
- return ResourceManager.GetString("lang_fr", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to About=About
- ///BatchEditor=Batch Editor
- ///ErrorWindow=Error
- ///KChart=KChart
- ///Main=PKHeX
- ///MemoryAmie=Memory / Amie Editor
- ///RibbonEditor=Ribbon Editor
- ///SAV_Apricorn=Apricorn Editor
- ///SAV_BerryField=Berry Field Viewer
- ///SAV_BoxLayout=Box Layout Editor
- ///SAV_BoxList=Storage Viewer
- ///SAV_CGearSkin=C-Gear Skin
- ///SAV_Database=Database
- ///SAV_Encounters=Database
- ///SAV_EventFlags=Event Flag Editor
- ///SAV_EventReset1=Event Resetter
- ///SAV_EventWork=Event Flag Editor
- ///SAV_FolderList=Folder List
- ///SAV_GameSelect=Game Selection
- ///SAV_Hal [rest of string was truncated]";.
- ///
- public static string lang_it {
- get {
- return ResourceManager.GetString("lang_it", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to About=About
- ///BatchEditor=バッチエディタ
- ///ErrorWindow=エラー
- ///KChart=KChart
- ///Main=PKHeX
- ///MemoryAmie=おもいで
- ///RibbonEditor=取得リボン
- ///SAV_Apricorn=ぼんぐり
- ///SAV_BerryField=きのみ畑
- ///SAV_BoxLayout=ボックスレイアウト
- ///SAV_BoxList=ボックスリスト
- ///SAV_CGearSkin=Cギア スキン
- ///SAV_Database=データベース
- ///SAV_Encounters=Database
- ///SAV_EventFlags=イベントフラグ
- ///SAV_EventReset1=イベントリセット
- ///SAV_EventWork=Event Flag Editor
- ///SAV_FolderList=フォルダリスト
- ///SAV_GameSelect=ゲームバーション
- ///SAV_HallOfFame=殿堂入りデータ
- ///SAV_HallOfFame7=殿堂入りデータ参照
- ///SAV_HoneyTree=あまいかおりのするき
- ///SAV_Inventory=アイテム
- ///SAV_Link6=ポケモ [rest of string was truncated]";.
- ///
- public static string lang_ja {
- get {
- return ResourceManager.GetString("lang_ja", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to About=About
- ///BatchEditor=Batch Editor
- ///ErrorWindow=Error
- ///KChart=KChart
- ///Main=PKHeX
- ///MemoryAmie=Memory / Amie Editor
- ///RibbonEditor=Ribbon Editor
- ///SAV_Apricorn=Apricorn Editor
- ///SAV_BerryField=Berry Field Viewer
- ///SAV_BoxLayout=Box Layout Editor
- ///SAV_BoxList=Storage Viewer
- ///SAV_CGearSkin=C-Gear Skin
- ///SAV_Database=Database
- ///SAV_Encounters=Database
- ///SAV_EventFlags=Event Flag Editor
- ///SAV_EventReset1=Event Resetter
- ///SAV_EventWork=Event Flag Editor
- ///SAV_FolderList=Folder List
- ///SAV_GameSelect=Game Selection
- ///SAV_Hal [rest of string was truncated]";.
- ///
- public static string lang_ko {
- get {
- return ResourceManager.GetString("lang_ko", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to About=About
- ///BatchEditor=批量编辑器
- ///ErrorWindow=错误
- ///KChart=信息列表
- ///Main=PKHeX
- ///MemoryAmie=回忆/清爽乐
- ///RibbonEditor=奖章
- ///SAV_Apricorn=球果编辑
- ///SAV_BerryField=树果田查看器
- ///SAV_BoxLayout=盒子外观
- ///SAV_BoxList=寄放系统
- ///SAV_CGearSkin=C-装置皮肤
- ///SAV_Database=数据库
- ///SAV_Encounters=Database
- ///SAV_EventFlags=事件旗标编辑
- ///SAV_EventReset1=事件重置
- ///SAV_EventWork=Event Flag Editor
- ///SAV_FolderList=文件夹列表
- ///SAV_GameSelect=游戏选择
- ///SAV_HallOfFame=名人堂
- ///SAV_HallOfFame7=名人堂
- ///SAV_HoneyTree=甜甜蜜树编辑
- ///SAV_Inventory=物品栏
- ///SAV_Link6=宝可梦连接工具
- ///SAV_MailBox=邮箱编辑
- ///SAV_Misc3=训练家数据编辑
/// [rest of string was truncated]";.
- ///
- public static string lang_zh {
- get {
- return ResourceManager.GetString("lang_zh", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap language {
- get {
- object obj = ResourceManager.GetObject("language", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap leaf {
- get {
- object obj = ResourceManager.GetObject("leaf", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap load {
- get {
- object obj = ResourceManager.GetObject("load", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap locked {
- get {
- object obj = ResourceManager.GetObject("locked", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap main {
- get {
- object obj = ResourceManager.GetObject("main", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap nocheck {
- get {
- object obj = ResourceManager.GetObject("nocheck", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap numhilo {
- get {
- object obj = ResourceManager.GetObject("numhilo", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap numlohi {
- get {
- object obj = ResourceManager.GetObject("numlohi", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap open {
- get {
- object obj = ResourceManager.GetObject("open", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap other {
- get {
- object obj = ResourceManager.GetObject("other", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap party {
- get {
- object obj = ResourceManager.GetObject("party", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- public static byte[] pgldings_normalregular {
- get {
- object obj = ResourceManager.GetObject("pgldings_normalregular", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap qr {
- get {
- object obj = ResourceManager.GetObject("qr", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap rare_icon {
- get {
- object obj = ResourceManager.GetObject("rare_icon", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap rare_icon_2 {
- get {
- object obj = ResourceManager.GetObject("rare_icon_2", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap redo {
- get {
- object obj = ResourceManager.GetObject("redo", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap report {
- get {
- object obj = ResourceManager.GetObject("report", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap savePKM {
- get {
- object obj = ResourceManager.GetObject("savePKM", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap saveSAV {
- get {
- object obj = ResourceManager.GetObject("saveSAV", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap settings {
- get {
- object obj = ResourceManager.GetObject("settings", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized string similar to If you are having issues viewing certain symbols/text: Options -> Unicode
- ///
- ///// Main Window
- ///
- ///CTRL-O: Open
- ///CTRL-S: Export PKM
- ///CTRL-E: Export SAV
- ///CTRL-B: Export BAK
- ///CTRL-Q: Quit
- ///
- ///CTRL-D: Open PKM Database
- ///CTRL-F: Open Folder List
- ///CTRL-G: Open Mystery Gift Database
- ///CTRL-N: Open Encounter Database
- ///CTRL-M: Open Batch Editor
- ///CTRL-R: Open Box Report
- ///CTRL-P: Open About PKHeX
- ///CTRL-T: Import Showdown Set
- ///CTRL-SHIFT-T: Export Showdown Set
- ///CTRL-SHIFT-S: Open Settings
- ///
- ///Control + Click on...
- ///- Species [rest of string was truncated]";.
- ///
- public static string shortcuts {
- get {
- return ResourceManager.GetString("shortcuts", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap showdown {
- get {
- object obj = ResourceManager.GetObject("showdown", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap SplashIcon {
- get {
- object obj = ResourceManager.GetObject("SplashIcon", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap swapBox {
- get {
- object obj = ResourceManager.GetObject("swapBox", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap user {
- get {
- object obj = ResourceManager.GetObject("user", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap users {
- get {
- object obj = ResourceManager.GetObject("users", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap valhilo {
- get {
- object obj = ResourceManager.GetObject("valhilo", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap valid {
- get {
- object obj = ResourceManager.GetObject("valid", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap vallohi {
- get {
- object obj = ResourceManager.GetObject("vallohi", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap vc {
- get {
- object obj = ResourceManager.GetObject("vc", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap wand {
- get {
- object obj = ResourceManager.GetObject("wand", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- public static System.Drawing.Bitmap warn {
- get {
- object obj = ResourceManager.GetObject("warn", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
- }
-}
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace PKHeX.WinForms.Properties {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ public class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PKHeX.WinForms.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap _6th {
+ get {
+ object obj = ResourceManager.GetObject("_6th", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap about {
+ get {
+ object obj = ResourceManager.GetObject("about", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap alora {
+ get {
+ object obj = ResourceManager.GetObject("alora", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap alphaAZ {
+ get {
+ object obj = ResourceManager.GetObject("alphaAZ", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap alphaZA {
+ get {
+ object obj = ResourceManager.GetObject("alphaZA", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap anti_pokerus_icon {
+ get {
+ object obj = ResourceManager.GetObject("anti_pokerus_icon", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap bak {
+ get {
+ object obj = ResourceManager.GetObject("bak", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap box_mark_01 {
+ get {
+ object obj = ResourceManager.GetObject("box_mark_01", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap box_mark_02 {
+ get {
+ object obj = ResourceManager.GetObject("box_mark_02", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap box_mark_03 {
+ get {
+ object obj = ResourceManager.GetObject("box_mark_03", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap box_mark_04 {
+ get {
+ object obj = ResourceManager.GetObject("box_mark_04", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap box_mark_05 {
+ get {
+ object obj = ResourceManager.GetObject("box_mark_05", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap box_mark_06 {
+ get {
+ object obj = ResourceManager.GetObject("box_mark_06", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap box_wp_clean {
+ get {
+ object obj = ResourceManager.GetObject("box_wp_clean", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap box_wp_default {
+ get {
+ object obj = ResourceManager.GetObject("box_wp_default", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PKHeX - By Kaphotics
+ ///http://projectpokemon.org/pkhex/
+ ///
+ ///20/04/14 - New Update:
+ /// - Legality:
+ /// - - Added: Latest raid news data.
+ /// - - Fixed: HOME gifts now recognized.
+ /// - - Fixed: Antishiny Colosseum/XD spreads are recognized better for various gifts.
+ /// - - Fixed: Some unavailable evolution cases are now recognized correctly.
+ /// - - Fixed: Silvally Pixie Plate is now recognized correctly.
+ /// - - Fixed: Gen8 Raid downleveling thresholds are now recognized correctly.
+ /// - - Fixed: Gen8 Link trade eggs are no [rest of string was truncated]";.
+ ///
+ public static string changelog {
+ get {
+ return ResourceManager.GetString("changelog", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap crown {
+ get {
+ object obj = ResourceManager.GetObject("crown", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap data {
+ get {
+ object obj = ResourceManager.GetObject("data", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap database {
+ get {
+ object obj = ResourceManager.GetObject("database", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap date {
+ get {
+ object obj = ResourceManager.GetObject("date", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap dump {
+ get {
+ object obj = ResourceManager.GetObject("dump", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap exit {
+ get {
+ object obj = ResourceManager.GetObject("exit", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap export {
+ get {
+ object obj = ResourceManager.GetObject("export", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ public static byte[] fashion_f_sm {
+ get {
+ object obj = ResourceManager.GetObject("fashion_f_sm", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ public static byte[] fashion_f_sm_illegal {
+ get {
+ object obj = ResourceManager.GetObject("fashion_f_sm_illegal", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ public static byte[] fashion_f_uu {
+ get {
+ object obj = ResourceManager.GetObject("fashion_f_uu", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ public static byte[] fashion_f_uu_illegal {
+ get {
+ object obj = ResourceManager.GetObject("fashion_f_uu_illegal", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ public static byte[] fashion_m_sm {
+ get {
+ object obj = ResourceManager.GetObject("fashion_m_sm", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ public static byte[] fashion_m_sm_illegal {
+ get {
+ object obj = ResourceManager.GetObject("fashion_m_sm_illegal", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ public static byte[] fashion_m_uu {
+ get {
+ object obj = ResourceManager.GetObject("fashion_m_uu", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ public static byte[] fashion_m_uu_illegal {
+ get {
+ object obj = ResourceManager.GetObject("fashion_m_uu_illegal", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap folder {
+ get {
+ object obj = ResourceManager.GetObject("folder", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap gen_6 {
+ get {
+ object obj = ResourceManager.GetObject("gen_6", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap gen_7 {
+ get {
+ object obj = ResourceManager.GetObject("gen_7", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap gen_8 {
+ get {
+ object obj = ResourceManager.GetObject("gen_8", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap gen_gg {
+ get {
+ object obj = ResourceManager.GetObject("gen_gg", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap gen_go {
+ get {
+ object obj = ResourceManager.GetObject("gen_go", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap gen_vc {
+ get {
+ object obj = ResourceManager.GetObject("gen_vc", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap gift {
+ get {
+ object obj = ResourceManager.GetObject("gift", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap heart {
+ get {
+ object obj = ResourceManager.GetObject("heart", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap horohoro {
+ get {
+ object obj = ResourceManager.GetObject("horohoro", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
+ ///
+ public static System.Drawing.Icon Icon {
+ get {
+ object obj = ResourceManager.GetObject("Icon", resourceCulture);
+ return ((System.Drawing.Icon)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap icon_favo {
+ get {
+ object obj = ResourceManager.GetObject("icon_favo", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap import {
+ get {
+ object obj = ResourceManager.GetObject("import", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to About=About
+ ///BatchEditor=Batch Editor
+ ///ErrorWindow=Error
+ ///KChart=KChart
+ ///Main=PKHeX
+ ///MemoryAmie=Memory / Amie Editor
+ ///RibbonEditor=Ribbon Editor
+ ///SAV_Apricorn=Apricorn Editor
+ ///SAV_BerryField=Berry Field Viewer
+ ///SAV_BlockDump8=Savedata Block Dump
+ ///SAV_BoxLayout=Box Layout Editor
+ ///SAV_BoxList=Storage Viewer
+ ///SAV_CGearSkin=C-Gear Skin
+ ///SAV_Database=Database
+ ///SAV_Encounters=Database
+ ///SAV_EventFlags=Event Flag Editor
+ ///SAV_EventReset1=Event Resetter
+ ///SAV_EventWork=Event Flag Editor
+ ///SAV_FolderList=Folder List
+ ///SA [rest of string was truncated]";.
+ ///
+ public static string lang_de {
+ get {
+ return ResourceManager.GetString("lang_de", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to About=About
+ ///BatchEditor=Batch Editor
+ ///ErrorWindow=Error
+ ///KChart=KChart
+ ///Main=PKHeX
+ ///MemoryAmie=Memory / Amie Editor
+ ///RibbonEditor=Ribbon Editor
+ ///SAV_Apricorn=Apricorn Editor
+ ///SAV_BerryField=Berry Field Viewer
+ ///SAV_BlockDump8=Savedata Block Dump
+ ///SAV_BoxLayout=Box Layout Editor
+ ///SAV_BoxList=Storage Viewer
+ ///SAV_CGearSkin=C-Gear Skin
+ ///SAV_Database=Database
+ ///SAV_Encounters=Database
+ ///SAV_EventFlags=Event Flag Editor
+ ///SAV_EventReset1=Event Resetter
+ ///SAV_EventWork=Event Flag Editor
+ ///SAV_FolderList=Folder List
+ ///SA [rest of string was truncated]";.
+ ///
+ public static string lang_en {
+ get {
+ return ResourceManager.GetString("lang_en", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to About=Acerca de
+ ///BatchEditor=Editor por lotes
+ ///ErrorWindow=Error
+ ///KChart=KChart
+ ///Main=PKHeX
+ ///MemoryAmie=Editor de memorias / Poké Recreo
+ ///RibbonEditor=Editor de cintas
+ ///SAV_Apricorn=Editor de Bonguri
+ ///SAV_BerryField=Visor de campos de bayas
+ ///SAV_BlockDump8=Respaldo de bloques
+ ///SAV_BoxLayout=Editor de fondos de cajas
+ ///SAV_BoxList=Visor de almacenamiento
+ ///SAV_CGearSkin=Editor de la apariencia C-Gear
+ ///SAV_Database=Base de datos
+ ///SAV_Encounters=Base de datos
+ ///SAV_EventFlags=Editor de marca de eventos
+ ///SAV_Event [rest of string was truncated]";.
+ ///
+ public static string lang_es {
+ get {
+ return ResourceManager.GetString("lang_es", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to About=À propos
+ ///BatchEditor=Batch Editor
+ ///ErrorWindow=Erreur
+ ///KChart=KChart
+ ///Main=PKHeX
+ ///MemoryAmie=Memory / Amie Editor
+ ///RibbonEditor=Rubans
+ ///SAV_Apricorn=Noigrumes
+ ///SAV_BerryField=Champs de Baies
+ ///SAV_BlockDump8=Savedata Block Dump
+ ///SAV_BoxLayout=Fonds de Boîtes
+ ///SAV_BoxList=Storage Viewer
+ ///SAV_CGearSkin=Fonds C-Gear
+ ///SAV_Database=Base de Données
+ ///SAV_Encounters=Database
+ ///SAV_EventFlags=Événements dans le Jeu
+ ///SAV_EventReset1=Réinitialisateur d'événements
+ ///SAV_EventWork=Event Flag Editor
+ ///SAV_FolderList=L [rest of string was truncated]";.
+ ///
+ public static string lang_fr {
+ get {
+ return ResourceManager.GetString("lang_fr", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to About=About
+ ///BatchEditor=Batch Editor
+ ///ErrorWindow=Error
+ ///KChart=KChart
+ ///Main=PKHeX
+ ///MemoryAmie=Memory / Amie Editor
+ ///RibbonEditor=Ribbon Editor
+ ///SAV_Apricorn=Apricorn Editor
+ ///SAV_BerryField=Berry Field Viewer
+ ///SAV_BlockDump8=Savedata Block Dump
+ ///SAV_BoxLayout=Box Layout Editor
+ ///SAV_BoxList=Storage Viewer
+ ///SAV_CGearSkin=C-Gear Skin
+ ///SAV_Database=Database
+ ///SAV_Encounters=Database
+ ///SAV_EventFlags=Event Flag Editor
+ ///SAV_EventReset1=Event Resetter
+ ///SAV_EventWork=Event Flag Editor
+ ///SAV_FolderList=Folder List
+ ///SA [rest of string was truncated]";.
+ ///
+ public static string lang_it {
+ get {
+ return ResourceManager.GetString("lang_it", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to About=About
+ ///BatchEditor=バッチエディタ
+ ///ErrorWindow=エラー
+ ///KChart=KChart
+ ///Main=PKHeX
+ ///MemoryAmie=おもいで
+ ///RibbonEditor=取得リボン
+ ///SAV_Apricorn=ぼんぐり
+ ///SAV_BerryField=きのみ畑
+ ///SAV_BlockDump8=Savedata Block Dump
+ ///SAV_BoxLayout=ボックスレイアウト
+ ///SAV_BoxList=ボックスリスト
+ ///SAV_CGearSkin=Cギア スキン
+ ///SAV_Database=データベース
+ ///SAV_Encounters=Database
+ ///SAV_EventFlags=イベントフラグ
+ ///SAV_EventReset1=イベントリセット
+ ///SAV_EventWork=Event Flag Editor
+ ///SAV_FolderList=フォルダリスト
+ ///SAV_GameSelect=ゲームバーション
+ ///SAV_HallOfFame=殿堂入りデータ
+ ///SAV_HallOfFame7=殿堂入りデータ参照
+ ///SAV_HoneyTree=あまいかおりのする [rest of string was truncated]";.
+ ///
+ public static string lang_ja {
+ get {
+ return ResourceManager.GetString("lang_ja", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to About=정보
+ ///BatchEditor=일괄 편집 도구
+ ///ErrorWindow=오류
+ ///KChart=KChart
+ ///Main=PKHeX
+ ///MemoryAmie=기억 / 파를레 편집 도구
+ ///RibbonEditor=리본 편집 도구
+ ///SAV_Apricorn=규토리 편집 도구
+ ///SAV_BerryField=나무열매 밭 뷰어
+ ///SAV_BlockDump8=세이브 데이터 블록 덤프
+ ///SAV_BoxLayout=박스 레이아웃 편집 도구
+ ///SAV_BoxList=소지 공간 뷰어
+ ///SAV_CGearSkin=C기어 스킨
+ ///SAV_Database=데이터베이스
+ ///SAV_Encounters=데이터베이스
+ ///SAV_EventFlags=이벤트 플래그 편집 도구
+ ///SAV_EventReset1=이벤트 초기화 도구
+ ///SAV_EventWork=이벤트 플래그 편집 도구
+ ///SAV_FolderList=폴더 목록
+ ///SAV_GameSelect=게임 선택
+ ///SAV_HallOfFame=전당등록 편집 도구
+ ///SAV_HallOfFame7=전당등록 편집 도구
+ ///SAV_ [rest of string was truncated]";.
+ ///
+ public static string lang_ko {
+ get {
+ return ResourceManager.GetString("lang_ko", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to About=关于
+ ///BatchEditor=批量编辑器
+ ///ErrorWindow=错误
+ ///KChart=信息列表
+ ///Main=PKHeX
+ ///MemoryAmie=回忆编辑器
+ ///RibbonEditor=奖章
+ ///SAV_Apricorn=球果编辑
+ ///SAV_BerryField=树果田查看器
+ ///SAV_BlockDump8=存档转储
+ ///SAV_BoxLayout=盒子外观
+ ///SAV_BoxList=寄放系统
+ ///SAV_CGearSkin=C装置皮肤
+ ///SAV_Database=数据库
+ ///SAV_Encounters=数据库
+ ///SAV_EventFlags=事件旗标编辑
+ ///SAV_EventReset1=事件重置
+ ///SAV_EventWork=事件标志编辑器
+ ///SAV_FolderList=文件夹列表
+ ///SAV_GameSelect=游戏选择
+ ///SAV_HallOfFame=名人堂
+ ///SAV_HallOfFame7=名人堂
+ ///SAV_HoneyTree=甜甜蜜树编辑
+ ///SAV_Inventory=物品栏
+ ///SAV_Link6=宝可梦连接工具
+ ///SAV_MailBox=邮箱编辑
+ ///SAV_Misc3=训练家数据编辑 [rest of string was truncated]";.
+ ///
+ public static string lang_zh {
+ get {
+ return ResourceManager.GetString("lang_zh", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap language {
+ get {
+ object obj = ResourceManager.GetObject("language", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap leaf {
+ get {
+ object obj = ResourceManager.GetObject("leaf", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap load {
+ get {
+ object obj = ResourceManager.GetObject("load", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap locked {
+ get {
+ object obj = ResourceManager.GetObject("locked", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap main {
+ get {
+ object obj = ResourceManager.GetObject("main", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap nocheck {
+ get {
+ object obj = ResourceManager.GetObject("nocheck", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap numhilo {
+ get {
+ object obj = ResourceManager.GetObject("numhilo", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap numlohi {
+ get {
+ object obj = ResourceManager.GetObject("numlohi", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap open {
+ get {
+ object obj = ResourceManager.GetObject("open", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap other {
+ get {
+ object obj = ResourceManager.GetObject("other", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap party {
+ get {
+ object obj = ResourceManager.GetObject("party", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ public static byte[] pgldings_normalregular {
+ get {
+ object obj = ResourceManager.GetObject("pgldings_normalregular", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap qr {
+ get {
+ object obj = ResourceManager.GetObject("qr", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap rare_icon {
+ get {
+ object obj = ResourceManager.GetObject("rare_icon", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap rare_icon_2 {
+ get {
+ object obj = ResourceManager.GetObject("rare_icon_2", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap redo {
+ get {
+ object obj = ResourceManager.GetObject("redo", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap report {
+ get {
+ object obj = ResourceManager.GetObject("report", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap savePKM {
+ get {
+ object obj = ResourceManager.GetObject("savePKM", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap saveSAV {
+ get {
+ object obj = ResourceManager.GetObject("saveSAV", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap settings {
+ get {
+ object obj = ResourceManager.GetObject("settings", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to If you are having issues viewing certain symbols/text: Options -> Unicode
+ ///
+ ///// Main Window
+ ///
+ ///CTRL-O: Open
+ ///CTRL-S: Export PKM
+ ///CTRL-E: Export SAV
+ ///CTRL-B: Export BAK
+ ///CTRL-Q: Quit
+ ///
+ ///CTRL-D: Open PKM Database
+ ///CTRL-F: Open Folder List
+ ///CTRL-G: Open Mystery Gift Database
+ ///CTRL-N: Open Encounter Database
+ ///CTRL-M: Open Batch Editor
+ ///CTRL-R: Open Box Report
+ ///CTRL-P: Open About PKHeX
+ ///CTRL-T: Import Showdown Set
+ ///CTRL-SHIFT-T: Export Showdown Set
+ ///CTRL-SHIFT-S: Open Settings
+ ///
+ ///Control + Click on...
+ ///- Species [rest of string was truncated]";.
+ ///
+ public static string shortcuts {
+ get {
+ return ResourceManager.GetString("shortcuts", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap showdown {
+ get {
+ object obj = ResourceManager.GetObject("showdown", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap swapBox {
+ get {
+ object obj = ResourceManager.GetObject("swapBox", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap user {
+ get {
+ object obj = ResourceManager.GetObject("user", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap users {
+ get {
+ object obj = ResourceManager.GetObject("users", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap valhilo {
+ get {
+ object obj = ResourceManager.GetObject("valhilo", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap valid {
+ get {
+ object obj = ResourceManager.GetObject("valid", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap vallohi {
+ get {
+ object obj = ResourceManager.GetObject("vallohi", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap vc {
+ get {
+ object obj = ResourceManager.GetObject("vc", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap wand {
+ get {
+ object obj = ResourceManager.GetObject("wand", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap warn {
+ get {
+ object obj = ResourceManager.GetObject("warn", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+ }
+}
diff --git a/PKHeX.WinForms/Properties/Resources.resx b/PKHeX.WinForms/Properties/Resources.resx
index e394935b8..2efcd01a8 100644
--- a/PKHeX.WinForms/Properties/Resources.resx
+++ b/PKHeX.WinForms/Properties/Resources.resx
@@ -313,9 +313,6 @@
..\Resources\Icon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\SplashIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\img\Markings\rare_icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
diff --git a/PKHeX.WinForms/Resources/SplashIcon.png b/PKHeX.WinForms/Resources/SplashIcon.png
deleted file mode 100644
index b675a02e8..000000000
Binary files a/PKHeX.WinForms/Resources/SplashIcon.png and /dev/null differ
diff --git a/PKHeX.WinForms/icon.ico b/PKHeX.WinForms/icon.ico
deleted file mode 100644
index de090b39f..000000000
Binary files a/PKHeX.WinForms/icon.ico and /dev/null differ