Server/MainForm.Designer.cs
changeset 33 1363bda20171
parent 30 c375286d1a1c
child 34 59bfa4ebcbbb
     1.1 --- a/Server/MainForm.Designer.cs	Fri Aug 15 13:26:38 2014 +0200
     1.2 +++ b/Server/MainForm.Designer.cs	Sat Aug 16 11:15:42 2014 +0200
     1.3 @@ -39,6 +39,8 @@
     1.4              this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
     1.5              this.panelDisplay = new System.Windows.Forms.Panel();
     1.6              this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     1.7 +            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
     1.8 +            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
     1.9              this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
    1.10              this.trackBarBrightness = new System.Windows.Forms.TrackBar();
    1.11              this.buttonFill = new System.Windows.Forms.Button();
    1.12 @@ -48,6 +50,8 @@
    1.13              this.buttonCapture = new System.Windows.Forms.Button();
    1.14              this.buttonFont = new System.Windows.Forms.Button();
    1.15              this.tabPageTests = new System.Windows.Forms.TabPage();
    1.16 +            this.tabPageClients = new System.Windows.Forms.TabPage();
    1.17 +            this.treeViewClients = new System.Windows.Forms.TreeView();
    1.18              this.fontDialog = new System.Windows.Forms.FontDialog();
    1.19              this.timer = new System.Windows.Forms.Timer(this.components);
    1.20              this.statusStrip = new System.Windows.Forms.StatusStrip();
    1.21 @@ -55,17 +59,13 @@
    1.22              this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
    1.23              this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
    1.24              this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
    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.tabPageClients.SuspendLayout();
    1.35              this.statusStrip.SuspendLayout();
    1.36 -            this.tabPageClients.SuspendLayout();
    1.37              this.SuspendLayout();
    1.38              // 
    1.39              // tabControl
    1.40 @@ -254,6 +254,39 @@
    1.41              this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
    1.42              this.tableLayoutPanel.TabIndex = 5;
    1.43              // 
    1.44 +            // marqueeLabelTop
    1.45 +            // 
    1.46 +            this.marqueeLabelTop.AutoEllipsis = true;
    1.47 +            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
    1.48 +            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
    1.49 +            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
    1.50 +            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
    1.51 +            this.marqueeLabelTop.Name = "marqueeLabelTop";
    1.52 +            this.marqueeLabelTop.OwnTimer = false;
    1.53 +            this.marqueeLabelTop.PixelsPerSecond = 64;
    1.54 +            this.marqueeLabelTop.Separator = "|";
    1.55 +            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
    1.56 +            this.marqueeLabelTop.TabIndex = 2;
    1.57 +            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
    1.58 +            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    1.59 +            this.marqueeLabelTop.UseCompatibleTextRendering = true;
    1.60 +            // 
    1.61 +            // marqueeLabelBottom
    1.62 +            // 
    1.63 +            this.marqueeLabelBottom.AutoEllipsis = true;
    1.64 +            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
    1.65 +            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
    1.66 +            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
    1.67 +            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
    1.68 +            this.marqueeLabelBottom.OwnTimer = false;
    1.69 +            this.marqueeLabelBottom.PixelsPerSecond = 64;
    1.70 +            this.marqueeLabelBottom.Separator = "|";
    1.71 +            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
    1.72 +            this.marqueeLabelBottom.TabIndex = 3;
    1.73 +            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
    1.74 +            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    1.75 +            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
    1.76 +            // 
    1.77              // checkBoxShowBorders
    1.78              // 
    1.79              this.checkBoxShowBorders.AutoSize = true;
    1.80 @@ -350,6 +383,25 @@
    1.81              this.tabPageTests.Text = "Test";
    1.82              this.tabPageTests.UseVisualStyleBackColor = true;
    1.83              // 
    1.84 +            // tabPageClients
    1.85 +            // 
    1.86 +            this.tabPageClients.Controls.Add(this.treeViewClients);
    1.87 +            this.tabPageClients.Location = new System.Drawing.Point(4, 22);
    1.88 +            this.tabPageClients.Name = "tabPageClients";
    1.89 +            this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
    1.90 +            this.tabPageClients.Size = new System.Drawing.Size(592, 369);
    1.91 +            this.tabPageClients.TabIndex = 2;
    1.92 +            this.tabPageClients.Text = "Clients";
    1.93 +            this.tabPageClients.UseVisualStyleBackColor = true;
    1.94 +            // 
    1.95 +            // treeViewClients
    1.96 +            // 
    1.97 +            this.treeViewClients.Location = new System.Drawing.Point(6, 6);
    1.98 +            this.treeViewClients.Name = "treeViewClients";
    1.99 +            this.treeViewClients.Size = new System.Drawing.Size(439, 357);
   1.100 +            this.treeViewClients.TabIndex = 0;
   1.101 +            this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
   1.102 +            // 
   1.103              // timer
   1.104              // 
   1.105              this.timer.Enabled = true;
   1.106 @@ -394,58 +446,6 @@
   1.107              this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
   1.108              this.toolStripStatusLabelFps.Text = "FPS";
   1.109              // 
   1.110 -            // tabPageClients
   1.111 -            // 
   1.112 -            this.tabPageClients.Controls.Add(this.treeViewClients);
   1.113 -            this.tabPageClients.Location = new System.Drawing.Point(4, 22);
   1.114 -            this.tabPageClients.Name = "tabPageClients";
   1.115 -            this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
   1.116 -            this.tabPageClients.Size = new System.Drawing.Size(592, 369);
   1.117 -            this.tabPageClients.TabIndex = 2;
   1.118 -            this.tabPageClients.Text = "Clients";
   1.119 -            this.tabPageClients.UseVisualStyleBackColor = true;
   1.120 -            // 
   1.121 -            // treeViewClients
   1.122 -            // 
   1.123 -            this.treeViewClients.Location = new System.Drawing.Point(6, 6);
   1.124 -            this.treeViewClients.Name = "treeViewClients";
   1.125 -            this.treeViewClients.Size = new System.Drawing.Size(439, 357);
   1.126 -            this.treeViewClients.TabIndex = 0;
   1.127 -            this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
   1.128 -            // 
   1.129 -            // marqueeLabelTop
   1.130 -            // 
   1.131 -            this.marqueeLabelTop.AutoEllipsis = true;
   1.132 -            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   1.133 -            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   1.134 -            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
   1.135 -            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   1.136 -            this.marqueeLabelTop.Name = "marqueeLabelTop";
   1.137 -            this.marqueeLabelTop.OwnTimer = false;
   1.138 -            this.marqueeLabelTop.PixelsPerSecond = 64;
   1.139 -            this.marqueeLabelTop.Separator = "|";
   1.140 -            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 9);
   1.141 -            this.marqueeLabelTop.TabIndex = 2;
   1.142 -            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   1.143 -            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.144 -            this.marqueeLabelTop.UseCompatibleTextRendering = true;
   1.145 -            // 
   1.146 -            // marqueeLabelBottom
   1.147 -            // 
   1.148 -            this.marqueeLabelBottom.AutoEllipsis = true;
   1.149 -            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   1.150 -            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 21);
   1.151 -            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   1.152 -            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   1.153 -            this.marqueeLabelBottom.OwnTimer = false;
   1.154 -            this.marqueeLabelBottom.PixelsPerSecond = 64;
   1.155 -            this.marqueeLabelBottom.Separator = null;
   1.156 -            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
   1.157 -            this.marqueeLabelBottom.TabIndex = 3;
   1.158 -            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   1.159 -            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.160 -            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   1.161 -            // 
   1.162              // MainForm
   1.163              // 
   1.164              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   1.165 @@ -465,9 +465,9 @@
   1.166              this.panelDisplay.ResumeLayout(false);
   1.167              this.tableLayoutPanel.ResumeLayout(false);
   1.168              ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
   1.169 +            this.tabPageClients.ResumeLayout(false);
   1.170              this.statusStrip.ResumeLayout(false);
   1.171              this.statusStrip.PerformLayout();
   1.172 -            this.tabPageClients.ResumeLayout(false);
   1.173              this.ResumeLayout(false);
   1.174              this.PerformLayout();
   1.175