1.1 --- a/Client/MainForm.Designer.cs Tue Oct 14 19:32:09 2014 +0200
1.2 +++ b/Client/MainForm.Designer.cs Wed Oct 22 12:17:52 2014 +0200
1.3 @@ -37,7 +37,7 @@
1.4 this.buttonSetTopText = new System.Windows.Forms.Button();
1.5 this.buttonLayoutUpdate = new System.Windows.Forms.Button();
1.6 this.buttonSetBitmap = new System.Windows.Forms.Button();
1.7 - this.buttonLayoutUpdatWithSpan = new System.Windows.Forms.Button();
1.8 + this.buttonBitmapLayout = new System.Windows.Forms.Button();
1.9 this.SuspendLayout();
1.10 //
1.11 // buttonSetText
1.12 @@ -124,22 +124,22 @@
1.13 this.buttonSetBitmap.UseVisualStyleBackColor = true;
1.14 this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
1.15 //
1.16 - // buttonLayoutUpdatWithSpan
1.17 + // buttonBitmapLayout
1.18 //
1.19 - this.buttonLayoutUpdatWithSpan.Location = new System.Drawing.Point(176, 189);
1.20 - this.buttonLayoutUpdatWithSpan.Name = "buttonLayoutUpdatWithSpan";
1.21 - this.buttonLayoutUpdatWithSpan.Size = new System.Drawing.Size(75, 23);
1.22 - this.buttonLayoutUpdatWithSpan.TabIndex = 27;
1.23 - this.buttonLayoutUpdatWithSpan.Text = "Layout span";
1.24 - this.buttonLayoutUpdatWithSpan.UseVisualStyleBackColor = true;
1.25 - this.buttonLayoutUpdatWithSpan.Click += new System.EventHandler(this.buttonLayoutUpdatWithSpan_Click);
1.26 + this.buttonBitmapLayout.Location = new System.Drawing.Point(176, 189);
1.27 + this.buttonBitmapLayout.Name = "buttonBitmapLayout";
1.28 + this.buttonBitmapLayout.Size = new System.Drawing.Size(75, 35);
1.29 + this.buttonBitmapLayout.TabIndex = 27;
1.30 + this.buttonBitmapLayout.Text = "Bitmap Layout";
1.31 + this.buttonBitmapLayout.UseVisualStyleBackColor = true;
1.32 + this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_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.buttonLayoutUpdatWithSpan);
1.40 + this.Controls.Add(this.buttonBitmapLayout);
1.41 this.Controls.Add(this.buttonSetBitmap);
1.42 this.Controls.Add(this.buttonLayoutUpdate);
1.43 this.Controls.Add(this.buttonSetTopText);
1.44 @@ -169,7 +169,7 @@
1.45 private System.Windows.Forms.Button buttonSetTopText;
1.46 private System.Windows.Forms.Button buttonLayoutUpdate;
1.47 private System.Windows.Forms.Button buttonSetBitmap;
1.48 - private System.Windows.Forms.Button buttonLayoutUpdatWithSpan;
1.49 + private System.Windows.Forms.Button buttonBitmapLayout;
1.50 }
1.51 }
1.52