PKHeX/PKHeX.WinForms/Controls/Slots/PokePreview.Designer.cs
Kurt 662c3db7dc Faster box hover preview
Render it manually rather than let controls be goofy with draw calls.
2026-03-09 20:28:43 -05:00

52 lines
1.6 KiB
C#

namespace PKHeX.WinForms.Controls
{
partial class PokePreview
{
/// <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()
{
//
// PokePreview
//
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
AutoSize = false;
AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
ClientSize = new System.Drawing.Size(148, 214);
FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
MaximizeBox = false;
MinimizeBox = false;
Name = "PokePreview";
ShowIcon = false;
ShowInTaskbar = false;
Text = "PokePreview";
ResumeLayout(false);
PerformLayout();
}
#endregion
}
}