# HG changeset patch # User StephaneLenclud # Date 1454502197 -3600 # Node ID d0919a87be128c271b26e94bfd608668f08b4066 # Parent 7ada476f3fd7222ae1d32ebf080db7dfd224162e Fixing our mess. diff -r 7ada476f3fd7 -r d0919a87be12 Clients/Idle/FormClientIdle.Designer.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Clients/Idle/FormClientIdle.Designer.cs Wed Feb 03 13:23:17 2016 +0100 @@ -0,0 +1,47 @@ +namespace SharpDisplayIdleClient +{ + partial class FormClientIdle + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.SuspendLayout(); + // + // FormIdleClient + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(531, 303); + this.Name = "FormIdleClient"; + this.Text = "Sharp Display Idle Client"; + this.ResumeLayout(false); + + } + + #endregion + } +} + diff -r 7ada476f3fd7 -r d0919a87be12 Clients/Idle/FormClientIdle.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Clients/Idle/FormClientIdle.cs Wed Feb 03 13:23:17 2016 +0100 @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace SharpDisplayIdleClient +{ + public partial class FormClientIdle : Form + { + public StartParams Params { get; set; } + + public FormClientIdle() + { + InitializeComponent(); + } + } +} diff -r 7ada476f3fd7 -r d0919a87be12 Clients/Idle/FormClientIdle.resx --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Clients/Idle/FormClientIdle.resx Wed Feb 03 13:23:17 2016 +0100 @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file