1.1 --- a/Client/MainForm.Designer.cs Mon Oct 13 20:05:48 2014 +0200
1.2 +++ b/Client/MainForm.Designer.cs Mon Oct 13 21:21:53 2014 +0200
1.3 @@ -36,7 +36,7 @@
1.4 this.buttonAlignLeft = new System.Windows.Forms.Button();
1.5 this.buttonSetTopText = new System.Windows.Forms.Button();
1.6 this.buttonLayoutUpdate = new System.Windows.Forms.Button();
1.7 - this.button1 = new System.Windows.Forms.Button();
1.8 + this.buttonSetBitmap = new System.Windows.Forms.Button();
1.9 this.SuspendLayout();
1.10 //
1.11 // buttonSetText
1.12 @@ -113,22 +113,22 @@
1.13 this.buttonLayoutUpdate.UseVisualStyleBackColor = true;
1.14 this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click);
1.15 //
1.16 - // button1
1.17 + // buttonSetBitmap
1.18 //
1.19 - this.button1.Location = new System.Drawing.Point(12, 190);
1.20 - this.button1.Name = "button1";
1.21 - this.button1.Size = new System.Drawing.Size(75, 23);
1.22 - this.button1.TabIndex = 26;
1.23 - this.button1.Text = "Set Bitmap";
1.24 - this.button1.UseVisualStyleBackColor = true;
1.25 - this.button1.Click += new System.EventHandler(this.button1_Click);
1.26 + this.buttonSetBitmap.Location = new System.Drawing.Point(12, 190);
1.27 + this.buttonSetBitmap.Name = "buttonSetBitmap";
1.28 + this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23);
1.29 + this.buttonSetBitmap.TabIndex = 26;
1.30 + this.buttonSetBitmap.Text = "Set Bitmap";
1.31 + this.buttonSetBitmap.UseVisualStyleBackColor = true;
1.32 + this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
1.33 //
1.34 // MainForm
1.35 //
1.36 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1.37 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1.38 this.ClientSize = new System.Drawing.Size(443, 252);
1.39 - this.Controls.Add(this.button1);
1.40 + this.Controls.Add(this.buttonSetBitmap);
1.41 this.Controls.Add(this.buttonLayoutUpdate);
1.42 this.Controls.Add(this.buttonSetTopText);
1.43 this.Controls.Add(this.buttonAlignRight);
1.44 @@ -156,7 +156,7 @@
1.45 private System.Windows.Forms.Button buttonAlignLeft;
1.46 private System.Windows.Forms.Button buttonSetTopText;
1.47 private System.Windows.Forms.Button buttonLayoutUpdate;
1.48 - private System.Windows.Forms.Button button1;
1.49 + private System.Windows.Forms.Button buttonSetBitmap;
1.50 }
1.51 }
1.52