1.1 --- a/Server/MainForm.Designer.cs Sun Feb 08 20:26:36 2015 +0100
1.2 +++ b/Server/MainForm.Designer.cs Mon Feb 09 11:09:33 2015 +0100
1.3 @@ -91,13 +91,14 @@
1.4 this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
1.5 this.buttonUpdate = new System.Windows.Forms.Button();
1.6 this.tabPageAudio = new System.Windows.Forms.TabPage();
1.7 + this.labelDefaultAudioDevice = new System.Windows.Forms.Label();
1.8 + this.checkBoxShowVolumeLabel = new System.Windows.Forms.CheckBox();
1.9 this.checkBoxMute = new System.Windows.Forms.CheckBox();
1.10 this.trackBarMasterVolume = new System.Windows.Forms.TrackBar();
1.11 this.labelFontWidth = new System.Windows.Forms.Label();
1.12 this.labelFontHeight = new System.Windows.Forms.Label();
1.13 this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
1.14 this.toolTip = new System.Windows.Forms.ToolTip(this.components);
1.15 - this.checkBoxShowVolumeLabel = new System.Windows.Forms.CheckBox();
1.16 this.panelDisplay.SuspendLayout();
1.17 this.tableLayoutPanel.SuspendLayout();
1.18 this.statusStrip.SuspendLayout();
1.19 @@ -692,6 +693,7 @@
1.20 //
1.21 // tabPageAudio
1.22 //
1.23 + this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice);
1.24 this.tabPageAudio.Controls.Add(this.checkBoxShowVolumeLabel);
1.25 this.tabPageAudio.Controls.Add(this.checkBoxMute);
1.26 this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
1.27 @@ -703,6 +705,28 @@
1.28 this.tabPageAudio.Text = "Audio";
1.29 this.tabPageAudio.UseVisualStyleBackColor = true;
1.30 //
1.31 + // labelDefaultAudioDevice
1.32 + //
1.33 + this.labelDefaultAudioDevice.AutoSize = true;
1.34 + this.labelDefaultAudioDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1.35 + this.labelDefaultAudioDevice.Location = new System.Drawing.Point(3, 6);
1.36 + this.labelDefaultAudioDevice.Name = "labelDefaultAudioDevice";
1.37 + this.labelDefaultAudioDevice.Size = new System.Drawing.Size(120, 13);
1.38 + this.labelDefaultAudioDevice.TabIndex = 19;
1.39 + this.labelDefaultAudioDevice.Text = "Audio Device Unknown";
1.40 + //
1.41 + // checkBoxShowVolumeLabel
1.42 + //
1.43 + this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.44 + this.checkBoxShowVolumeLabel.AutoSize = true;
1.45 + this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 196);
1.46 + this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel";
1.47 + this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17);
1.48 + this.checkBoxShowVolumeLabel.TabIndex = 18;
1.49 + this.checkBoxShowVolumeLabel.Text = "Show volume label";
1.50 + this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true;
1.51 + this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged);
1.52 + //
1.53 // checkBoxMute
1.54 //
1.55 this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.56 @@ -755,18 +779,6 @@
1.57 this.pictureBoxDemo.TabIndex = 21;
1.58 this.pictureBoxDemo.TabStop = false;
1.59 //
1.60 - // checkBoxShowVolumeLabel
1.61 - //
1.62 - this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.63 - this.checkBoxShowVolumeLabel.AutoSize = true;
1.64 - this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 196);
1.65 - this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel";
1.66 - this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17);
1.67 - this.checkBoxShowVolumeLabel.TabIndex = 18;
1.68 - this.checkBoxShowVolumeLabel.Text = "Show volume label";
1.69 - this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true;
1.70 - this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged);
1.71 - //
1.72 // MainForm
1.73 //
1.74 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1.75 @@ -871,6 +883,7 @@
1.76 private System.Windows.Forms.TrackBar trackBarMasterVolume;
1.77 private System.Windows.Forms.CheckBox checkBoxMute;
1.78 private System.Windows.Forms.CheckBox checkBoxShowVolumeLabel;
1.79 + private System.Windows.Forms.Label labelDefaultAudioDevice;
1.80 }
1.81 }
1.82