Clients/Idle/FormClientIdle.Designer.cs
changeset 193 317fdfa4fbb6
parent 192 d0919a87be12
child 225 6ccaa430aa23
     1.1 --- a/Clients/Idle/FormClientIdle.Designer.cs	Wed Feb 03 13:23:17 2016 +0100
     1.2 +++ b/Clients/Idle/FormClientIdle.Designer.cs	Wed Feb 03 16:04:37 2016 +0100
     1.3 @@ -1,4 +1,5 @@
     1.4 -namespace SharpDisplayIdleClient
     1.5 +
     1.6 +namespace SharpDisplayIdleClient
     1.7  {
     1.8      partial class FormClientIdle
     1.9      {
    1.10 @@ -28,20 +29,31 @@
    1.11          /// </summary>
    1.12          private void InitializeComponent()
    1.13          {
    1.14 +            this.components = new System.ComponentModel.Container();
    1.15 +            this.iTimer = new System.Windows.Forms.Timer(this.components);
    1.16              this.SuspendLayout();
    1.17              // 
    1.18 -            // FormIdleClient
    1.19 +            // iTimer
    1.20 +            // 
    1.21 +            this.iTimer.Tick += new System.EventHandler(this.iTimer_Tick);
    1.22 +            // 
    1.23 +            // FormClientIdle
    1.24              // 
    1.25              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.26              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.27              this.ClientSize = new System.Drawing.Size(531, 303);
    1.28 -            this.Name = "FormIdleClient";
    1.29 +            this.Name = "FormClientIdle";
    1.30              this.Text = "Sharp Display Idle Client";
    1.31 +            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormClientIdle_FormClosing);
    1.32 +            this.Load += new System.EventHandler(this.FormClientIdle_Load);
    1.33 +            this.Shown += new System.EventHandler(this.FormClientIdle_Shown);
    1.34              this.ResumeLayout(false);
    1.35  
    1.36          }
    1.37  
    1.38          #endregion
    1.39 +
    1.40 +        private System.Windows.Forms.Timer iTimer;
    1.41      }
    1.42  }
    1.43