1.1 --- a/MainForm.Designer.cs Wed Jul 09 11:06:46 2014 +0200
1.2 +++ b/MainForm.Designer.cs Thu Jul 10 22:03:29 2014 +0200
1.3 @@ -49,6 +49,7 @@
1.4 this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
1.5 this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
1.6 this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
1.7 + this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
1.8 this.tabControl.SuspendLayout();
1.9 this.tabPageDisplay.SuspendLayout();
1.10 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
1.11 @@ -237,7 +238,6 @@
1.12 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
1.13 this.marqueeLabelBottom.OwnTimer = false;
1.14 this.marqueeLabelBottom.PixelsPerSecond = 64;
1.15 - this.marqueeLabelBottom.Separator = " | ";
1.16 this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
1.17 this.marqueeLabelBottom.TabIndex = 3;
1.18 this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
1.19 @@ -276,6 +276,7 @@
1.20 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1.21 this.toolStripStatusLabelConnect,
1.22 this.toolStripStatusLabelSpring,
1.23 + this.toolStripStatusLabelPower,
1.24 this.toolStripStatusLabelFps});
1.25 this.statusStrip.Location = new System.Drawing.Point(0, 420);
1.26 this.statusStrip.Name = "statusStrip";
1.27 @@ -293,7 +294,7 @@
1.28 // toolStripStatusLabelSpring
1.29 //
1.30 this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
1.31 - this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(497, 17);
1.32 + this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(442, 17);
1.33 this.toolStripStatusLabelSpring.Spring = true;
1.34 //
1.35 // toolStripStatusLabelFps
1.36 @@ -302,6 +303,12 @@
1.37 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
1.38 this.toolStripStatusLabelFps.Text = "FPS";
1.39 //
1.40 + // toolStripStatusLabelPower
1.41 + //
1.42 + this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
1.43 + this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
1.44 + this.toolStripStatusLabelPower.Text = "NA";
1.45 + //
1.46 // MainForm
1.47 //
1.48 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1.49 @@ -346,6 +353,7 @@
1.50 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
1.51 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
1.52 private System.Windows.Forms.CheckBox checkBoxShowBorders;
1.53 + private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
1.54 }
1.55 }
1.56