DS-Pokemon-Rom-Editor/DS_Map/ReopenProjectConfirmation.Designer.cs

105 lines
4.5 KiB
C#

namespace DSPRE
{
partial class ReopenProjectConfirmation
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.noButton = new System.Windows.Forms.Button();
this.yesButton = new System.Windows.Forms.Button();
this.dontAskAgainCheckbox = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(48, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(303, 20);
this.label1.TabIndex = 3;
this.label1.Text = "Do you want to open your default project?";
//
// noButton
//
this.noButton.DialogResult = System.Windows.Forms.DialogResult.No;
this.noButton.Location = new System.Drawing.Point(312, 45);
this.noButton.Name = "noButton";
this.noButton.Size = new System.Drawing.Size(75, 23);
this.noButton.TabIndex = 4;
this.noButton.Text = "No";
this.noButton.UseVisualStyleBackColor = true;
//
// yesButton
//
this.yesButton.DialogResult = System.Windows.Forms.DialogResult.Yes;
this.yesButton.Location = new System.Drawing.Point(231, 45);
this.yesButton.Name = "yesButton";
this.yesButton.Size = new System.Drawing.Size(75, 23);
this.yesButton.TabIndex = 5;
this.yesButton.Text = "Yes";
this.yesButton.UseVisualStyleBackColor = true;
//
// dontAskAgainCheckbox
//
this.dontAskAgainCheckbox.AutoSize = true;
this.dontAskAgainCheckbox.Location = new System.Drawing.Point(125, 49);
this.dontAskAgainCheckbox.Name = "dontAskAgainCheckbox";
this.dontAskAgainCheckbox.Size = new System.Drawing.Size(100, 17);
this.dontAskAgainCheckbox.TabIndex = 6;
this.dontAskAgainCheckbox.Text = "Don\'t ask again";
this.dontAskAgainCheckbox.UseVisualStyleBackColor = true;
this.dontAskAgainCheckbox.CheckedChanged += new System.EventHandler(this.dontAskAgainCheckbox_CheckedChanged);
//
// ReopenProjectConfirmation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(400, 80);
this.ControlBox = false;
this.Controls.Add(this.dontAskAgainCheckbox);
this.Controls.Add(this.yesButton);
this.Controls.Add(this.noButton);
this.Controls.Add(this.label1);
this.Name = "ReopenProjectConfirmation";
this.ShowIcon = false;
this.Text = "ReopenProjectConfirmation";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button noButton;
private System.Windows.Forms.Button yesButton;
private System.Windows.Forms.CheckBox dontAskAgainCheckbox;
}
}