Server/MainForm.Designer.cs
changeset 25 6f10207a89a8
parent 18 7acec5059fa6
child 27 9c49c04fc620
     1.1 --- a/Server/MainForm.Designer.cs	Thu Aug 14 09:12:59 2014 +0200
     1.2 +++ b/Server/MainForm.Designer.cs	Thu Aug 14 09:30:14 2014 +0200
     1.3 @@ -35,6 +35,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 @@ -51,8 +53,7 @@
    1.13              this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
    1.14              this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
    1.15              this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
    1.16 -            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    1.17 -            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    1.18 +            this.buttonStartClient = new System.Windows.Forms.Button();
    1.19              this.tabControl.SuspendLayout();
    1.20              this.tabPageDisplay.SuspendLayout();
    1.21              this.panelDisplay.SuspendLayout();
    1.22 @@ -76,6 +77,7 @@
    1.23              // 
    1.24              // tabPageDisplay
    1.25              // 
    1.26 +            this.tabPageDisplay.Controls.Add(this.buttonStartClient);
    1.27              this.tabPageDisplay.Controls.Add(this.checkBoxReverseScreen);
    1.28              this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
    1.29              this.tabPageDisplay.Controls.Add(this.panelDisplay);
    1.30 @@ -202,6 +204,39 @@
    1.31              this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
    1.32              this.tableLayoutPanel.TabIndex = 5;
    1.33              // 
    1.34 +            // marqueeLabelTop
    1.35 +            // 
    1.36 +            this.marqueeLabelTop.AutoEllipsis = true;
    1.37 +            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
    1.38 +            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
    1.39 +            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
    1.40 +            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
    1.41 +            this.marqueeLabelTop.Name = "marqueeLabelTop";
    1.42 +            this.marqueeLabelTop.OwnTimer = false;
    1.43 +            this.marqueeLabelTop.PixelsPerSecond = 64;
    1.44 +            this.marqueeLabelTop.Separator = "|";
    1.45 +            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
    1.46 +            this.marqueeLabelTop.TabIndex = 2;
    1.47 +            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
    1.48 +            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    1.49 +            this.marqueeLabelTop.UseCompatibleTextRendering = true;
    1.50 +            // 
    1.51 +            // marqueeLabelBottom
    1.52 +            // 
    1.53 +            this.marqueeLabelBottom.AutoEllipsis = true;
    1.54 +            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
    1.55 +            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
    1.56 +            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
    1.57 +            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
    1.58 +            this.marqueeLabelBottom.OwnTimer = false;
    1.59 +            this.marqueeLabelBottom.PixelsPerSecond = 64;
    1.60 +            this.marqueeLabelBottom.Separator = null;
    1.61 +            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
    1.62 +            this.marqueeLabelBottom.TabIndex = 3;
    1.63 +            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
    1.64 +            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    1.65 +            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
    1.66 +            // 
    1.67              // checkBoxShowBorders
    1.68              // 
    1.69              this.checkBoxShowBorders.AutoSize = true;
    1.70 @@ -342,38 +377,15 @@
    1.71              this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
    1.72              this.toolStripStatusLabelFps.Text = "FPS";
    1.73              // 
    1.74 -            // marqueeLabelTop
    1.75 +            // buttonStartClient
    1.76              // 
    1.77 -            this.marqueeLabelTop.AutoEllipsis = true;
    1.78 -            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
    1.79 -            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
    1.80 -            this.marqueeLabelTop.Location = new System.Drawing.Point(1, -124);
    1.81 -            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
    1.82 -            this.marqueeLabelTop.Name = "marqueeLabelTop";
    1.83 -            this.marqueeLabelTop.OwnTimer = false;
    1.84 -            this.marqueeLabelTop.PixelsPerSecond = 64;
    1.85 -            this.marqueeLabelTop.Separator = "|";
    1.86 -            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 20);
    1.87 -            this.marqueeLabelTop.TabIndex = 2;
    1.88 -            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
    1.89 -            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    1.90 -            this.marqueeLabelTop.UseCompatibleTextRendering = true;
    1.91 -            // 
    1.92 -            // marqueeLabelBottom
    1.93 -            // 
    1.94 -            this.marqueeLabelBottom.AutoEllipsis = true;
    1.95 -            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
    1.96 -            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, -40);
    1.97 -            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
    1.98 -            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
    1.99 -            this.marqueeLabelBottom.OwnTimer = false;
   1.100 -            this.marqueeLabelBottom.PixelsPerSecond = 64;
   1.101 -            this.marqueeLabelBottom.Separator = null;
   1.102 -            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
   1.103 -            this.marqueeLabelBottom.TabIndex = 3;
   1.104 -            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   1.105 -            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.106 -            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   1.107 +            this.buttonStartClient.Location = new System.Drawing.Point(6, 282);
   1.108 +            this.buttonStartClient.Name = "buttonStartClient";
   1.109 +            this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
   1.110 +            this.buttonStartClient.TabIndex = 15;
   1.111 +            this.buttonStartClient.Text = "Start Client";
   1.112 +            this.buttonStartClient.UseVisualStyleBackColor = true;
   1.113 +            this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
   1.114              // 
   1.115              // MainForm
   1.116              // 
   1.117 @@ -427,6 +439,7 @@
   1.118          public MarqueeLabel marqueeLabelBottom;
   1.119          private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
   1.120          private System.Windows.Forms.CheckBox checkBoxReverseScreen;
   1.121 +        private System.Windows.Forms.Button buttonStartClient;
   1.122      }
   1.123  }
   1.124