namespace Test_CustomMessageBox { 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.buttonOpenMessageBox = new System.Windows.Forms.Button(); this.SuspendLayout(); // // buttonOpenMessageBox // this.buttonOpenMessageBox.Location = new System.Drawing.Point(79, 105); this.buttonOpenMessageBox.Name = "buttonOpenMessageBox"; this.buttonOpenMessageBox.Size = new System.Drawing.Size(184, 23); this.buttonOpenMessageBox.TabIndex = 0; this.buttonOpenMessageBox.Text = "Open Message Box"; this.buttonOpenMessageBox.UseVisualStyleBackColor = true; this.buttonOpenMessageBox.Click += new System.EventHandler(this.buttonOpenMessageBox_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(343, 233); this.Controls.Add(this.buttonOpenMessageBox); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button buttonOpenMessageBox; } }