mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
583 lines
32 KiB
C#
583 lines
32 KiB
C#
namespace PKHeX.WinForms
|
|
{
|
|
partial class Main
|
|
{
|
|
/// <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>
|
|
|
|
public void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.Menu_File = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Open = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Save = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_ExportSAV = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Exit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Tools = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Showdown = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_ShowdownImportPKM = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_ShowdownExportPKM = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_ShowdownExportParty = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_ShowdownExportCurrentBox = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Data = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_LoadBoxes = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_DumpBoxes = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_DumpBox = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Report = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Database = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_MGDatabase = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_EncDatabase = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_BatchEditor = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Folder = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Options = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Language = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.CB_MainLanguage = new System.Windows.Forms.ToolStripComboBox();
|
|
this.Menu_Undo = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Redo = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_Settings = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Menu_About = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.L_UpdateAvailable = new System.Windows.Forms.LinkLabel();
|
|
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.dragout = new PKHeX.WinForms.Controls.SelectablePictureBox();
|
|
this.PB_Legal = new System.Windows.Forms.PictureBox();
|
|
this.PKME_Tabs = new PKHeX.WinForms.Controls.PKMEditor();
|
|
this.C_SAV = new PKHeX.WinForms.Controls.SAVEditor();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.menuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dragout)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Legal)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.AccessibleDescription = "Main Window Menustrip";
|
|
this.menuStrip1.AccessibleName = "Main Window Menustrip";
|
|
this.menuStrip1.BackColor = System.Drawing.Color.Transparent;
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.Menu_File,
|
|
this.Menu_Tools,
|
|
this.Menu_Options});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
|
|
this.menuStrip1.Size = new System.Drawing.Size(856, 24);
|
|
this.menuStrip1.TabIndex = 1;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// Menu_File
|
|
//
|
|
this.Menu_File.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.Menu_Open,
|
|
this.Menu_Save,
|
|
this.Menu_ExportSAV,
|
|
this.Menu_Exit});
|
|
this.Menu_File.Name = "Menu_File";
|
|
this.Menu_File.Size = new System.Drawing.Size(37, 20);
|
|
this.Menu_File.Text = "File";
|
|
//
|
|
// Menu_Open
|
|
//
|
|
this.Menu_Open.Image = global::PKHeX.WinForms.Properties.Resources.open;
|
|
this.Menu_Open.Name = "Menu_Open";
|
|
this.Menu_Open.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
|
this.Menu_Open.ShowShortcutKeys = false;
|
|
this.Menu_Open.Size = new System.Drawing.Size(180, 22);
|
|
this.Menu_Open.Text = "&Open...";
|
|
this.Menu_Open.Click += new System.EventHandler(this.MainMenuOpen);
|
|
//
|
|
// Menu_Save
|
|
//
|
|
this.Menu_Save.Image = global::PKHeX.WinForms.Properties.Resources.savePKM;
|
|
this.Menu_Save.Name = "Menu_Save";
|
|
this.Menu_Save.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
|
this.Menu_Save.ShowShortcutKeys = false;
|
|
this.Menu_Save.Size = new System.Drawing.Size(180, 22);
|
|
this.Menu_Save.Text = "&Save PKM...";
|
|
this.Menu_Save.Click += new System.EventHandler(this.MainMenuSave);
|
|
//
|
|
// Menu_ExportSAV
|
|
//
|
|
this.Menu_ExportSAV.Image = global::PKHeX.WinForms.Properties.Resources.saveSAV;
|
|
this.Menu_ExportSAV.Name = "Menu_ExportSAV";
|
|
this.Menu_ExportSAV.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
|
|
this.Menu_ExportSAV.ShowShortcutKeys = false;
|
|
this.Menu_ExportSAV.Size = new System.Drawing.Size(180, 22);
|
|
this.Menu_ExportSAV.Text = "&Export SAV...";
|
|
this.Menu_ExportSAV.Click += new System.EventHandler(this.ClickExportSAV);
|
|
//
|
|
// Menu_Exit
|
|
//
|
|
this.Menu_Exit.Image = global::PKHeX.WinForms.Properties.Resources.exit;
|
|
this.Menu_Exit.Name = "Menu_Exit";
|
|
this.Menu_Exit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
|
|
this.Menu_Exit.ShowShortcutKeys = false;
|
|
this.Menu_Exit.Size = new System.Drawing.Size(180, 22);
|
|
this.Menu_Exit.Text = "&Quit";
|
|
this.Menu_Exit.Click += new System.EventHandler(this.MainMenuExit);
|
|
//
|
|
// Menu_Tools
|
|
//
|
|
this.Menu_Tools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.Menu_Showdown,
|
|
this.Menu_Data,
|
|
this.Menu_Folder});
|
|
this.Menu_Tools.Name = "Menu_Tools";
|
|
this.Menu_Tools.Size = new System.Drawing.Size(46, 20);
|
|
this.Menu_Tools.Text = "Tools";
|
|
//
|
|
// Menu_Showdown
|
|
//
|
|
this.Menu_Showdown.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.Menu_ShowdownImportPKM,
|
|
this.Menu_ShowdownExportPKM,
|
|
this.Menu_ShowdownExportParty,
|
|
this.Menu_ShowdownExportCurrentBox});
|
|
this.Menu_Showdown.Image = global::PKHeX.WinForms.Properties.Resources.showdown;
|
|
this.Menu_Showdown.Name = "Menu_Showdown";
|
|
this.Menu_Showdown.Size = new System.Drawing.Size(180, 22);
|
|
this.Menu_Showdown.Text = "Showdown";
|
|
//
|
|
// Menu_ShowdownImportPKM
|
|
//
|
|
this.Menu_ShowdownImportPKM.Image = global::PKHeX.WinForms.Properties.Resources.import;
|
|
this.Menu_ShowdownImportPKM.Name = "Menu_ShowdownImportPKM";
|
|
this.Menu_ShowdownImportPKM.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
|
|
this.Menu_ShowdownImportPKM.ShowShortcutKeys = false;
|
|
this.Menu_ShowdownImportPKM.Size = new System.Drawing.Size(243, 22);
|
|
this.Menu_ShowdownImportPKM.Text = "Import Set from Clipboard";
|
|
this.Menu_ShowdownImportPKM.Click += new System.EventHandler(this.ClickShowdownImportPKM);
|
|
//
|
|
// Menu_ShowdownExportPKM
|
|
//
|
|
this.Menu_ShowdownExportPKM.Image = global::PKHeX.WinForms.Properties.Resources.export;
|
|
this.Menu_ShowdownExportPKM.Name = "Menu_ShowdownExportPKM";
|
|
this.Menu_ShowdownExportPKM.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
| System.Windows.Forms.Keys.T)));
|
|
this.Menu_ShowdownExportPKM.ShowShortcutKeys = false;
|
|
this.Menu_ShowdownExportPKM.Size = new System.Drawing.Size(243, 22);
|
|
this.Menu_ShowdownExportPKM.Text = "Export Set to Clipboard";
|
|
this.Menu_ShowdownExportPKM.Click += new System.EventHandler(this.ClickShowdownExportPKM);
|
|
//
|
|
// Menu_ShowdownExportParty
|
|
//
|
|
this.Menu_ShowdownExportParty.Image = global::PKHeX.WinForms.Properties.Resources.export;
|
|
this.Menu_ShowdownExportParty.Name = "Menu_ShowdownExportParty";
|
|
this.Menu_ShowdownExportParty.Size = new System.Drawing.Size(243, 22);
|
|
this.Menu_ShowdownExportParty.Text = "Export Party to Clipboard";
|
|
this.Menu_ShowdownExportParty.Click += new System.EventHandler(this.ClickShowdownExportParty);
|
|
//
|
|
// Menu_ShowdownExportCurrentBox
|
|
//
|
|
this.Menu_ShowdownExportCurrentBox.Image = global::PKHeX.WinForms.Properties.Resources.export;
|
|
this.Menu_ShowdownExportCurrentBox.Name = "Menu_ShowdownExportCurrentBox";
|
|
this.Menu_ShowdownExportCurrentBox.Size = new System.Drawing.Size(243, 22);
|
|
this.Menu_ShowdownExportCurrentBox.Text = "Export Current Box to Clipboard";
|
|
this.Menu_ShowdownExportCurrentBox.Click += new System.EventHandler(this.ClickShowdownExportCurrentBox);
|
|
//
|
|
// Menu_Data
|
|
//
|
|
this.Menu_Data.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.Menu_LoadBoxes,
|
|
this.Menu_DumpBoxes,
|
|
this.Menu_DumpBox,
|
|
this.Menu_Report,
|
|
this.Menu_Database,
|
|
this.Menu_MGDatabase,
|
|
this.Menu_EncDatabase,
|
|
this.Menu_BatchEditor});
|
|
this.Menu_Data.Image = global::PKHeX.WinForms.Properties.Resources.data;
|
|
this.Menu_Data.Name = "Menu_Data";
|
|
this.Menu_Data.Size = new System.Drawing.Size(180, 22);
|
|
this.Menu_Data.Text = "Data";
|
|
//
|
|
// Menu_LoadBoxes
|
|
//
|
|
this.Menu_LoadBoxes.Image = global::PKHeX.WinForms.Properties.Resources.load;
|
|
this.Menu_LoadBoxes.Name = "Menu_LoadBoxes";
|
|
this.Menu_LoadBoxes.Size = new System.Drawing.Size(182, 22);
|
|
this.Menu_LoadBoxes.Text = "Load Boxes";
|
|
this.Menu_LoadBoxes.Click += new System.EventHandler(this.MainMenuBoxLoad);
|
|
//
|
|
// Menu_DumpBoxes
|
|
//
|
|
this.Menu_DumpBoxes.Image = global::PKHeX.WinForms.Properties.Resources.dump;
|
|
this.Menu_DumpBoxes.Name = "Menu_DumpBoxes";
|
|
this.Menu_DumpBoxes.Size = new System.Drawing.Size(182, 22);
|
|
this.Menu_DumpBoxes.Text = "Dump Boxes";
|
|
this.Menu_DumpBoxes.Click += new System.EventHandler(this.MainMenuBoxDump);
|
|
//
|
|
// Menu_DumpBox
|
|
//
|
|
this.Menu_DumpBox.Image = global::PKHeX.WinForms.Properties.Resources.dump;
|
|
this.Menu_DumpBox.Name = "Menu_DumpBox";
|
|
this.Menu_DumpBox.Size = new System.Drawing.Size(182, 22);
|
|
this.Menu_DumpBox.Text = "Dump Box";
|
|
this.Menu_DumpBox.Click += new System.EventHandler(this.MainMenuBoxDumpSingle);
|
|
//
|
|
// Menu_Report
|
|
//
|
|
this.Menu_Report.Image = global::PKHeX.WinForms.Properties.Resources.report;
|
|
this.Menu_Report.Name = "Menu_Report";
|
|
this.Menu_Report.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
|
|
this.Menu_Report.ShowShortcutKeys = false;
|
|
this.Menu_Report.Size = new System.Drawing.Size(182, 22);
|
|
this.Menu_Report.Text = "Box Data &Report";
|
|
this.Menu_Report.Click += new System.EventHandler(this.MainMenuBoxReport);
|
|
//
|
|
// Menu_Database
|
|
//
|
|
this.Menu_Database.Image = global::PKHeX.WinForms.Properties.Resources.database;
|
|
this.Menu_Database.Name = "Menu_Database";
|
|
this.Menu_Database.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
|
|
this.Menu_Database.ShowShortcutKeys = false;
|
|
this.Menu_Database.Size = new System.Drawing.Size(182, 22);
|
|
this.Menu_Database.Text = "PKM &Database";
|
|
this.Menu_Database.Click += new System.EventHandler(this.MainMenuDatabase);
|
|
//
|
|
// Menu_MGDatabase
|
|
//
|
|
this.Menu_MGDatabase.Image = global::PKHeX.WinForms.Properties.Resources.gift;
|
|
this.Menu_MGDatabase.Name = "Menu_MGDatabase";
|
|
this.Menu_MGDatabase.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
|
|
this.Menu_MGDatabase.ShowShortcutKeys = false;
|
|
this.Menu_MGDatabase.Size = new System.Drawing.Size(182, 22);
|
|
this.Menu_MGDatabase.Text = "&Mystery Gift Database";
|
|
this.Menu_MGDatabase.Click += new System.EventHandler(this.MainMenuMysteryDB);
|
|
//
|
|
// Menu_EncDatabase
|
|
//
|
|
this.Menu_EncDatabase.Image = global::PKHeX.WinForms.Properties.Resources.users;
|
|
this.Menu_EncDatabase.Name = "Menu_EncDatabase";
|
|
this.Menu_EncDatabase.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
|
|
this.Menu_EncDatabase.ShowShortcutKeys = false;
|
|
this.Menu_EncDatabase.Size = new System.Drawing.Size(182, 22);
|
|
this.Menu_EncDatabase.Text = "E&ncounter Database";
|
|
this.Menu_EncDatabase.Click += new System.EventHandler(this.Menu_EncDatabase_Click);
|
|
//
|
|
// Menu_BatchEditor
|
|
//
|
|
this.Menu_BatchEditor.Image = global::PKHeX.WinForms.Properties.Resources.settings;
|
|
this.Menu_BatchEditor.Name = "Menu_BatchEditor";
|
|
this.Menu_BatchEditor.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M)));
|
|
this.Menu_BatchEditor.ShowShortcutKeys = false;
|
|
this.Menu_BatchEditor.Size = new System.Drawing.Size(182, 22);
|
|
this.Menu_BatchEditor.Text = "Batch Editor";
|
|
this.Menu_BatchEditor.Click += new System.EventHandler(this.MainMenuBatchEditor);
|
|
//
|
|
// Menu_Folder
|
|
//
|
|
this.Menu_Folder.Image = global::PKHeX.WinForms.Properties.Resources.folder;
|
|
this.Menu_Folder.Name = "Menu_Folder";
|
|
this.Menu_Folder.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
|
|
this.Menu_Folder.ShowShortcutKeys = false;
|
|
this.Menu_Folder.Size = new System.Drawing.Size(180, 22);
|
|
this.Menu_Folder.Text = "Open Folder";
|
|
this.Menu_Folder.Click += new System.EventHandler(this.MainMenuFolder);
|
|
//
|
|
// Menu_Options
|
|
//
|
|
this.Menu_Options.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.Menu_Language,
|
|
this.Menu_Undo,
|
|
this.Menu_Redo,
|
|
this.Menu_Settings,
|
|
this.Menu_About});
|
|
this.Menu_Options.Name = "Menu_Options";
|
|
this.Menu_Options.Size = new System.Drawing.Size(61, 20);
|
|
this.Menu_Options.Text = "Options";
|
|
//
|
|
// Menu_Language
|
|
//
|
|
this.Menu_Language.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.CB_MainLanguage});
|
|
this.Menu_Language.Image = global::PKHeX.WinForms.Properties.Resources.language;
|
|
this.Menu_Language.Name = "Menu_Language";
|
|
this.Menu_Language.Size = new System.Drawing.Size(180, 22);
|
|
this.Menu_Language.Text = "Language";
|
|
//
|
|
// CB_MainLanguage
|
|
//
|
|
this.CB_MainLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_MainLanguage.Name = "CB_MainLanguage";
|
|
this.CB_MainLanguage.Size = new System.Drawing.Size(121, 23);
|
|
this.CB_MainLanguage.SelectedIndexChanged += new System.EventHandler(this.ChangeMainLanguage);
|
|
//
|
|
// Menu_Undo
|
|
//
|
|
this.Menu_Undo.Enabled = false;
|
|
this.Menu_Undo.Image = global::PKHeX.WinForms.Properties.Resources.bak;
|
|
this.Menu_Undo.Name = "Menu_Undo";
|
|
this.Menu_Undo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
|
|
this.Menu_Undo.ShowShortcutKeys = false;
|
|
this.Menu_Undo.Size = new System.Drawing.Size(180, 22);
|
|
this.Menu_Undo.Text = "Undo Last Change";
|
|
this.Menu_Undo.Click += new System.EventHandler(this.ClickUndo);
|
|
//
|
|
// Menu_Redo
|
|
//
|
|
this.Menu_Redo.Enabled = false;
|
|
this.Menu_Redo.Image = global::PKHeX.WinForms.Properties.Resources.redo;
|
|
this.Menu_Redo.Name = "Menu_Redo";
|
|
this.Menu_Redo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
|
|
this.Menu_Redo.ShowShortcutKeys = false;
|
|
this.Menu_Redo.Size = new System.Drawing.Size(180, 22);
|
|
this.Menu_Redo.Text = "Redo Last Change";
|
|
this.Menu_Redo.Click += new System.EventHandler(this.ClickRedo);
|
|
//
|
|
// Menu_Settings
|
|
//
|
|
this.Menu_Settings.Image = global::PKHeX.WinForms.Properties.Resources.settings;
|
|
this.Menu_Settings.Name = "Menu_Settings";
|
|
this.Menu_Settings.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
| System.Windows.Forms.Keys.S)));
|
|
this.Menu_Settings.ShowShortcutKeys = false;
|
|
this.Menu_Settings.Size = new System.Drawing.Size(180, 22);
|
|
this.Menu_Settings.Text = "Settings";
|
|
this.Menu_Settings.Click += new System.EventHandler(this.MainMenuSettings);
|
|
//
|
|
// Menu_About
|
|
//
|
|
this.Menu_About.Image = global::PKHeX.WinForms.Properties.Resources.about;
|
|
this.Menu_About.Name = "Menu_About";
|
|
this.Menu_About.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
|
|
this.Menu_About.ShowShortcutKeys = false;
|
|
this.Menu_About.Size = new System.Drawing.Size(180, 22);
|
|
this.Menu_About.Text = "About &PKHeX";
|
|
this.Menu_About.Click += new System.EventHandler(this.MainMenuAbout);
|
|
//
|
|
// L_UpdateAvailable
|
|
//
|
|
this.L_UpdateAvailable.AccessibleDescription = "If an update is available, link label can be clicked to open new download link.";
|
|
this.L_UpdateAvailable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_UpdateAvailable.Enabled = false;
|
|
this.L_UpdateAvailable.Location = new System.Drawing.Point(564, 0);
|
|
this.L_UpdateAvailable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.L_UpdateAvailable.Name = "L_UpdateAvailable";
|
|
this.L_UpdateAvailable.Size = new System.Drawing.Size(288, 24);
|
|
this.L_UpdateAvailable.TabIndex = 102;
|
|
this.L_UpdateAvailable.TabStop = true;
|
|
this.L_UpdateAvailable.Text = "You are using the latest version!";
|
|
this.L_UpdateAvailable.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.L_UpdateAvailable.Visible = false;
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Margin = new System.Windows.Forms.Padding(8);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.AccessibleDescription = "Main Window Split Pane";
|
|
this.splitContainer1.Panel1.AccessibleName = "Main Window Split Pane";
|
|
this.splitContainer1.Panel1.Controls.Add(this.dragout);
|
|
this.splitContainer1.Panel1.Controls.Add(this.PB_Legal);
|
|
this.splitContainer1.Panel1.Controls.Add(this.PKME_Tabs);
|
|
this.splitContainer1.Panel1MinSize = 400;
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.C_SAV);
|
|
this.splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(0, 0, 1, 3);
|
|
this.splitContainer1.Size = new System.Drawing.Size(856, 359);
|
|
this.splitContainer1.SplitterDistance = 400;
|
|
this.splitContainer1.SplitterWidth = 1;
|
|
this.splitContainer1.TabIndex = 105;
|
|
//
|
|
// dragout
|
|
//
|
|
this.dragout.BackColor = System.Drawing.Color.Transparent;
|
|
this.dragout.Location = new System.Drawing.Point(24, 0);
|
|
this.dragout.Margin = new System.Windows.Forms.Padding(0);
|
|
this.dragout.Name = "dragout";
|
|
this.dragout.Size = new System.Drawing.Size(72, 56);
|
|
this.dragout.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.dragout.TabIndex = 107;
|
|
this.dragout.TabStop = false;
|
|
this.dragout.DragDrop += new System.Windows.Forms.DragEventHandler(this.DragoutDrop);
|
|
this.dragout.DragOver += new System.Windows.Forms.DragEventHandler(this.Dragout_DragOver);
|
|
this.dragout.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Dragout_MouseDown);
|
|
this.dragout.MouseEnter += new System.EventHandler(this.DragoutEnter);
|
|
this.dragout.MouseLeave += new System.EventHandler(this.DragoutLeave);
|
|
//
|
|
// PB_Legal
|
|
//
|
|
this.PB_Legal.Image = global::PKHeX.WinForms.Properties.Resources.valid;
|
|
this.PB_Legal.Location = new System.Drawing.Point(0, 0);
|
|
this.PB_Legal.Margin = new System.Windows.Forms.Padding(0);
|
|
this.PB_Legal.Name = "PB_Legal";
|
|
this.PB_Legal.Size = new System.Drawing.Size(24, 24);
|
|
this.PB_Legal.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_Legal.TabIndex = 108;
|
|
this.PB_Legal.TabStop = false;
|
|
this.PB_Legal.Click += new System.EventHandler(this.ClickLegality);
|
|
//
|
|
// PKME_Tabs
|
|
//
|
|
this.PKME_Tabs.AccessibleDescription = "Pokémon Editor Pane";
|
|
this.PKME_Tabs.AccessibleName = "Pokémon Editor Pane";
|
|
this.PKME_Tabs.ChangingFields = false;
|
|
this.PKME_Tabs.Data = null;
|
|
this.PKME_Tabs.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.PKME_Tabs.HaX = false;
|
|
this.PKME_Tabs.Location = new System.Drawing.Point(0, 0);
|
|
this.PKME_Tabs.Margin = new System.Windows.Forms.Padding(0);
|
|
this.PKME_Tabs.Name = "PKME_Tabs";
|
|
this.PKME_Tabs.Size = new System.Drawing.Size(400, 359);
|
|
this.PKME_Tabs.TabIndex = 103;
|
|
this.PKME_Tabs.Unicode = true;
|
|
this.PKME_Tabs.LegalityChanged += new System.EventHandler(this.PKME_Tabs_LegalityChanged);
|
|
this.PKME_Tabs.UpdatePreviewSprite += new System.EventHandler(this.PKME_Tabs_UpdatePreviewSprite);
|
|
this.PKME_Tabs.RequestShowdownImport += new System.EventHandler(this.PKME_Tabs_RequestShowdownImport);
|
|
this.PKME_Tabs.RequestShowdownExport += new System.EventHandler(this.PKME_Tabs_RequestShowdownExport);
|
|
this.PKME_Tabs.SaveFileRequested += new PKHeX.WinForms.Controls.PKMEditor.ReturnSAVEventHandler(this.PKME_Tabs_SaveFileRequested);
|
|
//
|
|
// C_SAV
|
|
//
|
|
this.C_SAV.AccessibleDescription = "Save File Editor Pane";
|
|
this.C_SAV.AccessibleName = "Save File Editor Pane";
|
|
this.C_SAV.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.C_SAV.FlagIllegal = false;
|
|
this.C_SAV.Location = new System.Drawing.Point(0, 0);
|
|
this.C_SAV.Margin = new System.Windows.Forms.Padding(0, 0, 1, 3);
|
|
this.C_SAV.Menu_Redo = null;
|
|
this.C_SAV.Menu_Undo = null;
|
|
this.C_SAV.Name = "C_SAV";
|
|
this.C_SAV.Size = new System.Drawing.Size(454, 356);
|
|
this.C_SAV.TabIndex = 104;
|
|
this.C_SAV.ViewIndex = -1;
|
|
this.C_SAV.RequestCloneData += new System.EventHandler(this.ClickClone);
|
|
this.C_SAV.RequestReloadSave += new System.EventHandler(this.ClickSaveFileName);
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.IsSplitterFixed = true;
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.Controls.Add(this.L_UpdateAvailable);
|
|
this.splitContainer2.Panel1.Controls.Add(this.menuStrip1);
|
|
this.splitContainer2.Panel1MinSize = 24;
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.splitContainer1);
|
|
this.splitContainer2.Size = new System.Drawing.Size(856, 385);
|
|
this.splitContainer2.SplitterDistance = 25;
|
|
this.splitContainer2.SplitterWidth = 1;
|
|
this.splitContainer2.TabIndex = 106;
|
|
//
|
|
// Main
|
|
//
|
|
this.AllowDrop = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(856, 385);
|
|
this.Controls.Add(this.splitContainer2);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = global::PKHeX.WinForms.Properties.Resources.Icon;
|
|
this.KeyPreview = true;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.MaximizeBox = false;
|
|
this.Name = "Main";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "PKHeX";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
|
|
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Main_DragDrop);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dragout)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Legal)).EndInit();
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
this.splitContainer2.Panel1.PerformLayout();
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
this.splitContainer2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
public Controls.PKMEditor PKME_Tabs;
|
|
private Controls.SAVEditor C_SAV;
|
|
private System.Windows.Forms.LinkLabel L_UpdateAvailable;
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_File;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Open;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Save;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Exit;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Tools;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Options;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Language;
|
|
private System.Windows.Forms.ToolStripComboBox CB_MainLanguage;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_About;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_ExportSAV;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Showdown;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_ShowdownExportPKM;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_ShowdownImportPKM;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_ShowdownExportParty;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Folder;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Data;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_LoadBoxes;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Report;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Database;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_DumpBoxes;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_DumpBox;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_BatchEditor;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_MGDatabase;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Undo;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Redo;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_Settings;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_ShowdownExportCurrentBox;
|
|
private System.Windows.Forms.ToolStripMenuItem Menu_EncDatabase;
|
|
private System.Windows.Forms.ToolTip toolTip;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
private PKHeX.WinForms.Controls.SelectablePictureBox dragout;
|
|
private System.Windows.Forms.PictureBox PB_Legal;
|
|
}
|
|
}
|
|
|