Server/MainForm.Designer.cs
changeset 126 791786747ba6
parent 121 5551b64e1eeb
child 127 75addfa85201
     1.1 --- a/Server/MainForm.Designer.cs	Tue Mar 17 20:12:00 2015 +0100
     1.2 +++ b/Server/MainForm.Designer.cs	Wed Mar 18 18:31:37 2015 +0100
     1.3 @@ -85,20 +85,24 @@
     1.4  			this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox();
     1.5  			this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
     1.6  			this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
     1.7 +			this.tabPageAudio = new System.Windows.Forms.TabPage();
     1.8 +			this.labelDefaultAudioDevice = new System.Windows.Forms.Label();
     1.9 +			this.checkBoxShowVolumeLabel = new System.Windows.Forms.CheckBox();
    1.10 +			this.checkBoxMute = new System.Windows.Forms.CheckBox();
    1.11 +			this.trackBarMasterVolume = new System.Windows.Forms.TrackBar();
    1.12 +			this.tabPageInput = new System.Windows.Forms.TabPage();
    1.13 +			this.labelStartFileName = new System.Windows.Forms.Label();
    1.14 +			this.buttonSelectFile = new System.Windows.Forms.Button();
    1.15  			this.tabPageApp = new System.Windows.Forms.TabPage();
    1.16  			this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
    1.17  			this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
    1.18  			this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
    1.19  			this.buttonUpdate = new System.Windows.Forms.Button();
    1.20 -			this.tabPageAudio = new System.Windows.Forms.TabPage();
    1.21 -			this.labelDefaultAudioDevice = new System.Windows.Forms.Label();
    1.22 -			this.checkBoxShowVolumeLabel = new System.Windows.Forms.CheckBox();
    1.23 -			this.checkBoxMute = new System.Windows.Forms.CheckBox();
    1.24 -			this.trackBarMasterVolume = new System.Windows.Forms.TrackBar();
    1.25  			this.labelFontWidth = new System.Windows.Forms.Label();
    1.26  			this.labelFontHeight = new System.Windows.Forms.Label();
    1.27  			this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
    1.28  			this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    1.29 +			this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    1.30  			this.panelDisplay.SuspendLayout();
    1.31  			this.tableLayoutPanel.SuspendLayout();
    1.32  			this.statusStrip.SuspendLayout();
    1.33 @@ -107,9 +111,10 @@
    1.34  			((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
    1.35  			this.tabControl.SuspendLayout();
    1.36  			this.tabPageDesign.SuspendLayout();
    1.37 -			this.tabPageApp.SuspendLayout();
    1.38  			this.tabPageAudio.SuspendLayout();
    1.39  			((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
    1.40 +			this.tabPageInput.SuspendLayout();
    1.41 +			this.tabPageApp.SuspendLayout();
    1.42  			((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).BeginInit();
    1.43  			this.SuspendLayout();
    1.44  			// 
    1.45 @@ -511,6 +516,7 @@
    1.46  			this.tabControl.Controls.Add(this.tabPageClients);
    1.47  			this.tabControl.Controls.Add(this.tabPageDesign);
    1.48  			this.tabControl.Controls.Add(this.tabPageAudio);
    1.49 +			this.tabControl.Controls.Add(this.tabPageInput);
    1.50  			this.tabControl.Controls.Add(this.tabPageApp);
    1.51  			this.tabControl.Location = new System.Drawing.Point(12, 139);
    1.52  			this.tabControl.Name = "tabControl";
    1.53 @@ -631,66 +637,6 @@
    1.54  			this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
    1.55  			this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
    1.56  			// 
    1.57 -			// tabPageApp
    1.58 -			// 
    1.59 -			this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
    1.60 -			this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
    1.61 -			this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
    1.62 -			this.tabPageApp.Controls.Add(this.buttonUpdate);
    1.63 -			this.tabPageApp.Location = new System.Drawing.Point(4, 22);
    1.64 -			this.tabPageApp.Name = "tabPageApp";
    1.65 -			this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
    1.66 -			this.tabPageApp.Size = new System.Drawing.Size(592, 242);
    1.67 -			this.tabPageApp.TabIndex = 4;
    1.68 -			this.tabPageApp.Text = "Application";
    1.69 -			this.tabPageApp.UseVisualStyleBackColor = true;
    1.70 -			// 
    1.71 -			// checkBoxStartMinimized
    1.72 -			// 
    1.73 -			this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.74 -			this.checkBoxStartMinimized.AutoSize = true;
    1.75 -			this.checkBoxStartMinimized.Location = new System.Drawing.Point(8, 144);
    1.76 -			this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
    1.77 -			this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
    1.78 -			this.checkBoxStartMinimized.TabIndex = 16;
    1.79 -			this.checkBoxStartMinimized.Text = "Start minimized";
    1.80 -			this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
    1.81 -			this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
    1.82 -			// 
    1.83 -			// checkBoxMinimizeToTray
    1.84 -			// 
    1.85 -			this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.86 -			this.checkBoxMinimizeToTray.AutoSize = true;
    1.87 -			this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(8, 167);
    1.88 -			this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
    1.89 -			this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
    1.90 -			this.checkBoxMinimizeToTray.TabIndex = 15;
    1.91 -			this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
    1.92 -			this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
    1.93 -			this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
    1.94 -			// 
    1.95 -			// checkBoxAutoStart
    1.96 -			// 
    1.97 -			this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.98 -			this.checkBoxAutoStart.AutoSize = true;
    1.99 -			this.checkBoxAutoStart.Location = new System.Drawing.Point(8, 190);
   1.100 -			this.checkBoxAutoStart.Name = "checkBoxAutoStart";
   1.101 -			this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
   1.102 -			this.checkBoxAutoStart.TabIndex = 14;
   1.103 -			this.checkBoxAutoStart.Text = "Run on Windows startup";
   1.104 -			this.checkBoxAutoStart.UseVisualStyleBackColor = true;
   1.105 -			this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
   1.106 -			// 
   1.107 -			// buttonUpdate
   1.108 -			// 
   1.109 -			this.buttonUpdate.Location = new System.Drawing.Point(6, 213);
   1.110 -			this.buttonUpdate.Name = "buttonUpdate";
   1.111 -			this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
   1.112 -			this.buttonUpdate.TabIndex = 0;
   1.113 -			this.buttonUpdate.Text = "Update";
   1.114 -			this.buttonUpdate.UseVisualStyleBackColor = true;
   1.115 -			this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
   1.116 -			// 
   1.117  			// tabPageAudio
   1.118  			// 
   1.119  			this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice);
   1.120 @@ -753,6 +699,97 @@
   1.121  			this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume");
   1.122  			this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll);
   1.123  			// 
   1.124 +			// tabPageInput
   1.125 +			// 
   1.126 +			this.tabPageInput.Controls.Add(this.labelStartFileName);
   1.127 +			this.tabPageInput.Controls.Add(this.buttonSelectFile);
   1.128 +			this.tabPageInput.Location = new System.Drawing.Point(4, 22);
   1.129 +			this.tabPageInput.Name = "tabPageInput";
   1.130 +			this.tabPageInput.Padding = new System.Windows.Forms.Padding(3);
   1.131 +			this.tabPageInput.Size = new System.Drawing.Size(592, 242);
   1.132 +			this.tabPageInput.TabIndex = 6;
   1.133 +			this.tabPageInput.Text = "Input";
   1.134 +			this.tabPageInput.UseVisualStyleBackColor = true;
   1.135 +			// 
   1.136 +			// labelStartFileName
   1.137 +			// 
   1.138 +			this.labelStartFileName.AutoSize = true;
   1.139 +			this.labelStartFileName.Location = new System.Drawing.Point(37, 11);
   1.140 +			this.labelStartFileName.Name = "labelStartFileName";
   1.141 +			this.labelStartFileName.Size = new System.Drawing.Size(33, 13);
   1.142 +			this.labelStartFileName.TabIndex = 1;
   1.143 +			this.labelStartFileName.Text = "None";
   1.144 +			// 
   1.145 +			// buttonSelectFile
   1.146 +			// 
   1.147 +			this.buttonSelectFile.Location = new System.Drawing.Point(6, 6);
   1.148 +			this.buttonSelectFile.Name = "buttonSelectFile";
   1.149 +			this.buttonSelectFile.Size = new System.Drawing.Size(25, 23);
   1.150 +			this.buttonSelectFile.TabIndex = 0;
   1.151 +			this.buttonSelectFile.Text = "...";
   1.152 +			this.buttonSelectFile.UseVisualStyleBackColor = true;
   1.153 +			this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click);
   1.154 +			// 
   1.155 +			// tabPageApp
   1.156 +			// 
   1.157 +			this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
   1.158 +			this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
   1.159 +			this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
   1.160 +			this.tabPageApp.Controls.Add(this.buttonUpdate);
   1.161 +			this.tabPageApp.Location = new System.Drawing.Point(4, 22);
   1.162 +			this.tabPageApp.Name = "tabPageApp";
   1.163 +			this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
   1.164 +			this.tabPageApp.Size = new System.Drawing.Size(592, 242);
   1.165 +			this.tabPageApp.TabIndex = 4;
   1.166 +			this.tabPageApp.Text = "Application";
   1.167 +			this.tabPageApp.UseVisualStyleBackColor = true;
   1.168 +			// 
   1.169 +			// checkBoxStartMinimized
   1.170 +			// 
   1.171 +			this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.172 +			this.checkBoxStartMinimized.AutoSize = true;
   1.173 +			this.checkBoxStartMinimized.Location = new System.Drawing.Point(8, 144);
   1.174 +			this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
   1.175 +			this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
   1.176 +			this.checkBoxStartMinimized.TabIndex = 16;
   1.177 +			this.checkBoxStartMinimized.Text = "Start minimized";
   1.178 +			this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
   1.179 +			this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
   1.180 +			// 
   1.181 +			// checkBoxMinimizeToTray
   1.182 +			// 
   1.183 +			this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.184 +			this.checkBoxMinimizeToTray.AutoSize = true;
   1.185 +			this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(8, 167);
   1.186 +			this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
   1.187 +			this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
   1.188 +			this.checkBoxMinimizeToTray.TabIndex = 15;
   1.189 +			this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
   1.190 +			this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
   1.191 +			this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
   1.192 +			// 
   1.193 +			// checkBoxAutoStart
   1.194 +			// 
   1.195 +			this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.196 +			this.checkBoxAutoStart.AutoSize = true;
   1.197 +			this.checkBoxAutoStart.Location = new System.Drawing.Point(8, 190);
   1.198 +			this.checkBoxAutoStart.Name = "checkBoxAutoStart";
   1.199 +			this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
   1.200 +			this.checkBoxAutoStart.TabIndex = 14;
   1.201 +			this.checkBoxAutoStart.Text = "Run on Windows startup";
   1.202 +			this.checkBoxAutoStart.UseVisualStyleBackColor = true;
   1.203 +			this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
   1.204 +			// 
   1.205 +			// buttonUpdate
   1.206 +			// 
   1.207 +			this.buttonUpdate.Location = new System.Drawing.Point(6, 213);
   1.208 +			this.buttonUpdate.Name = "buttonUpdate";
   1.209 +			this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
   1.210 +			this.buttonUpdate.TabIndex = 0;
   1.211 +			this.buttonUpdate.Text = "Update";
   1.212 +			this.buttonUpdate.UseVisualStyleBackColor = true;
   1.213 +			this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
   1.214 +			// 
   1.215  			// labelFontWidth
   1.216  			// 
   1.217  			this.labelFontWidth.AutoSize = true;
   1.218 @@ -779,6 +816,10 @@
   1.219  			this.pictureBoxDemo.TabIndex = 21;
   1.220  			this.pictureBoxDemo.TabStop = false;
   1.221  			// 
   1.222 +			// openFileDialog
   1.223 +			// 
   1.224 +			this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
   1.225 +			// 
   1.226  			// MainForm
   1.227  			// 
   1.228  			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   1.229 @@ -811,11 +852,13 @@
   1.230  			this.tabControl.ResumeLayout(false);
   1.231  			this.tabPageDesign.ResumeLayout(false);
   1.232  			this.tabPageDesign.PerformLayout();
   1.233 -			this.tabPageApp.ResumeLayout(false);
   1.234 -			this.tabPageApp.PerformLayout();
   1.235  			this.tabPageAudio.ResumeLayout(false);
   1.236  			this.tabPageAudio.PerformLayout();
   1.237  			((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
   1.238 +			this.tabPageInput.ResumeLayout(false);
   1.239 +			this.tabPageInput.PerformLayout();
   1.240 +			this.tabPageApp.ResumeLayout(false);
   1.241 +			this.tabPageApp.PerformLayout();
   1.242  			((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).EndInit();
   1.243  			this.ResumeLayout(false);
   1.244  			this.PerformLayout();
   1.245 @@ -884,6 +927,10 @@
   1.246  		private System.Windows.Forms.CheckBox checkBoxMute;
   1.247  		private System.Windows.Forms.CheckBox checkBoxShowVolumeLabel;
   1.248  		private System.Windows.Forms.Label labelDefaultAudioDevice;
   1.249 +		private System.Windows.Forms.TabPage tabPageInput;
   1.250 +		private System.Windows.Forms.Button buttonSelectFile;
   1.251 +		private System.Windows.Forms.OpenFileDialog openFileDialog;
   1.252 +		private System.Windows.Forms.Label labelStartFileName;
   1.253      }
   1.254  }
   1.255