1.1 --- a/Client/MainForm.Designer.cs Tue Dec 16 13:24:12 2014 +0100
1.2 +++ b/Client/MainForm.Designer.cs Tue Dec 16 16:35:55 2014 +0100
1.3 @@ -38,6 +38,7 @@
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.SuspendLayout();
1.9 //
1.10 // buttonSetText
1.11 @@ -134,11 +135,22 @@
1.12 this.buttonBitmapLayout.UseVisualStyleBackColor = true;
1.13 this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_Click);
1.14 //
1.15 + // buttonIndicatorsLayout
1.16 + //
1.17 + this.buttonIndicatorsLayout.Location = new System.Drawing.Point(94, 189);
1.18 + this.buttonIndicatorsLayout.Name = "buttonIndicatorsLayout";
1.19 + this.buttonIndicatorsLayout.Size = new System.Drawing.Size(75, 35);
1.20 + this.buttonIndicatorsLayout.TabIndex = 28;
1.21 + this.buttonIndicatorsLayout.Text = "Indicators Layout ";
1.22 + this.buttonIndicatorsLayout.UseVisualStyleBackColor = true;
1.23 + this.buttonIndicatorsLayout.Click += new System.EventHandler(this.buttonIndicatorsLayout_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.buttonIndicatorsLayout);
1.31 this.Controls.Add(this.buttonBitmapLayout);
1.32 this.Controls.Add(this.buttonSetBitmap);
1.33 this.Controls.Add(this.buttonLayoutUpdate);
1.34 @@ -170,6 +182,7 @@
1.35 private System.Windows.Forms.Button buttonLayoutUpdate;
1.36 private System.Windows.Forms.Button buttonSetBitmap;
1.37 private System.Windows.Forms.Button buttonBitmapLayout;
1.38 + private System.Windows.Forms.Button buttonIndicatorsLayout;
1.39 }
1.40 }
1.41