PKHeX/PKHeX.WinForms/Subforms/SAV_FolderList.Designer.cs
Kurt 88830e0d00
Update from .NET Framework 4.6 to .NET 7 (#3729)
Updates from net46->net7, dropping support for mono in favor of using the latest runtime (along with the performance/API improvements). Releases will be posted as 64bit only for now.

Refactors a good amount of internal API methods to be more performant and more customizable for future updates & fixes.

Adds functionality for Batch Editor commands to `>`, `<` and <=/>=

TID/SID properties renamed to TID16/SID16 for clarity; other properties exposed for Gen7 / display variants.

Main window has a new layout to account for DPI scaling (8 point grid)

Fixed: Tatsugiri and Paldean Tauros now output Showdown form names as Showdown expects
Changed: Gen9 species now interact based on the confirmed National Dex IDs (closes #3724)
Fixed: Pokedex set all no longer clears species with unavailable non-base forms (closes #3720)
Changed: Hyper Training suggestions now apply for level 50 in SV. (closes #3714)
Fixed: B2/W2 hatched egg met locations exclusive to specific versions are now explicitly checked (closes #3691)
Added: Properties for ribbon/mark count (closes #3659)
Fixed: Traded SV eggs are now checked correctly (closes #3692)
2023-01-21 20:02:33 -08:00

195 lines
10 KiB
C#

namespace PKHeX.WinForms
{
partial class SAV_FolderList
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.FLP_Buttons = new System.Windows.Forms.FlowLayoutPanel();
this.TC_Tabs = new System.Windows.Forms.TabControl();
this.Tab_Recent = new System.Windows.Forms.TabPage();
this.dgDataRecent = new PKHeX.WinForms.Controls.DoubleBufferedDataGridView();
this.Tab_Backup = new System.Windows.Forms.TabPage();
this.dgDataBackup = new PKHeX.WinForms.Controls.DoubleBufferedDataGridView();
this.Tab_Folders = new System.Windows.Forms.TabPage();
this.CB_FilterColumn = new System.Windows.Forms.ComboBox();
this.TB_FilterTextContains = new System.Windows.Forms.TextBox();
this.TC_Tabs.SuspendLayout();
this.Tab_Recent.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgDataRecent)).BeginInit();
this.Tab_Backup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgDataBackup)).BeginInit();
this.Tab_Folders.SuspendLayout();
this.SuspendLayout();
//
// FLP_Buttons
//
this.FLP_Buttons.AutoScroll = true;
this.FLP_Buttons.Dock = System.Windows.Forms.DockStyle.Fill;
this.FLP_Buttons.Location = new System.Drawing.Point(0, 0);
this.FLP_Buttons.Name = "FLP_Buttons";
this.FLP_Buttons.Padding = new System.Windows.Forms.Padding(3);
this.FLP_Buttons.Size = new System.Drawing.Size(601, 335);
this.FLP_Buttons.TabIndex = 0;
//
// TC_Tabs
//
this.TC_Tabs.Controls.Add(this.Tab_Recent);
this.TC_Tabs.Controls.Add(this.Tab_Backup);
this.TC_Tabs.Controls.Add(this.Tab_Folders);
this.TC_Tabs.Dock = System.Windows.Forms.DockStyle.Fill;
this.TC_Tabs.Location = new System.Drawing.Point(0, 0);
this.TC_Tabs.Name = "TC_Tabs";
this.TC_Tabs.SelectedIndex = 0;
this.TC_Tabs.Size = new System.Drawing.Size(609, 361);
this.TC_Tabs.TabIndex = 1;
//
// Tab_Recent
//
this.Tab_Recent.Controls.Add(this.dgDataRecent);
this.Tab_Recent.Location = new System.Drawing.Point(4, 22);
this.Tab_Recent.Name = "Tab_Recent";
this.Tab_Recent.Size = new System.Drawing.Size(601, 335);
this.Tab_Recent.TabIndex = 1;
this.Tab_Recent.Text = "Recent";
this.Tab_Recent.UseVisualStyleBackColor = true;
//
// dgDataRecent
//
this.dgDataRecent.AllowUserToAddRows = false;
this.dgDataRecent.AllowUserToDeleteRows = false;
this.dgDataRecent.AllowUserToOrderColumns = true;
this.dgDataRecent.AllowUserToResizeColumns = false;
this.dgDataRecent.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.dgDataRecent.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgDataRecent.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText;
this.dgDataRecent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgDataRecent.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgDataRecent.Location = new System.Drawing.Point(0, 0);
this.dgDataRecent.Margin = new System.Windows.Forms.Padding(0);
this.dgDataRecent.Name = "dgDataRecent";
this.dgDataRecent.RowHeadersVisible = false;
this.dgDataRecent.Size = new System.Drawing.Size(601, 335);
this.dgDataRecent.TabIndex = 2;
this.dgDataRecent.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridCellMouseDown);
//
// Tab_Backup
//
this.Tab_Backup.Controls.Add(this.dgDataBackup);
this.Tab_Backup.Location = new System.Drawing.Point(4, 22);
this.Tab_Backup.Name = "Tab_Backup";
this.Tab_Backup.Size = new System.Drawing.Size(601, 335);
this.Tab_Backup.TabIndex = 2;
this.Tab_Backup.Text = "Backups";
this.Tab_Backup.UseVisualStyleBackColor = true;
//
// dgDataBackup
//
this.dgDataBackup.AllowUserToAddRows = false;
this.dgDataBackup.AllowUserToDeleteRows = false;
this.dgDataBackup.AllowUserToOrderColumns = true;
this.dgDataBackup.AllowUserToResizeColumns = false;
this.dgDataBackup.AllowUserToResizeRows = false;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.dgDataBackup.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
this.dgDataBackup.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText;
this.dgDataBackup.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgDataBackup.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgDataBackup.Location = new System.Drawing.Point(0, 0);
this.dgDataBackup.Name = "dgDataBackup";
this.dgDataBackup.RowHeadersVisible = false;
this.dgDataBackup.Size = new System.Drawing.Size(601, 335);
this.dgDataBackup.TabIndex = 1;
this.dgDataBackup.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridCellMouseDown);
//
// Tab_Folders
//
this.Tab_Folders.Controls.Add(this.FLP_Buttons);
this.Tab_Folders.Location = new System.Drawing.Point(4, 22);
this.Tab_Folders.Name = "Tab_Folders";
this.Tab_Folders.Size = new System.Drawing.Size(601, 335);
this.Tab_Folders.TabIndex = 0;
this.Tab_Folders.Text = "Folders";
this.Tab_Folders.UseVisualStyleBackColor = true;
//
// CB_FilterColumn
//
this.CB_FilterColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_FilterColumn.Location = new System.Drawing.Point(327, 0);
this.CB_FilterColumn.Name = "CB_FilterColumn";
this.CB_FilterColumn.Size = new System.Drawing.Size(121, 21);
this.CB_FilterColumn.TabIndex = 0;
this.CB_FilterColumn.SelectedIndexChanged += new System.EventHandler(this.ChangeFilterIndex);
//
// textBox1
//
this.TB_FilterTextContains.Location = new System.Drawing.Point(449, 0);
this.TB_FilterTextContains.Name = "TB_FilterTextContains";
this.TB_FilterTextContains.Size = new System.Drawing.Size(160, 20);
this.TB_FilterTextContains.TabIndex = 2;
this.TB_FilterTextContains.TextChanged += new System.EventHandler(this.ChangeFilterText);
//
// SAV_FolderList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(609, 361);
this.Controls.Add(this.TB_FilterTextContains);
this.Controls.Add(this.CB_FilterColumn);
this.Controls.Add(this.TC_Tabs);
this.Icon = global::PKHeX.WinForms.Properties.Resources.Icon;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SAV_FolderList";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Folder List";
this.TC_Tabs.ResumeLayout(false);
this.Tab_Recent.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgDataRecent)).EndInit();
this.Tab_Backup.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgDataBackup)).EndInit();
this.Tab_Folders.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.FlowLayoutPanel FLP_Buttons;
private System.Windows.Forms.TabControl TC_Tabs;
private System.Windows.Forms.TabPage Tab_Folders;
private System.Windows.Forms.TabPage Tab_Recent;
private System.Windows.Forms.TabPage Tab_Backup;
private PKHeX.WinForms.Controls.DoubleBufferedDataGridView dgDataBackup;
private PKHeX.WinForms.Controls.DoubleBufferedDataGridView dgDataRecent;
private System.Windows.Forms.ComboBox CB_FilterColumn;
private System.Windows.Forms.TextBox TB_FilterTextContains;
}
}