Clients/Idle/FormClientIdle.Designer.cs
author StephaneLenclud
Wed, 03 Feb 2016 13:23:17 +0100
changeset 192 d0919a87be12
child 193 317fdfa4fbb6
permissions -rw-r--r--
Fixing our mess.
StephaneLenclud@192
     1
namespace SharpDisplayIdleClient
StephaneLenclud@192
     2
{
StephaneLenclud@192
     3
    partial class FormClientIdle
StephaneLenclud@192
     4
    {
StephaneLenclud@192
     5
        /// <summary>
StephaneLenclud@192
     6
        /// Required designer variable.
StephaneLenclud@192
     7
        /// </summary>
StephaneLenclud@192
     8
        private System.ComponentModel.IContainer components = null;
StephaneLenclud@192
     9
StephaneLenclud@192
    10
        /// <summary>
StephaneLenclud@192
    11
        /// Clean up any resources being used.
StephaneLenclud@192
    12
        /// </summary>
StephaneLenclud@192
    13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
StephaneLenclud@192
    14
        protected override void Dispose(bool disposing)
StephaneLenclud@192
    15
        {
StephaneLenclud@192
    16
            if (disposing && (components != null))
StephaneLenclud@192
    17
            {
StephaneLenclud@192
    18
                components.Dispose();
StephaneLenclud@192
    19
            }
StephaneLenclud@192
    20
            base.Dispose(disposing);
StephaneLenclud@192
    21
        }
StephaneLenclud@192
    22
StephaneLenclud@192
    23
        #region Windows Form Designer generated code
StephaneLenclud@192
    24
StephaneLenclud@192
    25
        /// <summary>
StephaneLenclud@192
    26
        /// Required method for Designer support - do not modify
StephaneLenclud@192
    27
        /// the contents of this method with the code editor.
StephaneLenclud@192
    28
        /// </summary>
StephaneLenclud@192
    29
        private void InitializeComponent()
StephaneLenclud@192
    30
        {
StephaneLenclud@192
    31
            this.SuspendLayout();
StephaneLenclud@192
    32
            // 
StephaneLenclud@192
    33
            // FormIdleClient
StephaneLenclud@192
    34
            // 
StephaneLenclud@192
    35
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@192
    36
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@192
    37
            this.ClientSize = new System.Drawing.Size(531, 303);
StephaneLenclud@192
    38
            this.Name = "FormIdleClient";
StephaneLenclud@192
    39
            this.Text = "Sharp Display Idle Client";
StephaneLenclud@192
    40
            this.ResumeLayout(false);
StephaneLenclud@192
    41
StephaneLenclud@192
    42
        }
StephaneLenclud@192
    43
StephaneLenclud@192
    44
        #endregion
StephaneLenclud@192
    45
    }
StephaneLenclud@192
    46
}
StephaneLenclud@192
    47