Server/MainForm.Designer.cs
changeset 113 0846e5112dd7
parent 112 57b1c6507bd7
child 115 5c61a13c4241
     1.1 --- a/Server/MainForm.Designer.cs	Sun Feb 08 17:27:02 2015 +0100
     1.2 +++ b/Server/MainForm.Designer.cs	Sun Feb 08 18:34:00 2015 +0100
     1.3 @@ -96,6 +96,7 @@
     1.4  			this.labelFontHeight = new System.Windows.Forms.Label();
     1.5  			this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
     1.6  			this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     1.7 +			this.checkBoxMute = new System.Windows.Forms.CheckBox();
     1.8  			this.panelDisplay.SuspendLayout();
     1.9  			this.tableLayoutPanel.SuspendLayout();
    1.10  			this.statusStrip.SuspendLayout();
    1.11 @@ -690,6 +691,7 @@
    1.12  			// 
    1.13  			// tabPageAudio
    1.14  			// 
    1.15 +			this.tabPageAudio.Controls.Add(this.checkBoxMute);
    1.16  			this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
    1.17  			this.tabPageAudio.Location = new System.Drawing.Point(4, 22);
    1.18  			this.tabPageAudio.Name = "tabPageAudio";
    1.19 @@ -739,6 +741,18 @@
    1.20  			this.pictureBoxDemo.TabIndex = 21;
    1.21  			this.pictureBoxDemo.TabStop = false;
    1.22  			// 
    1.23 +			// checkBoxMute
    1.24 +			// 
    1.25 +			this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.26 +			this.checkBoxMute.AutoSize = true;
    1.27 +			this.checkBoxMute.Location = new System.Drawing.Point(462, 219);
    1.28 +			this.checkBoxMute.Name = "checkBoxMute";
    1.29 +			this.checkBoxMute.Size = new System.Drawing.Size(50, 17);
    1.30 +			this.checkBoxMute.TabIndex = 17;
    1.31 +			this.checkBoxMute.Text = "Mute";
    1.32 +			this.checkBoxMute.UseVisualStyleBackColor = true;
    1.33 +			this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged);
    1.34 +			// 
    1.35  			// MainForm
    1.36  			// 
    1.37  			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.38 @@ -841,6 +855,7 @@
    1.39  		private System.Windows.Forms.ToolTip toolTip;
    1.40  		private System.Windows.Forms.TabPage tabPageAudio;
    1.41  		private System.Windows.Forms.TrackBar trackBarMasterVolume;
    1.42 +		private System.Windows.Forms.CheckBox checkBoxMute;
    1.43      }
    1.44  }
    1.45