Clients/Idle/FormClientIdle.Designer.cs
author StephaneLenclud
Sun, 21 Aug 2016 16:30:58 +0200
changeset 248 0220cb84df58
parent 193 317fdfa4fbb6
permissions -rw-r--r--
Fixing EAR event edition.
EAR HID event now displays 'Press a key' if not valid.
     1 
     2 namespace SharpDisplayClientIdle
     3 {
     4     partial class FormClientIdle
     5     {
     6         /// <summary>
     7         /// Required designer variable.
     8         /// </summary>
     9         private System.ComponentModel.IContainer components = null;
    10 
    11         /// <summary>
    12         /// Clean up any resources being used.
    13         /// </summary>
    14         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    15         protected override void Dispose(bool disposing)
    16         {
    17             if (disposing && (components != null))
    18             {
    19                 components.Dispose();
    20             }
    21             base.Dispose(disposing);
    22         }
    23 
    24         #region Windows Form Designer generated code
    25 
    26         /// <summary>
    27         /// Required method for Designer support - do not modify
    28         /// the contents of this method with the code editor.
    29         /// </summary>
    30         private void InitializeComponent()
    31         {
    32             this.components = new System.ComponentModel.Container();
    33             this.iTimer = new System.Windows.Forms.Timer(this.components);
    34             this.SuspendLayout();
    35             // 
    36             // iTimer
    37             // 
    38             this.iTimer.Tick += new System.EventHandler(this.iTimer_Tick);
    39             // 
    40             // FormClientIdle
    41             // 
    42             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    43             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    44             this.ClientSize = new System.Drawing.Size(531, 303);
    45             this.Name = "FormClientIdle";
    46             this.Text = "Sharp Display Idle Client";
    47             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormClientIdle_FormClosing);
    48             this.Load += new System.EventHandler(this.FormClientIdle_Load);
    49             this.Shown += new System.EventHandler(this.FormClientIdle_Shown);
    50             this.ResumeLayout(false);
    51 
    52         }
    53 
    54         #endregion
    55 
    56         private System.Windows.Forms.Timer iTimer;
    57     }
    58 }
    59