namespace InheritanceTest
{
partial class Form2
{
///
/// Erforderliche Designervariable.
///
private System.ComponentModel.IContainer components = null;
///
/// Verwendete Ressourcen bereinigen.
///
/// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls 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()
{
this.SuspendLayout();
//
// btnProtected
//
this.btnProtected.Location = new System.Drawing.Point(13, 267);
this.btnProtected.Size = new System.Drawing.Size(272, 171);
this.btnProtected.Text = "Say Hello again";
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.ClientSize = new System.Drawing.Size(800, 450);
this.Name = "Form2";
this.ResumeLayout(false);
}
#endregion
}
}