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