Server/FormMain.Designer.cs
changeset 270 5dcd226539d4
parent 268 31d4905ad28a
child 271 24aec939b286
     1.1 --- a/Server/FormMain.Designer.cs	Wed Sep 28 22:31:27 2016 +0200
     1.2 +++ b/Server/FormMain.Designer.cs	Wed Oct 05 15:02:09 2016 +0200
     1.3 @@ -44,7 +44,7 @@
     1.4              this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
     1.5              this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
     1.6              this.fontDialog = new System.Windows.Forms.FontDialog();
     1.7 -            this.timer = new System.Windows.Forms.Timer(this.components);
     1.8 +            this.iTimerDisplay = new System.Windows.Forms.Timer(this.components);
     1.9              this.statusStrip = new System.Windows.Forms.StatusStrip();
    1.10              this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
    1.11              this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
    1.12 @@ -227,10 +227,10 @@
    1.13              this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    1.14              this.marqueeLabelBottom.UseCompatibleTextRendering = true;
    1.15              // 
    1.16 -            // timer
    1.17 +            // iTimerDisplay
    1.18              // 
    1.19 -            this.timer.Interval = 50;
    1.20 -            this.timer.Tick += new System.EventHandler(this.timer_Tick);
    1.21 +            this.iTimerDisplay.Interval = 50;
    1.22 +            this.iTimerDisplay.Tick += new System.EventHandler(this.timer_Tick);
    1.23              // 
    1.24              // statusStrip
    1.25              // 
    1.26 @@ -1352,7 +1352,7 @@
    1.27          #endregion
    1.28  
    1.29          private System.Windows.Forms.FontDialog fontDialog;
    1.30 -        private System.Windows.Forms.Timer timer;
    1.31 +        private System.Windows.Forms.Timer iTimerDisplay;
    1.32          private System.Windows.Forms.StatusStrip statusStrip;
    1.33          private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
    1.34          private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;