168 lines
7.2 KiB
C#
Raw Permalink Normal View History

2021-09-14 12:31:36 +12:00

namespace Duck_Simulator
{
partial class Form1
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
2021-09-16 17:55:28 +12:00
this.radioButton1 = new System.Windows.Forms.RadioButton();
2021-09-14 12:31:36 +12:00
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
2021-09-16 17:55:28 +12:00
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton4 = new System.Windows.Forms.RadioButton();
2021-09-14 12:31:36 +12:00
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
2021-09-16 17:55:28 +12:00
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Controls.Add(this.radioButton2);
this.groupBox1.Controls.Add(this.radioButton3);
this.groupBox1.Controls.Add(this.radioButton4);
this.groupBox1.Location = new System.Drawing.Point(6, 6);
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
2021-09-14 12:31:36 +12:00
this.groupBox1.Name = "groupBox1";
2021-09-16 17:55:28 +12:00
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
this.groupBox1.Size = new System.Drawing.Size(322, 474);
2021-09-14 12:31:36 +12:00
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Duck Selector";
//
2021-09-16 17:55:28 +12:00
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(6, 20);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(88, 17);
this.radioButton1.TabIndex = 4;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "Mallard Duck";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
2021-09-14 12:31:36 +12:00
//
// button1
//
2021-09-16 17:55:28 +12:00
this.button1.Location = new System.Drawing.Point(341, 19);
this.button1.Margin = new System.Windows.Forms.Padding(2);
2021-09-14 12:31:36 +12:00
this.button1.Name = "button1";
2021-09-16 17:55:28 +12:00
this.button1.Size = new System.Drawing.Size(67, 24);
2021-09-14 12:31:36 +12:00
this.button1.TabIndex = 4;
this.button1.Text = "Quack";
this.button1.UseVisualStyleBackColor = true;
2021-09-16 17:55:28 +12:00
this.button1.Click += new System.EventHandler(this.button1_Click);
2021-09-14 12:31:36 +12:00
//
// button2
//
2021-09-16 17:55:28 +12:00
this.button2.Location = new System.Drawing.Point(341, 55);
this.button2.Margin = new System.Windows.Forms.Padding(2);
2021-09-14 12:31:36 +12:00
this.button2.Name = "button2";
2021-09-16 17:55:28 +12:00
this.button2.Size = new System.Drawing.Size(67, 24);
2021-09-14 12:31:36 +12:00
this.button2.TabIndex = 5;
this.button2.Text = "Fly";
this.button2.UseVisualStyleBackColor = true;
//
// button3
//
2021-09-16 17:55:28 +12:00
this.button3.Location = new System.Drawing.Point(341, 93);
this.button3.Margin = new System.Windows.Forms.Padding(2);
2021-09-14 12:31:36 +12:00
this.button3.Name = "button3";
2021-09-16 17:55:28 +12:00
this.button3.Size = new System.Drawing.Size(67, 24);
2021-09-14 12:31:36 +12:00
this.button3.TabIndex = 6;
this.button3.Text = "Swim";
this.button3.UseVisualStyleBackColor = true;
//
2021-09-16 17:55:28 +12:00
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(4, 43);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(98, 17);
this.radioButton2.TabIndex = 5;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "Redhead Duck";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(4, 66);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(89, 17);
this.radioButton3.TabIndex = 6;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "Rubber Duck";
this.radioButton3.UseVisualStyleBackColor = true;
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
//
// radioButton4
//
this.radioButton4.AutoSize = true;
this.radioButton4.Location = new System.Drawing.Point(4, 89);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(86, 17);
this.radioButton4.TabIndex = 7;
this.radioButton4.TabStop = true;
this.radioButton4.Text = "EDcoy Duck";
this.radioButton4.UseVisualStyleBackColor = true;
this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
//
2021-09-14 12:31:36 +12:00
// Form1
//
2021-09-16 17:55:28 +12:00
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2021-09-14 12:31:36 +12:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2021-09-16 17:55:28 +12:00
this.ClientSize = new System.Drawing.Size(748, 486);
2021-09-14 12:31:36 +12:00
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
2021-09-16 17:55:28 +12:00
this.Margin = new System.Windows.Forms.Padding(2);
2021-09-14 12:31:36 +12:00
this.Name = "Form1";
this.Text = "Form1";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
2021-09-16 17:55:28 +12:00
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton4;
2021-09-14 12:31:36 +12:00
}
}