namespace StarJackWorldEditor { partial class ConfirmDialog { /// /// 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.yesBtn = new System.Windows.Forms.Button(); this.noBtn = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // yesBtn // this.yesBtn.Location = new System.Drawing.Point(15, 25); this.yesBtn.Name = "yesBtn"; this.yesBtn.Size = new System.Drawing.Size(75, 23); this.yesBtn.TabIndex = 0; this.yesBtn.Text = "Yes"; this.yesBtn.UseVisualStyleBackColor = true; this.yesBtn.Click += new System.EventHandler(this.yesBtn_Click); // // noBtn // this.noBtn.Location = new System.Drawing.Point(96, 25); this.noBtn.Name = "noBtn"; this.noBtn.Size = new System.Drawing.Size(75, 23); this.noBtn.TabIndex = 1; this.noBtn.Text = "No"; this.noBtn.UseVisualStyleBackColor = true; this.noBtn.Click += new System.EventHandler(this.noBtn_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 2; this.label1.Text = "label1"; // // ConfirmDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(186, 62); this.Controls.Add(this.label1); this.Controls.Add(this.noBtn); this.Controls.Add(this.yesBtn); this.Name = "ConfirmDialog"; this.Text = "ConfirmDialog"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button yesBtn; private System.Windows.Forms.Button noBtn; private System.Windows.Forms.Label label1; } }