84 lines
3.3 KiB
C#
84 lines
3.3 KiB
C#
|
/* This file is part of CustomizeMii
|
|||
|
* Copyright (C) 2009 Leathl
|
|||
|
*
|
|||
|
* CustomizeMii is free software; you can redistribute it and/or
|
|||
|
* modify it under the terms of the GNU General Public License
|
|||
|
* as published by the Free Software Foundation; either version 2
|
|||
|
* of the License, or (at your option) any later version.
|
|||
|
*
|
|||
|
* CustomizeMii is distributed in the hope that it will be useful,
|
|||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||
|
* GNU General Public License for more details.
|
|||
|
*
|
|||
|
* You should have received a copy of the GNU General Public License
|
|||
|
* along with this program; if not, write to the Free Software
|
|||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
|
*/
|
|||
|
|
|||
|
namespace CustomizeMii
|
|||
|
{
|
|||
|
partial class CustomizeMii_Preview
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Erforderliche Designervariable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Verwendete Ressourcen bereinigen.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Vom Windows Form-Designer generierter Code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Erforderliche Methode für die Designerunterstützung.
|
|||
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.pbImage = new System.Windows.Forms.PictureBox();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// pbImage
|
|||
|
//
|
|||
|
this.pbImage.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.pbImage.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.pbImage.Name = "pbImage";
|
|||
|
this.pbImage.Size = new System.Drawing.Size(194, 176);
|
|||
|
this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|||
|
this.pbImage.TabIndex = 0;
|
|||
|
this.pbImage.TabStop = false;
|
|||
|
//
|
|||
|
// CustomizeMii_Preview
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(194, 176);
|
|||
|
this.Controls.Add(this.pbImage);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|||
|
this.MinimumSize = new System.Drawing.Size(200, 200);
|
|||
|
this.Name = "CustomizeMii_Preview";
|
|||
|
this.Text = "CustomizeMii - Preview";
|
|||
|
this.Load += new System.EventHandler(this.CustomizeMii_Preview_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
public System.Windows.Forms.PictureBox pbImage;
|
|||
|
|
|||
|
}
|
|||
|
}
|