diff -r 42d62953c937 -r 150c4a9d7e26 Client/MainForm.Designer.cs --- a/Client/MainForm.Designer.cs Sat Dec 27 21:50:15 2014 +0100 +++ b/Client/MainForm.Designer.cs Sat Dec 27 21:52:14 2014 +0100 @@ -38,6 +38,8 @@ this.buttonLayoutUpdate = new System.Windows.Forms.Button(); this.buttonSetBitmap = new System.Windows.Forms.Button(); this.buttonBitmapLayout = new System.Windows.Forms.Button(); + this.buttonIndicatorsLayout = new System.Windows.Forms.Button(); + this.buttonUpdateTexts = new System.Windows.Forms.Button(); this.SuspendLayout(); // // buttonSetText @@ -134,11 +136,33 @@ this.buttonBitmapLayout.UseVisualStyleBackColor = true; this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_Click); // + // buttonIndicatorsLayout + // + this.buttonIndicatorsLayout.Location = new System.Drawing.Point(94, 189); + this.buttonIndicatorsLayout.Name = "buttonIndicatorsLayout"; + this.buttonIndicatorsLayout.Size = new System.Drawing.Size(75, 35); + this.buttonIndicatorsLayout.TabIndex = 28; + this.buttonIndicatorsLayout.Text = "Indicators Layout "; + this.buttonIndicatorsLayout.UseVisualStyleBackColor = true; + this.buttonIndicatorsLayout.Click += new System.EventHandler(this.buttonIndicatorsLayout_Click); + // + // buttonUpdateTexts + // + this.buttonUpdateTexts.Location = new System.Drawing.Point(257, 189); + this.buttonUpdateTexts.Name = "buttonUpdateTexts"; + this.buttonUpdateTexts.Size = new System.Drawing.Size(75, 35); + this.buttonUpdateTexts.TabIndex = 29; + this.buttonUpdateTexts.Text = "Update Texts"; + this.buttonUpdateTexts.UseVisualStyleBackColor = true; + this.buttonUpdateTexts.Click += new System.EventHandler(this.buttonUpdateTexts_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.buttonUpdateTexts); + this.Controls.Add(this.buttonIndicatorsLayout); this.Controls.Add(this.buttonBitmapLayout); this.Controls.Add(this.buttonSetBitmap); this.Controls.Add(this.buttonLayoutUpdate); @@ -170,6 +194,8 @@ private System.Windows.Forms.Button buttonLayoutUpdate; private System.Windows.Forms.Button buttonSetBitmap; private System.Windows.Forms.Button buttonBitmapLayout; + private System.Windows.Forms.Button buttonIndicatorsLayout; + private System.Windows.Forms.Button buttonUpdateTexts; } }