diff -r 6e50baf5a811 -r 1d0cd5e6e0a9 Client/MainForm.Designer.cs --- a/Client/MainForm.Designer.cs Mon Oct 13 20:05:48 2014 +0200 +++ b/Client/MainForm.Designer.cs Mon Oct 13 21:21:53 2014 +0200 @@ -36,7 +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.buttonSetBitmap = new System.Windows.Forms.Button(); this.SuspendLayout(); // // buttonSetText @@ -113,22 +113,22 @@ this.buttonLayoutUpdate.UseVisualStyleBackColor = true; this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click); // - // button1 + // buttonSetBitmap // - 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); + this.buttonSetBitmap.Location = new System.Drawing.Point(12, 190); + this.buttonSetBitmap.Name = "buttonSetBitmap"; + this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23); + this.buttonSetBitmap.TabIndex = 26; + this.buttonSetBitmap.Text = "Set Bitmap"; + this.buttonSetBitmap.UseVisualStyleBackColor = true; + this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_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.buttonSetBitmap); this.Controls.Add(this.buttonLayoutUpdate); this.Controls.Add(this.buttonSetTopText); this.Controls.Add(this.buttonAlignRight); @@ -156,7 +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; + private System.Windows.Forms.Button buttonSetBitmap; } }