diff -r 2add30edb508 -r dcd2bbb90d42 Client/MainForm.Designer.cs --- a/Client/MainForm.Designer.cs Mon Oct 13 21:42:42 2014 +0200 +++ b/Client/MainForm.Designer.cs Tue Oct 14 19:32:09 2014 +0200 @@ -37,6 +37,7 @@ this.buttonSetTopText = new System.Windows.Forms.Button(); this.buttonLayoutUpdate = new System.Windows.Forms.Button(); this.buttonSetBitmap = new System.Windows.Forms.Button(); + this.buttonLayoutUpdatWithSpan = new System.Windows.Forms.Button(); this.SuspendLayout(); // // buttonSetText @@ -123,11 +124,22 @@ this.buttonSetBitmap.UseVisualStyleBackColor = true; this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click); // + // buttonLayoutUpdatWithSpan + // + this.buttonLayoutUpdatWithSpan.Location = new System.Drawing.Point(176, 189); + this.buttonLayoutUpdatWithSpan.Name = "buttonLayoutUpdatWithSpan"; + this.buttonLayoutUpdatWithSpan.Size = new System.Drawing.Size(75, 23); + this.buttonLayoutUpdatWithSpan.TabIndex = 27; + this.buttonLayoutUpdatWithSpan.Text = "Layout span"; + this.buttonLayoutUpdatWithSpan.UseVisualStyleBackColor = true; + this.buttonLayoutUpdatWithSpan.Click += new System.EventHandler(this.buttonLayoutUpdatWithSpan_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.buttonLayoutUpdatWithSpan); this.Controls.Add(this.buttonSetBitmap); this.Controls.Add(this.buttonLayoutUpdate); this.Controls.Add(this.buttonSetTopText); @@ -157,6 +169,7 @@ private System.Windows.Forms.Button buttonSetTopText; private System.Windows.Forms.Button buttonLayoutUpdate; private System.Windows.Forms.Button buttonSetBitmap; + private System.Windows.Forms.Button buttonLayoutUpdatWithSpan; } }