namespace Eugen.ESystem.Windows.Forms
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
///
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.buttonShowInfo = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// buttonShowInfo
//
resources.ApplyResources(this.buttonShowInfo, "buttonShowInfo");
this.buttonShowInfo.Name = "buttonShowInfo";
this.buttonShowInfo.UseVisualStyleBackColor = true;
this.buttonShowInfo.Click += new System.EventHandler(this.buttonShowInfo_Click);
//
// Form1
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.buttonShowInfo);
this.Name = "Form1";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonShowInfo;
}
}