Server/FxControl.Designer.cs
author StephaneLenclud
Sat, 07 Jan 2017 20:21:42 +0100
changeset 277 71ba0dd622a5
permissions -rw-r--r--
Created Audio Manager class.
Clean up CScore audio usage.
Fixing broken audio device change handler.
Fixed various audio Dispose deadlock due to Invoke usage.
Thus now using BeginInvoke instead.
StephaneLenclud@198
     1
namespace SharpDisplayManager
StephaneLenclud@198
     2
{
StephaneLenclud@198
     3
    partial class FxControl
StephaneLenclud@198
     4
    {
StephaneLenclud@198
     5
        /// <summary> 
StephaneLenclud@198
     6
        /// Required designer variable.
StephaneLenclud@198
     7
        /// </summary>
StephaneLenclud@198
     8
        private System.ComponentModel.IContainer components = null;
StephaneLenclud@198
     9
StephaneLenclud@198
    10
        /// <summary> 
StephaneLenclud@198
    11
        /// Clean up any resources being used.
StephaneLenclud@198
    12
        /// </summary>
StephaneLenclud@198
    13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
StephaneLenclud@198
    14
        protected override void Dispose(bool disposing)
StephaneLenclud@198
    15
        {
StephaneLenclud@198
    16
            if (disposing && (components != null))
StephaneLenclud@198
    17
            {
StephaneLenclud@198
    18
                components.Dispose();
StephaneLenclud@198
    19
            }
StephaneLenclud@198
    20
            base.Dispose(disposing);
StephaneLenclud@198
    21
        }
StephaneLenclud@198
    22
StephaneLenclud@198
    23
        #region Component Designer generated code
StephaneLenclud@198
    24
StephaneLenclud@198
    25
        /// <summary> 
StephaneLenclud@198
    26
        /// Required method for Designer support - do not modify 
StephaneLenclud@198
    27
        /// the contents of this method with the code editor.
StephaneLenclud@198
    28
        /// </summary>
StephaneLenclud@198
    29
        private void InitializeComponent()
StephaneLenclud@198
    30
        {
StephaneLenclud@198
    31
            this.SuspendLayout();
StephaneLenclud@198
    32
            // 
StephaneLenclud@198
    33
            // FxControl
StephaneLenclud@198
    34
            // 
StephaneLenclud@198
    35
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@198
    36
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@198
    37
            this.Name = "FxControl";
StephaneLenclud@198
    38
            this.Size = new System.Drawing.Size(126, 122);
StephaneLenclud@198
    39
            this.ResumeLayout(false);
StephaneLenclud@198
    40
StephaneLenclud@198
    41
        }
StephaneLenclud@198
    42
StephaneLenclud@198
    43
        #endregion
StephaneLenclud@198
    44
    }
StephaneLenclud@198
    45
}