namespace sharpmines { partial class DifficultyDialog { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DifficultyDialog)); this.label1 = new System.Windows.Forms.Label(); this.beginnerRadioButton = new System.Windows.Forms.RadioButton(); this.intermediateRadioButton = new System.Windows.Forms.RadioButton(); this.advancedRadioButton = new System.Windows.Forms.RadioButton(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(159, 13); this.label1.TabIndex = 0; this.label1.Text = "Please select your difficulty level"; // // beginnerRadioButton // this.beginnerRadioButton.AutoSize = true; this.beginnerRadioButton.Location = new System.Drawing.Point(13, 47); this.beginnerRadioButton.Name = "beginnerRadioButton"; this.beginnerRadioButton.Size = new System.Drawing.Size(67, 17); this.beginnerRadioButton.TabIndex = 1; this.beginnerRadioButton.TabStop = true; this.beginnerRadioButton.Text = "Beginner"; this.beginnerRadioButton.UseVisualStyleBackColor = true; // // intermediateRadioButton // this.intermediateRadioButton.AutoSize = true; this.intermediateRadioButton.Location = new System.Drawing.Point(13, 71); this.intermediateRadioButton.Name = "intermediateRadioButton"; this.intermediateRadioButton.Size = new System.Drawing.Size(83, 17); this.intermediateRadioButton.TabIndex = 2; this.intermediateRadioButton.TabStop = true; this.intermediateRadioButton.Text = "Intermediate"; this.intermediateRadioButton.UseVisualStyleBackColor = true; // // advancedRadioButton // this.advancedRadioButton.AutoSize = true; this.advancedRadioButton.Location = new System.Drawing.Point(13, 95); this.advancedRadioButton.Name = "advancedRadioButton"; this.advancedRadioButton.Size = new System.Drawing.Size(74, 17); this.advancedRadioButton.TabIndex = 3; this.advancedRadioButton.TabStop = true; this.advancedRadioButton.Text = "Advanced"; this.advancedRadioButton.UseVisualStyleBackColor = true; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(126, 134); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Location = new System.Drawing.Point(45, 134); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 5; this.btnOk.Text = "Ok"; this.btnOk.UseVisualStyleBackColor = true; // // DifficultyDialog // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(210, 170); this.Controls.Add(this.btnOk); this.Controls.Add(this.btnCancel); this.Controls.Add(this.advancedRadioButton); this.Controls.Add(this.intermediateRadioButton); this.Controls.Add(this.beginnerRadioButton); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "DifficultyDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Difficulty"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.RadioButton beginnerRadioButton; private System.Windows.Forms.RadioButton intermediateRadioButton; private System.Windows.Forms.RadioButton advancedRadioButton; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOk; } }