Client/MainForm.Designer.cs
changeset 70 dcd2bbb90d42
parent 68 1d0cd5e6e0a9
child 71 f444344fc205
     1.1 --- a/Client/MainForm.Designer.cs	Mon Oct 13 21:42:42 2014 +0200
     1.2 +++ b/Client/MainForm.Designer.cs	Tue Oct 14 19:32:09 2014 +0200
     1.3 @@ -37,6 +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.SuspendLayout();
     1.9              // 
    1.10              // buttonSetText
    1.11 @@ -123,11 +124,22 @@
    1.12              this.buttonSetBitmap.UseVisualStyleBackColor = true;
    1.13              this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
    1.14              // 
    1.15 +            // buttonLayoutUpdatWithSpan
    1.16 +            // 
    1.17 +            this.buttonLayoutUpdatWithSpan.Location = new System.Drawing.Point(176, 189);
    1.18 +            this.buttonLayoutUpdatWithSpan.Name = "buttonLayoutUpdatWithSpan";
    1.19 +            this.buttonLayoutUpdatWithSpan.Size = new System.Drawing.Size(75, 23);
    1.20 +            this.buttonLayoutUpdatWithSpan.TabIndex = 27;
    1.21 +            this.buttonLayoutUpdatWithSpan.Text = "Layout span";
    1.22 +            this.buttonLayoutUpdatWithSpan.UseVisualStyleBackColor = true;
    1.23 +            this.buttonLayoutUpdatWithSpan.Click += new System.EventHandler(this.buttonLayoutUpdatWithSpan_Click);
    1.24 +            // 
    1.25              // MainForm
    1.26              // 
    1.27              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.28              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.29              this.ClientSize = new System.Drawing.Size(443, 252);
    1.30 +            this.Controls.Add(this.buttonLayoutUpdatWithSpan);
    1.31              this.Controls.Add(this.buttonSetBitmap);
    1.32              this.Controls.Add(this.buttonLayoutUpdate);
    1.33              this.Controls.Add(this.buttonSetTopText);
    1.34 @@ -157,6 +169,7 @@
    1.35          private System.Windows.Forms.Button buttonSetTopText;
    1.36          private System.Windows.Forms.Button buttonLayoutUpdate;
    1.37          private System.Windows.Forms.Button buttonSetBitmap;
    1.38 +        private System.Windows.Forms.Button buttonLayoutUpdatWithSpan;
    1.39      }
    1.40  }
    1.41