namespace Test_Copyright { partial class Form1 { /// /// 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.buttonShowCopyright = new System.Windows.Forms.Button(); this.labelCopyright = new System.Windows.Forms.Label(); this.SuspendLayout(); // // buttonShowCopyright // this.buttonShowCopyright.Location = new System.Drawing.Point(12, 12); this.buttonShowCopyright.Name = "buttonShowCopyright"; this.buttonShowCopyright.Size = new System.Drawing.Size(126, 23); this.buttonShowCopyright.TabIndex = 0; this.buttonShowCopyright.Text = "Show Copyright"; this.buttonShowCopyright.UseVisualStyleBackColor = true; this.buttonShowCopyright.Click += new System.EventHandler(this.buttonShowCopyright_Click); // // labelCopyright // this.labelCopyright.AutoSize = true; this.labelCopyright.Location = new System.Drawing.Point(13, 80); this.labelCopyright.Name = "labelCopyright"; this.labelCopyright.Size = new System.Drawing.Size(16, 13); this.labelCopyright.TabIndex = 1; this.labelCopyright.Text = "..."; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 149); this.Controls.Add(this.labelCopyright); this.Controls.Add(this.buttonShowCopyright); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonShowCopyright; private System.Windows.Forms.Label labelCopyright; } }