1.1 --- a/Server/MainForm.Designer.cs Sun Aug 31 21:34:58 2014 +0200
1.2 +++ b/Server/MainForm.Designer.cs Mon Sep 01 19:23:36 2014 +0200
1.3 @@ -43,6 +43,8 @@
1.4 this.buttonStartClient = new System.Windows.Forms.Button();
1.5 this.treeViewClients = new System.Windows.Forms.TreeView();
1.6 this.tabPageDisplay = new System.Windows.Forms.TabPage();
1.7 + this.buttonShowClock = new System.Windows.Forms.Button();
1.8 + this.buttonHideClock = new System.Windows.Forms.Button();
1.9 this.buttonPowerOff = new System.Windows.Forms.Button();
1.10 this.buttonPowerOn = new System.Windows.Forms.Button();
1.11 this.label1 = new System.Windows.Forms.Label();
1.12 @@ -72,8 +74,8 @@
1.13 this.buttonAddRow = new System.Windows.Forms.Button();
1.14 this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
1.15 this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
1.16 - this.buttonHideClock = new System.Windows.Forms.Button();
1.17 - this.buttonShowClock = new System.Windows.Forms.Button();
1.18 + this.labelFontWidth = new System.Windows.Forms.Label();
1.19 + this.labelFontHeight = new System.Windows.Forms.Label();
1.20 this.panelDisplay.SuspendLayout();
1.21 this.tableLayoutPanel.SuspendLayout();
1.22 this.statusStrip.SuspendLayout();
1.23 @@ -317,6 +319,26 @@
1.24 this.tabPageDisplay.Text = "Display";
1.25 this.tabPageDisplay.UseVisualStyleBackColor = true;
1.26 //
1.27 + // buttonShowClock
1.28 + //
1.29 + this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
1.30 + this.buttonShowClock.Name = "buttonShowClock";
1.31 + this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
1.32 + this.buttonShowClock.TabIndex = 23;
1.33 + this.buttonShowClock.Text = "Show Clock";
1.34 + this.buttonShowClock.UseVisualStyleBackColor = true;
1.35 + this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
1.36 + //
1.37 + // buttonHideClock
1.38 + //
1.39 + this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
1.40 + this.buttonHideClock.Name = "buttonHideClock";
1.41 + this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
1.42 + this.buttonHideClock.TabIndex = 22;
1.43 + this.buttonHideClock.Text = "Hide Clock";
1.44 + this.buttonHideClock.UseVisualStyleBackColor = true;
1.45 + this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
1.46 + //
1.47 // buttonPowerOff
1.48 //
1.49 this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
1.50 @@ -626,13 +648,13 @@
1.51 this.marqueeLabelTop.AutoEllipsis = true;
1.52 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
1.53 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
1.54 - this.marqueeLabelTop.Location = new System.Drawing.Point(1, -187);
1.55 + this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
1.56 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
1.57 this.marqueeLabelTop.Name = "marqueeLabelTop";
1.58 this.marqueeLabelTop.OwnTimer = false;
1.59 this.marqueeLabelTop.PixelsPerSecond = 64;
1.60 this.marqueeLabelTop.Separator = "|";
1.61 - this.marqueeLabelTop.Size = new System.Drawing.Size(254, 20);
1.62 + this.marqueeLabelTop.Size = new System.Drawing.Size(254, 9);
1.63 this.marqueeLabelTop.TabIndex = 2;
1.64 this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
1.65 this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.66 @@ -642,7 +664,7 @@
1.67 //
1.68 this.marqueeLabelBottom.AutoEllipsis = true;
1.69 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
1.70 - this.marqueeLabelBottom.Location = new System.Drawing.Point(1, -61);
1.71 + this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 21);
1.72 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
1.73 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
1.74 this.marqueeLabelBottom.OwnTimer = false;
1.75 @@ -654,31 +676,31 @@
1.76 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.77 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
1.78 //
1.79 - // buttonHideClock
1.80 + // labelFontWidth
1.81 //
1.82 - this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
1.83 - this.buttonHideClock.Name = "buttonHideClock";
1.84 - this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
1.85 - this.buttonHideClock.TabIndex = 22;
1.86 - this.buttonHideClock.Text = "Hide Clock";
1.87 - this.buttonHideClock.UseVisualStyleBackColor = true;
1.88 - this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
1.89 + this.labelFontWidth.AutoSize = true;
1.90 + this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
1.91 + this.labelFontWidth.Name = "labelFontWidth";
1.92 + this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
1.93 + this.labelFontWidth.TabIndex = 19;
1.94 + this.labelFontWidth.Text = "Font width";
1.95 //
1.96 - // buttonShowClock
1.97 + // labelFontHeight
1.98 //
1.99 - this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
1.100 - this.buttonShowClock.Name = "buttonShowClock";
1.101 - this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
1.102 - this.buttonShowClock.TabIndex = 23;
1.103 - this.buttonShowClock.Text = "Show Clock";
1.104 - this.buttonShowClock.UseVisualStyleBackColor = true;
1.105 - this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
1.106 + this.labelFontHeight.AutoSize = true;
1.107 + this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
1.108 + this.labelFontHeight.Name = "labelFontHeight";
1.109 + this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
1.110 + this.labelFontHeight.TabIndex = 20;
1.111 + this.labelFontHeight.Text = "Font height";
1.112 //
1.113 // MainForm
1.114 //
1.115 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1.116 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1.117 this.ClientSize = new System.Drawing.Size(624, 442);
1.118 + this.Controls.Add(this.labelFontHeight);
1.119 + this.Controls.Add(this.labelFontWidth);
1.120 this.Controls.Add(this.labelWarning);
1.121 this.Controls.Add(this.statusStrip);
1.122 this.Controls.Add(this.tabControl);
1.123 @@ -752,6 +774,8 @@
1.124 private System.Windows.Forms.Button buttonPowerOn;
1.125 private System.Windows.Forms.Button buttonShowClock;
1.126 private System.Windows.Forms.Button buttonHideClock;
1.127 + private System.Windows.Forms.Label labelFontWidth;
1.128 + private System.Windows.Forms.Label labelFontHeight;
1.129 }
1.130 }
1.131