Server/FxControl.Designer.cs
author StephaneLenclud
Mon, 06 Mar 2017 15:11:27 +0100
changeset 282 29b4bdeda281
permissions -rw-r--r--
Published v1.4.7.0
Adding back runtime dependencies.
     1 namespace SharpDisplayManager
     2 {
     3     partial class FxControl
     4     {
     5         /// <summary> 
     6         /// Required designer variable.
     7         /// </summary>
     8         private System.ComponentModel.IContainer components = null;
     9 
    10         /// <summary> 
    11         /// Clean up any resources being used.
    12         /// </summary>
    13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    14         protected override void Dispose(bool disposing)
    15         {
    16             if (disposing && (components != null))
    17             {
    18                 components.Dispose();
    19             }
    20             base.Dispose(disposing);
    21         }
    22 
    23         #region Component Designer generated code
    24 
    25         /// <summary> 
    26         /// Required method for Designer support - do not modify 
    27         /// the contents of this method with the code editor.
    28         /// </summary>
    29         private void InitializeComponent()
    30         {
    31             this.SuspendLayout();
    32             // 
    33             // FxControl
    34             // 
    35             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    36             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    37             this.Name = "FxControl";
    38             this.Size = new System.Drawing.Size(126, 122);
    39             this.ResumeLayout(false);
    40 
    41         }
    42 
    43         #endregion
    44     }
    45 }