Clients/Idle/FormIdleClient.Designer.cs
changeset 189 bedae992f4ee
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Clients/Idle/FormIdleClient.Designer.cs	Tue Feb 02 19:50:33 2016 +0100
     1.3 @@ -0,0 +1,47 @@
     1.4 +namespace SharpDisplayIdleClient
     1.5 +{
     1.6 +    partial class FormIdleClient
     1.7 +    {
     1.8 +        /// <summary>
     1.9 +        /// Required designer variable.
    1.10 +        /// </summary>
    1.11 +        private System.ComponentModel.IContainer components = null;
    1.12 +
    1.13 +        /// <summary>
    1.14 +        /// Clean up any resources being used.
    1.15 +        /// </summary>
    1.16 +        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    1.17 +        protected override void Dispose(bool disposing)
    1.18 +        {
    1.19 +            if (disposing && (components != null))
    1.20 +            {
    1.21 +                components.Dispose();
    1.22 +            }
    1.23 +            base.Dispose(disposing);
    1.24 +        }
    1.25 +
    1.26 +        #region Windows Form Designer generated code
    1.27 +
    1.28 +        /// <summary>
    1.29 +        /// Required method for Designer support - do not modify
    1.30 +        /// the contents of this method with the code editor.
    1.31 +        /// </summary>
    1.32 +        private void InitializeComponent()
    1.33 +        {
    1.34 +            this.SuspendLayout();
    1.35 +            // 
    1.36 +            // FormIdleClient
    1.37 +            // 
    1.38 +            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.39 +            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.40 +            this.ClientSize = new System.Drawing.Size(531, 303);
    1.41 +            this.Name = "FormIdleClient";
    1.42 +            this.Text = "Sharp Display Idle Client";
    1.43 +            this.ResumeLayout(false);
    1.44 +
    1.45 +        }
    1.46 +
    1.47 +        #endregion
    1.48 +    }
    1.49 +}
    1.50 +