diff --git a/SushiBar/SushiBar/Form1.Designer.cs b/SushiBar/SushiBar/Form1.Designer.cs index b5f899b..943ecea 100644 --- a/SushiBar/SushiBar/Form1.Designer.cs +++ b/SushiBar/SushiBar/Form1.Designer.cs @@ -28,12 +28,33 @@ /// 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(285, 116); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(300, 135); + this.button1.TabIndex = 0; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); 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/SushiBar/SushiBar/Form1.cs b/SushiBar/SushiBar/Form1.cs index 0eaa471..984f574 100644 --- a/SushiBar/SushiBar/Form1.cs +++ b/SushiBar/SushiBar/Form1.cs @@ -6,5 +6,9 @@ namespace SushiBar { InitializeComponent(); } + + private void button1_Click(object sender, EventArgs e) + { + } } } \ No newline at end of file diff --git a/SushiBar/SushiBar/Form1.resx b/SushiBar/SushiBar/Form1.resx index 1af7de1..f298a7b 100644 --- a/SushiBar/SushiBar/Form1.resx +++ b/SushiBar/SushiBar/Form1.resx @@ -1,64 +1,4 @@ - - - +