diff -r a02bd242f219 -r 6e50baf5a811 Client/MainForm.Designer.cs --- a/Client/MainForm.Designer.cs Mon Oct 13 19:24:30 2014 +0200 +++ b/Client/MainForm.Designer.cs Mon Oct 13 20:05:48 2014 +0200 @@ -36,6 +36,7 @@ this.buttonAlignLeft = new System.Windows.Forms.Button(); this.buttonSetTopText = new System.Windows.Forms.Button(); this.buttonLayoutUpdate = new System.Windows.Forms.Button(); + this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // buttonSetText @@ -112,11 +113,22 @@ this.buttonLayoutUpdate.UseVisualStyleBackColor = true; this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click); // + // button1 + // + this.button1.Location = new System.Drawing.Point(12, 190); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 26; + this.button1.Text = "Set Bitmap"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(443, 252); + this.Controls.Add(this.button1); this.Controls.Add(this.buttonLayoutUpdate); this.Controls.Add(this.buttonSetTopText); this.Controls.Add(this.buttonAlignRight); @@ -144,6 +156,7 @@ private System.Windows.Forms.Button buttonAlignLeft; private System.Windows.Forms.Button buttonSetTopText; private System.Windows.Forms.Button buttonLayoutUpdate; + private System.Windows.Forms.Button button1; } }