StephaneLenclud@193:  StephaneLenclud@225: namespace SharpDisplayClientIdle StephaneLenclud@192: { StephaneLenclud@192: partial class FormClientIdle StephaneLenclud@192: { StephaneLenclud@192: /// StephaneLenclud@192: /// Required designer variable. StephaneLenclud@192: /// StephaneLenclud@192: private System.ComponentModel.IContainer components = null; StephaneLenclud@192: StephaneLenclud@192: /// StephaneLenclud@192: /// Clean up any resources being used. StephaneLenclud@192: /// StephaneLenclud@192: /// true if managed resources should be disposed; otherwise, false. StephaneLenclud@192: protected override void Dispose(bool disposing) StephaneLenclud@192: { StephaneLenclud@192: if (disposing && (components != null)) StephaneLenclud@192: { StephaneLenclud@192: components.Dispose(); StephaneLenclud@192: } StephaneLenclud@192: base.Dispose(disposing); StephaneLenclud@192: } StephaneLenclud@192: StephaneLenclud@192: #region Windows Form Designer generated code StephaneLenclud@192: StephaneLenclud@192: /// StephaneLenclud@192: /// Required method for Designer support - do not modify StephaneLenclud@192: /// the contents of this method with the code editor. StephaneLenclud@192: /// StephaneLenclud@192: private void InitializeComponent() StephaneLenclud@192: { StephaneLenclud@193: this.components = new System.ComponentModel.Container(); StephaneLenclud@193: this.iTimer = new System.Windows.Forms.Timer(this.components); StephaneLenclud@192: this.SuspendLayout(); StephaneLenclud@192: // StephaneLenclud@193: // iTimer StephaneLenclud@193: // StephaneLenclud@193: this.iTimer.Tick += new System.EventHandler(this.iTimer_Tick); StephaneLenclud@193: // StephaneLenclud@193: // FormClientIdle StephaneLenclud@192: // StephaneLenclud@192: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); StephaneLenclud@192: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; StephaneLenclud@192: this.ClientSize = new System.Drawing.Size(531, 303); StephaneLenclud@193: this.Name = "FormClientIdle"; StephaneLenclud@192: this.Text = "Sharp Display Idle Client"; StephaneLenclud@193: this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormClientIdle_FormClosing); StephaneLenclud@193: this.Load += new System.EventHandler(this.FormClientIdle_Load); StephaneLenclud@193: this.Shown += new System.EventHandler(this.FormClientIdle_Shown); StephaneLenclud@192: this.ResumeLayout(false); StephaneLenclud@192: StephaneLenclud@192: } StephaneLenclud@192: StephaneLenclud@192: #endregion StephaneLenclud@193: StephaneLenclud@193: private System.Windows.Forms.Timer iTimer; StephaneLenclud@192: } StephaneLenclud@192: } StephaneLenclud@192: