mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-30 04:27:09 -05:00
52 lines
1.6 KiB
C#
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
|
|
}
|
|
}
|