1.1 --- a/Server/MainForm.Designer.cs Thu Aug 14 18:37:23 2014 +0200
1.2 +++ b/Server/MainForm.Designer.cs Fri Aug 15 10:20:01 2014 +0200
1.3 @@ -31,6 +31,7 @@
1.4 this.components = new System.ComponentModel.Container();
1.5 this.tabControl = new System.Windows.Forms.TabControl();
1.6 this.tabPageDisplay = new System.Windows.Forms.TabPage();
1.7 + this.buttonCloseClients = new System.Windows.Forms.Button();
1.8 this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
1.9 this.buttonSuspend = new System.Windows.Forms.Button();
1.10 this.buttonStartClient = new System.Windows.Forms.Button();
1.11 @@ -38,8 +39,6 @@
1.12 this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
1.13 this.panelDisplay = new System.Windows.Forms.Panel();
1.14 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
1.15 - this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
1.16 - this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
1.17 this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
1.18 this.trackBarBrightness = new System.Windows.Forms.TrackBar();
1.19 this.buttonFill = new System.Windows.Forms.Button();
1.20 @@ -56,13 +55,17 @@
1.21 this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
1.22 this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
1.23 this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
1.24 - this.buttonCloseClients = new System.Windows.Forms.Button();
1.25 + this.tabPageClients = new System.Windows.Forms.TabPage();
1.26 + this.treeViewClients = new System.Windows.Forms.TreeView();
1.27 + this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
1.28 + this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
1.29 this.tabControl.SuspendLayout();
1.30 this.tabPageDisplay.SuspendLayout();
1.31 this.panelDisplay.SuspendLayout();
1.32 this.tableLayoutPanel.SuspendLayout();
1.33 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
1.34 this.statusStrip.SuspendLayout();
1.35 + this.tabPageClients.SuspendLayout();
1.36 this.SuspendLayout();
1.37 //
1.38 // tabControl
1.39 @@ -72,6 +75,7 @@
1.40 | System.Windows.Forms.AnchorStyles.Right)));
1.41 this.tabControl.Controls.Add(this.tabPageDisplay);
1.42 this.tabControl.Controls.Add(this.tabPageTests);
1.43 + this.tabControl.Controls.Add(this.tabPageClients);
1.44 this.tabControl.Location = new System.Drawing.Point(12, 12);
1.45 this.tabControl.Name = "tabControl";
1.46 this.tabControl.SelectedIndex = 0;
1.47 @@ -103,6 +107,16 @@
1.48 this.tabPageDisplay.Text = "Display";
1.49 this.tabPageDisplay.UseVisualStyleBackColor = true;
1.50 //
1.51 + // buttonCloseClients
1.52 + //
1.53 + this.buttonCloseClients.Location = new System.Drawing.Point(7, 224);
1.54 + this.buttonCloseClients.Name = "buttonCloseClients";
1.55 + this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
1.56 + this.buttonCloseClients.TabIndex = 18;
1.57 + this.buttonCloseClients.Text = "Close Clients";
1.58 + this.buttonCloseClients.UseVisualStyleBackColor = true;
1.59 + this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
1.60 + //
1.61 // checkBoxFixedPitchFontOnly
1.62 //
1.63 this.checkBoxFixedPitchFontOnly.AutoSize = true;
1.64 @@ -240,39 +254,6 @@
1.65 this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
1.66 this.tableLayoutPanel.TabIndex = 5;
1.67 //
1.68 - // marqueeLabelTop
1.69 - //
1.70 - this.marqueeLabelTop.AutoEllipsis = true;
1.71 - this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
1.72 - this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
1.73 - this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
1.74 - this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
1.75 - this.marqueeLabelTop.Name = "marqueeLabelTop";
1.76 - this.marqueeLabelTop.OwnTimer = false;
1.77 - this.marqueeLabelTop.PixelsPerSecond = 64;
1.78 - this.marqueeLabelTop.Separator = "|";
1.79 - this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
1.80 - this.marqueeLabelTop.TabIndex = 2;
1.81 - this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
1.82 - this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.83 - this.marqueeLabelTop.UseCompatibleTextRendering = true;
1.84 - //
1.85 - // marqueeLabelBottom
1.86 - //
1.87 - this.marqueeLabelBottom.AutoEllipsis = true;
1.88 - this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
1.89 - this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
1.90 - this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
1.91 - this.marqueeLabelBottom.Name = "marqueeLabelBottom";
1.92 - this.marqueeLabelBottom.OwnTimer = false;
1.93 - this.marqueeLabelBottom.PixelsPerSecond = 64;
1.94 - this.marqueeLabelBottom.Separator = null;
1.95 - this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
1.96 - this.marqueeLabelBottom.TabIndex = 3;
1.97 - this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
1.98 - this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.99 - this.marqueeLabelBottom.UseCompatibleTextRendering = true;
1.100 - //
1.101 // checkBoxShowBorders
1.102 //
1.103 this.checkBoxShowBorders.AutoSize = true;
1.104 @@ -413,15 +394,57 @@
1.105 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
1.106 this.toolStripStatusLabelFps.Text = "FPS";
1.107 //
1.108 - // buttonCloseClients
1.109 + // tabPageClients
1.110 //
1.111 - this.buttonCloseClients.Location = new System.Drawing.Point(7, 224);
1.112 - this.buttonCloseClients.Name = "buttonCloseClients";
1.113 - this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
1.114 - this.buttonCloseClients.TabIndex = 18;
1.115 - this.buttonCloseClients.Text = "Close Clients";
1.116 - this.buttonCloseClients.UseVisualStyleBackColor = true;
1.117 - this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
1.118 + this.tabPageClients.Controls.Add(this.treeViewClients);
1.119 + this.tabPageClients.Location = new System.Drawing.Point(4, 22);
1.120 + this.tabPageClients.Name = "tabPageClients";
1.121 + this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
1.122 + this.tabPageClients.Size = new System.Drawing.Size(592, 369);
1.123 + this.tabPageClients.TabIndex = 2;
1.124 + this.tabPageClients.Text = "Clients";
1.125 + this.tabPageClients.UseVisualStyleBackColor = true;
1.126 + //
1.127 + // treeViewClients
1.128 + //
1.129 + this.treeViewClients.Location = new System.Drawing.Point(6, 6);
1.130 + this.treeViewClients.Name = "treeViewClients";
1.131 + this.treeViewClients.Size = new System.Drawing.Size(439, 357);
1.132 + this.treeViewClients.TabIndex = 0;
1.133 + this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
1.134 + //
1.135 + // marqueeLabelTop
1.136 + //
1.137 + this.marqueeLabelTop.AutoEllipsis = true;
1.138 + this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
1.139 + this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
1.140 + this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
1.141 + this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
1.142 + this.marqueeLabelTop.Name = "marqueeLabelTop";
1.143 + this.marqueeLabelTop.OwnTimer = false;
1.144 + this.marqueeLabelTop.PixelsPerSecond = 64;
1.145 + this.marqueeLabelTop.Separator = "|";
1.146 + this.marqueeLabelTop.Size = new System.Drawing.Size(254, 9);
1.147 + this.marqueeLabelTop.TabIndex = 2;
1.148 + this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
1.149 + this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.150 + this.marqueeLabelTop.UseCompatibleTextRendering = true;
1.151 + //
1.152 + // marqueeLabelBottom
1.153 + //
1.154 + this.marqueeLabelBottom.AutoEllipsis = true;
1.155 + this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
1.156 + this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 21);
1.157 + this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
1.158 + this.marqueeLabelBottom.Name = "marqueeLabelBottom";
1.159 + this.marqueeLabelBottom.OwnTimer = false;
1.160 + this.marqueeLabelBottom.PixelsPerSecond = 64;
1.161 + this.marqueeLabelBottom.Separator = null;
1.162 + this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
1.163 + this.marqueeLabelBottom.TabIndex = 3;
1.164 + this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
1.165 + this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.166 + this.marqueeLabelBottom.UseCompatibleTextRendering = true;
1.167 //
1.168 // MainForm
1.169 //
1.170 @@ -444,6 +467,7 @@
1.171 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
1.172 this.statusStrip.ResumeLayout(false);
1.173 this.statusStrip.PerformLayout();
1.174 + this.tabPageClients.ResumeLayout(false);
1.175 this.ResumeLayout(false);
1.176 this.PerformLayout();
1.177
1.178 @@ -471,14 +495,16 @@
1.179 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
1.180 private System.Windows.Forms.Panel panelDisplay;
1.181 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
1.182 - public MarqueeLabel marqueeLabelTop;
1.183 - public MarqueeLabel marqueeLabelBottom;
1.184 + private MarqueeLabel marqueeLabelTop;
1.185 + private MarqueeLabel marqueeLabelBottom;
1.186 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
1.187 private System.Windows.Forms.CheckBox checkBoxReverseScreen;
1.188 private System.Windows.Forms.Button buttonStartClient;
1.189 private System.Windows.Forms.Button buttonSuspend;
1.190 private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
1.191 private System.Windows.Forms.Button buttonCloseClients;
1.192 + private System.Windows.Forms.TabPage tabPageClients;
1.193 + private System.Windows.Forms.TreeView treeViewClients;
1.194 }
1.195 }
1.196