diff --git a/Cruiser/Cruiser/Form1.Designer.cs b/Cruiser/Cruiser/Form1.Designer.cs index 95fc312..4614fb0 100644 --- a/Cruiser/Cruiser/Form1.Designer.cs +++ b/Cruiser/Cruiser/Form1.Designer.cs @@ -28,12 +28,32 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + this.button1 = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // button1 + // + this.button1.Location = new System.Drawing.Point(386, 68); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(112, 34); + this.button1.TabIndex = 0; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); + this.Controls.Add(this.button1); + this.Name = "Form1"; this.Text = "Form1"; + this.ResumeLayout(false); + } #endregion + + private Button button1; } } \ No newline at end of file diff --git a/Cruiser/Cruiser/Form1.resx b/Cruiser/Cruiser/Form1.resx index 1af7de1..f298a7b 100644 --- a/Cruiser/Cruiser/Form1.resx +++ b/Cruiser/Cruiser/Form1.resx @@ -1,64 +1,4 @@ - - - +