1.1 --- a/Client/MainForm.Designer.cs Sat Dec 27 21:50:15 2014 +0100
1.2 +++ b/Client/MainForm.Designer.cs Sat Dec 27 21:52:14 2014 +0100
1.3 @@ -38,6 +38,8 @@
1.4 this.buttonLayoutUpdate = new System.Windows.Forms.Button();
1.5 this.buttonSetBitmap = new System.Windows.Forms.Button();
1.6 this.buttonBitmapLayout = new System.Windows.Forms.Button();
1.7 + this.buttonIndicatorsLayout = new System.Windows.Forms.Button();
1.8 + this.buttonUpdateTexts = new System.Windows.Forms.Button();
1.9 this.SuspendLayout();
1.10 //
1.11 // buttonSetText
1.12 @@ -134,11 +136,33 @@
1.13 this.buttonBitmapLayout.UseVisualStyleBackColor = true;
1.14 this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_Click);
1.15 //
1.16 + // buttonIndicatorsLayout
1.17 + //
1.18 + this.buttonIndicatorsLayout.Location = new System.Drawing.Point(94, 189);
1.19 + this.buttonIndicatorsLayout.Name = "buttonIndicatorsLayout";
1.20 + this.buttonIndicatorsLayout.Size = new System.Drawing.Size(75, 35);
1.21 + this.buttonIndicatorsLayout.TabIndex = 28;
1.22 + this.buttonIndicatorsLayout.Text = "Indicators Layout ";
1.23 + this.buttonIndicatorsLayout.UseVisualStyleBackColor = true;
1.24 + this.buttonIndicatorsLayout.Click += new System.EventHandler(this.buttonIndicatorsLayout_Click);
1.25 + //
1.26 + // buttonUpdateTexts
1.27 + //
1.28 + this.buttonUpdateTexts.Location = new System.Drawing.Point(257, 189);
1.29 + this.buttonUpdateTexts.Name = "buttonUpdateTexts";
1.30 + this.buttonUpdateTexts.Size = new System.Drawing.Size(75, 35);
1.31 + this.buttonUpdateTexts.TabIndex = 29;
1.32 + this.buttonUpdateTexts.Text = "Update Texts";
1.33 + this.buttonUpdateTexts.UseVisualStyleBackColor = true;
1.34 + this.buttonUpdateTexts.Click += new System.EventHandler(this.buttonUpdateTexts_Click);
1.35 + //
1.36 // MainForm
1.37 //
1.38 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1.39 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1.40 this.ClientSize = new System.Drawing.Size(443, 252);
1.41 + this.Controls.Add(this.buttonUpdateTexts);
1.42 + this.Controls.Add(this.buttonIndicatorsLayout);
1.43 this.Controls.Add(this.buttonBitmapLayout);
1.44 this.Controls.Add(this.buttonSetBitmap);
1.45 this.Controls.Add(this.buttonLayoutUpdate);
1.46 @@ -170,6 +194,8 @@
1.47 private System.Windows.Forms.Button buttonLayoutUpdate;
1.48 private System.Windows.Forms.Button buttonSetBitmap;
1.49 private System.Windows.Forms.Button buttonBitmapLayout;
1.50 + private System.Windows.Forms.Button buttonIndicatorsLayout;
1.51 + private System.Windows.Forms.Button buttonUpdateTexts;
1.52 }
1.53 }
1.54