Server/MainForm.Designer.cs
changeset 47 c9e3d1389d06
parent 46 0c0ee86760ea
child 52 b22b0127afa4
     1.1 --- a/Server/MainForm.Designer.cs	Sat Aug 30 18:45:06 2014 +0200
     1.2 +++ b/Server/MainForm.Designer.cs	Sat Aug 30 19:24:47 2014 +0200
     1.3 @@ -31,8 +31,6 @@
     1.4              this.components = new System.ComponentModel.Container();
     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.fontDialog = new System.Windows.Forms.FontDialog();
    1.10              this.timer = new System.Windows.Forms.Timer(this.components);
    1.11              this.statusStrip = new System.Windows.Forms.StatusStrip();
    1.12 @@ -45,6 +43,7 @@
    1.13              this.buttonStartClient = new System.Windows.Forms.Button();
    1.14              this.treeViewClients = new System.Windows.Forms.TreeView();
    1.15              this.tabPageDisplay = new System.Windows.Forms.TabPage();
    1.16 +            this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
    1.17              this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
    1.18              this.buttonSuspend = new System.Windows.Forms.Button();
    1.19              this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
    1.20 @@ -68,6 +67,9 @@
    1.21              this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
    1.22              this.buttonRemoveRow = new System.Windows.Forms.Button();
    1.23              this.buttonAddRow = new System.Windows.Forms.Button();
    1.24 +            this.label1 = new System.Windows.Forms.Label();
    1.25 +            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    1.26 +            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    1.27              this.panelDisplay.SuspendLayout();
    1.28              this.tableLayoutPanel.SuspendLayout();
    1.29              this.statusStrip.SuspendLayout();
    1.30 @@ -164,39 +166,6 @@
    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 = "|";
    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              // timer
    1.68              // 
    1.69              this.timer.Enabled = true;
    1.70 @@ -287,6 +256,8 @@
    1.71              // 
    1.72              // tabPageDisplay
    1.73              // 
    1.74 +            this.tabPageDisplay.Controls.Add(this.label1);
    1.75 +            this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
    1.76              this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
    1.77              this.tabPageDisplay.Controls.Add(this.buttonSuspend);
    1.78              this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
    1.79 @@ -304,6 +275,16 @@
    1.80              this.tabPageDisplay.Text = "Display";
    1.81              this.tabPageDisplay.UseVisualStyleBackColor = true;
    1.82              // 
    1.83 +            // maskedTextBoxTimerInterval
    1.84 +            // 
    1.85 +            this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
    1.86 +            this.maskedTextBoxTimerInterval.Mask = "000";
    1.87 +            this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
    1.88 +            this.maskedTextBoxTimerInterval.PromptChar = ' ';
    1.89 +            this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
    1.90 +            this.maskedTextBoxTimerInterval.TabIndex = 18;
    1.91 +            this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
    1.92 +            // 
    1.93              // comboBoxDisplayType
    1.94              // 
    1.95              this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    1.96 @@ -569,6 +550,48 @@
    1.97              this.buttonAddRow.UseVisualStyleBackColor = true;
    1.98              this.buttonAddRow.Click += new System.EventHandler(this.buttonAddRow_Click);
    1.99              // 
   1.100 +            // label1
   1.101 +            // 
   1.102 +            this.label1.AutoSize = true;
   1.103 +            this.label1.Location = new System.Drawing.Point(184, 45);
   1.104 +            this.label1.Name = "label1";
   1.105 +            this.label1.Size = new System.Drawing.Size(98, 13);
   1.106 +            this.label1.TabIndex = 19;
   1.107 +            this.label1.Text = "Timer interval (ms) :";
   1.108 +            // 
   1.109 +            // marqueeLabelTop
   1.110 +            // 
   1.111 +            this.marqueeLabelTop.AutoEllipsis = true;
   1.112 +            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   1.113 +            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   1.114 +            this.marqueeLabelTop.Location = new System.Drawing.Point(1, -9);
   1.115 +            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   1.116 +            this.marqueeLabelTop.Name = "marqueeLabelTop";
   1.117 +            this.marqueeLabelTop.OwnTimer = false;
   1.118 +            this.marqueeLabelTop.PixelsPerSecond = 64;
   1.119 +            this.marqueeLabelTop.Separator = "|";
   1.120 +            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 1);
   1.121 +            this.marqueeLabelTop.TabIndex = 2;
   1.122 +            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   1.123 +            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.124 +            this.marqueeLabelTop.UseCompatibleTextRendering = true;
   1.125 +            // 
   1.126 +            // marqueeLabelBottom
   1.127 +            // 
   1.128 +            this.marqueeLabelBottom.AutoEllipsis = true;
   1.129 +            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   1.130 +            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 2);
   1.131 +            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   1.132 +            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   1.133 +            this.marqueeLabelBottom.OwnTimer = false;
   1.134 +            this.marqueeLabelBottom.PixelsPerSecond = 64;
   1.135 +            this.marqueeLabelBottom.Separator = "|";
   1.136 +            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
   1.137 +            this.marqueeLabelBottom.TabIndex = 3;
   1.138 +            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   1.139 +            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.140 +            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   1.141 +            // 
   1.142              // MainForm
   1.143              // 
   1.144              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   1.145 @@ -641,6 +664,8 @@
   1.146          private System.Windows.Forms.Button buttonAlignCenter;
   1.147          private System.Windows.Forms.Button buttonAlignLeft;
   1.148          private System.Windows.Forms.ComboBox comboBoxDisplayType;
   1.149 +        private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
   1.150 +        private System.Windows.Forms.Label label1;
   1.151      }
   1.152  }
   1.153