2017-01-08 07:54:09 +00:00
|
|
|
|
namespace PKHeX.WinForms
|
2016-08-26 01:50:51 +00:00
|
|
|
|
{
|
|
|
|
|
partial class SAV_BoxViewer
|
|
|
|
|
{
|
|
|
|
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SAV_BoxViewer));
|
|
|
|
|
this.PB_BoxSwap = new System.Windows.Forms.PictureBox();
|
2017-05-23 04:55:05 +00:00
|
|
|
|
this.Box = new PKHeX.WinForms.Controls.BoxEditor();
|
2016-08-26 01:50:51 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_BoxSwap)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// PB_BoxSwap
|
|
|
|
|
//
|
2017-05-23 04:55:05 +00:00
|
|
|
|
this.PB_BoxSwap.Image = global::PKHeX.WinForms.Properties.Resources.swapBox;
|
2016-08-26 01:50:51 +00:00
|
|
|
|
this.PB_BoxSwap.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.PB_BoxSwap.Name = "PB_BoxSwap";
|
|
|
|
|
this.PB_BoxSwap.Size = new System.Drawing.Size(24, 24);
|
|
|
|
|
this.PB_BoxSwap.TabIndex = 67;
|
|
|
|
|
this.PB_BoxSwap.TabStop = false;
|
|
|
|
|
this.PB_BoxSwap.Click += new System.EventHandler(this.PB_BoxSwap_Click);
|
|
|
|
|
//
|
2017-05-23 04:55:05 +00:00
|
|
|
|
// Box
|
|
|
|
|
//
|
|
|
|
|
this.Box.AllowDrop = true;
|
|
|
|
|
this.Box.CurrentBox = -1;
|
|
|
|
|
this.Box.Dock = System.Windows.Forms.DockStyle.Fill;
|
2017-09-07 05:02:03 +00:00
|
|
|
|
this.Box.FlagIllegal = false;
|
2017-05-23 04:55:05 +00:00
|
|
|
|
this.Box.Location = new System.Drawing.Point(0, 0);
|
2017-09-07 05:02:03 +00:00
|
|
|
|
this.Box.M = null;
|
2017-05-23 04:55:05 +00:00
|
|
|
|
this.Box.Name = "Box";
|
|
|
|
|
this.Box.Size = new System.Drawing.Size(250, 185);
|
|
|
|
|
this.Box.TabIndex = 68;
|
|
|
|
|
//
|
2016-08-26 01:50:51 +00:00
|
|
|
|
// SAV_BoxViewer
|
|
|
|
|
//
|
2017-05-23 04:55:05 +00:00
|
|
|
|
this.AllowDrop = true;
|
2016-08-26 01:50:51 +00:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2017-05-23 04:55:05 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(250, 185);
|
2016-08-26 01:50:51 +00:00
|
|
|
|
this.Controls.Add(this.PB_BoxSwap);
|
2017-05-23 04:55:05 +00:00
|
|
|
|
this.Controls.Add(this.Box);
|
2016-08-26 01:50:51 +00:00
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2017-09-07 05:02:03 +00:00
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
2016-08-26 01:50:51 +00:00
|
|
|
|
this.Name = "SAV_BoxViewer";
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
|
|
this.Text = "Box Viewer";
|
2017-05-23 04:55:05 +00:00
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SAV_BoxViewer_FormClosing);
|
2016-08-26 01:50:51 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_BoxSwap)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
private System.Windows.Forms.PictureBox PB_BoxSwap;
|
2017-05-23 04:55:05 +00:00
|
|
|
|
public Controls.BoxEditor Box;
|
2016-08-26 01:50:51 +00:00
|
|
|
|
}
|
|
|
|
|
}
|