namespace EOwnMessageBox { partial class OwnMessageBox { /// /// 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.buttonLeft = new System.Windows.Forms.Button(); this.buttonCenter = new System.Windows.Forms.Button(); this.buttonRight = new System.Windows.Forms.Button(); this.labelText = new System.Windows.Forms.Label(); this.pictureBoxIcon = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIcon)).BeginInit(); this.SuspendLayout(); // // buttonLeft // this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonLeft.Location = new System.Drawing.Point(13, 415); this.buttonLeft.Name = "buttonLeft"; this.buttonLeft.Size = new System.Drawing.Size(75, 23); this.buttonLeft.TabIndex = 0; this.buttonLeft.Text = "Left"; this.buttonLeft.UseVisualStyleBackColor = true; this.buttonLeft.Click += new System.EventHandler(this.buttonLeft_Click); // // buttonCenter // this.buttonCenter.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.buttonCenter.Location = new System.Drawing.Point(363, 415); this.buttonCenter.Name = "buttonCenter"; this.buttonCenter.Size = new System.Drawing.Size(75, 23); this.buttonCenter.TabIndex = 1; this.buttonCenter.Text = "Center"; this.buttonCenter.UseVisualStyleBackColor = true; this.buttonCenter.Click += new System.EventHandler(this.buttonCenter_Click); // // buttonRight // this.buttonRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonRight.Location = new System.Drawing.Point(713, 415); this.buttonRight.Name = "buttonRight"; this.buttonRight.Size = new System.Drawing.Size(75, 23); this.buttonRight.TabIndex = 2; this.buttonRight.Text = "Right"; this.buttonRight.UseVisualStyleBackColor = true; this.buttonRight.Click += new System.EventHandler(this.buttonRight_Click); // // labelText // this.labelText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelText.Location = new System.Drawing.Point(13, 13); this.labelText.Name = "labelText"; this.labelText.Size = new System.Drawing.Size(775, 399); this.labelText.TabIndex = 3; this.labelText.Text = "..."; // // pictureBoxIcon // this.pictureBoxIcon.BackgroundImage = global::OwnMessageBox.Properties.Resources.Information; this.pictureBoxIcon.Enabled = false; this.pictureBoxIcon.Location = new System.Drawing.Point(12, 12); this.pictureBoxIcon.Name = "pictureBoxIcon"; this.pictureBoxIcon.Size = new System.Drawing.Size(32, 32); this.pictureBoxIcon.TabIndex = 4; this.pictureBoxIcon.TabStop = false; this.pictureBoxIcon.Visible = false; // // OwnMessageBox // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.pictureBoxIcon); this.Controls.Add(this.labelText); this.Controls.Add(this.buttonRight); this.Controls.Add(this.buttonCenter); this.Controls.Add(this.buttonLeft); this.Name = "OwnMessageBox"; this.Text = "OwnMessageBox"; ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIcon)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button buttonLeft; private System.Windows.Forms.Button buttonCenter; private System.Windows.Forms.Button buttonRight; private System.Windows.Forms.Label labelText; private System.Windows.Forms.PictureBox pictureBoxIcon; } }