Clients/Test/FormClientTest.Designer.cs
changeset 274 920fea7a6427
parent 261 e2729a990e8b
     1.1 --- a/Clients/Test/FormClientTest.Designer.cs	Mon Jan 02 18:43:45 2017 +0100
     1.2 +++ b/Clients/Test/FormClientTest.Designer.cs	Wed Jan 04 18:43:28 2017 +0100
     1.3 @@ -46,6 +46,8 @@
     1.4              this.buttonTriggerEvents = new System.Windows.Forms.Button();
     1.5              this.textBoxEventName = new System.Windows.Forms.TextBox();
     1.6              this.label1 = new System.Windows.Forms.Label();
     1.7 +            this.buttonLayoutAudioVisualizer = new System.Windows.Forms.Button();
     1.8 +            this.buttonLayoutMultipleAudioVisualizers = new System.Windows.Forms.Button();
     1.9              ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPriority)).BeginInit();
    1.10              this.SuspendLayout();
    1.11              // 
    1.12 @@ -207,7 +209,7 @@
    1.13              // 
    1.14              // buttonTriggerEvents
    1.15              // 
    1.16 -            this.buttonTriggerEvents.Location = new System.Drawing.Point(11, 257);
    1.17 +            this.buttonTriggerEvents.Location = new System.Drawing.Point(8, 317);
    1.18              this.buttonTriggerEvents.Name = "buttonTriggerEvents";
    1.19              this.buttonTriggerEvents.Size = new System.Drawing.Size(75, 23);
    1.20              this.buttonTriggerEvents.TabIndex = 33;
    1.21 @@ -217,7 +219,7 @@
    1.22              // 
    1.23              // textBoxEventName
    1.24              // 
    1.25 -            this.textBoxEventName.Location = new System.Drawing.Point(11, 231);
    1.26 +            this.textBoxEventName.Location = new System.Drawing.Point(8, 291);
    1.27              this.textBoxEventName.Name = "textBoxEventName";
    1.28              this.textBoxEventName.Size = new System.Drawing.Size(202, 20);
    1.29              this.textBoxEventName.TabIndex = 34;
    1.30 @@ -225,17 +227,39 @@
    1.31              // label1
    1.32              // 
    1.33              this.label1.AutoSize = true;
    1.34 -            this.label1.Location = new System.Drawing.Point(11, 212);
    1.35 +            this.label1.Location = new System.Drawing.Point(8, 272);
    1.36              this.label1.Name = "label1";
    1.37              this.label1.Size = new System.Drawing.Size(67, 13);
    1.38              this.label1.TabIndex = 35;
    1.39              this.label1.Text = "Event name:";
    1.40              // 
    1.41 +            // buttonLayoutAudioVisualizer
    1.42 +            // 
    1.43 +            this.buttonLayoutAudioVisualizer.Location = new System.Drawing.Point(11, 207);
    1.44 +            this.buttonLayoutAudioVisualizer.Name = "buttonLayoutAudioVisualizer";
    1.45 +            this.buttonLayoutAudioVisualizer.Size = new System.Drawing.Size(94, 35);
    1.46 +            this.buttonLayoutAudioVisualizer.TabIndex = 36;
    1.47 +            this.buttonLayoutAudioVisualizer.Text = "Audio Visualizer Layout";
    1.48 +            this.buttonLayoutAudioVisualizer.UseVisualStyleBackColor = true;
    1.49 +            this.buttonLayoutAudioVisualizer.Click += new System.EventHandler(this.buttonLayoutAudioVisualizer_Click);
    1.50 +            // 
    1.51 +            // buttonLayoutMultipleAudioVisualizers
    1.52 +            // 
    1.53 +            this.buttonLayoutMultipleAudioVisualizers.Location = new System.Drawing.Point(111, 207);
    1.54 +            this.buttonLayoutMultipleAudioVisualizers.Name = "buttonLayoutMultipleAudioVisualizers";
    1.55 +            this.buttonLayoutMultipleAudioVisualizers.Size = new System.Drawing.Size(94, 35);
    1.56 +            this.buttonLayoutMultipleAudioVisualizers.TabIndex = 37;
    1.57 +            this.buttonLayoutMultipleAudioVisualizers.Text = "Multiple Audio Visualizers Layout";
    1.58 +            this.buttonLayoutMultipleAudioVisualizers.UseVisualStyleBackColor = true;
    1.59 +            this.buttonLayoutMultipleAudioVisualizers.Click += new System.EventHandler(this.buttonLayoutMultipleAudioVisualizers_Click);
    1.60 +            // 
    1.61              // FormClientTest
    1.62              // 
    1.63              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.64              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.65 -            this.ClientSize = new System.Drawing.Size(499, 292);
    1.66 +            this.ClientSize = new System.Drawing.Size(564, 351);
    1.67 +            this.Controls.Add(this.buttonLayoutMultipleAudioVisualizers);
    1.68 +            this.Controls.Add(this.buttonLayoutAudioVisualizer);
    1.69              this.Controls.Add(this.label1);
    1.70              this.Controls.Add(this.textBoxEventName);
    1.71              this.Controls.Add(this.buttonTriggerEvents);
    1.72 @@ -284,6 +308,8 @@
    1.73          private System.Windows.Forms.Button buttonTriggerEvents;
    1.74          private System.Windows.Forms.TextBox textBoxEventName;
    1.75          private System.Windows.Forms.Label label1;
    1.76 +        private System.Windows.Forms.Button buttonLayoutAudioVisualizer;
    1.77 +        private System.Windows.Forms.Button buttonLayoutMultipleAudioVisualizers;
    1.78      }
    1.79  }
    1.80