Server/FormSelectHarmonyCommand.Designer.cs
author StephaneLenclud
Wed, 04 Jan 2017 18:43:28 +0100
changeset 274 920fea7a6427
permissions -rw-r--r--
Proper basic support for Audio Visualizer.
StephaneLenclud@250
     1
namespace SharpDisplayManager
StephaneLenclud@250
     2
{
StephaneLenclud@250
     3
    partial class FormSelectHarmonyCommand
StephaneLenclud@250
     4
    {
StephaneLenclud@250
     5
        /// <summary>
StephaneLenclud@250
     6
        /// Required designer variable.
StephaneLenclud@250
     7
        /// </summary>
StephaneLenclud@250
     8
        private System.ComponentModel.IContainer components = null;
StephaneLenclud@250
     9
StephaneLenclud@250
    10
        /// <summary>
StephaneLenclud@250
    11
        /// Clean up any resources being used.
StephaneLenclud@250
    12
        /// </summary>
StephaneLenclud@250
    13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
StephaneLenclud@250
    14
        protected override void Dispose(bool disposing)
StephaneLenclud@250
    15
        {
StephaneLenclud@250
    16
            if (disposing && (components != null))
StephaneLenclud@250
    17
            {
StephaneLenclud@250
    18
                components.Dispose();
StephaneLenclud@250
    19
            }
StephaneLenclud@250
    20
            base.Dispose(disposing);
StephaneLenclud@250
    21
        }
StephaneLenclud@250
    22
StephaneLenclud@250
    23
        #region Windows Form Designer generated code
StephaneLenclud@250
    24
StephaneLenclud@250
    25
        /// <summary>
StephaneLenclud@250
    26
        /// Required method for Designer support - do not modify
StephaneLenclud@250
    27
        /// the contents of this method with the code editor.
StephaneLenclud@250
    28
        /// </summary>
StephaneLenclud@250
    29
        private void InitializeComponent()
StephaneLenclud@250
    30
        {
StephaneLenclud@250
    31
            this.iTreeViewHarmony = new System.Windows.Forms.TreeView();
StephaneLenclud@250
    32
            this.buttonCancel = new System.Windows.Forms.Button();
StephaneLenclud@250
    33
            this.iButtonOk = new System.Windows.Forms.Button();
StephaneLenclud@250
    34
            this.SuspendLayout();
StephaneLenclud@250
    35
            // 
StephaneLenclud@250
    36
            // iTreeViewHarmony
StephaneLenclud@250
    37
            // 
StephaneLenclud@250
    38
            this.iTreeViewHarmony.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
StephaneLenclud@250
    39
            | System.Windows.Forms.AnchorStyles.Left) 
StephaneLenclud@250
    40
            | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@250
    41
            this.iTreeViewHarmony.Location = new System.Drawing.Point(12, 12);
StephaneLenclud@250
    42
            this.iTreeViewHarmony.Name = "iTreeViewHarmony";
StephaneLenclud@250
    43
            this.iTreeViewHarmony.Size = new System.Drawing.Size(302, 317);
StephaneLenclud@250
    44
            this.iTreeViewHarmony.TabIndex = 0;
StephaneLenclud@250
    45
            this.iTreeViewHarmony.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.iTreeViewHarmony_AfterSelect);
StephaneLenclud@250
    46
            this.iTreeViewHarmony.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.iTreeViewHarmony_NodeMouseDoubleClick);
StephaneLenclud@250
    47
            // 
StephaneLenclud@250
    48
            // buttonCancel
StephaneLenclud@250
    49
            // 
StephaneLenclud@250
    50
            this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@250
    51
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
StephaneLenclud@250
    52
            this.buttonCancel.Location = new System.Drawing.Point(93, 335);
StephaneLenclud@250
    53
            this.buttonCancel.Name = "buttonCancel";
StephaneLenclud@250
    54
            this.buttonCancel.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@250
    55
            this.buttonCancel.TabIndex = 24;
StephaneLenclud@250
    56
            this.buttonCancel.Text = "Cancel";
StephaneLenclud@250
    57
            this.buttonCancel.UseVisualStyleBackColor = true;
StephaneLenclud@250
    58
            // 
StephaneLenclud@250
    59
            // iButtonOk
StephaneLenclud@250
    60
            // 
StephaneLenclud@250
    61
            this.iButtonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@250
    62
            this.iButtonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
StephaneLenclud@250
    63
            this.iButtonOk.Enabled = false;
StephaneLenclud@250
    64
            this.iButtonOk.Location = new System.Drawing.Point(12, 335);
StephaneLenclud@250
    65
            this.iButtonOk.Name = "iButtonOk";
StephaneLenclud@250
    66
            this.iButtonOk.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@250
    67
            this.iButtonOk.TabIndex = 23;
StephaneLenclud@250
    68
            this.iButtonOk.Text = "Ok";
StephaneLenclud@250
    69
            this.iButtonOk.UseVisualStyleBackColor = true;
StephaneLenclud@250
    70
            // 
StephaneLenclud@250
    71
            // FormSelectHarmonyCommand
StephaneLenclud@250
    72
            // 
StephaneLenclud@250
    73
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@250
    74
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@250
    75
            this.ClientSize = new System.Drawing.Size(326, 370);
StephaneLenclud@250
    76
            this.Controls.Add(this.buttonCancel);
StephaneLenclud@250
    77
            this.Controls.Add(this.iButtonOk);
StephaneLenclud@250
    78
            this.Controls.Add(this.iTreeViewHarmony);
StephaneLenclud@250
    79
            this.MaximizeBox = false;
StephaneLenclud@250
    80
            this.MinimizeBox = false;
StephaneLenclud@250
    81
            this.Name = "FormSelectHarmonyCommand";
StephaneLenclud@250
    82
            this.Text = "Select command";
StephaneLenclud@250
    83
            this.Load += new System.EventHandler(this.FormSelectHarmonyCommand_Load);
StephaneLenclud@250
    84
            this.ResumeLayout(false);
StephaneLenclud@250
    85
StephaneLenclud@250
    86
        }
StephaneLenclud@250
    87
StephaneLenclud@250
    88
        #endregion
StephaneLenclud@250
    89
StephaneLenclud@250
    90
        private System.Windows.Forms.TreeView iTreeViewHarmony;
StephaneLenclud@250
    91
        private System.Windows.Forms.Button buttonCancel;
StephaneLenclud@250
    92
        private System.Windows.Forms.Button iButtonOk;
StephaneLenclud@250
    93
    }
StephaneLenclud@250
    94
}