namespace OwnMessageBoxes { partial class OwnMessageBox { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.buttonYes = new System.Windows.Forms.Button(); this.buttonNo = new System.Windows.Forms.Button(); this.labelText = new System.Windows.Forms.Label(); this.labelTitle = new System.Windows.Forms.Label(); this.pictureBoxImage = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxImage)).BeginInit(); this.SuspendLayout(); // // buttonYes // this.buttonYes.Location = new System.Drawing.Point(13, 415); this.buttonYes.Name = "buttonYes"; this.buttonYes.Size = new System.Drawing.Size(75, 23); this.buttonYes.TabIndex = 0; this.buttonYes.Text = "Yes"; this.buttonYes.UseVisualStyleBackColor = true; this.buttonYes.Click += new System.EventHandler(this.buttonYes_Click); // // buttonNo // this.buttonNo.Location = new System.Drawing.Point(713, 415); this.buttonNo.Name = "buttonNo"; this.buttonNo.Size = new System.Drawing.Size(75, 23); this.buttonNo.TabIndex = 1; this.buttonNo.Text = "No"; this.buttonNo.UseVisualStyleBackColor = true; this.buttonNo.Click += new System.EventHandler(this.buttonNo_Click); // // labelText // this.labelText.AutoSize = true; this.labelText.Location = new System.Drawing.Point(13, 188); this.labelText.Name = "labelText"; this.labelText.Size = new System.Drawing.Size(28, 13); this.labelText.TabIndex = 2; this.labelText.Text = "Text"; // // labelTitle // this.labelTitle.AutoSize = true; this.labelTitle.Location = new System.Drawing.Point(16, 13); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(27, 13); this.labelTitle.TabIndex = 3; this.labelTitle.Text = "Title"; // // pictureBoxImage // this.pictureBoxImage.Location = new System.Drawing.Point(432, 142); this.pictureBoxImage.Name = "pictureBoxImage"; this.pictureBoxImage.Size = new System.Drawing.Size(100, 50); this.pictureBoxImage.TabIndex = 4; this.pictureBoxImage.TabStop = 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.pictureBoxImage); this.Controls.Add(this.labelTitle); this.Controls.Add(this.labelText); this.Controls.Add(this.buttonNo); this.Controls.Add(this.buttonYes); this.Name = "OwnMessageBox"; this.Text = "OwnMessageBox"; this.Load += new System.EventHandler(this.OwnMessageBox_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxImage)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonYes; private System.Windows.Forms.Button buttonNo; private System.Windows.Forms.Label labelText; private System.Windows.Forms.Label labelTitle; private System.Windows.Forms.PictureBox pictureBoxImage; } }