diff --git a/SebWindowsConfig/SEBSettings.cs b/SebWindowsConfig/SEBSettings.cs index ef25b03b..b9c4257d 100644 --- a/SebWindowsConfig/SEBSettings.cs +++ b/SebWindowsConfig/SEBSettings.cs @@ -120,6 +120,7 @@ namespace SebWindowsConfig public const String KeyAllowDictionaryLookup = "allowDictionaryLookup"; public const String KeyEnableTouchExit = "enableTouchExit"; public const String KeyOskBehavior = "oskBehavior"; + public const String KeyAllowDeveloperConsole = "allowDeveloperConsole"; public const string KeyAllowSpellCheck = "allowSpellCheck"; public const string KeyAllowSpellCheckDictionary = "allowSpellCheckDictionary"; @@ -628,6 +629,7 @@ namespace SebWindowsConfig SEBSettings.settingsDefault.Add(SEBSettings.KeyAudioMute , false); SEBSettings.settingsDefault.Add(SEBSettings.KeyAudioVolumeLevel , 25); SEBSettings.settingsDefault.Add(SEBSettings.KeyAudioSetVolumeLevel , false); + SEBSettings.settingsDefault.Add(SEBSettings.KeyAllowDeveloperConsole, false); //Touch Settings SEBSettings.settingsDefault.Add(SEBSettings.KeyBrowserScreenKeyboard , false); diff --git a/SebWindowsConfig/SebWindowsConfigForm.Designer.cs b/SebWindowsConfig/SebWindowsConfigForm.Designer.cs index ff77af0d..34d7e288 100644 --- a/SebWindowsConfig/SebWindowsConfigForm.Designer.cs +++ b/SebWindowsConfig/SebWindowsConfigForm.Designer.cs @@ -30,8 +30,8 @@ namespace SebWindowsConfig { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SebWindowsConfigForm)); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.openFileDialogSebConfigFile = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialogSebConfigFile = new System.Windows.Forms.SaveFileDialog(); this.imageListTabIcons = new System.Windows.Forms.ImageList(this.components); @@ -433,6 +433,7 @@ namespace SebWindowsConfig this.editDuplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.configureClientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.applyAndStartSEBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.checkBoxAllowDeveloperConsole = new System.Windows.Forms.CheckBox(); this.tabPageHookedKeys.SuspendLayout(); this.groupBoxFunctionKeys.SuspendLayout(); this.groupBoxSpecialKeys.SuspendLayout(); @@ -522,10 +523,10 @@ namespace SebWindowsConfig this.tabPageHookedKeys.Controls.Add(this.groupBoxSpecialKeys); this.tabPageHookedKeys.ImageIndex = 10; this.tabPageHookedKeys.Location = new System.Drawing.Point(4, 39); - this.tabPageHookedKeys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageHookedKeys.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageHookedKeys.Name = "tabPageHookedKeys"; - this.tabPageHookedKeys.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageHookedKeys.Size = new System.Drawing.Size(1242, 601); + this.tabPageHookedKeys.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageHookedKeys.Size = new System.Drawing.Size(1867, 948); this.tabPageHookedKeys.TabIndex = 27; this.tabPageHookedKeys.Text = "Hooked Keys"; this.tabPageHookedKeys.UseVisualStyleBackColor = true; @@ -534,10 +535,10 @@ namespace SebWindowsConfig // this.checkBoxHookKeys.AutoSize = true; this.checkBoxHookKeys.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxHookKeys.Location = new System.Drawing.Point(23, 268); - this.checkBoxHookKeys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxHookKeys.Location = new System.Drawing.Point(34, 412); + this.checkBoxHookKeys.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxHookKeys.Name = "checkBoxHookKeys"; - this.checkBoxHookKeys.Size = new System.Drawing.Size(127, 17); + this.checkBoxHookKeys.Size = new System.Drawing.Size(182, 24); this.checkBoxHookKeys.TabIndex = 0; this.checkBoxHookKeys.Text = "Hook keys (Win only)"; this.checkBoxHookKeys.UseVisualStyleBackColor = true; @@ -559,11 +560,11 @@ namespace SebWindowsConfig this.groupBoxFunctionKeys.Controls.Add(this.checkBoxEnableF7); this.groupBoxFunctionKeys.Controls.Add(this.checkBoxEnableF8); this.groupBoxFunctionKeys.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.groupBoxFunctionKeys.Location = new System.Drawing.Point(183, 14); - this.groupBoxFunctionKeys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.groupBoxFunctionKeys.Location = new System.Drawing.Point(274, 22); + this.groupBoxFunctionKeys.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBoxFunctionKeys.Name = "groupBoxFunctionKeys"; - this.groupBoxFunctionKeys.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.groupBoxFunctionKeys.Size = new System.Drawing.Size(130, 317); + this.groupBoxFunctionKeys.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.groupBoxFunctionKeys.Size = new System.Drawing.Size(195, 488); this.groupBoxFunctionKeys.TabIndex = 41; this.groupBoxFunctionKeys.TabStop = false; this.groupBoxFunctionKeys.Text = "Function Keys"; @@ -574,10 +575,10 @@ namespace SebWindowsConfig // this.checkBoxEnableF1.AutoSize = true; this.checkBoxEnableF1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableF1.Location = new System.Drawing.Point(8, 25); - this.checkBoxEnableF1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableF1.Location = new System.Drawing.Point(12, 38); + this.checkBoxEnableF1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableF1.Name = "checkBoxEnableF1"; - this.checkBoxEnableF1.Size = new System.Drawing.Size(74, 17); + this.checkBoxEnableF1.Size = new System.Drawing.Size(108, 24); this.checkBoxEnableF1.TabIndex = 0; this.checkBoxEnableF1.Text = "Enable F1"; this.checkBoxEnableF1.UseVisualStyleBackColor = true; @@ -587,10 +588,10 @@ namespace SebWindowsConfig // this.checkBoxEnableF2.AutoSize = true; this.checkBoxEnableF2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableF2.Location = new System.Drawing.Point(8, 49); - this.checkBoxEnableF2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableF2.Location = new System.Drawing.Point(12, 75); + this.checkBoxEnableF2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableF2.Name = "checkBoxEnableF2"; - this.checkBoxEnableF2.Size = new System.Drawing.Size(74, 17); + this.checkBoxEnableF2.Size = new System.Drawing.Size(108, 24); this.checkBoxEnableF2.TabIndex = 1; this.checkBoxEnableF2.Text = "Enable F2"; this.checkBoxEnableF2.UseVisualStyleBackColor = true; @@ -600,10 +601,10 @@ namespace SebWindowsConfig // this.checkBoxEnableF12.AutoSize = true; this.checkBoxEnableF12.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableF12.Location = new System.Drawing.Point(8, 292); - this.checkBoxEnableF12.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableF12.Location = new System.Drawing.Point(12, 449); + this.checkBoxEnableF12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableF12.Name = "checkBoxEnableF12"; - this.checkBoxEnableF12.Size = new System.Drawing.Size(80, 17); + this.checkBoxEnableF12.Size = new System.Drawing.Size(117, 24); this.checkBoxEnableF12.TabIndex = 11; this.checkBoxEnableF12.Text = "Enable F12"; this.checkBoxEnableF12.UseVisualStyleBackColor = true; @@ -613,10 +614,10 @@ namespace SebWindowsConfig // this.checkBoxEnableF3.AutoSize = true; this.checkBoxEnableF3.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableF3.Location = new System.Drawing.Point(8, 73); - this.checkBoxEnableF3.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableF3.Location = new System.Drawing.Point(12, 112); + this.checkBoxEnableF3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableF3.Name = "checkBoxEnableF3"; - this.checkBoxEnableF3.Size = new System.Drawing.Size(74, 17); + this.checkBoxEnableF3.Size = new System.Drawing.Size(108, 24); this.checkBoxEnableF3.TabIndex = 2; this.checkBoxEnableF3.Text = "Enable F3"; this.checkBoxEnableF3.UseVisualStyleBackColor = true; @@ -626,10 +627,10 @@ namespace SebWindowsConfig // this.checkBoxEnableF11.AutoSize = true; this.checkBoxEnableF11.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableF11.Location = new System.Drawing.Point(8, 268); - this.checkBoxEnableF11.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableF11.Location = new System.Drawing.Point(12, 412); + this.checkBoxEnableF11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableF11.Name = "checkBoxEnableF11"; - this.checkBoxEnableF11.Size = new System.Drawing.Size(80, 17); + this.checkBoxEnableF11.Size = new System.Drawing.Size(117, 24); this.checkBoxEnableF11.TabIndex = 10; this.checkBoxEnableF11.Text = "Enable F11"; this.checkBoxEnableF11.UseVisualStyleBackColor = true; @@ -639,10 +640,10 @@ namespace SebWindowsConfig // this.checkBoxEnableF4.AutoSize = true; this.checkBoxEnableF4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableF4.Location = new System.Drawing.Point(8, 98); - this.checkBoxEnableF4.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableF4.Location = new System.Drawing.Point(12, 151); + this.checkBoxEnableF4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableF4.Name = "checkBoxEnableF4"; - this.checkBoxEnableF4.Size = new System.Drawing.Size(74, 17); + this.checkBoxEnableF4.Size = new System.Drawing.Size(108, 24); this.checkBoxEnableF4.TabIndex = 3; this.checkBoxEnableF4.Text = "Enable F4"; this.checkBoxEnableF4.UseVisualStyleBackColor = true; @@ -652,10 +653,10 @@ namespace SebWindowsConfig // this.checkBoxEnableF5.AutoSize = true; this.checkBoxEnableF5.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableF5.Location = new System.Drawing.Point(8, 122); - this.checkBoxEnableF5.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableF5.Location = new System.Drawing.Point(12, 188); + this.checkBoxEnableF5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableF5.Name = "checkBoxEnableF5"; - this.checkBoxEnableF5.Size = new System.Drawing.Size(74, 17); + this.checkBoxEnableF5.Size = new System.Drawing.Size(108, 24); this.checkBoxEnableF5.TabIndex = 4; this.checkBoxEnableF5.Text = "Enable F5"; this.toolTip1.SetToolTip(this.checkBoxEnableF5, "Enable F5 for reloading browser pages."); @@ -666,10 +667,10 @@ namespace SebWindowsConfig // this.checkBoxEnableF10.AutoSize = true; this.checkBoxEnableF10.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableF10.Location = new System.Drawing.Point(8, 244); - this.checkBoxEnableF10.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableF10.Location = new System.Drawing.Point(12, 375); + this.checkBoxEnableF10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableF10.Name = "checkBoxEnableF10"; - this.checkBoxEnableF10.Size = new System.Drawing.Size(80, 17); + this.checkBoxEnableF10.Size = new System.Drawing.Size(117, 24); this.checkBoxEnableF10.TabIndex = 9; this.checkBoxEnableF10.Text = "Enable F10"; this.checkBoxEnableF10.UseVisualStyleBackColor = true; @@ -679,10 +680,10 @@ namespace SebWindowsConfig // this.checkBoxEnableF6.AutoSize = true; this.checkBoxEnableF6.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableF6.Location = new System.Drawing.Point(8, 146); - this.checkBoxEnableF6.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableF6.Location = new System.Drawing.Point(12, 225); + this.checkBoxEnableF6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableF6.Name = "checkBoxEnableF6"; - this.checkBoxEnableF6.Size = new System.Drawing.Size(74, 17); + this.checkBoxEnableF6.Size = new System.Drawing.Size(108, 24); this.checkBoxEnableF6.TabIndex = 5; this.checkBoxEnableF6.Text = "Enable F6"; this.checkBoxEnableF6.UseVisualStyleBackColor = true; @@ -692,10 +693,10 @@ namespace SebWindowsConfig // this.checkBoxEnableF9.AutoSize = true; this.checkBoxEnableF9.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableF9.Location = new System.Drawing.Point(8, 220); - this.checkBoxEnableF9.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableF9.Location = new System.Drawing.Point(12, 338); + this.checkBoxEnableF9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableF9.Name = "checkBoxEnableF9"; - this.checkBoxEnableF9.Size = new System.Drawing.Size(74, 17); + this.checkBoxEnableF9.Size = new System.Drawing.Size(108, 24); this.checkBoxEnableF9.TabIndex = 8; this.checkBoxEnableF9.Text = "Enable F9"; this.checkBoxEnableF9.UseVisualStyleBackColor = true; @@ -705,10 +706,10 @@ namespace SebWindowsConfig // this.checkBoxEnableF7.AutoSize = true; this.checkBoxEnableF7.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableF7.Location = new System.Drawing.Point(8, 170); - this.checkBoxEnableF7.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableF7.Location = new System.Drawing.Point(12, 262); + this.checkBoxEnableF7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableF7.Name = "checkBoxEnableF7"; - this.checkBoxEnableF7.Size = new System.Drawing.Size(74, 17); + this.checkBoxEnableF7.Size = new System.Drawing.Size(108, 24); this.checkBoxEnableF7.TabIndex = 6; this.checkBoxEnableF7.Text = "Enable F7"; this.checkBoxEnableF7.UseVisualStyleBackColor = true; @@ -718,10 +719,10 @@ namespace SebWindowsConfig // this.checkBoxEnableF8.AutoSize = true; this.checkBoxEnableF8.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableF8.Location = new System.Drawing.Point(8, 195); - this.checkBoxEnableF8.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableF8.Location = new System.Drawing.Point(12, 300); + this.checkBoxEnableF8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableF8.Name = "checkBoxEnableF8"; - this.checkBoxEnableF8.Size = new System.Drawing.Size(74, 17); + this.checkBoxEnableF8.Size = new System.Drawing.Size(108, 24); this.checkBoxEnableF8.TabIndex = 7; this.checkBoxEnableF8.Text = "Enable F8"; this.checkBoxEnableF8.UseVisualStyleBackColor = true; @@ -738,11 +739,11 @@ namespace SebWindowsConfig this.groupBoxSpecialKeys.Controls.Add(this.checkBoxEnableAltF4); this.groupBoxSpecialKeys.Controls.Add(this.checkBoxEnableRightMouse); this.groupBoxSpecialKeys.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.groupBoxSpecialKeys.Location = new System.Drawing.Point(15, 14); - this.groupBoxSpecialKeys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.groupBoxSpecialKeys.Location = new System.Drawing.Point(22, 22); + this.groupBoxSpecialKeys.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBoxSpecialKeys.Name = "groupBoxSpecialKeys"; - this.groupBoxSpecialKeys.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.groupBoxSpecialKeys.Size = new System.Drawing.Size(152, 212); + this.groupBoxSpecialKeys.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.groupBoxSpecialKeys.Size = new System.Drawing.Size(228, 326); this.groupBoxSpecialKeys.TabIndex = 39; this.groupBoxSpecialKeys.TabStop = false; this.groupBoxSpecialKeys.Text = "Special Keys"; @@ -752,10 +753,10 @@ namespace SebWindowsConfig // this.checkBoxEnableAltMouseWheel.AutoSize = true; this.checkBoxEnableAltMouseWheel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableAltMouseWheel.Location = new System.Drawing.Point(8, 189); - this.checkBoxEnableAltMouseWheel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableAltMouseWheel.Location = new System.Drawing.Point(12, 291); + this.checkBoxEnableAltMouseWheel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableAltMouseWheel.Name = "checkBoxEnableAltMouseWheel"; - this.checkBoxEnableAltMouseWheel.Size = new System.Drawing.Size(137, 17); + this.checkBoxEnableAltMouseWheel.Size = new System.Drawing.Size(202, 24); this.checkBoxEnableAltMouseWheel.TabIndex = 8; this.checkBoxEnableAltMouseWheel.Text = "Enable Alt-Mousewheel"; this.toolTip1.SetToolTip(this.checkBoxEnableAltMouseWheel, "Corresponds to \'Allow browsing back/forward\' in Browser pane. Disabling browsing " + @@ -768,10 +769,10 @@ namespace SebWindowsConfig // this.checkBoxEnablePrintScreen.AutoSize = true; this.checkBoxEnablePrintScreen.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnablePrintScreen.Location = new System.Drawing.Point(8, 168); - this.checkBoxEnablePrintScreen.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnablePrintScreen.Location = new System.Drawing.Point(12, 258); + this.checkBoxEnablePrintScreen.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnablePrintScreen.Name = "checkBoxEnablePrintScreen"; - this.checkBoxEnablePrintScreen.Size = new System.Drawing.Size(117, 17); + this.checkBoxEnablePrintScreen.Size = new System.Drawing.Size(172, 24); this.checkBoxEnablePrintScreen.TabIndex = 7; this.checkBoxEnablePrintScreen.Text = "Enable PrintScreen"; this.toolTip1.SetToolTip(this.checkBoxEnablePrintScreen, "Controls Print Screen and OS X screen capture, corresponds with Enable screen cap" + @@ -783,10 +784,10 @@ namespace SebWindowsConfig // this.checkBoxEnableEsc.AutoSize = true; this.checkBoxEnableEsc.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableEsc.Location = new System.Drawing.Point(8, 25); - this.checkBoxEnableEsc.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableEsc.Location = new System.Drawing.Point(12, 38); + this.checkBoxEnableEsc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableEsc.Name = "checkBoxEnableEsc"; - this.checkBoxEnableEsc.Size = new System.Drawing.Size(80, 17); + this.checkBoxEnableEsc.Size = new System.Drawing.Size(116, 24); this.checkBoxEnableEsc.TabIndex = 0; this.checkBoxEnableEsc.Text = "Enable Esc"; this.checkBoxEnableEsc.UseVisualStyleBackColor = true; @@ -796,10 +797,10 @@ namespace SebWindowsConfig // this.checkBoxEnableCtrlEsc.AutoSize = true; this.checkBoxEnableCtrlEsc.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableCtrlEsc.Location = new System.Drawing.Point(8, 49); - this.checkBoxEnableCtrlEsc.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableCtrlEsc.Location = new System.Drawing.Point(12, 75); + this.checkBoxEnableCtrlEsc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableCtrlEsc.Name = "checkBoxEnableCtrlEsc"; - this.checkBoxEnableCtrlEsc.Size = new System.Drawing.Size(98, 17); + this.checkBoxEnableCtrlEsc.Size = new System.Drawing.Size(145, 24); this.checkBoxEnableCtrlEsc.TabIndex = 1; this.checkBoxEnableCtrlEsc.Text = "Enable Ctrl-Esc"; this.checkBoxEnableCtrlEsc.UseVisualStyleBackColor = true; @@ -809,10 +810,10 @@ namespace SebWindowsConfig // this.checkBoxEnableAltEsc.AutoSize = true; this.checkBoxEnableAltEsc.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableAltEsc.Location = new System.Drawing.Point(8, 73); - this.checkBoxEnableAltEsc.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableAltEsc.Location = new System.Drawing.Point(12, 112); + this.checkBoxEnableAltEsc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableAltEsc.Name = "checkBoxEnableAltEsc"; - this.checkBoxEnableAltEsc.Size = new System.Drawing.Size(95, 17); + this.checkBoxEnableAltEsc.Size = new System.Drawing.Size(140, 24); this.checkBoxEnableAltEsc.TabIndex = 2; this.checkBoxEnableAltEsc.Text = "Enable Alt-Esc"; this.checkBoxEnableAltEsc.UseVisualStyleBackColor = true; @@ -822,10 +823,10 @@ namespace SebWindowsConfig // this.checkBoxEnableAltTab.AutoSize = true; this.checkBoxEnableAltTab.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableAltTab.Location = new System.Drawing.Point(8, 98); - this.checkBoxEnableAltTab.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableAltTab.Location = new System.Drawing.Point(12, 151); + this.checkBoxEnableAltTab.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableAltTab.Name = "checkBoxEnableAltTab"; - this.checkBoxEnableAltTab.Size = new System.Drawing.Size(96, 17); + this.checkBoxEnableAltTab.Size = new System.Drawing.Size(140, 24); this.checkBoxEnableAltTab.TabIndex = 3; this.checkBoxEnableAltTab.Text = "Enable Alt-Tab"; this.checkBoxEnableAltTab.UseVisualStyleBackColor = true; @@ -835,10 +836,10 @@ namespace SebWindowsConfig // this.checkBoxEnableAltF4.AutoSize = true; this.checkBoxEnableAltF4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableAltF4.Location = new System.Drawing.Point(8, 122); - this.checkBoxEnableAltF4.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableAltF4.Location = new System.Drawing.Point(12, 188); + this.checkBoxEnableAltF4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableAltF4.Name = "checkBoxEnableAltF4"; - this.checkBoxEnableAltF4.Size = new System.Drawing.Size(89, 17); + this.checkBoxEnableAltF4.Size = new System.Drawing.Size(132, 24); this.checkBoxEnableAltF4.TabIndex = 4; this.checkBoxEnableAltF4.Text = "Enable Alt-F4"; this.checkBoxEnableAltF4.UseVisualStyleBackColor = true; @@ -848,10 +849,10 @@ namespace SebWindowsConfig // this.checkBoxEnableRightMouse.AutoSize = true; this.checkBoxEnableRightMouse.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableRightMouse.Location = new System.Drawing.Point(8, 144); - this.checkBoxEnableRightMouse.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableRightMouse.Location = new System.Drawing.Point(12, 222); + this.checkBoxEnableRightMouse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableRightMouse.Name = "checkBoxEnableRightMouse"; - this.checkBoxEnableRightMouse.Size = new System.Drawing.Size(122, 17); + this.checkBoxEnableRightMouse.Size = new System.Drawing.Size(179, 24); this.checkBoxEnableRightMouse.TabIndex = 6; this.checkBoxEnableRightMouse.Text = "Enable Right Mouse"; this.toolTip1.SetToolTip(this.checkBoxEnableRightMouse, "The right mouse button has to be enabled for users to be able to use the context " + @@ -865,10 +866,10 @@ namespace SebWindowsConfig this.tabPageRegistry.Controls.Add(this.groupBoxInsideSeb); this.tabPageRegistry.ImageIndex = 9; this.tabPageRegistry.Location = new System.Drawing.Point(4, 39); - this.tabPageRegistry.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageRegistry.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageRegistry.Name = "tabPageRegistry"; - this.tabPageRegistry.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageRegistry.Size = new System.Drawing.Size(1242, 601); + this.tabPageRegistry.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageRegistry.Size = new System.Drawing.Size(1867, 948); this.tabPageRegistry.TabIndex = 25; this.tabPageRegistry.Text = "Registry"; this.tabPageRegistry.UseVisualStyleBackColor = true; @@ -876,10 +877,9 @@ namespace SebWindowsConfig // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(18, 25); - this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label1.Location = new System.Drawing.Point(27, 38); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(307, 13); + this.label1.Size = new System.Drawing.Size(454, 20); this.label1.TabIndex = 76; this.label1.Text = "Options in the Windows Security Screen invoked by Ctrl-Alt-Del:"; this.label1.Click += new System.EventHandler(this.label1_Click); @@ -896,11 +896,11 @@ namespace SebWindowsConfig this.groupBoxInsideSeb.Controls.Add(this.checkBoxInsideSebEnableEaseOfAccess); this.groupBoxInsideSeb.Controls.Add(this.checkBoxInsideSebEnableVmWareClientShade); this.groupBoxInsideSeb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.groupBoxInsideSeb.Location = new System.Drawing.Point(20, 53); - this.groupBoxInsideSeb.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.groupBoxInsideSeb.Location = new System.Drawing.Point(30, 82); + this.groupBoxInsideSeb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBoxInsideSeb.Name = "groupBoxInsideSeb"; - this.groupBoxInsideSeb.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.groupBoxInsideSeb.Size = new System.Drawing.Size(305, 229); + this.groupBoxInsideSeb.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.groupBoxInsideSeb.Size = new System.Drawing.Size(458, 352); this.groupBoxInsideSeb.TabIndex = 25; this.groupBoxInsideSeb.TabStop = false; this.groupBoxInsideSeb.Text = "While running SEB"; @@ -909,10 +909,10 @@ namespace SebWindowsConfig // this.checkBoxInsideSebEnableNetworkConnectionSelector.AutoSize = true; this.checkBoxInsideSebEnableNetworkConnectionSelector.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxInsideSebEnableNetworkConnectionSelector.Location = new System.Drawing.Point(16, 195); - this.checkBoxInsideSebEnableNetworkConnectionSelector.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxInsideSebEnableNetworkConnectionSelector.Location = new System.Drawing.Point(24, 300); + this.checkBoxInsideSebEnableNetworkConnectionSelector.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxInsideSebEnableNetworkConnectionSelector.Name = "checkBoxInsideSebEnableNetworkConnectionSelector"; - this.checkBoxInsideSebEnableNetworkConnectionSelector.Size = new System.Drawing.Size(196, 17); + this.checkBoxInsideSebEnableNetworkConnectionSelector.Size = new System.Drawing.Size(287, 24); this.checkBoxInsideSebEnableNetworkConnectionSelector.TabIndex = 8; this.checkBoxInsideSebEnableNetworkConnectionSelector.Text = "Enable network connection selector"; this.toolTip1.SetToolTip(this.checkBoxInsideSebEnableNetworkConnectionSelector, "Activates the button which allows to connect to WiFi networks, introduced in Wind" + @@ -924,10 +924,10 @@ namespace SebWindowsConfig // this.checkBoxInsideSebEnableSwitchUser.AutoSize = true; this.checkBoxInsideSebEnableSwitchUser.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxInsideSebEnableSwitchUser.Location = new System.Drawing.Point(16, 26); - this.checkBoxInsideSebEnableSwitchUser.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxInsideSebEnableSwitchUser.Location = new System.Drawing.Point(24, 40); + this.checkBoxInsideSebEnableSwitchUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxInsideSebEnableSwitchUser.Name = "checkBoxInsideSebEnableSwitchUser"; - this.checkBoxInsideSebEnableSwitchUser.Size = new System.Drawing.Size(117, 17); + this.checkBoxInsideSebEnableSwitchUser.Size = new System.Drawing.Size(171, 24); this.checkBoxInsideSebEnableSwitchUser.TabIndex = 0; this.checkBoxInsideSebEnableSwitchUser.Text = "Enable Switch user"; this.toolTip1.SetToolTip(this.checkBoxInsideSebEnableSwitchUser, "Activates the button \"Switch User\""); @@ -938,10 +938,10 @@ namespace SebWindowsConfig // this.checkBoxInsideSebEnableLockThisComputer.AutoSize = true; this.checkBoxInsideSebEnableLockThisComputer.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxInsideSebEnableLockThisComputer.Location = new System.Drawing.Point(16, 48); - this.checkBoxInsideSebEnableLockThisComputer.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxInsideSebEnableLockThisComputer.Location = new System.Drawing.Point(24, 74); + this.checkBoxInsideSebEnableLockThisComputer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxInsideSebEnableLockThisComputer.Name = "checkBoxInsideSebEnableLockThisComputer"; - this.checkBoxInsideSebEnableLockThisComputer.Size = new System.Drawing.Size(152, 17); + this.checkBoxInsideSebEnableLockThisComputer.Size = new System.Drawing.Size(223, 24); this.checkBoxInsideSebEnableLockThisComputer.TabIndex = 1; this.checkBoxInsideSebEnableLockThisComputer.Text = "Enable Lock this computer"; this.toolTip1.SetToolTip(this.checkBoxInsideSebEnableLockThisComputer, "Activates the button \"Lock this computer\""); @@ -952,10 +952,10 @@ namespace SebWindowsConfig // this.checkBoxInsideSebEnableChangeAPassword.AutoSize = true; this.checkBoxInsideSebEnableChangeAPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxInsideSebEnableChangeAPassword.Location = new System.Drawing.Point(16, 69); - this.checkBoxInsideSebEnableChangeAPassword.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxInsideSebEnableChangeAPassword.Location = new System.Drawing.Point(24, 106); + this.checkBoxInsideSebEnableChangeAPassword.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxInsideSebEnableChangeAPassword.Name = "checkBoxInsideSebEnableChangeAPassword"; - this.checkBoxInsideSebEnableChangeAPassword.Size = new System.Drawing.Size(156, 17); + this.checkBoxInsideSebEnableChangeAPassword.Size = new System.Drawing.Size(230, 24); this.checkBoxInsideSebEnableChangeAPassword.TabIndex = 2; this.checkBoxInsideSebEnableChangeAPassword.Text = "Enable Change a password"; this.toolTip1.SetToolTip(this.checkBoxInsideSebEnableChangeAPassword, "Activates the button \"Change a password...\""); @@ -966,10 +966,10 @@ namespace SebWindowsConfig // this.checkBoxInsideSebEnableStartTaskManager.AutoSize = true; this.checkBoxInsideSebEnableStartTaskManager.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxInsideSebEnableStartTaskManager.Location = new System.Drawing.Point(16, 91); - this.checkBoxInsideSebEnableStartTaskManager.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxInsideSebEnableStartTaskManager.Location = new System.Drawing.Point(24, 140); + this.checkBoxInsideSebEnableStartTaskManager.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxInsideSebEnableStartTaskManager.Name = "checkBoxInsideSebEnableStartTaskManager"; - this.checkBoxInsideSebEnableStartTaskManager.Size = new System.Drawing.Size(156, 17); + this.checkBoxInsideSebEnableStartTaskManager.Size = new System.Drawing.Size(229, 24); this.checkBoxInsideSebEnableStartTaskManager.TabIndex = 3; this.checkBoxInsideSebEnableStartTaskManager.Text = "Enable Start Task Manager"; this.toolTip1.SetToolTip(this.checkBoxInsideSebEnableStartTaskManager, "Activates the button \"Start Task Manager\""); @@ -980,10 +980,10 @@ namespace SebWindowsConfig // this.checkBoxInsideSebEnableLogOff.AutoSize = true; this.checkBoxInsideSebEnableLogOff.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxInsideSebEnableLogOff.Location = new System.Drawing.Point(16, 111); - this.checkBoxInsideSebEnableLogOff.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxInsideSebEnableLogOff.Location = new System.Drawing.Point(24, 171); + this.checkBoxInsideSebEnableLogOff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxInsideSebEnableLogOff.Name = "checkBoxInsideSebEnableLogOff"; - this.checkBoxInsideSebEnableLogOff.Size = new System.Drawing.Size(95, 17); + this.checkBoxInsideSebEnableLogOff.Size = new System.Drawing.Size(139, 24); this.checkBoxInsideSebEnableLogOff.TabIndex = 4; this.checkBoxInsideSebEnableLogOff.Text = "Enable Log off"; this.toolTip1.SetToolTip(this.checkBoxInsideSebEnableLogOff, "Activates the button \"Log off\""); @@ -994,10 +994,10 @@ namespace SebWindowsConfig // this.checkBoxInsideSebEnableShutDown.AutoSize = true; this.checkBoxInsideSebEnableShutDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxInsideSebEnableShutDown.Location = new System.Drawing.Point(16, 133); - this.checkBoxInsideSebEnableShutDown.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxInsideSebEnableShutDown.Location = new System.Drawing.Point(24, 205); + this.checkBoxInsideSebEnableShutDown.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxInsideSebEnableShutDown.Name = "checkBoxInsideSebEnableShutDown"; - this.checkBoxInsideSebEnableShutDown.Size = new System.Drawing.Size(113, 17); + this.checkBoxInsideSebEnableShutDown.Size = new System.Drawing.Size(165, 24); this.checkBoxInsideSebEnableShutDown.TabIndex = 5; this.checkBoxInsideSebEnableShutDown.Text = "Enable Shut down"; this.toolTip1.SetToolTip(this.checkBoxInsideSebEnableShutDown, "Activates the button \"Shutdown\""); @@ -1008,10 +1008,10 @@ namespace SebWindowsConfig // this.checkBoxInsideSebEnableEaseOfAccess.AutoSize = true; this.checkBoxInsideSebEnableEaseOfAccess.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxInsideSebEnableEaseOfAccess.Location = new System.Drawing.Point(16, 174); - this.checkBoxInsideSebEnableEaseOfAccess.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxInsideSebEnableEaseOfAccess.Location = new System.Drawing.Point(24, 268); + this.checkBoxInsideSebEnableEaseOfAccess.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxInsideSebEnableEaseOfAccess.Name = "checkBoxInsideSebEnableEaseOfAccess"; - this.checkBoxInsideSebEnableEaseOfAccess.Size = new System.Drawing.Size(136, 17); + this.checkBoxInsideSebEnableEaseOfAccess.Size = new System.Drawing.Size(200, 24); this.checkBoxInsideSebEnableEaseOfAccess.TabIndex = 6; this.checkBoxInsideSebEnableEaseOfAccess.Text = "Enable Ease of Access"; this.toolTip1.SetToolTip(this.checkBoxInsideSebEnableEaseOfAccess, "Shows options when the button \"Ease of Access\" in the lower left corner is clicke" + @@ -1024,10 +1024,10 @@ namespace SebWindowsConfig // this.checkBoxInsideSebEnableVmWareClientShade.AutoSize = true; this.checkBoxInsideSebEnableVmWareClientShade.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxInsideSebEnableVmWareClientShade.Location = new System.Drawing.Point(16, 154); - this.checkBoxInsideSebEnableVmWareClientShade.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxInsideSebEnableVmWareClientShade.Location = new System.Drawing.Point(24, 237); + this.checkBoxInsideSebEnableVmWareClientShade.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxInsideSebEnableVmWareClientShade.Name = "checkBoxInsideSebEnableVmWareClientShade"; - this.checkBoxInsideSebEnableVmWareClientShade.Size = new System.Drawing.Size(164, 17); + this.checkBoxInsideSebEnableVmWareClientShade.Size = new System.Drawing.Size(242, 24); this.checkBoxInsideSebEnableVmWareClientShade.TabIndex = 7; this.checkBoxInsideSebEnableVmWareClientShade.Text = "Enable VMware Client Shade"; this.toolTip1.SetToolTip(this.checkBoxInsideSebEnableVmWareClientShade, "Activates the \"Shade\" bar at the upper edge of a virtual desktop, if existent. If" + @@ -1052,10 +1052,10 @@ namespace SebWindowsConfig this.tabPageSecurity.Controls.Add(this.checkBoxAllowVirtualMachine); this.tabPageSecurity.ImageIndex = 8; this.tabPageSecurity.Location = new System.Drawing.Point(4, 39); - this.tabPageSecurity.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageSecurity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageSecurity.Name = "tabPageSecurity"; - this.tabPageSecurity.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageSecurity.Size = new System.Drawing.Size(1242, 601); + this.tabPageSecurity.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageSecurity.Size = new System.Drawing.Size(1867, 948); this.tabPageSecurity.TabIndex = 24; this.tabPageSecurity.Text = "Security"; this.tabPageSecurity.UseVisualStyleBackColor = true; @@ -1063,9 +1063,10 @@ namespace SebWindowsConfig // checkBoxAllowWindowsUpdate // this.checkBoxAllowWindowsUpdate.AutoSize = true; - this.checkBoxAllowWindowsUpdate.Location = new System.Drawing.Point(23, 190); + this.checkBoxAllowWindowsUpdate.Location = new System.Drawing.Point(34, 292); + this.checkBoxAllowWindowsUpdate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.checkBoxAllowWindowsUpdate.Name = "checkBoxAllowWindowsUpdate"; - this.checkBoxAllowWindowsUpdate.Size = new System.Drawing.Size(293, 17); + this.checkBoxAllowWindowsUpdate.Size = new System.Drawing.Size(431, 24); this.checkBoxAllowWindowsUpdate.TabIndex = 103; this.checkBoxAllowWindowsUpdate.Text = "Allow Windows Update to run while SEB is running (Win)"; this.checkBoxAllowWindowsUpdate.UseVisualStyleBackColor = true; @@ -1074,9 +1075,10 @@ namespace SebWindowsConfig // checkBoxAllowChromeNotifications // this.checkBoxAllowChromeNotifications.AutoSize = true; - this.checkBoxAllowChromeNotifications.Location = new System.Drawing.Point(23, 169); + this.checkBoxAllowChromeNotifications.Location = new System.Drawing.Point(34, 260); + this.checkBoxAllowChromeNotifications.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.checkBoxAllowChromeNotifications.Name = "checkBoxAllowChromeNotifications"; - this.checkBoxAllowChromeNotifications.Size = new System.Drawing.Size(245, 17); + this.checkBoxAllowChromeNotifications.Size = new System.Drawing.Size(366, 24); this.checkBoxAllowChromeNotifications.TabIndex = 102; this.checkBoxAllowChromeNotifications.Text = "Allow notifications from Chrome browsers (Win)"; this.checkBoxAllowChromeNotifications.UseVisualStyleBackColor = true; @@ -1085,10 +1087,9 @@ namespace SebWindowsConfig // checkBoxShowLogButton // this.checkBoxShowLogButton.AutoSize = true; - this.checkBoxShowLogButton.Location = new System.Drawing.Point(53, 232); - this.checkBoxShowLogButton.Margin = new System.Windows.Forms.Padding(2); + this.checkBoxShowLogButton.Location = new System.Drawing.Point(80, 357); this.checkBoxShowLogButton.Name = "checkBoxShowLogButton"; - this.checkBoxShowLogButton.Size = new System.Drawing.Size(180, 17); + this.checkBoxShowLogButton.Size = new System.Drawing.Size(264, 24); this.checkBoxShowLogButton.TabIndex = 100; this.checkBoxShowLogButton.Text = "Show log button in taskbar (Win)"; this.checkBoxShowLogButton.UseVisualStyleBackColor = true; @@ -1097,10 +1098,9 @@ namespace SebWindowsConfig // checkBoxAllowLogAccess // this.checkBoxAllowLogAccess.AutoSize = true; - this.checkBoxAllowLogAccess.Location = new System.Drawing.Point(23, 212); - this.checkBoxAllowLogAccess.Margin = new System.Windows.Forms.Padding(2); + this.checkBoxAllowLogAccess.Location = new System.Drawing.Point(34, 326); this.checkBoxAllowLogAccess.Name = "checkBoxAllowLogAccess"; - this.checkBoxAllowLogAccess.Size = new System.Drawing.Size(199, 17); + this.checkBoxAllowLogAccess.Size = new System.Drawing.Size(290, 24); this.checkBoxAllowLogAccess.TabIndex = 99; this.checkBoxAllowLogAccess.Text = "Allow access to application log (Win)"; this.checkBoxAllowLogAccess.UseVisualStyleBackColor = true; @@ -1110,10 +1110,10 @@ namespace SebWindowsConfig // this.checkBoxEnablePrivateClipboard.AutoSize = true; this.checkBoxEnablePrivateClipboard.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnablePrivateClipboard.Location = new System.Drawing.Point(343, 148); - this.checkBoxEnablePrivateClipboard.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnablePrivateClipboard.Location = new System.Drawing.Point(514, 228); + this.checkBoxEnablePrivateClipboard.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnablePrivateClipboard.Name = "checkBoxEnablePrivateClipboard"; - this.checkBoxEnablePrivateClipboard.Size = new System.Drawing.Size(156, 17); + this.checkBoxEnablePrivateClipboard.Size = new System.Drawing.Size(227, 24); this.checkBoxEnablePrivateClipboard.TabIndex = 98; this.checkBoxEnablePrivateClipboard.Text = "Use private clipboard (Mac)"; this.toolTip1.SetToolTip(this.checkBoxEnablePrivateClipboard, "Private clipboard should always be used besides when working with third party app" + @@ -1125,10 +1125,10 @@ namespace SebWindowsConfig // this.checkBoxAllowScreenSharing.AutoSize = true; this.checkBoxAllowScreenSharing.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowScreenSharing.Location = new System.Drawing.Point(23, 148); - this.checkBoxAllowScreenSharing.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowScreenSharing.Location = new System.Drawing.Point(34, 228); + this.checkBoxAllowScreenSharing.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowScreenSharing.Name = "checkBoxAllowScreenSharing"; - this.checkBoxAllowScreenSharing.Size = new System.Drawing.Size(198, 17); + this.checkBoxAllowScreenSharing.Size = new System.Drawing.Size(292, 24); this.checkBoxAllowScreenSharing.TabIndex = 97; this.checkBoxAllowScreenSharing.Text = "Allow remote session/screen sharing"; this.toolTip1.SetToolTip(this.checkBoxAllowScreenSharing, "Allows Windows remote sessions and macOS screen sharing to be used"); @@ -1149,9 +1149,11 @@ namespace SebWindowsConfig this.groupBox1.Controls.Add(this.checkBoxAllowSiri); this.groupBox1.Controls.Add(this.checkBoxForceAppFolderInstall); this.groupBox1.Controls.Add(this.checkBoxEnableAppSwitcherCheck); - this.groupBox1.Location = new System.Drawing.Point(583, 27); + this.groupBox1.Location = new System.Drawing.Point(874, 42); + this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(635, 212); + this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox1.Size = new System.Drawing.Size(952, 326); this.groupBox1.TabIndex = 96; this.groupBox1.TabStop = false; this.groupBox1.Text = "macOS specific settings"; @@ -1161,10 +1163,9 @@ namespace SebWindowsConfig this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label14.Location = new System.Drawing.Point(129, 21); - this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label14.Location = new System.Drawing.Point(194, 32); this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(159, 13); + this.label14.Size = new System.Drawing.Size(237, 20); this.label14.TabIndex = 103; this.label14.Text = "Enforce minimal macOS version:"; this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight; @@ -1174,10 +1175,10 @@ namespace SebWindowsConfig this.comboBoxMinMacOSVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxMinMacOSVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxMinMacOSVersion.FormattingEnabled = true; - this.comboBoxMinMacOSVersion.Location = new System.Drawing.Point(292, 18); - this.comboBoxMinMacOSVersion.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.comboBoxMinMacOSVersion.Location = new System.Drawing.Point(438, 28); + this.comboBoxMinMacOSVersion.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxMinMacOSVersion.Name = "comboBoxMinMacOSVersion"; - this.comboBoxMinMacOSVersion.Size = new System.Drawing.Size(328, 21); + this.comboBoxMinMacOSVersion.Size = new System.Drawing.Size(490, 28); this.comboBoxMinMacOSVersion.TabIndex = 102; this.toolTip1.SetToolTip(this.comboBoxMinMacOSVersion, "SEB refuses to run on an older system version"); this.comboBoxMinMacOSVersion.SelectedIndexChanged += new System.EventHandler(this.comboBoxMinMacOSVersion_SelectedIndexChanged); @@ -1187,10 +1188,10 @@ namespace SebWindowsConfig // this.comboBoxAllowedDisplaysMaxNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxAllowedDisplaysMaxNumber.FormattingEnabled = true; - this.comboBoxAllowedDisplaysMaxNumber.Location = new System.Drawing.Point(527, 159); - this.comboBoxAllowedDisplaysMaxNumber.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.comboBoxAllowedDisplaysMaxNumber.Location = new System.Drawing.Point(790, 245); + this.comboBoxAllowedDisplaysMaxNumber.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxAllowedDisplaysMaxNumber.Name = "comboBoxAllowedDisplaysMaxNumber"; - this.comboBoxAllowedDisplaysMaxNumber.Size = new System.Drawing.Size(93, 21); + this.comboBoxAllowedDisplaysMaxNumber.Size = new System.Drawing.Size(138, 28); this.comboBoxAllowedDisplaysMaxNumber.TabIndex = 100; this.toolTip1.SetToolTip(this.comboBoxAllowedDisplaysMaxNumber, "If more displays are connected, these are blanked with an orange full screen wind" + "ow"); @@ -1202,10 +1203,9 @@ namespace SebWindowsConfig this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label13.Location = new System.Drawing.Point(289, 162); - this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label13.Location = new System.Drawing.Point(434, 249); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(234, 13); + this.label13.Size = new System.Drawing.Size(348, 20); this.label13.TabIndex = 101; this.label13.Text = "Maximum allowed number of connected displays"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight; @@ -1215,10 +1215,10 @@ namespace SebWindowsConfig this.checkBoxAllowedDisplayBuiltin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.checkBoxAllowedDisplayBuiltin.AutoSize = true; this.checkBoxAllowedDisplayBuiltin.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowedDisplayBuiltin.Location = new System.Drawing.Point(514, 184); - this.checkBoxAllowedDisplayBuiltin.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowedDisplayBuiltin.Location = new System.Drawing.Point(775, 283); + this.checkBoxAllowedDisplayBuiltin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowedDisplayBuiltin.Name = "checkBoxAllowedDisplayBuiltin"; - this.checkBoxAllowedDisplayBuiltin.Size = new System.Drawing.Size(113, 17); + this.checkBoxAllowedDisplayBuiltin.Size = new System.Drawing.Size(166, 24); this.checkBoxAllowedDisplayBuiltin.TabIndex = 99; this.checkBoxAllowedDisplayBuiltin.Text = "Use built-in display"; this.toolTip1.SetToolTip(this.checkBoxAllowedDisplayBuiltin, "Use the built-in display (if available) when only one display is allowed or when " + @@ -1230,10 +1230,10 @@ namespace SebWindowsConfig // this.checkBoxAllowDisplayMirroring.AutoSize = true; this.checkBoxAllowDisplayMirroring.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowDisplayMirroring.Location = new System.Drawing.Point(15, 140); - this.checkBoxAllowDisplayMirroring.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowDisplayMirroring.Location = new System.Drawing.Point(22, 215); + this.checkBoxAllowDisplayMirroring.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowDisplayMirroring.Name = "checkBoxAllowDisplayMirroring"; - this.checkBoxAllowDisplayMirroring.Size = new System.Drawing.Size(263, 17); + this.checkBoxAllowDisplayMirroring.Size = new System.Drawing.Size(392, 24); this.checkBoxAllowDisplayMirroring.TabIndex = 98; this.checkBoxAllowDisplayMirroring.Text = "Allow display mirroring (affects also AirPlay Display)"; this.toolTip1.SetToolTip(this.checkBoxAllowDisplayMirroring, "If not selected, SEB prevents to mirror the main display to another (for example " + @@ -1245,10 +1245,10 @@ namespace SebWindowsConfig // this.checkBoxDetectStoppedProcess.AutoSize = true; this.checkBoxDetectStoppedProcess.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxDetectStoppedProcess.Location = new System.Drawing.Point(15, 121); - this.checkBoxDetectStoppedProcess.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxDetectStoppedProcess.Location = new System.Drawing.Point(22, 186); + this.checkBoxDetectStoppedProcess.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxDetectStoppedProcess.Name = "checkBoxDetectStoppedProcess"; - this.checkBoxDetectStoppedProcess.Size = new System.Drawing.Size(214, 17); + this.checkBoxDetectStoppedProcess.Size = new System.Drawing.Size(316, 24); this.checkBoxDetectStoppedProcess.TabIndex = 97; this.checkBoxDetectStoppedProcess.Text = "Detect when SEB process was stopped"; this.toolTip1.SetToolTip(this.checkBoxDetectStoppedProcess, "SEB displays a lock screen (requiring to enter the quit/unlock password) if it de" + @@ -1260,10 +1260,10 @@ namespace SebWindowsConfig // this.checkBoxAllowDictation.AutoSize = true; this.checkBoxAllowDictation.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowDictation.Location = new System.Drawing.Point(15, 102); - this.checkBoxAllowDictation.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowDictation.Location = new System.Drawing.Point(22, 157); + this.checkBoxAllowDictation.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowDictation.Name = "checkBoxAllowDictation"; - this.checkBoxAllowDictation.Size = new System.Drawing.Size(126, 17); + this.checkBoxAllowDictation.Size = new System.Drawing.Size(184, 24); this.checkBoxAllowDictation.TabIndex = 96; this.checkBoxAllowDictation.Text = "Allow to use dictation"; this.toolTip1.SetToolTip(this.checkBoxAllowDictation, "If enabled, dictation can be invoked with the shortcut set in System Preferences/" + @@ -1276,10 +1276,10 @@ namespace SebWindowsConfig this.checkBoxAllowUserAppFolderInstall.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.checkBoxAllowUserAppFolderInstall.AutoSize = true; this.checkBoxAllowUserAppFolderInstall.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowUserAppFolderInstall.Location = new System.Drawing.Point(421, 64); - this.checkBoxAllowUserAppFolderInstall.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowUserAppFolderInstall.Location = new System.Drawing.Point(639, 98); + this.checkBoxAllowUserAppFolderInstall.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowUserAppFolderInstall.Name = "checkBoxAllowUserAppFolderInstall"; - this.checkBoxAllowUserAppFolderInstall.Size = new System.Drawing.Size(204, 17); + this.checkBoxAllowUserAppFolderInstall.Size = new System.Drawing.Size(298, 24); this.checkBoxAllowUserAppFolderInstall.TabIndex = 95; this.checkBoxAllowUserAppFolderInstall.Text = "Allow also user\'s ~/Applications folder"; this.toolTip1.SetToolTip(this.checkBoxAllowUserAppFolderInstall, "SEB can also be installed in the Applications folder of the current user (~/Appli" + @@ -1291,10 +1291,10 @@ namespace SebWindowsConfig // this.checkBoxAllowSiri.AutoSize = true; this.checkBoxAllowSiri.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowSiri.Location = new System.Drawing.Point(15, 83); - this.checkBoxAllowSiri.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowSiri.Location = new System.Drawing.Point(22, 128); + this.checkBoxAllowSiri.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowSiri.Name = "checkBoxAllowSiri"; - this.checkBoxAllowSiri.Size = new System.Drawing.Size(100, 17); + this.checkBoxAllowSiri.Size = new System.Drawing.Size(146, 24); this.checkBoxAllowSiri.TabIndex = 4; this.checkBoxAllowSiri.Text = "Allow to use Siri"; this.toolTip1.SetToolTip(this.checkBoxAllowSiri, "If enabled, Siri can be used by tapping the menu bar icon, Touch Bar icon or shor" + @@ -1307,10 +1307,10 @@ namespace SebWindowsConfig // this.checkBoxForceAppFolderInstall.AutoSize = true; this.checkBoxForceAppFolderInstall.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxForceAppFolderInstall.Location = new System.Drawing.Point(15, 64); - this.checkBoxForceAppFolderInstall.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxForceAppFolderInstall.Location = new System.Drawing.Point(22, 98); + this.checkBoxForceAppFolderInstall.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxForceAppFolderInstall.Name = "checkBoxForceAppFolderInstall"; - this.checkBoxForceAppFolderInstall.Size = new System.Drawing.Size(205, 17); + this.checkBoxForceAppFolderInstall.Size = new System.Drawing.Size(305, 24); this.checkBoxForceAppFolderInstall.TabIndex = 93; this.checkBoxForceAppFolderInstall.Text = "Force installation in Applications folder"; this.toolTip1.SetToolTip(this.checkBoxForceAppFolderInstall, "SEB enforces to be installed in the Applications folder (/Applications)"); @@ -1321,10 +1321,10 @@ namespace SebWindowsConfig // this.checkBoxEnableAppSwitcherCheck.AutoSize = true; this.checkBoxEnableAppSwitcherCheck.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableAppSwitcherCheck.Location = new System.Drawing.Point(15, 43); - this.checkBoxEnableAppSwitcherCheck.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableAppSwitcherCheck.Location = new System.Drawing.Point(22, 66); + this.checkBoxEnableAppSwitcherCheck.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableAppSwitcherCheck.Name = "checkBoxEnableAppSwitcherCheck"; - this.checkBoxEnableAppSwitcherCheck.Size = new System.Drawing.Size(220, 17); + this.checkBoxEnableAppSwitcherCheck.Size = new System.Drawing.Size(324, 24); this.checkBoxEnableAppSwitcherCheck.TabIndex = 94; this.checkBoxEnableAppSwitcherCheck.Text = "Disable app switcher when starting (Mac)"; this.toolTip1.SetToolTip(this.checkBoxEnableAppSwitcherCheck, "SEB checks for the command key being held down while SEB is starting up. This pre" + @@ -1340,9 +1340,11 @@ namespace SebWindowsConfig this.groupBox10.Controls.Add(this.textBoxLogDirectoryWin); this.groupBox10.Controls.Add(this.label4); this.groupBox10.Controls.Add(this.checkBoxUseStandardDirectory); - this.groupBox10.Location = new System.Drawing.Point(583, 259); + this.groupBox10.Location = new System.Drawing.Point(874, 398); + this.groupBox10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox10.Name = "groupBox10"; - this.groupBox10.Size = new System.Drawing.Size(555, 142); + this.groupBox10.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox10.Size = new System.Drawing.Size(832, 218); this.groupBox10.TabIndex = 95; this.groupBox10.TabStop = false; this.groupBox10.Text = "Logging"; @@ -1352,10 +1354,10 @@ namespace SebWindowsConfig // this.checkBoxEnableLogging.AutoSize = true; this.checkBoxEnableLogging.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableLogging.Location = new System.Drawing.Point(15, 22); - this.checkBoxEnableLogging.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableLogging.Location = new System.Drawing.Point(22, 34); + this.checkBoxEnableLogging.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableLogging.Name = "checkBoxEnableLogging"; - this.checkBoxEnableLogging.Size = new System.Drawing.Size(96, 17); + this.checkBoxEnableLogging.Size = new System.Drawing.Size(140, 24); this.checkBoxEnableLogging.TabIndex = 5; this.checkBoxEnableLogging.Text = "Enable logging"; this.toolTip1.SetToolTip(this.checkBoxEnableLogging, "The log can help debugging SEB (send it to the developers) and to find out about " + @@ -1366,10 +1368,10 @@ namespace SebWindowsConfig // buttonLogDirectoryWin // this.buttonLogDirectoryWin.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.buttonLogDirectoryWin.Location = new System.Drawing.Point(15, 48); - this.buttonLogDirectoryWin.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonLogDirectoryWin.Location = new System.Drawing.Point(22, 74); + this.buttonLogDirectoryWin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonLogDirectoryWin.Name = "buttonLogDirectoryWin"; - this.buttonLogDirectoryWin.Size = new System.Drawing.Size(143, 25); + this.buttonLogDirectoryWin.Size = new System.Drawing.Size(214, 38); this.buttonLogDirectoryWin.TabIndex = 6; this.buttonLogDirectoryWin.Text = "Save log file to..."; this.buttonLogDirectoryWin.UseVisualStyleBackColor = true; @@ -1377,27 +1379,28 @@ namespace SebWindowsConfig // // textBoxLogDirectoryOSX // - this.textBoxLogDirectoryOSX.Location = new System.Drawing.Point(168, 104); + this.textBoxLogDirectoryOSX.Location = new System.Drawing.Point(252, 160); + this.textBoxLogDirectoryOSX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxLogDirectoryOSX.Name = "textBoxLogDirectoryOSX"; - this.textBoxLogDirectoryOSX.Size = new System.Drawing.Size(372, 20); + this.textBoxLogDirectoryOSX.Size = new System.Drawing.Size(556, 26); this.textBoxLogDirectoryOSX.TabIndex = 82; this.textBoxLogDirectoryOSX.TextChanged += new System.EventHandler(this.textBoxLogDirectoryOSX_TextChanged); // // textBoxLogDirectoryWin // - this.textBoxLogDirectoryWin.Location = new System.Drawing.Point(168, 51); + this.textBoxLogDirectoryWin.Location = new System.Drawing.Point(252, 78); + this.textBoxLogDirectoryWin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxLogDirectoryWin.Name = "textBoxLogDirectoryWin"; - this.textBoxLogDirectoryWin.Size = new System.Drawing.Size(372, 20); + this.textBoxLogDirectoryWin.Size = new System.Drawing.Size(556, 26); this.textBoxLogDirectoryWin.TabIndex = 92; this.textBoxLogDirectoryWin.TextChanged += new System.EventHandler(this.textBoxLogDirectoryWin_TextChanged); // // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(40, 107); - this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label4.Location = new System.Drawing.Point(60, 165); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(126, 13); + this.label4.Size = new System.Drawing.Size(184, 20); this.label4.TabIndex = 83; this.label4.Text = "Log file directory on Mac:"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; @@ -1406,10 +1409,10 @@ namespace SebWindowsConfig // this.checkBoxUseStandardDirectory.AutoSize = true; this.checkBoxUseStandardDirectory.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxUseStandardDirectory.Location = new System.Drawing.Point(31, 78); - this.checkBoxUseStandardDirectory.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxUseStandardDirectory.Location = new System.Drawing.Point(46, 120); + this.checkBoxUseStandardDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxUseStandardDirectory.Name = "checkBoxUseStandardDirectory"; - this.checkBoxUseStandardDirectory.Size = new System.Drawing.Size(132, 17); + this.checkBoxUseStandardDirectory.Size = new System.Drawing.Size(195, 24); this.checkBoxUseStandardDirectory.TabIndex = 91; this.checkBoxUseStandardDirectory.Text = "Use standard directory"; this.toolTip1.SetToolTip(this.checkBoxUseStandardDirectory, "The log is saved to the user\'s AppData\\Roaming\\SafeExamBrowser directory"); @@ -1420,10 +1423,10 @@ namespace SebWindowsConfig // this.checkBoxEnableScreenCapture.AutoSize = true; this.checkBoxEnableScreenCapture.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableScreenCapture.Location = new System.Drawing.Point(343, 129); - this.checkBoxEnableScreenCapture.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableScreenCapture.Location = new System.Drawing.Point(514, 198); + this.checkBoxEnableScreenCapture.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableScreenCapture.Name = "checkBoxEnableScreenCapture"; - this.checkBoxEnableScreenCapture.Size = new System.Drawing.Size(199, 17); + this.checkBoxEnableScreenCapture.Size = new System.Drawing.Size(290, 24); this.checkBoxEnableScreenCapture.TabIndex = 84; this.checkBoxEnableScreenCapture.Text = "Enable screen capture / PrintScreen"; this.toolTip1.SetToolTip(this.checkBoxEnableScreenCapture, "Controls Print Screen and OS X screen capture, corresponds with Enable Print Scre" + @@ -1436,11 +1439,11 @@ namespace SebWindowsConfig this.groupBox3.Controls.Add(this.radioNoKiosMode); this.groupBox3.Controls.Add(this.radioCreateNewDesktop); this.groupBox3.Controls.Add(this.radioKillExplorerShell); - this.groupBox3.Location = new System.Drawing.Point(343, 27); - this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.groupBox3.Location = new System.Drawing.Point(514, 42); + this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBox3.Name = "groupBox3"; - this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.groupBox3.Size = new System.Drawing.Size(235, 92); + this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.groupBox3.Size = new System.Drawing.Size(352, 142); this.groupBox3.TabIndex = 81; this.groupBox3.TabStop = false; this.groupBox3.Text = "Kiosk Mode"; @@ -1449,10 +1452,10 @@ namespace SebWindowsConfig // radioNoKiosMode // this.radioNoKiosMode.AutoSize = true; - this.radioNoKiosMode.Location = new System.Drawing.Point(18, 64); - this.radioNoKiosMode.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioNoKiosMode.Location = new System.Drawing.Point(27, 98); + this.radioNoKiosMode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioNoKiosMode.Name = "radioNoKiosMode"; - this.radioNoKiosMode.Size = new System.Drawing.Size(147, 17); + this.radioNoKiosMode.Size = new System.Drawing.Size(216, 24); this.radioNoKiosMode.TabIndex = 84; this.radioNoKiosMode.TabStop = true; this.radioNoKiosMode.Text = "None (for debugging only)"; @@ -1463,10 +1466,10 @@ namespace SebWindowsConfig // radioCreateNewDesktop // this.radioCreateNewDesktop.AutoSize = true; - this.radioCreateNewDesktop.Location = new System.Drawing.Point(18, 19); - this.radioCreateNewDesktop.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioCreateNewDesktop.Location = new System.Drawing.Point(27, 29); + this.radioCreateNewDesktop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioCreateNewDesktop.Name = "radioCreateNewDesktop"; - this.radioCreateNewDesktop.Size = new System.Drawing.Size(120, 17); + this.radioCreateNewDesktop.Size = new System.Drawing.Size(176, 24); this.radioCreateNewDesktop.TabIndex = 82; this.radioCreateNewDesktop.TabStop = true; this.radioCreateNewDesktop.Text = "Create new desktop"; @@ -1479,10 +1482,10 @@ namespace SebWindowsConfig // radioKillExplorerShell // this.radioKillExplorerShell.AutoSize = true; - this.radioKillExplorerShell.Location = new System.Drawing.Point(18, 40); - this.radioKillExplorerShell.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioKillExplorerShell.Location = new System.Drawing.Point(27, 62); + this.radioKillExplorerShell.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioKillExplorerShell.Name = "radioKillExplorerShell"; - this.radioKillExplorerShell.Size = new System.Drawing.Size(127, 17); + this.radioKillExplorerShell.Size = new System.Drawing.Size(188, 24); this.radioKillExplorerShell.TabIndex = 83; this.radioKillExplorerShell.TabStop = true; this.radioKillExplorerShell.Text = "Disable Explorer Shell"; @@ -1494,20 +1497,20 @@ namespace SebWindowsConfig // labelSebServicePolicy // this.labelSebServicePolicy.AutoSize = true; - this.labelSebServicePolicy.Location = new System.Drawing.Point(21, 27); - this.labelSebServicePolicy.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelSebServicePolicy.Location = new System.Drawing.Point(32, 42); this.labelSebServicePolicy.Name = "labelSebServicePolicy"; - this.labelSebServicePolicy.Size = new System.Drawing.Size(97, 13); + this.labelSebServicePolicy.Size = new System.Drawing.Size(141, 20); this.labelSebServicePolicy.TabIndex = 75; this.labelSebServicePolicy.Text = "SEB Service policy"; // // listBoxSebServicePolicy // this.listBoxSebServicePolicy.FormattingEnabled = true; - this.listBoxSebServicePolicy.Location = new System.Drawing.Point(23, 51); - this.listBoxSebServicePolicy.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.listBoxSebServicePolicy.ItemHeight = 20; + this.listBoxSebServicePolicy.Location = new System.Drawing.Point(34, 78); + this.listBoxSebServicePolicy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBoxSebServicePolicy.Name = "listBoxSebServicePolicy"; - this.listBoxSebServicePolicy.Size = new System.Drawing.Size(282, 43); + this.listBoxSebServicePolicy.Size = new System.Drawing.Size(421, 64); this.listBoxSebServicePolicy.TabIndex = 0; this.toolTip1.SetToolTip(this.listBoxSebServicePolicy, "Policy that applies when an exam client doesn\'t have the SEB Service running."); this.listBoxSebServicePolicy.SelectedIndexChanged += new System.EventHandler(this.listBoxSebServicePolicy_SelectedIndexChanged); @@ -1516,10 +1519,10 @@ namespace SebWindowsConfig // this.checkBoxAllowVirtualMachine.AutoSize = true; this.checkBoxAllowVirtualMachine.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowVirtualMachine.Location = new System.Drawing.Point(23, 129); - this.checkBoxAllowVirtualMachine.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowVirtualMachine.Location = new System.Drawing.Point(34, 198); + this.checkBoxAllowVirtualMachine.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowVirtualMachine.Name = "checkBoxAllowVirtualMachine"; - this.checkBoxAllowVirtualMachine.Size = new System.Drawing.Size(185, 17); + this.checkBoxAllowVirtualMachine.Size = new System.Drawing.Size(271, 24); this.checkBoxAllowVirtualMachine.TabIndex = 1; this.checkBoxAllowVirtualMachine.Text = "Allow to run inside virtual machine"; this.toolTip1.SetToolTip(this.checkBoxAllowVirtualMachine, "Indicates if SEB is allowed to run in a virtual machine or not (in order to preve" + @@ -1532,10 +1535,10 @@ namespace SebWindowsConfig this.tabPageNetwork.Controls.Add(this.tabControlNetwork); this.tabPageNetwork.ImageIndex = 7; this.tabPageNetwork.Location = new System.Drawing.Point(4, 39); - this.tabPageNetwork.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageNetwork.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageNetwork.Name = "tabPageNetwork"; - this.tabPageNetwork.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageNetwork.Size = new System.Drawing.Size(1242, 601); + this.tabPageNetwork.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageNetwork.Size = new System.Drawing.Size(1867, 948); this.tabPageNetwork.TabIndex = 23; this.tabPageNetwork.Text = "Network"; this.tabPageNetwork.UseVisualStyleBackColor = true; @@ -1545,11 +1548,11 @@ namespace SebWindowsConfig this.tabControlNetwork.Controls.Add(this.tabPageUrlFilter); this.tabControlNetwork.Controls.Add(this.tabPageCertificates); this.tabControlNetwork.Controls.Add(this.tabPageProxies); - this.tabControlNetwork.Location = new System.Drawing.Point(22, 25); - this.tabControlNetwork.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabControlNetwork.Location = new System.Drawing.Point(33, 38); + this.tabControlNetwork.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabControlNetwork.Name = "tabControlNetwork"; this.tabControlNetwork.SelectedIndex = 0; - this.tabControlNetwork.Size = new System.Drawing.Size(706, 488); + this.tabControlNetwork.Size = new System.Drawing.Size(1059, 751); this.tabControlNetwork.TabIndex = 0; // // tabPageUrlFilter @@ -1557,30 +1560,31 @@ namespace SebWindowsConfig this.tabPageUrlFilter.Controls.Add(this.UrlFilterContainer); this.tabPageUrlFilter.Controls.Add(this.checkBoxEnableURLFilter); this.tabPageUrlFilter.Controls.Add(this.checkBoxEnableURLContentFilter); - this.tabPageUrlFilter.Location = new System.Drawing.Point(4, 22); + this.tabPageUrlFilter.Location = new System.Drawing.Point(4, 29); + this.tabPageUrlFilter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPageUrlFilter.Name = "tabPageUrlFilter"; - this.tabPageUrlFilter.Padding = new System.Windows.Forms.Padding(3); - this.tabPageUrlFilter.Size = new System.Drawing.Size(698, 462); + this.tabPageUrlFilter.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabPageUrlFilter.Size = new System.Drawing.Size(1051, 718); this.tabPageUrlFilter.TabIndex = 3; this.tabPageUrlFilter.Text = "Filter"; this.tabPageUrlFilter.UseVisualStyleBackColor = true; // // UrlFilterContainer // - this.UrlFilterContainer.Location = new System.Drawing.Point(20, 44); - this.UrlFilterContainer.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.UrlFilterContainer.Location = new System.Drawing.Point(30, 68); + this.UrlFilterContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.UrlFilterContainer.Name = "UrlFilterContainer"; - this.UrlFilterContainer.Size = new System.Drawing.Size(661, 417); + this.UrlFilterContainer.Size = new System.Drawing.Size(992, 642); this.UrlFilterContainer.TabIndex = 23; // // checkBoxEnableURLFilter // this.checkBoxEnableURLFilter.AutoSize = true; this.checkBoxEnableURLFilter.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableURLFilter.Location = new System.Drawing.Point(20, 14); - this.checkBoxEnableURLFilter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableURLFilter.Location = new System.Drawing.Point(30, 22); + this.checkBoxEnableURLFilter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableURLFilter.Name = "checkBoxEnableURLFilter"; - this.checkBoxEnableURLFilter.Size = new System.Drawing.Size(126, 17); + this.checkBoxEnableURLFilter.Size = new System.Drawing.Size(184, 24); this.checkBoxEnableURLFilter.TabIndex = 22; this.checkBoxEnableURLFilter.Text = "Activate URL filtering"; this.toolTip1.SetToolTip(this.checkBoxEnableURLFilter, "Filter URLs when loading web pages using the filter set defined below and in addi" + @@ -1592,10 +1596,10 @@ namespace SebWindowsConfig // this.checkBoxEnableURLContentFilter.AutoSize = true; this.checkBoxEnableURLContentFilter.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableURLContentFilter.Location = new System.Drawing.Point(150, 14); - this.checkBoxEnableURLContentFilter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableURLContentFilter.Location = new System.Drawing.Point(225, 22); + this.checkBoxEnableURLContentFilter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableURLContentFilter.Name = "checkBoxEnableURLContentFilter"; - this.checkBoxEnableURLContentFilter.Size = new System.Drawing.Size(162, 17); + this.checkBoxEnableURLContentFilter.Size = new System.Drawing.Size(241, 24); this.checkBoxEnableURLContentFilter.TabIndex = 2; this.checkBoxEnableURLContentFilter.Text = "Filter also embedded content"; this.toolTip1.SetToolTip(this.checkBoxEnableURLContentFilter, "If selected, also all embedded resources will be filtered using the filter set."); @@ -1614,11 +1618,11 @@ namespace SebWindowsConfig this.tabPageCertificates.Controls.Add(this.comboBoxChooseSSLServerCertificate); this.tabPageCertificates.Controls.Add(this.buttonRemoveCertificate); this.tabPageCertificates.Controls.Add(this.dataGridViewEmbeddedCertificates); - this.tabPageCertificates.Location = new System.Drawing.Point(4, 22); - this.tabPageCertificates.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageCertificates.Location = new System.Drawing.Point(4, 29); + this.tabPageCertificates.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageCertificates.Name = "tabPageCertificates"; - this.tabPageCertificates.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageCertificates.Size = new System.Drawing.Size(698, 462); + this.tabPageCertificates.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageCertificates.Size = new System.Drawing.Size(1051, 718); this.tabPageCertificates.TabIndex = 1; this.tabPageCertificates.Text = "Certificates"; this.tabPageCertificates.UseVisualStyleBackColor = true; @@ -1627,10 +1631,10 @@ namespace SebWindowsConfig // this.checkBoxDebugCertificate.AutoSize = true; this.checkBoxDebugCertificate.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxDebugCertificate.Location = new System.Drawing.Point(524, 43); - this.checkBoxDebugCertificate.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxDebugCertificate.Location = new System.Drawing.Point(786, 66); + this.checkBoxDebugCertificate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxDebugCertificate.Name = "checkBoxDebugCertificate"; - this.checkBoxDebugCertificate.Size = new System.Drawing.Size(107, 17); + this.checkBoxDebugCertificate.Size = new System.Drawing.Size(156, 24); this.checkBoxDebugCertificate.TabIndex = 101; this.checkBoxDebugCertificate.Text = "Debug certificate"; this.toolTip1.SetToolTip(this.checkBoxDebugCertificate, "Debug certificates allow changing the DNS name, so a server with a wrong domain n" + @@ -1642,10 +1646,10 @@ namespace SebWindowsConfig // this.checkBoxPinEmbeddedCertificates.AutoSize = true; this.checkBoxPinEmbeddedCertificates.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxPinEmbeddedCertificates.Location = new System.Drawing.Point(34, 123); - this.checkBoxPinEmbeddedCertificates.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxPinEmbeddedCertificates.Location = new System.Drawing.Point(51, 189); + this.checkBoxPinEmbeddedCertificates.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxPinEmbeddedCertificates.Name = "checkBoxPinEmbeddedCertificates"; - this.checkBoxPinEmbeddedCertificates.Size = new System.Drawing.Size(178, 17); + this.checkBoxPinEmbeddedCertificates.Size = new System.Drawing.Size(262, 24); this.checkBoxPinEmbeddedCertificates.TabIndex = 100; this.checkBoxPinEmbeddedCertificates.Text = "Pin embedded certificates (Mac)"; this.toolTip1.SetToolTip(this.checkBoxPinEmbeddedCertificates, "Bypasses the browser\'s built-in certificate store, you have to embed TLS or CA ce" + @@ -1657,10 +1661,9 @@ namespace SebWindowsConfig // label10 // this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(16, 74); - this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label10.Location = new System.Drawing.Point(24, 114); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(279, 13); + this.label10.Size = new System.Drawing.Size(416, 20); this.label10.TabIndex = 99; this.label10.Text = "Choose CA certificate to embed into configuration... (Mac)"; this.label10.Click += new System.EventHandler(this.label10_Click); @@ -1668,10 +1671,10 @@ namespace SebWindowsConfig // comboBoxChooseCACertificate // this.comboBoxChooseCACertificate.FormattingEnabled = true; - this.comboBoxChooseCACertificate.Location = new System.Drawing.Point(19, 91); - this.comboBoxChooseCACertificate.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.comboBoxChooseCACertificate.Location = new System.Drawing.Point(28, 140); + this.comboBoxChooseCACertificate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxChooseCACertificate.Name = "comboBoxChooseCACertificate"; - this.comboBoxChooseCACertificate.Size = new System.Drawing.Size(491, 21); + this.comboBoxChooseCACertificate.Size = new System.Drawing.Size(734, 28); this.comboBoxChooseCACertificate.TabIndex = 98; this.toolTip1.SetToolTip(this.comboBoxChooseCACertificate, "Certificate Authority certificates from the Windows Certificate Store. This allow" + "s to distribute self-signed certificates to exam clients."); @@ -1680,30 +1683,28 @@ namespace SebWindowsConfig // labelChooseIdentityToEmbed // this.labelChooseIdentityToEmbed.AutoSize = true; - this.labelChooseIdentityToEmbed.Location = new System.Drawing.Point(16, 157); - this.labelChooseIdentityToEmbed.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelChooseIdentityToEmbed.Location = new System.Drawing.Point(24, 242); this.labelChooseIdentityToEmbed.Name = "labelChooseIdentityToEmbed"; - this.labelChooseIdentityToEmbed.Size = new System.Drawing.Size(219, 13); + this.labelChooseIdentityToEmbed.Size = new System.Drawing.Size(327, 20); this.labelChooseIdentityToEmbed.TabIndex = 97; this.labelChooseIdentityToEmbed.Text = "Choose identity to embed into configuration..."; // // labelChooseSSLClientCertificate // this.labelChooseSSLClientCertificate.AutoSize = true; - this.labelChooseSSLClientCertificate.Location = new System.Drawing.Point(16, 25); - this.labelChooseSSLClientCertificate.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelChooseSSLClientCertificate.Location = new System.Drawing.Point(24, 38); this.labelChooseSSLClientCertificate.Name = "labelChooseSSLClientCertificate"; - this.labelChooseSSLClientCertificate.Size = new System.Drawing.Size(310, 13); + this.labelChooseSSLClientCertificate.Size = new System.Drawing.Size(458, 20); this.labelChooseSSLClientCertificate.TabIndex = 96; this.labelChooseSSLClientCertificate.Text = "Choose TLS/SSL certificate to embed into configuration... (Mac)"; // // comboBoxChooseIdentityToEmbed // this.comboBoxChooseIdentityToEmbed.FormattingEnabled = true; - this.comboBoxChooseIdentityToEmbed.Location = new System.Drawing.Point(19, 174); - this.comboBoxChooseIdentityToEmbed.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.comboBoxChooseIdentityToEmbed.Location = new System.Drawing.Point(28, 268); + this.comboBoxChooseIdentityToEmbed.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxChooseIdentityToEmbed.Name = "comboBoxChooseIdentityToEmbed"; - this.comboBoxChooseIdentityToEmbed.Size = new System.Drawing.Size(491, 21); + this.comboBoxChooseIdentityToEmbed.Size = new System.Drawing.Size(734, 28); this.comboBoxChooseIdentityToEmbed.TabIndex = 1; this.toolTip1.SetToolTip(this.comboBoxChooseIdentityToEmbed, resources.GetString("comboBoxChooseIdentityToEmbed.ToolTip")); this.comboBoxChooseIdentityToEmbed.SelectedIndexChanged += new System.EventHandler(this.comboBoxChooseIdentityToEmbed_SelectedIndexChanged); @@ -1711,10 +1712,10 @@ namespace SebWindowsConfig // comboBoxChooseSSLServerCertificate // this.comboBoxChooseSSLServerCertificate.FormattingEnabled = true; - this.comboBoxChooseSSLServerCertificate.Location = new System.Drawing.Point(19, 40); - this.comboBoxChooseSSLServerCertificate.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.comboBoxChooseSSLServerCertificate.Location = new System.Drawing.Point(28, 62); + this.comboBoxChooseSSLServerCertificate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxChooseSSLServerCertificate.Name = "comboBoxChooseSSLServerCertificate"; - this.comboBoxChooseSSLServerCertificate.Size = new System.Drawing.Size(491, 21); + this.comboBoxChooseSSLServerCertificate.Size = new System.Drawing.Size(734, 28); this.comboBoxChooseSSLServerCertificate.TabIndex = 0; this.toolTip1.SetToolTip(this.comboBoxChooseSSLServerCertificate, "SSL/TLS certificates from the Windows Certificate Store. This allows to distribut" + "e self-signed certificates to exam clients."); @@ -1722,10 +1723,10 @@ namespace SebWindowsConfig // // buttonRemoveCertificate // - this.buttonRemoveCertificate.Location = new System.Drawing.Point(19, 376); - this.buttonRemoveCertificate.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonRemoveCertificate.Location = new System.Drawing.Point(28, 578); + this.buttonRemoveCertificate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonRemoveCertificate.Name = "buttonRemoveCertificate"; - this.buttonRemoveCertificate.Size = new System.Drawing.Size(22, 26); + this.buttonRemoveCertificate.Size = new System.Drawing.Size(33, 40); this.buttonRemoveCertificate.TabIndex = 3; this.buttonRemoveCertificate.Text = "-"; this.toolTip1.SetToolTip(this.buttonRemoveCertificate, "Remove certificate/identity from settings"); @@ -1739,12 +1740,12 @@ namespace SebWindowsConfig this.Type, this.dataGridViewTextBoxColumnName}); this.dataGridViewEmbeddedCertificates.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; - this.dataGridViewEmbeddedCertificates.Location = new System.Drawing.Point(19, 214); - this.dataGridViewEmbeddedCertificates.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.dataGridViewEmbeddedCertificates.Location = new System.Drawing.Point(28, 329); + this.dataGridViewEmbeddedCertificates.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dataGridViewEmbeddedCertificates.Name = "dataGridViewEmbeddedCertificates"; this.dataGridViewEmbeddedCertificates.RowHeadersVisible = false; this.dataGridViewEmbeddedCertificates.RowTemplate.Height = 24; - this.dataGridViewEmbeddedCertificates.Size = new System.Drawing.Size(490, 148); + this.dataGridViewEmbeddedCertificates.Size = new System.Drawing.Size(735, 228); this.dataGridViewEmbeddedCertificates.TabIndex = 2; this.dataGridViewEmbeddedCertificates.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewEmbeddedCertificates_CellValueChanged); this.dataGridViewEmbeddedCertificates.CurrentCellDirtyStateChanged += new System.EventHandler(this.dataGridViewEmbeddedCertificates_CurrentCellDirtyStateChanged); @@ -1752,8 +1753,8 @@ namespace SebWindowsConfig // // Type // - dataGridViewCellStyle1.BackColor = System.Drawing.Color.Silver; - this.Type.DefaultCellStyle = dataGridViewCellStyle1; + dataGridViewCellStyle5.BackColor = System.Drawing.Color.Silver; + this.Type.DefaultCellStyle = dataGridViewCellStyle5; this.Type.HeaderText = "Type"; this.Type.Name = "Type"; this.Type.ReadOnly = true; @@ -1788,21 +1789,22 @@ namespace SebWindowsConfig this.tabPageProxies.Controls.Add(this.labelProxyProtocol); this.tabPageProxies.Controls.Add(this.radioButtonUseSebProxySettings); this.tabPageProxies.Controls.Add(this.radioButtonUseSystemProxySettings); - this.tabPageProxies.Location = new System.Drawing.Point(4, 22); - this.tabPageProxies.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageProxies.Location = new System.Drawing.Point(4, 29); + this.tabPageProxies.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageProxies.Name = "tabPageProxies"; - this.tabPageProxies.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageProxies.Size = new System.Drawing.Size(698, 462); + this.tabPageProxies.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageProxies.Size = new System.Drawing.Size(1051, 718); this.tabPageProxies.TabIndex = 2; this.tabPageProxies.Text = "Proxies"; this.tabPageProxies.UseVisualStyleBackColor = true; // // textBoxBypassedProxyHostList // - this.textBoxBypassedProxyHostList.Location = new System.Drawing.Point(19, 318); + this.textBoxBypassedProxyHostList.Location = new System.Drawing.Point(28, 489); + this.textBoxBypassedProxyHostList.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxBypassedProxyHostList.Multiline = true; this.textBoxBypassedProxyHostList.Name = "textBoxBypassedProxyHostList"; - this.textBoxBypassedProxyHostList.Size = new System.Drawing.Size(656, 99); + this.textBoxBypassedProxyHostList.Size = new System.Drawing.Size(982, 150); this.textBoxBypassedProxyHostList.TabIndex = 112; this.toolTip1.SetToolTip(this.textBoxBypassedProxyHostList, "Separate hosts/domains with commas"); this.textBoxBypassedProxyHostList.TextChanged += new System.EventHandler(this.textBoxBypassedProxyHostList_TextChanged); @@ -1812,12 +1814,12 @@ namespace SebWindowsConfig this.textBoxIfYourNetworkAdministrator.BackColor = System.Drawing.SystemColors.Window; this.textBoxIfYourNetworkAdministrator.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBoxIfYourNetworkAdministrator.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxIfYourNetworkAdministrator.Location = new System.Drawing.Point(303, 53); - this.textBoxIfYourNetworkAdministrator.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxIfYourNetworkAdministrator.Location = new System.Drawing.Point(454, 82); + this.textBoxIfYourNetworkAdministrator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxIfYourNetworkAdministrator.Multiline = true; this.textBoxIfYourNetworkAdministrator.Name = "textBoxIfYourNetworkAdministrator"; this.textBoxIfYourNetworkAdministrator.ReadOnly = true; - this.textBoxIfYourNetworkAdministrator.Size = new System.Drawing.Size(285, 30); + this.textBoxIfYourNetworkAdministrator.Size = new System.Drawing.Size(428, 46); this.textBoxIfYourNetworkAdministrator.TabIndex = 111; this.textBoxIfYourNetworkAdministrator.Text = "If your network administrator provided you with the address of an automatic proxy" + " configuration (.pac) file, enter it above."; @@ -1826,50 +1828,47 @@ namespace SebWindowsConfig // labelProxyServerPort // this.labelProxyServerPort.AutoSize = true; - this.labelProxyServerPort.Location = new System.Drawing.Point(607, 122); - this.labelProxyServerPort.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelProxyServerPort.Location = new System.Drawing.Point(910, 188); this.labelProxyServerPort.Name = "labelProxyServerPort"; - this.labelProxyServerPort.Size = new System.Drawing.Size(10, 13); + this.labelProxyServerPort.Size = new System.Drawing.Size(13, 20); this.labelProxyServerPort.TabIndex = 110; this.labelProxyServerPort.Text = ":"; // // labelProxyServerPassword // this.labelProxyServerPassword.AutoSize = true; - this.labelProxyServerPassword.Location = new System.Drawing.Point(323, 212); - this.labelProxyServerPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelProxyServerPassword.Location = new System.Drawing.Point(484, 326); this.labelProxyServerPassword.Name = "labelProxyServerPassword"; - this.labelProxyServerPassword.Size = new System.Drawing.Size(53, 13); + this.labelProxyServerPassword.Size = new System.Drawing.Size(78, 20); this.labelProxyServerPassword.TabIndex = 109; this.labelProxyServerPassword.Text = "Password"; // // labelProxyServerUsername // this.labelProxyServerUsername.AutoSize = true; - this.labelProxyServerUsername.Location = new System.Drawing.Point(323, 182); - this.labelProxyServerUsername.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelProxyServerUsername.Location = new System.Drawing.Point(484, 280); this.labelProxyServerUsername.Name = "labelProxyServerUsername"; - this.labelProxyServerUsername.Size = new System.Drawing.Size(55, 13); + this.labelProxyServerUsername.Size = new System.Drawing.Size(83, 20); this.labelProxyServerUsername.TabIndex = 108; this.labelProxyServerUsername.Text = "Username"; // // textBoxProxyServerPassword // this.textBoxProxyServerPassword.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxProxyServerPassword.Location = new System.Drawing.Point(382, 211); - this.textBoxProxyServerPassword.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxProxyServerPassword.Location = new System.Drawing.Point(573, 325); + this.textBoxProxyServerPassword.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxProxyServerPassword.Name = "textBoxProxyServerPassword"; - this.textBoxProxyServerPassword.Size = new System.Drawing.Size(293, 19); + this.textBoxProxyServerPassword.Size = new System.Drawing.Size(438, 25); this.textBoxProxyServerPassword.TabIndex = 11; this.textBoxProxyServerPassword.TextChanged += new System.EventHandler(this.textBoxProxyServerPassword_TextChanged); // // textBoxProxyServerUsername // this.textBoxProxyServerUsername.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxProxyServerUsername.Location = new System.Drawing.Point(382, 181); - this.textBoxProxyServerUsername.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxProxyServerUsername.Location = new System.Drawing.Point(573, 278); + this.textBoxProxyServerUsername.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxProxyServerUsername.Name = "textBoxProxyServerUsername"; - this.textBoxProxyServerUsername.Size = new System.Drawing.Size(293, 19); + this.textBoxProxyServerUsername.Size = new System.Drawing.Size(438, 25); this.textBoxProxyServerUsername.TabIndex = 10; this.textBoxProxyServerUsername.TextChanged += new System.EventHandler(this.textBoxProxyServerUsername_TextChanged); // @@ -1877,10 +1876,10 @@ namespace SebWindowsConfig // this.checkBoxProxyServerRequires.AutoSize = true; this.checkBoxProxyServerRequires.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxProxyServerRequires.Location = new System.Drawing.Point(302, 155); - this.checkBoxProxyServerRequires.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxProxyServerRequires.Location = new System.Drawing.Point(453, 238); + this.checkBoxProxyServerRequires.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxProxyServerRequires.Name = "checkBoxProxyServerRequires"; - this.checkBoxProxyServerRequires.Size = new System.Drawing.Size(172, 17); + this.checkBoxProxyServerRequires.Size = new System.Drawing.Size(253, 24); this.checkBoxProxyServerRequires.TabIndex = 9; this.checkBoxProxyServerRequires.Text = "Proxy server requires password"; this.checkBoxProxyServerRequires.UseVisualStyleBackColor = true; @@ -1889,30 +1888,29 @@ namespace SebWindowsConfig // textBoxProxyServerPort // this.textBoxProxyServerPort.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxProxyServerPort.Location = new System.Drawing.Point(622, 122); - this.textBoxProxyServerPort.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxProxyServerPort.Location = new System.Drawing.Point(933, 188); + this.textBoxProxyServerPort.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxProxyServerPort.Name = "textBoxProxyServerPort"; - this.textBoxProxyServerPort.Size = new System.Drawing.Size(53, 19); + this.textBoxProxyServerPort.Size = new System.Drawing.Size(78, 25); this.textBoxProxyServerPort.TabIndex = 8; this.textBoxProxyServerPort.TextChanged += new System.EventHandler(this.textBoxProxyServerPort_TextChanged); // // labelProxyServerHost // this.labelProxyServerHost.AutoSize = true; - this.labelProxyServerHost.Location = new System.Drawing.Point(300, 105); - this.labelProxyServerHost.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelProxyServerHost.Location = new System.Drawing.Point(450, 162); this.labelProxyServerHost.Name = "labelProxyServerHost"; - this.labelProxyServerHost.Size = new System.Drawing.Size(67, 13); + this.labelProxyServerHost.Size = new System.Drawing.Size(97, 20); this.labelProxyServerHost.TabIndex = 103; this.labelProxyServerHost.Text = "Proxy Server"; // // textBoxProxyServerHost // this.textBoxProxyServerHost.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxProxyServerHost.Location = new System.Drawing.Point(302, 122); - this.textBoxProxyServerHost.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxProxyServerHost.Location = new System.Drawing.Point(453, 188); + this.textBoxProxyServerHost.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxProxyServerHost.Name = "textBoxProxyServerHost"; - this.textBoxProxyServerHost.Size = new System.Drawing.Size(300, 19); + this.textBoxProxyServerHost.Size = new System.Drawing.Size(448, 25); this.textBoxProxyServerHost.TabIndex = 7; this.textBoxProxyServerHost.TextChanged += new System.EventHandler(this.textBoxProxyServerHost_TextChanged); // @@ -1923,12 +1921,12 @@ namespace SebWindowsConfig this.dataGridViewProxyProtocols.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewCheckBoxColumnProtocolEnable, this.dataGridViewTextBoxColumnProtocolType}); - this.dataGridViewProxyProtocols.Location = new System.Drawing.Point(19, 105); - this.dataGridViewProxyProtocols.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.dataGridViewProxyProtocols.Location = new System.Drawing.Point(28, 162); + this.dataGridViewProxyProtocols.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dataGridViewProxyProtocols.Name = "dataGridViewProxyProtocols"; this.dataGridViewProxyProtocols.RowHeadersVisible = false; this.dataGridViewProxyProtocols.RowTemplate.Height = 24; - this.dataGridViewProxyProtocols.Size = new System.Drawing.Size(262, 139); + this.dataGridViewProxyProtocols.Size = new System.Drawing.Size(393, 214); this.dataGridViewProxyProtocols.TabIndex = 2; this.dataGridViewProxyProtocols.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewProxyProtocols_CellValueChanged); this.dataGridViewProxyProtocols.CurrentCellDirtyStateChanged += new System.EventHandler(this.dataGridViewProxyProtocols_CurrentCellDirtyStateChanged); @@ -1951,10 +1949,10 @@ namespace SebWindowsConfig // this.buttonChooseProxyConfigurationFile.Enabled = false; this.buttonChooseProxyConfigurationFile.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.buttonChooseProxyConfigurationFile.Location = new System.Drawing.Point(592, 56); - this.buttonChooseProxyConfigurationFile.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonChooseProxyConfigurationFile.Location = new System.Drawing.Point(888, 86); + this.buttonChooseProxyConfigurationFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonChooseProxyConfigurationFile.Name = "buttonChooseProxyConfigurationFile"; - this.buttonChooseProxyConfigurationFile.Size = new System.Drawing.Size(82, 25); + this.buttonChooseProxyConfigurationFile.Size = new System.Drawing.Size(123, 38); this.buttonChooseProxyConfigurationFile.TabIndex = 99; this.buttonChooseProxyConfigurationFile.Text = "Choose file..."; this.buttonChooseProxyConfigurationFile.UseVisualStyleBackColor = true; @@ -1964,40 +1962,37 @@ namespace SebWindowsConfig // labelProxyConfigurationFileURL // this.labelProxyConfigurationFileURL.AutoSize = true; - this.labelProxyConfigurationFileURL.Location = new System.Drawing.Point(298, 27); - this.labelProxyConfigurationFileURL.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelProxyConfigurationFileURL.Location = new System.Drawing.Point(447, 42); this.labelProxyConfigurationFileURL.Name = "labelProxyConfigurationFileURL"; - this.labelProxyConfigurationFileURL.Size = new System.Drawing.Size(32, 13); + this.labelProxyConfigurationFileURL.Size = new System.Drawing.Size(46, 20); this.labelProxyConfigurationFileURL.TabIndex = 97; this.labelProxyConfigurationFileURL.Text = "URL:"; // // textBoxAutoProxyConfigurationURL // this.textBoxAutoProxyConfigurationURL.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxAutoProxyConfigurationURL.Location = new System.Drawing.Point(334, 27); - this.textBoxAutoProxyConfigurationURL.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxAutoProxyConfigurationURL.Location = new System.Drawing.Point(501, 42); + this.textBoxAutoProxyConfigurationURL.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxAutoProxyConfigurationURL.Name = "textBoxAutoProxyConfigurationURL"; - this.textBoxAutoProxyConfigurationURL.Size = new System.Drawing.Size(341, 19); + this.textBoxAutoProxyConfigurationURL.Size = new System.Drawing.Size(510, 25); this.textBoxAutoProxyConfigurationURL.TabIndex = 6; this.textBoxAutoProxyConfigurationURL.TextChanged += new System.EventHandler(this.textBoxAutoProxyConfigurationURL_TextChanged); // // labelAutoProxyConfigurationURL // this.labelAutoProxyConfigurationURL.AutoSize = true; - this.labelAutoProxyConfigurationURL.Location = new System.Drawing.Point(300, 12); - this.labelAutoProxyConfigurationURL.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelAutoProxyConfigurationURL.Location = new System.Drawing.Point(450, 18); this.labelAutoProxyConfigurationURL.Name = "labelAutoProxyConfigurationURL"; - this.labelAutoProxyConfigurationURL.Size = new System.Drawing.Size(113, 13); + this.labelAutoProxyConfigurationURL.Size = new System.Drawing.Size(167, 20); this.labelAutoProxyConfigurationURL.TabIndex = 95; this.labelAutoProxyConfigurationURL.Text = "Proxy configuration file"; // // labelBypassedProxies // this.labelBypassedProxies.AutoSize = true; - this.labelBypassedProxies.Location = new System.Drawing.Point(16, 302); - this.labelBypassedProxies.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelBypassedProxies.Location = new System.Drawing.Point(24, 465); this.labelBypassedProxies.Name = "labelBypassedProxies"; - this.labelBypassedProxies.Size = new System.Drawing.Size(246, 13); + this.labelBypassedProxies.Size = new System.Drawing.Size(371, 20); this.labelBypassedProxies.TabIndex = 94; this.labelBypassedProxies.Text = "Bypass proxy settings for these hosts and domains:"; // @@ -2005,10 +2000,10 @@ namespace SebWindowsConfig // this.checkBoxUsePassiveFTPMode.AutoSize = true; this.checkBoxUsePassiveFTPMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxUsePassiveFTPMode.Location = new System.Drawing.Point(19, 422); - this.checkBoxUsePassiveFTPMode.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxUsePassiveFTPMode.Location = new System.Drawing.Point(28, 649); + this.checkBoxUsePassiveFTPMode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxUsePassiveFTPMode.Name = "checkBoxUsePassiveFTPMode"; - this.checkBoxUsePassiveFTPMode.Size = new System.Drawing.Size(175, 17); + this.checkBoxUsePassiveFTPMode.Size = new System.Drawing.Size(256, 24); this.checkBoxUsePassiveFTPMode.TabIndex = 5; this.checkBoxUsePassiveFTPMode.Text = "Use Passive FTP Mode (PASV)"; this.checkBoxUsePassiveFTPMode.UseVisualStyleBackColor = true; @@ -2018,10 +2013,10 @@ namespace SebWindowsConfig // this.checkBoxExcludeSimpleHostnames.AutoSize = true; this.checkBoxExcludeSimpleHostnames.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxExcludeSimpleHostnames.Location = new System.Drawing.Point(19, 268); - this.checkBoxExcludeSimpleHostnames.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxExcludeSimpleHostnames.Location = new System.Drawing.Point(28, 412); + this.checkBoxExcludeSimpleHostnames.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxExcludeSimpleHostnames.Name = "checkBoxExcludeSimpleHostnames"; - this.checkBoxExcludeSimpleHostnames.Size = new System.Drawing.Size(150, 17); + this.checkBoxExcludeSimpleHostnames.Size = new System.Drawing.Size(223, 24); this.checkBoxExcludeSimpleHostnames.TabIndex = 3; this.checkBoxExcludeSimpleHostnames.Text = "Exclude simple hostnames"; this.checkBoxExcludeSimpleHostnames.UseVisualStyleBackColor = true; @@ -2030,20 +2025,19 @@ namespace SebWindowsConfig // labelProxyProtocol // this.labelProxyProtocol.AutoSize = true; - this.labelProxyProtocol.Location = new System.Drawing.Point(19, 81); - this.labelProxyProtocol.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelProxyProtocol.Location = new System.Drawing.Point(28, 125); this.labelProxyProtocol.Name = "labelProxyProtocol"; - this.labelProxyProtocol.Size = new System.Drawing.Size(149, 13); + this.labelProxyProtocol.Size = new System.Drawing.Size(220, 20); this.labelProxyProtocol.TabIndex = 90; this.labelProxyProtocol.Text = "Select a protocol to configure:"; // // radioButtonUseSebProxySettings // this.radioButtonUseSebProxySettings.AutoSize = true; - this.radioButtonUseSebProxySettings.Location = new System.Drawing.Point(19, 40); - this.radioButtonUseSebProxySettings.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUseSebProxySettings.Location = new System.Drawing.Point(28, 62); + this.radioButtonUseSebProxySettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUseSebProxySettings.Name = "radioButtonUseSebProxySettings"; - this.radioButtonUseSebProxySettings.Size = new System.Drawing.Size(135, 17); + this.radioButtonUseSebProxySettings.Size = new System.Drawing.Size(201, 24); this.radioButtonUseSebProxySettings.TabIndex = 1; this.radioButtonUseSebProxySettings.Text = "Use SEB proxy settings"; this.toolTip1.SetToolTip(this.radioButtonUseSebProxySettings, "Proxy settings provided in these SEB settings are used"); @@ -2053,10 +2047,10 @@ namespace SebWindowsConfig // radioButtonUseSystemProxySettings // this.radioButtonUseSystemProxySettings.AutoSize = true; - this.radioButtonUseSystemProxySettings.Location = new System.Drawing.Point(19, 20); - this.radioButtonUseSystemProxySettings.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUseSystemProxySettings.Location = new System.Drawing.Point(28, 31); + this.radioButtonUseSystemProxySettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUseSystemProxySettings.Name = "radioButtonUseSystemProxySettings"; - this.radioButtonUseSystemProxySettings.Size = new System.Drawing.Size(146, 17); + this.radioButtonUseSystemProxySettings.Size = new System.Drawing.Size(218, 24); this.radioButtonUseSystemProxySettings.TabIndex = 0; this.radioButtonUseSystemProxySettings.Text = "Use system proxy settings"; this.toolTip1.SetToolTip(this.radioButtonUseSystemProxySettings, "System proxy settings of the exam client computer are used"); @@ -2069,10 +2063,10 @@ namespace SebWindowsConfig this.tabPageApplications.Controls.Add(this.checkBoxMonitorProcesses); this.tabPageApplications.ImageIndex = 6; this.tabPageApplications.Location = new System.Drawing.Point(4, 39); - this.tabPageApplications.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageApplications.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageApplications.Name = "tabPageApplications"; - this.tabPageApplications.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageApplications.Size = new System.Drawing.Size(1242, 601); + this.tabPageApplications.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageApplications.Size = new System.Drawing.Size(1867, 948); this.tabPageApplications.TabIndex = 21; this.tabPageApplications.Text = "Applications"; this.tabPageApplications.UseVisualStyleBackColor = true; @@ -2081,11 +2075,11 @@ namespace SebWindowsConfig // this.tabControlApplications.Controls.Add(this.tabPagePermittedProcesses); this.tabControlApplications.Controls.Add(this.tabPageProhibitedProcesses); - this.tabControlApplications.Location = new System.Drawing.Point(23, 40); - this.tabControlApplications.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabControlApplications.Location = new System.Drawing.Point(34, 62); + this.tabControlApplications.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabControlApplications.Name = "tabControlApplications"; this.tabControlApplications.SelectedIndex = 0; - this.tabControlApplications.Size = new System.Drawing.Size(1209, 563); + this.tabControlApplications.Size = new System.Drawing.Size(1814, 866); this.tabControlApplications.TabIndex = 1; // // tabPagePermittedProcesses @@ -2098,11 +2092,11 @@ namespace SebWindowsConfig this.tabPagePermittedProcesses.Controls.Add(this.groupBoxPermittedProcess); this.tabPagePermittedProcesses.Controls.Add(this.checkBoxAllowSwitchToApplications); this.tabPagePermittedProcesses.Controls.Add(this.checkBoxAllowFlashFullscreen); - this.tabPagePermittedProcesses.Location = new System.Drawing.Point(4, 22); - this.tabPagePermittedProcesses.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPagePermittedProcesses.Location = new System.Drawing.Point(4, 29); + this.tabPagePermittedProcesses.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPagePermittedProcesses.Name = "tabPagePermittedProcesses"; - this.tabPagePermittedProcesses.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPagePermittedProcesses.Size = new System.Drawing.Size(1201, 537); + this.tabPagePermittedProcesses.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPagePermittedProcesses.Size = new System.Drawing.Size(1806, 833); this.tabPagePermittedProcesses.TabIndex = 0; this.tabPagePermittedProcesses.Text = "Permitted Processes"; this.tabPagePermittedProcesses.UseVisualStyleBackColor = true; @@ -2115,12 +2109,12 @@ namespace SebWindowsConfig this.OS, this.Executable, this.Title}); - this.dataGridViewPermittedProcesses.Location = new System.Drawing.Point(19, 21); - this.dataGridViewPermittedProcesses.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.dataGridViewPermittedProcesses.Location = new System.Drawing.Point(28, 32); + this.dataGridViewPermittedProcesses.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dataGridViewPermittedProcesses.Name = "dataGridViewPermittedProcesses"; this.dataGridViewPermittedProcesses.RowHeadersVisible = false; this.dataGridViewPermittedProcesses.RowTemplate.Height = 24; - this.dataGridViewPermittedProcesses.Size = new System.Drawing.Size(762, 183); + this.dataGridViewPermittedProcesses.Size = new System.Drawing.Size(1143, 282); this.dataGridViewPermittedProcesses.TabIndex = 2; this.dataGridViewPermittedProcesses.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewPermittedProcesses_CellValueChanged); this.dataGridViewPermittedProcesses.CurrentCellDirtyStateChanged += new System.EventHandler(this.dataGridViewPermittedProcesses_CurrentCellDirtyStateChanged); @@ -2154,10 +2148,10 @@ namespace SebWindowsConfig // // buttonChoosePermittedProcess // - this.buttonChoosePermittedProcess.Location = new System.Drawing.Point(1004, 179); - this.buttonChoosePermittedProcess.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonChoosePermittedProcess.Location = new System.Drawing.Point(1506, 275); + this.buttonChoosePermittedProcess.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonChoosePermittedProcess.Name = "buttonChoosePermittedProcess"; - this.buttonChoosePermittedProcess.Size = new System.Drawing.Size(112, 25); + this.buttonChoosePermittedProcess.Size = new System.Drawing.Size(168, 38); this.buttonChoosePermittedProcess.TabIndex = 6; this.buttonChoosePermittedProcess.Text = "Choose Process..."; this.buttonChoosePermittedProcess.UseVisualStyleBackColor = true; @@ -2166,10 +2160,10 @@ namespace SebWindowsConfig // // buttonChoosePermittedApplication // - this.buttonChoosePermittedApplication.Location = new System.Drawing.Point(870, 179); - this.buttonChoosePermittedApplication.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonChoosePermittedApplication.Location = new System.Drawing.Point(1305, 275); + this.buttonChoosePermittedApplication.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonChoosePermittedApplication.Name = "buttonChoosePermittedApplication"; - this.buttonChoosePermittedApplication.Size = new System.Drawing.Size(125, 25); + this.buttonChoosePermittedApplication.Size = new System.Drawing.Size(188, 38); this.buttonChoosePermittedApplication.TabIndex = 5; this.buttonChoosePermittedApplication.Text = "Choose Application..."; this.toolTip1.SetToolTip(this.buttonChoosePermittedApplication, resources.GetString("buttonChoosePermittedApplication.ToolTip")); @@ -2178,10 +2172,10 @@ namespace SebWindowsConfig // // buttonRemovePermittedProcess // - this.buttonRemovePermittedProcess.Location = new System.Drawing.Point(825, 179); - this.buttonRemovePermittedProcess.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonRemovePermittedProcess.Location = new System.Drawing.Point(1238, 275); + this.buttonRemovePermittedProcess.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonRemovePermittedProcess.Name = "buttonRemovePermittedProcess"; - this.buttonRemovePermittedProcess.Size = new System.Drawing.Size(22, 25); + this.buttonRemovePermittedProcess.Size = new System.Drawing.Size(33, 38); this.buttonRemovePermittedProcess.TabIndex = 4; this.buttonRemovePermittedProcess.Text = "-"; this.toolTip1.SetToolTip(this.buttonRemovePermittedProcess, "Remove process"); @@ -2190,10 +2184,10 @@ namespace SebWindowsConfig // // buttonAddPermittedProcess // - this.buttonAddPermittedProcess.Location = new System.Drawing.Point(799, 179); - this.buttonAddPermittedProcess.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonAddPermittedProcess.Location = new System.Drawing.Point(1198, 275); + this.buttonAddPermittedProcess.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonAddPermittedProcess.Name = "buttonAddPermittedProcess"; - this.buttonAddPermittedProcess.Size = new System.Drawing.Size(22, 25); + this.buttonAddPermittedProcess.Size = new System.Drawing.Size(33, 38); this.buttonAddPermittedProcess.TabIndex = 3; this.buttonAddPermittedProcess.Text = "+"; this.toolTip1.SetToolTip(this.buttonAddPermittedProcess, "Add a permitted process"); @@ -2230,11 +2224,11 @@ namespace SebWindowsConfig this.groupBoxPermittedProcess.Controls.Add(this.checkBoxPermittedProcessAutohide); this.groupBoxPermittedProcess.Controls.Add(this.checkBoxPermittedProcessAutostart); this.groupBoxPermittedProcess.Controls.Add(this.checkBoxPermittedProcessActive); - this.groupBoxPermittedProcess.Location = new System.Drawing.Point(19, 213); - this.groupBoxPermittedProcess.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.groupBoxPermittedProcess.Location = new System.Drawing.Point(28, 328); + this.groupBoxPermittedProcess.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBoxPermittedProcess.Name = "groupBoxPermittedProcess"; - this.groupBoxPermittedProcess.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.groupBoxPermittedProcess.Size = new System.Drawing.Size(1166, 320); + this.groupBoxPermittedProcess.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.groupBoxPermittedProcess.Size = new System.Drawing.Size(1749, 492); this.groupBoxPermittedProcess.TabIndex = 80; this.groupBoxPermittedProcess.TabStop = false; this.groupBoxPermittedProcess.Text = "Selected Process"; @@ -2243,10 +2237,9 @@ namespace SebWindowsConfig // // textBoxPermittedProcessOriginalName // - this.textBoxPermittedProcessOriginalName.Location = new System.Drawing.Point(199, 109); - this.textBoxPermittedProcessOriginalName.Margin = new System.Windows.Forms.Padding(2); + this.textBoxPermittedProcessOriginalName.Location = new System.Drawing.Point(298, 168); this.textBoxPermittedProcessOriginalName.Name = "textBoxPermittedProcessOriginalName"; - this.textBoxPermittedProcessOriginalName.Size = new System.Drawing.Size(565, 20); + this.textBoxPermittedProcessOriginalName.Size = new System.Drawing.Size(846, 26); this.textBoxPermittedProcessOriginalName.TabIndex = 95; this.toolTip1.SetToolTip(this.textBoxPermittedProcessOriginalName, "If the Original Name file metadata is available, SEB will prioritize this string " + "over the executable file name string."); @@ -2255,20 +2248,19 @@ namespace SebWindowsConfig // PermittedProcessOriginalNameLabel // this.PermittedProcessOriginalNameLabel.AutoSize = true; - this.PermittedProcessOriginalNameLabel.Location = new System.Drawing.Point(121, 111); - this.PermittedProcessOriginalNameLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.PermittedProcessOriginalNameLabel.Location = new System.Drawing.Point(182, 171); this.PermittedProcessOriginalNameLabel.Name = "PermittedProcessOriginalNameLabel"; - this.PermittedProcessOriginalNameLabel.Size = new System.Drawing.Size(73, 13); + this.PermittedProcessOriginalNameLabel.Size = new System.Drawing.Size(108, 20); this.PermittedProcessOriginalNameLabel.TabIndex = 94; this.PermittedProcessOriginalNameLabel.Text = "Original Name"; // // checkBoxPermittedProcessIconInTaskbar // this.checkBoxPermittedProcessIconInTaskbar.AutoSize = true; - this.checkBoxPermittedProcessIconInTaskbar.Location = new System.Drawing.Point(781, 26); - this.checkBoxPermittedProcessIconInTaskbar.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxPermittedProcessIconInTaskbar.Location = new System.Drawing.Point(1172, 40); + this.checkBoxPermittedProcessIconInTaskbar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxPermittedProcessIconInTaskbar.Name = "checkBoxPermittedProcessIconInTaskbar"; - this.checkBoxPermittedProcessIconInTaskbar.Size = new System.Drawing.Size(96, 17); + this.checkBoxPermittedProcessIconInTaskbar.Size = new System.Drawing.Size(139, 24); this.checkBoxPermittedProcessIconInTaskbar.TabIndex = 93; this.checkBoxPermittedProcessIconInTaskbar.Text = "Icon in taskbar"; this.toolTip1.SetToolTip(this.checkBoxPermittedProcessIconInTaskbar, "Show icon of permitted application in taskbar (not possible when \'run in backgrou" + @@ -2278,9 +2270,10 @@ namespace SebWindowsConfig // // ButtonChooseExecutable // - this.ButtonChooseExecutable.Location = new System.Drawing.Point(730, 80); + this.ButtonChooseExecutable.Location = new System.Drawing.Point(1095, 123); + this.ButtonChooseExecutable.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.ButtonChooseExecutable.Name = "ButtonChooseExecutable"; - this.ButtonChooseExecutable.Size = new System.Drawing.Size(34, 22); + this.ButtonChooseExecutable.Size = new System.Drawing.Size(51, 34); this.ButtonChooseExecutable.TabIndex = 92; this.ButtonChooseExecutable.Text = "..."; this.ButtonChooseExecutable.UseVisualStyleBackColor = true; @@ -2289,20 +2282,19 @@ namespace SebWindowsConfig // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(107, 138); - this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label2.Location = new System.Drawing.Point(160, 212); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(129, 13); + this.label2.Size = new System.Drawing.Size(189, 20); this.label2.TabIndex = 91; this.label2.Text = "Window handling process"; this.label2.Visible = false; // // textBoxPermittedProcessExecutables // - this.textBoxPermittedProcessExecutables.Location = new System.Drawing.Point(246, 135); - this.textBoxPermittedProcessExecutables.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxPermittedProcessExecutables.Location = new System.Drawing.Point(369, 208); + this.textBoxPermittedProcessExecutables.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxPermittedProcessExecutables.Name = "textBoxPermittedProcessExecutables"; - this.textBoxPermittedProcessExecutables.Size = new System.Drawing.Size(517, 20); + this.textBoxPermittedProcessExecutables.Size = new System.Drawing.Size(774, 26); this.textBoxPermittedProcessExecutables.TabIndex = 90; this.toolTip1.SetToolTip(this.textBoxPermittedProcessExecutables, "Process executable which is actually handling the main window."); this.textBoxPermittedProcessExecutables.Visible = false; @@ -2311,10 +2303,10 @@ namespace SebWindowsConfig // checkBoxPermittedProcessStrongKill // this.checkBoxPermittedProcessStrongKill.AutoSize = true; - this.checkBoxPermittedProcessStrongKill.Location = new System.Drawing.Point(781, 113); - this.checkBoxPermittedProcessStrongKill.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxPermittedProcessStrongKill.Location = new System.Drawing.Point(1172, 174); + this.checkBoxPermittedProcessStrongKill.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxPermittedProcessStrongKill.Name = "checkBoxPermittedProcessStrongKill"; - this.checkBoxPermittedProcessStrongKill.Size = new System.Drawing.Size(155, 17); + this.checkBoxPermittedProcessStrongKill.Size = new System.Drawing.Size(230, 24); this.checkBoxPermittedProcessStrongKill.TabIndex = 13; this.checkBoxPermittedProcessStrongKill.Text = "Force quit (risk of data loss)"; this.toolTip1.SetToolTip(this.checkBoxPermittedProcessStrongKill, "Force terminate process, which may cause data loss if the application had unsaved" + @@ -2324,10 +2316,10 @@ namespace SebWindowsConfig // // buttonPermittedProcessCodeSignature // - this.buttonPermittedProcessCodeSignature.Location = new System.Drawing.Point(781, 153); - this.buttonPermittedProcessCodeSignature.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonPermittedProcessCodeSignature.Location = new System.Drawing.Point(1172, 235); + this.buttonPermittedProcessCodeSignature.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonPermittedProcessCodeSignature.Name = "buttonPermittedProcessCodeSignature"; - this.buttonPermittedProcessCodeSignature.Size = new System.Drawing.Size(112, 25); + this.buttonPermittedProcessCodeSignature.Size = new System.Drawing.Size(168, 38); this.buttonPermittedProcessCodeSignature.TabIndex = 14; this.buttonPermittedProcessCodeSignature.Text = "Code Signature..."; this.buttonPermittedProcessCodeSignature.UseVisualStyleBackColor = true; @@ -2341,12 +2333,12 @@ namespace SebWindowsConfig this.dataGridViewPermittedProcessArguments.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ArgumentActive, this.ArgumentParameter}); - this.dataGridViewPermittedProcessArguments.Location = new System.Drawing.Point(171, 189); - this.dataGridViewPermittedProcessArguments.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.dataGridViewPermittedProcessArguments.Location = new System.Drawing.Point(256, 291); + this.dataGridViewPermittedProcessArguments.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dataGridViewPermittedProcessArguments.Name = "dataGridViewPermittedProcessArguments"; this.dataGridViewPermittedProcessArguments.RowHeadersVisible = false; this.dataGridViewPermittedProcessArguments.RowTemplate.Height = 24; - this.dataGridViewPermittedProcessArguments.Size = new System.Drawing.Size(591, 94); + this.dataGridViewPermittedProcessArguments.Size = new System.Drawing.Size(886, 145); this.dataGridViewPermittedProcessArguments.TabIndex = 6; this.toolTip1.SetToolTip(this.dataGridViewPermittedProcessArguments, "Arguments to append to the executable of the application when starting it. You ca" + "n select if an argument is active or not (for testing)."); @@ -2369,20 +2361,19 @@ namespace SebWindowsConfig // labelPermittedProcessIdentifier // this.labelPermittedProcessIdentifier.AutoSize = true; - this.labelPermittedProcessIdentifier.Location = new System.Drawing.Point(195, 296); - this.labelPermittedProcessIdentifier.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelPermittedProcessIdentifier.Location = new System.Drawing.Point(292, 455); this.labelPermittedProcessIdentifier.Name = "labelPermittedProcessIdentifier"; - this.labelPermittedProcessIdentifier.Size = new System.Drawing.Size(47, 13); + this.labelPermittedProcessIdentifier.Size = new System.Drawing.Size(71, 20); this.labelPermittedProcessIdentifier.TabIndex = 89; this.labelPermittedProcessIdentifier.Text = "Identifier"; this.labelPermittedProcessIdentifier.Visible = false; // // textBoxPermittedProcessIdentifier // - this.textBoxPermittedProcessIdentifier.Location = new System.Drawing.Point(246, 292); - this.textBoxPermittedProcessIdentifier.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxPermittedProcessIdentifier.Location = new System.Drawing.Point(369, 449); + this.textBoxPermittedProcessIdentifier.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxPermittedProcessIdentifier.Name = "textBoxPermittedProcessIdentifier"; - this.textBoxPermittedProcessIdentifier.Size = new System.Drawing.Size(517, 20); + this.textBoxPermittedProcessIdentifier.Size = new System.Drawing.Size(774, 26); this.textBoxPermittedProcessIdentifier.TabIndex = 9; this.toolTip1.SetToolTip(this.textBoxPermittedProcessIdentifier, "(Sub) string in the title of the main window of a tricky third party application " + "(Java, Acrobat etc.). Mac: Bundle identifier of the process in reverse domain no" + @@ -2392,10 +2383,10 @@ namespace SebWindowsConfig // // buttonPermittedProcessRemoveArgument // - this.buttonPermittedProcessRemoveArgument.Location = new System.Drawing.Point(127, 207); - this.buttonPermittedProcessRemoveArgument.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonPermittedProcessRemoveArgument.Location = new System.Drawing.Point(190, 318); + this.buttonPermittedProcessRemoveArgument.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonPermittedProcessRemoveArgument.Name = "buttonPermittedProcessRemoveArgument"; - this.buttonPermittedProcessRemoveArgument.Size = new System.Drawing.Size(22, 19); + this.buttonPermittedProcessRemoveArgument.Size = new System.Drawing.Size(33, 29); this.buttonPermittedProcessRemoveArgument.TabIndex = 8; this.buttonPermittedProcessRemoveArgument.Text = "-"; this.toolTip1.SetToolTip(this.buttonPermittedProcessRemoveArgument, "Remove an argument"); @@ -2404,10 +2395,10 @@ namespace SebWindowsConfig // // buttonPermittedProcessAddArgument // - this.buttonPermittedProcessAddArgument.Location = new System.Drawing.Point(100, 207); - this.buttonPermittedProcessAddArgument.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonPermittedProcessAddArgument.Location = new System.Drawing.Point(150, 318); + this.buttonPermittedProcessAddArgument.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonPermittedProcessAddArgument.Name = "buttonPermittedProcessAddArgument"; - this.buttonPermittedProcessAddArgument.Size = new System.Drawing.Size(22, 19); + this.buttonPermittedProcessAddArgument.Size = new System.Drawing.Size(33, 29); this.buttonPermittedProcessAddArgument.TabIndex = 7; this.buttonPermittedProcessAddArgument.Text = "+"; this.toolTip1.SetToolTip(this.buttonPermittedProcessAddArgument, "Add an argument"); @@ -2417,30 +2408,29 @@ namespace SebWindowsConfig // labelPermittedProcessArguments // this.labelPermittedProcessArguments.AutoSize = true; - this.labelPermittedProcessArguments.Location = new System.Drawing.Point(99, 189); - this.labelPermittedProcessArguments.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelPermittedProcessArguments.Location = new System.Drawing.Point(148, 291); this.labelPermittedProcessArguments.Name = "labelPermittedProcessArguments"; - this.labelPermittedProcessArguments.Size = new System.Drawing.Size(57, 13); + this.labelPermittedProcessArguments.Size = new System.Drawing.Size(87, 20); this.labelPermittedProcessArguments.TabIndex = 14; this.labelPermittedProcessArguments.Text = "Arguments"; // // labelPermittedProcessOS // this.labelPermittedProcessOS.AutoSize = true; - this.labelPermittedProcessOS.Location = new System.Drawing.Point(18, 90); - this.labelPermittedProcessOS.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelPermittedProcessOS.Location = new System.Drawing.Point(27, 138); this.labelPermittedProcessOS.Name = "labelPermittedProcessOS"; - this.labelPermittedProcessOS.Size = new System.Drawing.Size(22, 13); + this.labelPermittedProcessOS.Size = new System.Drawing.Size(32, 20); this.labelPermittedProcessOS.TabIndex = 13; this.labelPermittedProcessOS.Text = "OS"; // // listBoxPermittedProcessOS // this.listBoxPermittedProcessOS.FormattingEnabled = true; - this.listBoxPermittedProcessOS.Location = new System.Drawing.Point(42, 90); - this.listBoxPermittedProcessOS.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.listBoxPermittedProcessOS.ItemHeight = 20; + this.listBoxPermittedProcessOS.Location = new System.Drawing.Point(63, 138); + this.listBoxPermittedProcessOS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBoxPermittedProcessOS.Name = "listBoxPermittedProcessOS"; - this.listBoxPermittedProcessOS.Size = new System.Drawing.Size(48, 30); + this.listBoxPermittedProcessOS.Size = new System.Drawing.Size(70, 44); this.listBoxPermittedProcessOS.TabIndex = 3; this.toolTip1.SetToolTip(this.listBoxPermittedProcessOS, "Indicates on which operating system the permitted process runs."); this.listBoxPermittedProcessOS.SelectedIndexChanged += new System.EventHandler(this.listBoxPermittedProcessOS_SelectedIndexChanged); @@ -2448,38 +2438,36 @@ namespace SebWindowsConfig // labelPermittedProcessExecutable // this.labelPermittedProcessExecutable.AutoSize = true; - this.labelPermittedProcessExecutable.Location = new System.Drawing.Point(135, 84); - this.labelPermittedProcessExecutable.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelPermittedProcessExecutable.Location = new System.Drawing.Point(202, 129); this.labelPermittedProcessExecutable.Name = "labelPermittedProcessExecutable"; - this.labelPermittedProcessExecutable.Size = new System.Drawing.Size(60, 13); + this.labelPermittedProcessExecutable.Size = new System.Drawing.Size(88, 20); this.labelPermittedProcessExecutable.TabIndex = 11; this.labelPermittedProcessExecutable.Text = "Executable"; // // labelPermittedProcessPath // this.labelPermittedProcessPath.AutoSize = true; - this.labelPermittedProcessPath.Location = new System.Drawing.Point(53, 165); - this.labelPermittedProcessPath.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelPermittedProcessPath.Location = new System.Drawing.Point(80, 254); this.labelPermittedProcessPath.Name = "labelPermittedProcessPath"; - this.labelPermittedProcessPath.Size = new System.Drawing.Size(29, 13); + this.labelPermittedProcessPath.Size = new System.Drawing.Size(42, 20); this.labelPermittedProcessPath.TabIndex = 10; this.labelPermittedProcessPath.Text = "Path"; // // textBoxPermittedProcessPath // - this.textBoxPermittedProcessPath.Location = new System.Drawing.Point(86, 162); - this.textBoxPermittedProcessPath.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxPermittedProcessPath.Location = new System.Drawing.Point(129, 249); + this.textBoxPermittedProcessPath.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxPermittedProcessPath.Name = "textBoxPermittedProcessPath"; - this.textBoxPermittedProcessPath.Size = new System.Drawing.Size(677, 20); + this.textBoxPermittedProcessPath.Size = new System.Drawing.Size(1014, 26); this.textBoxPermittedProcessPath.TabIndex = 5; this.textBoxPermittedProcessPath.TextChanged += new System.EventHandler(this.textBoxPermittedProcessPath_TextChanged); // // textBoxPermittedProcessExecutable // - this.textBoxPermittedProcessExecutable.Location = new System.Drawing.Point(199, 81); - this.textBoxPermittedProcessExecutable.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxPermittedProcessExecutable.Location = new System.Drawing.Point(298, 125); + this.textBoxPermittedProcessExecutable.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxPermittedProcessExecutable.Name = "textBoxPermittedProcessExecutable"; - this.textBoxPermittedProcessExecutable.Size = new System.Drawing.Size(526, 20); + this.textBoxPermittedProcessExecutable.Size = new System.Drawing.Size(787, 26); this.textBoxPermittedProcessExecutable.TabIndex = 4; this.toolTip1.SetToolTip(this.textBoxPermittedProcessExecutable, "File name of the executable, which should not contain any parts of a file system " + "path, only the filename of the exe file (like calc.exe)."); @@ -2487,10 +2475,10 @@ namespace SebWindowsConfig // // textBoxPermittedProcessDescription // - this.textBoxPermittedProcessDescription.Location = new System.Drawing.Point(86, 53); - this.textBoxPermittedProcessDescription.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxPermittedProcessDescription.Location = new System.Drawing.Point(129, 82); + this.textBoxPermittedProcessDescription.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxPermittedProcessDescription.Name = "textBoxPermittedProcessDescription"; - this.textBoxPermittedProcessDescription.Size = new System.Drawing.Size(677, 20); + this.textBoxPermittedProcessDescription.Size = new System.Drawing.Size(1014, 26); this.textBoxPermittedProcessDescription.TabIndex = 2; this.toolTip1.SetToolTip(this.textBoxPermittedProcessDescription, "Optional, should explain what kind of process this is, because this might not be " + "obvious only from the executable\'s name."); @@ -2499,29 +2487,27 @@ namespace SebWindowsConfig // labelPermittedProcessDescription // this.labelPermittedProcessDescription.AutoSize = true; - this.labelPermittedProcessDescription.Location = new System.Drawing.Point(14, 55); - this.labelPermittedProcessDescription.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelPermittedProcessDescription.Location = new System.Drawing.Point(21, 85); this.labelPermittedProcessDescription.Name = "labelPermittedProcessDescription"; - this.labelPermittedProcessDescription.Size = new System.Drawing.Size(60, 13); + this.labelPermittedProcessDescription.Size = new System.Drawing.Size(89, 20); this.labelPermittedProcessDescription.TabIndex = 6; this.labelPermittedProcessDescription.Text = "Description"; // // labelPermittedProcessTitle // this.labelPermittedProcessTitle.AutoSize = true; - this.labelPermittedProcessTitle.Location = new System.Drawing.Point(168, 29); - this.labelPermittedProcessTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelPermittedProcessTitle.Location = new System.Drawing.Point(252, 45); this.labelPermittedProcessTitle.Name = "labelPermittedProcessTitle"; - this.labelPermittedProcessTitle.Size = new System.Drawing.Size(27, 13); + this.labelPermittedProcessTitle.Size = new System.Drawing.Size(38, 20); this.labelPermittedProcessTitle.TabIndex = 5; this.labelPermittedProcessTitle.Text = "Title"; // // textBoxPermittedProcessTitle // - this.textBoxPermittedProcessTitle.Location = new System.Drawing.Point(199, 26); - this.textBoxPermittedProcessTitle.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxPermittedProcessTitle.Location = new System.Drawing.Point(298, 40); + this.textBoxPermittedProcessTitle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxPermittedProcessTitle.Name = "textBoxPermittedProcessTitle"; - this.textBoxPermittedProcessTitle.Size = new System.Drawing.Size(565, 20); + this.textBoxPermittedProcessTitle.Size = new System.Drawing.Size(846, 26); this.textBoxPermittedProcessTitle.TabIndex = 1; this.toolTip1.SetToolTip(this.textBoxPermittedProcessTitle, "Application title which is displayed in the application chooser. Background proce" + "sses don’t have a title, because they can’t be selected by users."); @@ -2530,10 +2516,10 @@ namespace SebWindowsConfig // checkBoxPermittedProcessAllowUser // this.checkBoxPermittedProcessAllowUser.AutoSize = true; - this.checkBoxPermittedProcessAllowUser.Location = new System.Drawing.Point(781, 91); - this.checkBoxPermittedProcessAllowUser.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxPermittedProcessAllowUser.Location = new System.Drawing.Point(1172, 140); + this.checkBoxPermittedProcessAllowUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxPermittedProcessAllowUser.Name = "checkBoxPermittedProcessAllowUser"; - this.checkBoxPermittedProcessAllowUser.Size = new System.Drawing.Size(223, 17); + this.checkBoxPermittedProcessAllowUser.Size = new System.Drawing.Size(328, 24); this.checkBoxPermittedProcessAllowUser.TabIndex = 12; this.checkBoxPermittedProcessAllowUser.Text = "Allow user to select location of application"; this.toolTip1.SetToolTip(this.checkBoxPermittedProcessAllowUser, resources.GetString("checkBoxPermittedProcessAllowUser.ToolTip")); @@ -2543,10 +2529,10 @@ namespace SebWindowsConfig // checkBoxPermittedProcessAutohide // this.checkBoxPermittedProcessAutohide.AutoSize = true; - this.checkBoxPermittedProcessAutohide.Location = new System.Drawing.Point(781, 69); - this.checkBoxPermittedProcessAutohide.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxPermittedProcessAutohide.Location = new System.Drawing.Point(1172, 106); + this.checkBoxPermittedProcessAutohide.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxPermittedProcessAutohide.Name = "checkBoxPermittedProcessAutohide"; - this.checkBoxPermittedProcessAutohide.Size = new System.Drawing.Size(160, 17); + this.checkBoxPermittedProcessAutohide.Size = new System.Drawing.Size(233, 24); this.checkBoxPermittedProcessAutohide.TabIndex = 11; this.checkBoxPermittedProcessAutohide.Text = "Allow running in background"; this.checkBoxPermittedProcessAutohide.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; @@ -2558,10 +2544,10 @@ namespace SebWindowsConfig // checkBoxPermittedProcessAutostart // this.checkBoxPermittedProcessAutostart.AutoSize = true; - this.checkBoxPermittedProcessAutostart.Location = new System.Drawing.Point(781, 47); - this.checkBoxPermittedProcessAutostart.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxPermittedProcessAutostart.Location = new System.Drawing.Point(1172, 72); + this.checkBoxPermittedProcessAutostart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxPermittedProcessAutostart.Name = "checkBoxPermittedProcessAutostart"; - this.checkBoxPermittedProcessAutostart.Size = new System.Drawing.Size(68, 17); + this.checkBoxPermittedProcessAutostart.Size = new System.Drawing.Size(101, 24); this.checkBoxPermittedProcessAutostart.TabIndex = 10; this.checkBoxPermittedProcessAutostart.Text = "Autostart"; this.toolTip1.SetToolTip(this.checkBoxPermittedProcessAutostart, "Start the process automatically together with SEB."); @@ -2571,10 +2557,10 @@ namespace SebWindowsConfig // checkBoxPermittedProcessActive // this.checkBoxPermittedProcessActive.AutoSize = true; - this.checkBoxPermittedProcessActive.Location = new System.Drawing.Point(17, 27); - this.checkBoxPermittedProcessActive.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxPermittedProcessActive.Location = new System.Drawing.Point(26, 42); + this.checkBoxPermittedProcessActive.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxPermittedProcessActive.Name = "checkBoxPermittedProcessActive"; - this.checkBoxPermittedProcessActive.Size = new System.Drawing.Size(56, 17); + this.checkBoxPermittedProcessActive.Size = new System.Drawing.Size(78, 24); this.checkBoxPermittedProcessActive.TabIndex = 0; this.checkBoxPermittedProcessActive.Text = "Active"; this.toolTip1.SetToolTip(this.checkBoxPermittedProcessActive, "This permitted process item is active."); @@ -2585,10 +2571,10 @@ namespace SebWindowsConfig // this.checkBoxAllowSwitchToApplications.AutoSize = true; this.checkBoxAllowSwitchToApplications.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowSwitchToApplications.Location = new System.Drawing.Point(799, 21); - this.checkBoxAllowSwitchToApplications.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowSwitchToApplications.Location = new System.Drawing.Point(1198, 32); + this.checkBoxAllowSwitchToApplications.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowSwitchToApplications.Name = "checkBoxAllowSwitchToApplications"; - this.checkBoxAllowSwitchToApplications.Size = new System.Drawing.Size(248, 17); + this.checkBoxAllowSwitchToApplications.Size = new System.Drawing.Size(365, 24); this.checkBoxAllowSwitchToApplications.TabIndex = 0; this.checkBoxAllowSwitchToApplications.Text = "Allow switching to third party applications (Mac)"; this.toolTip1.SetToolTip(this.checkBoxAllowSwitchToApplications, "Decreases security of the kiosk mode by allowing process switcher (Cmd+Tab). The " + @@ -2601,10 +2587,10 @@ namespace SebWindowsConfig // this.checkBoxAllowFlashFullscreen.AutoSize = true; this.checkBoxAllowFlashFullscreen.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowFlashFullscreen.Location = new System.Drawing.Point(815, 43); - this.checkBoxAllowFlashFullscreen.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowFlashFullscreen.Location = new System.Drawing.Point(1222, 66); + this.checkBoxAllowFlashFullscreen.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowFlashFullscreen.Name = "checkBoxAllowFlashFullscreen"; - this.checkBoxAllowFlashFullscreen.Size = new System.Drawing.Size(243, 17); + this.checkBoxAllowFlashFullscreen.Size = new System.Drawing.Size(359, 24); this.checkBoxAllowFlashFullscreen.TabIndex = 1; this.checkBoxAllowFlashFullscreen.Text = "Allow Flash to switch to fullscreen mode (Mac)"; this.checkBoxAllowFlashFullscreen.UseVisualStyleBackColor = true; @@ -2618,11 +2604,11 @@ namespace SebWindowsConfig this.tabPageProhibitedProcesses.Controls.Add(this.buttonRemoveProhibitedProcess); this.tabPageProhibitedProcesses.Controls.Add(this.buttonAddProhibitedProcess); this.tabPageProhibitedProcesses.Controls.Add(this.dataGridViewProhibitedProcesses); - this.tabPageProhibitedProcesses.Location = new System.Drawing.Point(4, 22); - this.tabPageProhibitedProcesses.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageProhibitedProcesses.Location = new System.Drawing.Point(4, 29); + this.tabPageProhibitedProcesses.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageProhibitedProcesses.Name = "tabPageProhibitedProcesses"; - this.tabPageProhibitedProcesses.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageProhibitedProcesses.Size = new System.Drawing.Size(1201, 537); + this.tabPageProhibitedProcesses.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageProhibitedProcesses.Size = new System.Drawing.Size(1806, 833); this.tabPageProhibitedProcesses.TabIndex = 1; this.tabPageProhibitedProcesses.Text = "Prohibited Processes"; this.tabPageProhibitedProcesses.UseVisualStyleBackColor = true; @@ -2645,40 +2631,38 @@ namespace SebWindowsConfig this.groupBoxProhibitedProcess.Controls.Add(this.checkBoxProhibitedProcessStrongKill); this.groupBoxProhibitedProcess.Controls.Add(this.checkBoxProhibitedProcessCurrentUser); this.groupBoxProhibitedProcess.Controls.Add(this.checkBoxProhibitedProcessActive); - this.groupBoxProhibitedProcess.Location = new System.Drawing.Point(19, 309); - this.groupBoxProhibitedProcess.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.groupBoxProhibitedProcess.Location = new System.Drawing.Point(28, 475); + this.groupBoxProhibitedProcess.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBoxProhibitedProcess.Name = "groupBoxProhibitedProcess"; - this.groupBoxProhibitedProcess.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.groupBoxProhibitedProcess.Size = new System.Drawing.Size(744, 216); + this.groupBoxProhibitedProcess.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.groupBoxProhibitedProcess.Size = new System.Drawing.Size(1116, 332); this.groupBoxProhibitedProcess.TabIndex = 95; this.groupBoxProhibitedProcess.TabStop = false; this.groupBoxProhibitedProcess.Text = "Selected Process"; // // textBoxProhibitedProcessOriginalName // - this.textBoxProhibitedProcessOriginalName.Location = new System.Drawing.Point(178, 55); - this.textBoxProhibitedProcessOriginalName.Margin = new System.Windows.Forms.Padding(2); + this.textBoxProhibitedProcessOriginalName.Location = new System.Drawing.Point(267, 85); this.textBoxProhibitedProcessOriginalName.Name = "textBoxProhibitedProcessOriginalName"; - this.textBoxProhibitedProcessOriginalName.Size = new System.Drawing.Size(338, 20); + this.textBoxProhibitedProcessOriginalName.Size = new System.Drawing.Size(505, 26); this.textBoxProhibitedProcessOriginalName.TabIndex = 15; this.textBoxProhibitedProcessOriginalName.TextChanged += new System.EventHandler(this.textBoxProhibitedProcessOriginalName_TextChanged); // // ProhibitedProcessOriginalNameLabel // this.ProhibitedProcessOriginalNameLabel.AutoSize = true; - this.ProhibitedProcessOriginalNameLabel.Location = new System.Drawing.Point(102, 57); - this.ProhibitedProcessOriginalNameLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.ProhibitedProcessOriginalNameLabel.Location = new System.Drawing.Point(153, 88); this.ProhibitedProcessOriginalNameLabel.Name = "ProhibitedProcessOriginalNameLabel"; - this.ProhibitedProcessOriginalNameLabel.Size = new System.Drawing.Size(73, 13); + this.ProhibitedProcessOriginalNameLabel.Size = new System.Drawing.Size(108, 20); this.ProhibitedProcessOriginalNameLabel.TabIndex = 14; this.ProhibitedProcessOriginalNameLabel.Text = "Original Name"; // // buttonProhibitedProcessCodeSignature // - this.buttonProhibitedProcessCodeSignature.Location = new System.Drawing.Point(402, 181); - this.buttonProhibitedProcessCodeSignature.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonProhibitedProcessCodeSignature.Location = new System.Drawing.Point(603, 278); + this.buttonProhibitedProcessCodeSignature.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonProhibitedProcessCodeSignature.Name = "buttonProhibitedProcessCodeSignature"; - this.buttonProhibitedProcessCodeSignature.Size = new System.Drawing.Size(112, 25); + this.buttonProhibitedProcessCodeSignature.Size = new System.Drawing.Size(168, 38); this.buttonProhibitedProcessCodeSignature.TabIndex = 8; this.buttonProhibitedProcessCodeSignature.Text = "Code Signature..."; this.buttonProhibitedProcessCodeSignature.UseVisualStyleBackColor = true; @@ -2688,30 +2672,29 @@ namespace SebWindowsConfig // labelProhibitedProcessOS // this.labelProhibitedProcessOS.AutoSize = true; - this.labelProhibitedProcessOS.Location = new System.Drawing.Point(18, 114); - this.labelProhibitedProcessOS.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelProhibitedProcessOS.Location = new System.Drawing.Point(27, 175); this.labelProhibitedProcessOS.Name = "labelProhibitedProcessOS"; - this.labelProhibitedProcessOS.Size = new System.Drawing.Size(22, 13); + this.labelProhibitedProcessOS.Size = new System.Drawing.Size(32, 20); this.labelProhibitedProcessOS.TabIndex = 13; this.labelProhibitedProcessOS.Text = "OS"; // // listBoxProhibitedProcessOS // this.listBoxProhibitedProcessOS.FormattingEnabled = true; - this.listBoxProhibitedProcessOS.Location = new System.Drawing.Point(42, 114); - this.listBoxProhibitedProcessOS.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.listBoxProhibitedProcessOS.ItemHeight = 20; + this.listBoxProhibitedProcessOS.Location = new System.Drawing.Point(63, 175); + this.listBoxProhibitedProcessOS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBoxProhibitedProcessOS.Name = "listBoxProhibitedProcessOS"; - this.listBoxProhibitedProcessOS.Size = new System.Drawing.Size(48, 30); + this.listBoxProhibitedProcessOS.Size = new System.Drawing.Size(70, 44); this.listBoxProhibitedProcessOS.TabIndex = 3; this.listBoxProhibitedProcessOS.SelectedIndexChanged += new System.EventHandler(this.listBoxProhibitedProcessOS_SelectedIndexChanged); // // labelProhibitedProcessIdentifier // this.labelProhibitedProcessIdentifier.AutoSize = true; - this.labelProhibitedProcessIdentifier.Location = new System.Drawing.Point(127, 114); - this.labelProhibitedProcessIdentifier.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelProhibitedProcessIdentifier.Location = new System.Drawing.Point(190, 175); this.labelProhibitedProcessIdentifier.Name = "labelProhibitedProcessIdentifier"; - this.labelProhibitedProcessIdentifier.Size = new System.Drawing.Size(47, 13); + this.labelProhibitedProcessIdentifier.Size = new System.Drawing.Size(71, 20); this.labelProhibitedProcessIdentifier.TabIndex = 11; this.labelProhibitedProcessIdentifier.Text = "Identifier"; this.labelProhibitedProcessIdentifier.Visible = false; @@ -2719,20 +2702,19 @@ namespace SebWindowsConfig // labelProhibitedProcessUser // this.labelProhibitedProcessUser.AutoSize = true; - this.labelProhibitedProcessUser.Location = new System.Drawing.Point(145, 144); - this.labelProhibitedProcessUser.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelProhibitedProcessUser.Location = new System.Drawing.Point(218, 222); this.labelProhibitedProcessUser.Name = "labelProhibitedProcessUser"; - this.labelProhibitedProcessUser.Size = new System.Drawing.Size(29, 13); + this.labelProhibitedProcessUser.Size = new System.Drawing.Size(43, 20); this.labelProhibitedProcessUser.TabIndex = 10; this.labelProhibitedProcessUser.Text = "User"; this.labelProhibitedProcessUser.Visible = false; // // textBoxProhibitedProcessUser // - this.textBoxProhibitedProcessUser.Location = new System.Drawing.Point(178, 144); - this.textBoxProhibitedProcessUser.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxProhibitedProcessUser.Location = new System.Drawing.Point(267, 222); + this.textBoxProhibitedProcessUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxProhibitedProcessUser.Name = "textBoxProhibitedProcessUser"; - this.textBoxProhibitedProcessUser.Size = new System.Drawing.Size(338, 20); + this.textBoxProhibitedProcessUser.Size = new System.Drawing.Size(505, 26); this.textBoxProhibitedProcessUser.TabIndex = 5; this.toolTip1.SetToolTip(this.textBoxProhibitedProcessUser, "User identifier under which this process is running. If no user is indicated, the" + "n the process is killed regardless under which user it is running. Instead the c" + @@ -2742,10 +2724,10 @@ namespace SebWindowsConfig // // textBoxProhibitedProcessIdentifier // - this.textBoxProhibitedProcessIdentifier.Location = new System.Drawing.Point(178, 114); - this.textBoxProhibitedProcessIdentifier.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxProhibitedProcessIdentifier.Location = new System.Drawing.Point(267, 175); + this.textBoxProhibitedProcessIdentifier.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxProhibitedProcessIdentifier.Name = "textBoxProhibitedProcessIdentifier"; - this.textBoxProhibitedProcessIdentifier.Size = new System.Drawing.Size(338, 20); + this.textBoxProhibitedProcessIdentifier.Size = new System.Drawing.Size(505, 26); this.textBoxProhibitedProcessIdentifier.TabIndex = 4; this.toolTip1.SetToolTip(this.textBoxProhibitedProcessIdentifier, "Title of the main window of a Java third party application. Mac OS X: Bundle iden" + "tifier of the process in reverse domain notation."); @@ -2754,10 +2736,10 @@ namespace SebWindowsConfig // // textBoxProhibitedProcessDescription // - this.textBoxProhibitedProcessDescription.Location = new System.Drawing.Point(86, 85); - this.textBoxProhibitedProcessDescription.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxProhibitedProcessDescription.Location = new System.Drawing.Point(129, 131); + this.textBoxProhibitedProcessDescription.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxProhibitedProcessDescription.Name = "textBoxProhibitedProcessDescription"; - this.textBoxProhibitedProcessDescription.Size = new System.Drawing.Size(430, 20); + this.textBoxProhibitedProcessDescription.Size = new System.Drawing.Size(643, 26); this.textBoxProhibitedProcessDescription.TabIndex = 2; this.toolTip1.SetToolTip(this.textBoxProhibitedProcessDescription, "Optional, to explain what kind of process this is, because this might not be obvi" + "ous only from the executable\'s name."); @@ -2766,29 +2748,27 @@ namespace SebWindowsConfig // labelProhibitedProcessDescription // this.labelProhibitedProcessDescription.AutoSize = true; - this.labelProhibitedProcessDescription.Location = new System.Drawing.Point(16, 85); - this.labelProhibitedProcessDescription.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelProhibitedProcessDescription.Location = new System.Drawing.Point(24, 131); this.labelProhibitedProcessDescription.Name = "labelProhibitedProcessDescription"; - this.labelProhibitedProcessDescription.Size = new System.Drawing.Size(60, 13); + this.labelProhibitedProcessDescription.Size = new System.Drawing.Size(89, 20); this.labelProhibitedProcessDescription.TabIndex = 6; this.labelProhibitedProcessDescription.Text = "Description"; // // labelProhibitedProcessExecutable // this.labelProhibitedProcessExecutable.AutoSize = true; - this.labelProhibitedProcessExecutable.Location = new System.Drawing.Point(116, 26); - this.labelProhibitedProcessExecutable.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelProhibitedProcessExecutable.Location = new System.Drawing.Point(174, 40); this.labelProhibitedProcessExecutable.Name = "labelProhibitedProcessExecutable"; - this.labelProhibitedProcessExecutable.Size = new System.Drawing.Size(60, 13); + this.labelProhibitedProcessExecutable.Size = new System.Drawing.Size(88, 20); this.labelProhibitedProcessExecutable.TabIndex = 5; this.labelProhibitedProcessExecutable.Text = "Executable"; // // textBoxProhibitedProcessExecutable // - this.textBoxProhibitedProcessExecutable.Location = new System.Drawing.Point(178, 26); - this.textBoxProhibitedProcessExecutable.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxProhibitedProcessExecutable.Location = new System.Drawing.Point(267, 40); + this.textBoxProhibitedProcessExecutable.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxProhibitedProcessExecutable.Name = "textBoxProhibitedProcessExecutable"; - this.textBoxProhibitedProcessExecutable.Size = new System.Drawing.Size(338, 20); + this.textBoxProhibitedProcessExecutable.Size = new System.Drawing.Size(505, 26); this.textBoxProhibitedProcessExecutable.TabIndex = 1; this.toolTip1.SetToolTip(this.textBoxProhibitedProcessExecutable, "File name of the executable, which should not contain any parts of a file system " + "path, only the filename of the exe file (like calc.exe)."); @@ -2797,10 +2777,10 @@ namespace SebWindowsConfig // checkBoxProhibitedProcessStrongKill // this.checkBoxProhibitedProcessStrongKill.AutoSize = true; - this.checkBoxProhibitedProcessStrongKill.Location = new System.Drawing.Point(15, 187); - this.checkBoxProhibitedProcessStrongKill.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxProhibitedProcessStrongKill.Location = new System.Drawing.Point(22, 288); + this.checkBoxProhibitedProcessStrongKill.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxProhibitedProcessStrongKill.Name = "checkBoxProhibitedProcessStrongKill"; - this.checkBoxProhibitedProcessStrongKill.Size = new System.Drawing.Size(155, 17); + this.checkBoxProhibitedProcessStrongKill.Size = new System.Drawing.Size(230, 24); this.checkBoxProhibitedProcessStrongKill.TabIndex = 7; this.checkBoxProhibitedProcessStrongKill.Text = "Force quit (risk of data loss)"; this.toolTip1.SetToolTip(this.checkBoxProhibitedProcessStrongKill, "Terminate process in a not-nice way, which may cause data loss if the application" + @@ -2811,10 +2791,10 @@ namespace SebWindowsConfig // checkBoxProhibitedProcessCurrentUser // this.checkBoxProhibitedProcessCurrentUser.AutoSize = true; - this.checkBoxProhibitedProcessCurrentUser.Location = new System.Drawing.Point(15, 162); - this.checkBoxProhibitedProcessCurrentUser.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxProhibitedProcessCurrentUser.Location = new System.Drawing.Point(22, 249); + this.checkBoxProhibitedProcessCurrentUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxProhibitedProcessCurrentUser.Name = "checkBoxProhibitedProcessCurrentUser"; - this.checkBoxProhibitedProcessCurrentUser.Size = new System.Drawing.Size(83, 17); + this.checkBoxProhibitedProcessCurrentUser.Size = new System.Drawing.Size(123, 24); this.checkBoxProhibitedProcessCurrentUser.TabIndex = 6; this.checkBoxProhibitedProcessCurrentUser.Text = "Current user"; this.toolTip1.SetToolTip(this.checkBoxProhibitedProcessCurrentUser, "The prohibited process has to run under the currently logged in user. Use it inst" + @@ -2826,10 +2806,10 @@ namespace SebWindowsConfig // checkBoxProhibitedProcessActive // this.checkBoxProhibitedProcessActive.AutoSize = true; - this.checkBoxProhibitedProcessActive.Location = new System.Drawing.Point(17, 23); - this.checkBoxProhibitedProcessActive.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxProhibitedProcessActive.Location = new System.Drawing.Point(26, 35); + this.checkBoxProhibitedProcessActive.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxProhibitedProcessActive.Name = "checkBoxProhibitedProcessActive"; - this.checkBoxProhibitedProcessActive.Size = new System.Drawing.Size(56, 17); + this.checkBoxProhibitedProcessActive.Size = new System.Drawing.Size(78, 24); this.checkBoxProhibitedProcessActive.TabIndex = 0; this.checkBoxProhibitedProcessActive.Text = "Active"; this.toolTip1.SetToolTip(this.checkBoxProhibitedProcessActive, "Indicates if this prohibited process item is active."); @@ -2838,10 +2818,10 @@ namespace SebWindowsConfig // // buttonChooseProhibitedProcess // - this.buttonChooseProhibitedProcess.Location = new System.Drawing.Point(225, 274); - this.buttonChooseProhibitedProcess.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonChooseProhibitedProcess.Location = new System.Drawing.Point(338, 422); + this.buttonChooseProhibitedProcess.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonChooseProhibitedProcess.Name = "buttonChooseProhibitedProcess"; - this.buttonChooseProhibitedProcess.Size = new System.Drawing.Size(112, 25); + this.buttonChooseProhibitedProcess.Size = new System.Drawing.Size(168, 38); this.buttonChooseProhibitedProcess.TabIndex = 4; this.buttonChooseProhibitedProcess.Text = "Choose Process..."; this.buttonChooseProhibitedProcess.UseVisualStyleBackColor = true; @@ -2850,10 +2830,10 @@ namespace SebWindowsConfig // // buttonChooseProhibitedExecutable // - this.buttonChooseProhibitedExecutable.Location = new System.Drawing.Point(90, 274); - this.buttonChooseProhibitedExecutable.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonChooseProhibitedExecutable.Location = new System.Drawing.Point(135, 422); + this.buttonChooseProhibitedExecutable.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonChooseProhibitedExecutable.Name = "buttonChooseProhibitedExecutable"; - this.buttonChooseProhibitedExecutable.Size = new System.Drawing.Size(112, 25); + this.buttonChooseProhibitedExecutable.Size = new System.Drawing.Size(168, 38); this.buttonChooseProhibitedExecutable.TabIndex = 3; this.buttonChooseProhibitedExecutable.Text = "Choose Executable..."; this.buttonChooseProhibitedExecutable.UseVisualStyleBackColor = true; @@ -2862,10 +2842,10 @@ namespace SebWindowsConfig // // buttonRemoveProhibitedProcess // - this.buttonRemoveProhibitedProcess.Location = new System.Drawing.Point(45, 274); - this.buttonRemoveProhibitedProcess.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonRemoveProhibitedProcess.Location = new System.Drawing.Point(68, 422); + this.buttonRemoveProhibitedProcess.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonRemoveProhibitedProcess.Name = "buttonRemoveProhibitedProcess"; - this.buttonRemoveProhibitedProcess.Size = new System.Drawing.Size(22, 25); + this.buttonRemoveProhibitedProcess.Size = new System.Drawing.Size(33, 38); this.buttonRemoveProhibitedProcess.TabIndex = 2; this.buttonRemoveProhibitedProcess.Text = "-"; this.buttonRemoveProhibitedProcess.UseVisualStyleBackColor = true; @@ -2873,10 +2853,10 @@ namespace SebWindowsConfig // // buttonAddProhibitedProcess // - this.buttonAddProhibitedProcess.Location = new System.Drawing.Point(19, 274); - this.buttonAddProhibitedProcess.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonAddProhibitedProcess.Location = new System.Drawing.Point(28, 422); + this.buttonAddProhibitedProcess.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonAddProhibitedProcess.Name = "buttonAddProhibitedProcess"; - this.buttonAddProhibitedProcess.Size = new System.Drawing.Size(22, 25); + this.buttonAddProhibitedProcess.Size = new System.Drawing.Size(33, 38); this.buttonAddProhibitedProcess.TabIndex = 1; this.buttonAddProhibitedProcess.Text = "+"; this.buttonAddProhibitedProcess.UseVisualStyleBackColor = true; @@ -2890,12 +2870,12 @@ namespace SebWindowsConfig this.dataGridViewComboBoxColumn1, this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2}); - this.dataGridViewProhibitedProcesses.Location = new System.Drawing.Point(19, 27); - this.dataGridViewProhibitedProcesses.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.dataGridViewProhibitedProcesses.Location = new System.Drawing.Point(28, 42); + this.dataGridViewProhibitedProcesses.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dataGridViewProhibitedProcesses.Name = "dataGridViewProhibitedProcesses"; this.dataGridViewProhibitedProcesses.RowHeadersVisible = false; this.dataGridViewProhibitedProcesses.RowTemplate.Height = 24; - this.dataGridViewProhibitedProcesses.Size = new System.Drawing.Size(744, 234); + this.dataGridViewProhibitedProcesses.Size = new System.Drawing.Size(1116, 360); this.dataGridViewProhibitedProcesses.TabIndex = 0; this.dataGridViewProhibitedProcesses.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewProhibitedProcesses_CellValueChanged); this.dataGridViewProhibitedProcesses.CurrentCellDirtyStateChanged += new System.EventHandler(this.dataGridViewProhibitedProcesses_CurrentCellDirtyStateChanged); @@ -2932,10 +2912,10 @@ namespace SebWindowsConfig // this.checkBoxMonitorProcesses.AutoSize = true; this.checkBoxMonitorProcesses.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxMonitorProcesses.Location = new System.Drawing.Point(24, 14); - this.checkBoxMonitorProcesses.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxMonitorProcesses.Location = new System.Drawing.Point(36, 22); + this.checkBoxMonitorProcesses.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxMonitorProcesses.Name = "checkBoxMonitorProcesses"; - this.checkBoxMonitorProcesses.Size = new System.Drawing.Size(211, 17); + this.checkBoxMonitorProcesses.Size = new System.Drawing.Size(313, 24); this.checkBoxMonitorProcesses.TabIndex = 0; this.checkBoxMonitorProcesses.Text = "Monitor processes while SEB is running"; this.toolTip1.SetToolTip(this.checkBoxMonitorProcesses, "SEB monitors which processes/applications are running during an exam. Those which" + @@ -2954,10 +2934,10 @@ namespace SebWindowsConfig this.tabPageExam.Controls.Add(this.label3); this.tabPageExam.ImageIndex = 5; this.tabPageExam.Location = new System.Drawing.Point(4, 39); - this.tabPageExam.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageExam.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageExam.Name = "tabPageExam"; - this.tabPageExam.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageExam.Size = new System.Drawing.Size(1242, 601); + this.tabPageExam.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageExam.Size = new System.Drawing.Size(1867, 948); this.tabPageExam.TabIndex = 18; this.tabPageExam.Text = " Exam"; this.tabPageExam.UseVisualStyleBackColor = true; @@ -2967,21 +2947,18 @@ namespace SebWindowsConfig this.groupBox2.Controls.Add(this.label15); this.groupBox2.Controls.Add(this.checkBoxClearSessionOnEnd); this.groupBox2.Controls.Add(this.checkBoxClearSessionOnStart); - this.groupBox2.Location = new System.Drawing.Point(605, 15); - this.groupBox2.Margin = new System.Windows.Forms.Padding(2); + this.groupBox2.Location = new System.Drawing.Point(908, 23); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Padding = new System.Windows.Forms.Padding(2); - this.groupBox2.Size = new System.Drawing.Size(610, 118); + this.groupBox2.Size = new System.Drawing.Size(915, 182); this.groupBox2.TabIndex = 122; this.groupBox2.TabStop = false; this.groupBox2.Text = "Session Handling"; // // label15 // - this.label15.Location = new System.Drawing.Point(12, 23); - this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label15.Location = new System.Drawing.Point(18, 35); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(528, 36); + this.label15.Size = new System.Drawing.Size(792, 55); this.label15.TabIndex = 2; this.label15.Text = "Use the following parameters to control whether a browser session is persisted on" + " disk, e.g. to keep users logged in after a reconfiguration."; @@ -2989,10 +2966,9 @@ namespace SebWindowsConfig // checkBoxClearSessionOnEnd // this.checkBoxClearSessionOnEnd.AutoSize = true; - this.checkBoxClearSessionOnEnd.Location = new System.Drawing.Point(15, 88); - this.checkBoxClearSessionOnEnd.Margin = new System.Windows.Forms.Padding(2); + this.checkBoxClearSessionOnEnd.Location = new System.Drawing.Point(22, 135); this.checkBoxClearSessionOnEnd.Name = "checkBoxClearSessionOnEnd"; - this.checkBoxClearSessionOnEnd.Size = new System.Drawing.Size(570, 17); + this.checkBoxClearSessionOnEnd.Size = new System.Drawing.Size(848, 24); this.checkBoxClearSessionOnEnd.TabIndex = 1; this.checkBoxClearSessionOnEnd.Text = "Clear browser session when ending an exam or terminating SEB (prevents deletion o" + "f browser cache if deactivated!)"; @@ -3002,10 +2978,9 @@ namespace SebWindowsConfig // checkBoxClearSessionOnStart // this.checkBoxClearSessionOnStart.AutoSize = true; - this.checkBoxClearSessionOnStart.Location = new System.Drawing.Point(15, 61); - this.checkBoxClearSessionOnStart.Margin = new System.Windows.Forms.Padding(2); + this.checkBoxClearSessionOnStart.Location = new System.Drawing.Point(22, 94); this.checkBoxClearSessionOnStart.Name = "checkBoxClearSessionOnStart"; - this.checkBoxClearSessionOnStart.Size = new System.Drawing.Size(310, 17); + this.checkBoxClearSessionOnStart.Size = new System.Drawing.Size(465, 24); this.checkBoxClearSessionOnStart.TabIndex = 0; this.checkBoxClearSessionOnStart.Text = "Clear browser session when starting an exam or starting SEB"; this.checkBoxClearSessionOnStart.UseVisualStyleBackColor = true; @@ -3019,9 +2994,11 @@ namespace SebWindowsConfig this.groupBox9.Controls.Add(this.textBoxRestartExamText); this.groupBox9.Controls.Add(this.textBox4); this.groupBox9.Controls.Add(this.textBox3); - this.groupBox9.Location = new System.Drawing.Point(605, 287); + this.groupBox9.Location = new System.Drawing.Point(908, 442); + this.groupBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox9.Name = "groupBox9"; - this.groupBox9.Size = new System.Drawing.Size(610, 181); + this.groupBox9.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox9.Size = new System.Drawing.Size(915, 278); this.groupBox9.TabIndex = 121; this.groupBox9.TabStop = false; this.groupBox9.Text = "Back to Start Button (Mac)"; @@ -3030,10 +3007,10 @@ namespace SebWindowsConfig // this.checkBoxUseStartURL.AutoSize = true; this.checkBoxUseStartURL.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxUseStartURL.Location = new System.Drawing.Point(15, 22); - this.checkBoxUseStartURL.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxUseStartURL.Location = new System.Drawing.Point(22, 34); + this.checkBoxUseStartURL.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxUseStartURL.Name = "checkBoxUseStartURL"; - this.checkBoxUseStartURL.Size = new System.Drawing.Size(179, 17); + this.checkBoxUseStartURL.Size = new System.Drawing.Size(268, 24); this.checkBoxUseStartURL.TabIndex = 119; this.checkBoxUseStartURL.Text = "Use Start URL (see General tab)"; this.toolTip1.SetToolTip(this.checkBoxUseStartURL, "The back to start button reloads the Start URL"); @@ -3043,10 +3020,10 @@ namespace SebWindowsConfig // textBoxRestartExamLink // this.textBoxRestartExamLink.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxRestartExamLink.Location = new System.Drawing.Point(15, 44); - this.textBoxRestartExamLink.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxRestartExamLink.Location = new System.Drawing.Point(22, 68); + this.textBoxRestartExamLink.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxRestartExamLink.Name = "textBoxRestartExamLink"; - this.textBoxRestartExamLink.Size = new System.Drawing.Size(526, 19); + this.textBoxRestartExamLink.Size = new System.Drawing.Size(787, 25); this.textBoxRestartExamLink.TabIndex = 116; this.toolTip1.SetToolTip(this.textBoxRestartExamLink, "This fully qualified URL is loaded when clicking the back to start button"); this.textBoxRestartExamLink.TextChanged += new System.EventHandler(this.textBoxRestartExamLink_TextChanged); @@ -3055,10 +3032,10 @@ namespace SebWindowsConfig // this.checkBoxRestartExamPasswordProtected.AutoSize = true; this.checkBoxRestartExamPasswordProtected.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxRestartExamPasswordProtected.Location = new System.Drawing.Point(14, 152); - this.checkBoxRestartExamPasswordProtected.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxRestartExamPasswordProtected.Location = new System.Drawing.Point(21, 234); + this.checkBoxRestartExamPasswordProtected.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxRestartExamPasswordProtected.Name = "checkBoxRestartExamPasswordProtected"; - this.checkBoxRestartExamPasswordProtected.Size = new System.Drawing.Size(300, 17); + this.checkBoxRestartExamPasswordProtected.Size = new System.Drawing.Size(439, 24); this.checkBoxRestartExamPasswordProtected.TabIndex = 115; this.checkBoxRestartExamPasswordProtected.Text = "Protect back to start button with the quit/unlock password"; this.toolTip1.SetToolTip(this.checkBoxRestartExamPasswordProtected, "The quit/unlock password (if set) must be entered when the back to start button i" + @@ -3069,10 +3046,10 @@ namespace SebWindowsConfig // textBoxRestartExamText // this.textBoxRestartExamText.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxRestartExamText.Location = new System.Drawing.Point(14, 101); - this.textBoxRestartExamText.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxRestartExamText.Location = new System.Drawing.Point(21, 155); + this.textBoxRestartExamText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxRestartExamText.Name = "textBoxRestartExamText"; - this.textBoxRestartExamText.Size = new System.Drawing.Size(526, 19); + this.textBoxRestartExamText.Size = new System.Drawing.Size(787, 25); this.textBoxRestartExamText.TabIndex = 117; this.toolTip1.SetToolTip(this.textBoxRestartExamText, "This text is displayed as the title of the confirmation alert and as tool tip on " + "the icon"); @@ -3083,12 +3060,12 @@ namespace SebWindowsConfig this.textBox4.BackColor = System.Drawing.SystemColors.Window; this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBox4.Location = new System.Drawing.Point(15, 126); - this.textBox4.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBox4.Location = new System.Drawing.Point(22, 194); + this.textBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBox4.Multiline = true; this.textBox4.Name = "textBox4"; this.textBox4.ReadOnly = true; - this.textBox4.Size = new System.Drawing.Size(456, 22); + this.textBox4.Size = new System.Drawing.Size(684, 34); this.textBox4.TabIndex = 118; this.textBox4.Text = "Title/tool tip text for the back to start button (leave empty for localized stand" + "ard text)\r\n"; @@ -3098,12 +3075,12 @@ namespace SebWindowsConfig this.textBox3.BackColor = System.Drawing.SystemColors.Window; this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBox3.Location = new System.Drawing.Point(15, 70); - this.textBox3.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBox3.Location = new System.Drawing.Point(22, 108); + this.textBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBox3.Multiline = true; this.textBox3.Name = "textBox3"; this.textBox3.ReadOnly = true; - this.textBox3.Size = new System.Drawing.Size(525, 19); + this.textBox3.Size = new System.Drawing.Size(788, 29); this.textBox3.TabIndex = 118; this.textBox3.Text = "Enter custom URL or select \"Use Start URL\" to display the back to start button in" + " the SEB taskbar."; @@ -3113,9 +3090,11 @@ namespace SebWindowsConfig this.groupBox8.Controls.Add(this.checkBoxQuitURLConfirm); this.groupBox8.Controls.Add(this.textBoxQuitURL); this.groupBox8.Controls.Add(this.textBox1); - this.groupBox8.Location = new System.Drawing.Point(605, 150); + this.groupBox8.Location = new System.Drawing.Point(908, 231); + this.groupBox8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox8.Name = "groupBox8"; - this.groupBox8.Size = new System.Drawing.Size(610, 117); + this.groupBox8.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox8.Size = new System.Drawing.Size(915, 180); this.groupBox8.TabIndex = 120; this.groupBox8.TabStop = false; this.groupBox8.Text = "Link to quit SEB after exam"; @@ -3124,10 +3103,10 @@ namespace SebWindowsConfig // this.checkBoxQuitURLConfirm.AutoSize = true; this.checkBoxQuitURLConfirm.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxQuitURLConfirm.Location = new System.Drawing.Point(15, 88); - this.checkBoxQuitURLConfirm.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxQuitURLConfirm.Location = new System.Drawing.Point(22, 135); + this.checkBoxQuitURLConfirm.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxQuitURLConfirm.Name = "checkBoxQuitURLConfirm"; - this.checkBoxQuitURLConfirm.Size = new System.Drawing.Size(153, 17); + this.checkBoxQuitURLConfirm.Size = new System.Drawing.Size(227, 24); this.checkBoxQuitURLConfirm.TabIndex = 114; this.checkBoxQuitURLConfirm.Text = "Ask user to confirm quitting"; this.toolTip1.SetToolTip(this.checkBoxQuitURLConfirm, "The user is asked to confirm quitting SEB after the quit URL has been detected by" + @@ -3138,10 +3117,10 @@ namespace SebWindowsConfig // textBoxQuitURL // this.textBoxQuitURL.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxQuitURL.Location = new System.Drawing.Point(15, 22); - this.textBoxQuitURL.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxQuitURL.Location = new System.Drawing.Point(22, 34); + this.textBoxQuitURL.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxQuitURL.Name = "textBoxQuitURL"; - this.textBoxQuitURL.Size = new System.Drawing.Size(526, 19); + this.textBoxQuitURL.Size = new System.Drawing.Size(787, 25); this.textBoxQuitURL.TabIndex = 3; this.toolTip1.SetToolTip(this.textBoxQuitURL, "If a quit link is entered, it works regardless of other quit settings in the Gene" + "ral settings pane."); @@ -3152,12 +3131,12 @@ namespace SebWindowsConfig this.textBox1.BackColor = System.Drawing.SystemColors.Window; this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBox1.Location = new System.Drawing.Point(15, 49); - this.textBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBox1.Location = new System.Drawing.Point(22, 75); + this.textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; - this.textBox1.Size = new System.Drawing.Size(456, 30); + this.textBox1.Size = new System.Drawing.Size(684, 46); this.textBox1.TabIndex = 113; this.textBox1.Text = "Place this quit link to the \"feedback\" page displayed after an exam was successfu" + "lly finished. Clicking that link will quit SEB without having to enter the quit " + @@ -3173,37 +3152,36 @@ namespace SebWindowsConfig this.groupBox7.Controls.Add(this.textBoxConfigurationKey); this.groupBox7.Controls.Add(this.checkBoxSendBrowserExamKey); this.groupBox7.Controls.Add(this.textBoxBrowserExamKey); - this.groupBox7.Location = new System.Drawing.Point(24, 16); + this.groupBox7.Location = new System.Drawing.Point(36, 25); + this.groupBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox7.Name = "groupBox7"; - this.groupBox7.Size = new System.Drawing.Size(555, 379); + this.groupBox7.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox7.Size = new System.Drawing.Size(832, 583); this.groupBox7.TabIndex = 119; this.groupBox7.TabStop = false; this.groupBox7.Text = "Browser Exam Key / Configuration Key"; // // label20 // - this.label20.Location = new System.Drawing.Point(12, 291); - this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label20.Location = new System.Drawing.Point(18, 448); this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(527, 42); + this.label20.Size = new System.Drawing.Size(790, 65); this.label20.TabIndex = 119; this.label20.Text = resources.GetString("label20.Text"); // // label19 // - this.label19.Location = new System.Drawing.Point(12, 21); - this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label19.Location = new System.Drawing.Point(18, 32); this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(527, 96); + this.label19.Size = new System.Drawing.Size(790, 148); this.label19.TabIndex = 118; this.label19.Text = resources.GetString("label19.Text"); // // label18 // - this.label18.Location = new System.Drawing.Point(12, 181); - this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label18.Location = new System.Drawing.Point(18, 278); this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(527, 44); + this.label18.Size = new System.Drawing.Size(790, 68); this.label18.TabIndex = 117; this.label18.Text = resources.GetString("label18.Text"); // @@ -3211,10 +3189,9 @@ namespace SebWindowsConfig // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label17.Location = new System.Drawing.Point(12, 271); - this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label17.Location = new System.Drawing.Point(18, 417); this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(107, 13); + this.label17.Size = new System.Drawing.Size(151, 20); this.label17.TabIndex = 116; this.label17.Text = "Configuration Key"; // @@ -3222,30 +3199,28 @@ namespace SebWindowsConfig // this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label16.Location = new System.Drawing.Point(12, 162); - this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label16.Location = new System.Drawing.Point(18, 249); this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(111, 13); + this.label16.Size = new System.Drawing.Size(157, 20); this.label16.TabIndex = 116; this.label16.Text = "Browser Exam Key"; // // textBoxConfigurationKey // - this.textBoxConfigurationKey.Location = new System.Drawing.Point(15, 339); - this.textBoxConfigurationKey.Margin = new System.Windows.Forms.Padding(2); + this.textBoxConfigurationKey.Location = new System.Drawing.Point(22, 522); this.textBoxConfigurationKey.Name = "textBoxConfigurationKey"; this.textBoxConfigurationKey.ReadOnly = true; - this.textBoxConfigurationKey.Size = new System.Drawing.Size(526, 20); + this.textBoxConfigurationKey.Size = new System.Drawing.Size(787, 26); this.textBoxConfigurationKey.TabIndex = 115; // // checkBoxSendBrowserExamKey // this.checkBoxSendBrowserExamKey.AutoSize = true; this.checkBoxSendBrowserExamKey.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxSendBrowserExamKey.Location = new System.Drawing.Point(15, 127); - this.checkBoxSendBrowserExamKey.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxSendBrowserExamKey.Location = new System.Drawing.Point(22, 195); + this.checkBoxSendBrowserExamKey.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxSendBrowserExamKey.Name = "checkBoxSendBrowserExamKey"; - this.checkBoxSendBrowserExamKey.Size = new System.Drawing.Size(243, 17); + this.checkBoxSendBrowserExamKey.Size = new System.Drawing.Size(360, 24); this.checkBoxSendBrowserExamKey.TabIndex = 2; this.checkBoxSendBrowserExamKey.Text = "Use Browser Exam Key and Configuration Key"; this.toolTip1.SetToolTip(this.checkBoxSendBrowserExamKey, "Send Browser Exam Key in an HTTP header to authenticate the SEB client and its se" + @@ -3255,11 +3230,11 @@ namespace SebWindowsConfig // // textBoxBrowserExamKey // - this.textBoxBrowserExamKey.Location = new System.Drawing.Point(15, 228); - this.textBoxBrowserExamKey.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxBrowserExamKey.Location = new System.Drawing.Point(22, 351); + this.textBoxBrowserExamKey.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxBrowserExamKey.Name = "textBoxBrowserExamKey"; this.textBoxBrowserExamKey.ReadOnly = true; - this.textBoxBrowserExamKey.Size = new System.Drawing.Size(526, 20); + this.textBoxBrowserExamKey.Size = new System.Drawing.Size(787, 26); this.textBoxBrowserExamKey.TabIndex = 0; this.textBoxBrowserExamKey.TextChanged += new System.EventHandler(this.textBoxBrowserExamKey_TextChanged); // @@ -3267,20 +3242,18 @@ namespace SebWindowsConfig // this.labelBrowserExamKey.AutoSize = true; this.labelBrowserExamKey.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelBrowserExamKey.Location = new System.Drawing.Point(22, 26); - this.labelBrowserExamKey.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelBrowserExamKey.Location = new System.Drawing.Point(33, 40); this.labelBrowserExamKey.Name = "labelBrowserExamKey"; - this.labelBrowserExamKey.Size = new System.Drawing.Size(0, 13); + this.labelBrowserExamKey.Size = new System.Drawing.Size(0, 20); this.labelBrowserExamKey.TabIndex = 78; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label3.Location = new System.Drawing.Point(23, 287); - this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label3.Location = new System.Drawing.Point(34, 442); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(0, 13); + this.label3.Size = new System.Drawing.Size(0, 20); this.label3.TabIndex = 75; // // tabPageDownUploads @@ -3298,10 +3271,10 @@ namespace SebWindowsConfig this.tabPageDownUploads.Controls.Add(this.checkBoxAllowDownUploads); this.tabPageDownUploads.ImageIndex = 4; this.tabPageDownUploads.Location = new System.Drawing.Point(4, 39); - this.tabPageDownUploads.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageDownUploads.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageDownUploads.Name = "tabPageDownUploads"; - this.tabPageDownUploads.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageDownUploads.Size = new System.Drawing.Size(1242, 601); + this.tabPageDownUploads.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageDownUploads.Size = new System.Drawing.Size(1867, 948); this.tabPageDownUploads.TabIndex = 17; this.tabPageDownUploads.Text = "Down/Uploads"; this.tabPageDownUploads.UseVisualStyleBackColor = true; @@ -3310,10 +3283,10 @@ namespace SebWindowsConfig // this.checkBoxAllowPDFPlugIn.AutoSize = true; this.checkBoxAllowPDFPlugIn.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowPDFPlugIn.Location = new System.Drawing.Point(25, 261); - this.checkBoxAllowPDFPlugIn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowPDFPlugIn.Location = new System.Drawing.Point(38, 402); + this.checkBoxAllowPDFPlugIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowPDFPlugIn.Name = "checkBoxAllowPDFPlugIn"; - this.checkBoxAllowPDFPlugIn.Size = new System.Drawing.Size(310, 17); + this.checkBoxAllowPDFPlugIn.Size = new System.Drawing.Size(457, 24); this.checkBoxAllowPDFPlugIn.TabIndex = 88; this.checkBoxAllowPDFPlugIn.Text = "Allow using Acrobat Reader PDF plugin (insecure! Mac only)"; this.toolTip1.SetToolTip(this.checkBoxAllowPDFPlugIn, "The Adobe Acrobat Reader browser plugin should only be used on secured managed Ma" + @@ -3324,9 +3297,10 @@ namespace SebWindowsConfig // // textBoxDownloadDirectoryWin // - this.textBoxDownloadDirectoryWin.Location = new System.Drawing.Point(269, 55); + this.textBoxDownloadDirectoryWin.Location = new System.Drawing.Point(404, 85); + this.textBoxDownloadDirectoryWin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxDownloadDirectoryWin.Name = "textBoxDownloadDirectoryWin"; - this.textBoxDownloadDirectoryWin.Size = new System.Drawing.Size(379, 20); + this.textBoxDownloadDirectoryWin.Size = new System.Drawing.Size(566, 26); this.textBoxDownloadDirectoryWin.TabIndex = 87; this.textBoxDownloadDirectoryWin.TextChanged += new System.EventHandler(this.textBoxDownloadDirectoryWin_TextChanged); // @@ -3334,10 +3308,10 @@ namespace SebWindowsConfig // this.checkBoxDownloadOpenSEBFiles.AutoSize = true; this.checkBoxDownloadOpenSEBFiles.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxDownloadOpenSEBFiles.Location = new System.Drawing.Point(25, 304); - this.checkBoxDownloadOpenSEBFiles.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxDownloadOpenSEBFiles.Location = new System.Drawing.Point(38, 468); + this.checkBoxDownloadOpenSEBFiles.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxDownloadOpenSEBFiles.Name = "checkBoxDownloadOpenSEBFiles"; - this.checkBoxDownloadOpenSEBFiles.Size = new System.Drawing.Size(203, 17); + this.checkBoxDownloadOpenSEBFiles.Size = new System.Drawing.Size(301, 24); this.checkBoxDownloadOpenSEBFiles.TabIndex = 86; this.checkBoxDownloadOpenSEBFiles.Text = "Download and open SEB Config Files"; this.toolTip1.SetToolTip(this.checkBoxDownloadOpenSEBFiles, "Download and open .seb config files regardless if downloading and opening other f" + @@ -3348,29 +3322,29 @@ namespace SebWindowsConfig // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(131, 88); - this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label5.Location = new System.Drawing.Point(196, 135); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(137, 13); + this.label5.Size = new System.Drawing.Size(200, 20); this.label5.TabIndex = 85; this.label5.Text = "Download directory on Mac"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textBoxDownloadDirectoryOSX // - this.textBoxDownloadDirectoryOSX.Location = new System.Drawing.Point(269, 85); + this.textBoxDownloadDirectoryOSX.Location = new System.Drawing.Point(404, 131); + this.textBoxDownloadDirectoryOSX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxDownloadDirectoryOSX.Name = "textBoxDownloadDirectoryOSX"; - this.textBoxDownloadDirectoryOSX.Size = new System.Drawing.Size(379, 20); + this.textBoxDownloadDirectoryOSX.Size = new System.Drawing.Size(566, 26); this.textBoxDownloadDirectoryOSX.TabIndex = 84; this.textBoxDownloadDirectoryOSX.TextChanged += new System.EventHandler(this.textBoxDownloadDirectoryOSX_TextChanged); // // buttonDownloadDirectoryWin // this.buttonDownloadDirectoryWin.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.buttonDownloadDirectoryWin.Location = new System.Drawing.Point(114, 52); - this.buttonDownloadDirectoryWin.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonDownloadDirectoryWin.Location = new System.Drawing.Point(171, 80); + this.buttonDownloadDirectoryWin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonDownloadDirectoryWin.Name = "buttonDownloadDirectoryWin"; - this.buttonDownloadDirectoryWin.Size = new System.Drawing.Size(143, 25); + this.buttonDownloadDirectoryWin.Size = new System.Drawing.Size(214, 38); this.buttonDownloadDirectoryWin.TabIndex = 0; this.buttonDownloadDirectoryWin.Text = "Save downloaded files to..."; this.buttonDownloadDirectoryWin.UseVisualStyleBackColor = true; @@ -3379,10 +3353,11 @@ namespace SebWindowsConfig // listBoxChooseFileToUploadPolicy // this.listBoxChooseFileToUploadPolicy.FormattingEnabled = true; - this.listBoxChooseFileToUploadPolicy.Location = new System.Drawing.Point(44, 183); - this.listBoxChooseFileToUploadPolicy.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.listBoxChooseFileToUploadPolicy.ItemHeight = 20; + this.listBoxChooseFileToUploadPolicy.Location = new System.Drawing.Point(66, 282); + this.listBoxChooseFileToUploadPolicy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBoxChooseFileToUploadPolicy.Name = "listBoxChooseFileToUploadPolicy"; - this.listBoxChooseFileToUploadPolicy.Size = new System.Drawing.Size(348, 43); + this.listBoxChooseFileToUploadPolicy.Size = new System.Drawing.Size(520, 64); this.listBoxChooseFileToUploadPolicy.TabIndex = 2; this.toolTip1.SetToolTip(this.listBoxChooseFileToUploadPolicy, "SEB can let users choose the file to upload or automatically use the same file wh" + "ich was downloaded before. If not found, a file requester or an error is present" + @@ -3392,10 +3367,9 @@ namespace SebWindowsConfig // labelChooseFileToUploadPolicy // this.labelChooseFileToUploadPolicy.AutoSize = true; - this.labelChooseFileToUploadPolicy.Location = new System.Drawing.Point(41, 155); - this.labelChooseFileToUploadPolicy.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelChooseFileToUploadPolicy.Location = new System.Drawing.Point(62, 238); this.labelChooseFileToUploadPolicy.Name = "labelChooseFileToUploadPolicy"; - this.labelChooseFileToUploadPolicy.Size = new System.Drawing.Size(145, 13); + this.labelChooseFileToUploadPolicy.Size = new System.Drawing.Size(214, 20); this.labelChooseFileToUploadPolicy.TabIndex = 75; this.labelChooseFileToUploadPolicy.Text = "Choose file to upload... (Mac)"; // @@ -3403,10 +3377,10 @@ namespace SebWindowsConfig // this.checkBoxDownloadPDFFiles.AutoSize = true; this.checkBoxDownloadPDFFiles.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxDownloadPDFFiles.Location = new System.Drawing.Point(25, 246); - this.checkBoxDownloadPDFFiles.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxDownloadPDFFiles.Location = new System.Drawing.Point(38, 378); + this.checkBoxDownloadPDFFiles.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxDownloadPDFFiles.Name = "checkBoxDownloadPDFFiles"; - this.checkBoxDownloadPDFFiles.Size = new System.Drawing.Size(270, 17); + this.checkBoxDownloadPDFFiles.Size = new System.Drawing.Size(401, 24); this.checkBoxDownloadPDFFiles.TabIndex = 3; this.checkBoxDownloadPDFFiles.Text = "Download PDF files instead of displaying them inline"; this.toolTip1.SetToolTip(this.checkBoxDownloadPDFFiles, "PDF files will not be displayed by SEB but downloaded and openend (if \"Open files" + @@ -3419,10 +3393,10 @@ namespace SebWindowsConfig // this.checkBoxOpenDownloads.AutoSize = true; this.checkBoxOpenDownloads.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxOpenDownloads.Location = new System.Drawing.Point(114, 114); - this.checkBoxOpenDownloads.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxOpenDownloads.Location = new System.Drawing.Point(171, 175); + this.checkBoxOpenDownloads.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxOpenDownloads.Name = "checkBoxOpenDownloads"; - this.checkBoxOpenDownloads.Size = new System.Drawing.Size(160, 17); + this.checkBoxOpenDownloads.Size = new System.Drawing.Size(236, 24); this.checkBoxOpenDownloads.TabIndex = 1; this.checkBoxOpenDownloads.Text = "Open files after downloading"; this.toolTip1.SetToolTip(this.checkBoxOpenDownloads, "Downloaded files will be opened with the according application, which has to be s" + @@ -3435,10 +3409,10 @@ namespace SebWindowsConfig // this.checkBoxAllowDownUploads.AutoSize = true; this.checkBoxAllowDownUploads.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowDownUploads.Location = new System.Drawing.Point(25, 26); - this.checkBoxAllowDownUploads.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowDownUploads.Location = new System.Drawing.Point(38, 40); + this.checkBoxAllowDownUploads.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowDownUploads.Name = "checkBoxAllowDownUploads"; - this.checkBoxAllowDownUploads.Size = new System.Drawing.Size(205, 17); + this.checkBoxAllowDownUploads.Size = new System.Drawing.Size(301, 24); this.checkBoxAllowDownUploads.TabIndex = 71; this.checkBoxAllowDownUploads.Text = "Allow downloading and uploading files"; this.toolTip1.SetToolTip(this.checkBoxAllowDownUploads, "Usually to be used with permitted third party applications for which you want to " + @@ -3464,10 +3438,10 @@ namespace SebWindowsConfig this.tabPageBrowser.Controls.Add(this.groupBoxNewBrowserWindow); this.tabPageBrowser.ImageIndex = 3; this.tabPageBrowser.Location = new System.Drawing.Point(4, 39); - this.tabPageBrowser.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageBrowser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageBrowser.Name = "tabPageBrowser"; - this.tabPageBrowser.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageBrowser.Size = new System.Drawing.Size(1242, 601); + this.tabPageBrowser.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageBrowser.Size = new System.Drawing.Size(1867, 948); this.tabPageBrowser.TabIndex = 14; this.tabPageBrowser.Text = "Browser"; this.tabPageBrowser.UseVisualStyleBackColor = true; @@ -3475,10 +3449,9 @@ namespace SebWindowsConfig // label12 // this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(554, 507); - this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label12.Location = new System.Drawing.Point(831, 780); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(178, 13); + this.label12.Size = new System.Drawing.Size(265, 20); this.label12.TabIndex = 126; this.label12.Text = "Suffix to be added to any user agent"; // @@ -3488,10 +3461,10 @@ namespace SebWindowsConfig this.textBoxUserAgent.AcceptsTab = true; this.textBoxUserAgent.AllowDrop = true; this.textBoxUserAgent.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxUserAgent.Location = new System.Drawing.Point(557, 528); - this.textBoxUserAgent.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxUserAgent.Location = new System.Drawing.Point(836, 812); + this.textBoxUserAgent.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxUserAgent.Name = "textBoxUserAgent"; - this.textBoxUserAgent.Size = new System.Drawing.Size(500, 19); + this.textBoxUserAgent.Size = new System.Drawing.Size(748, 25); this.textBoxUserAgent.TabIndex = 125; this.toolTip1.SetToolTip(this.textBoxUserAgent, "This string is appended to any user agent, in addition to the user agents generat" + "ed with the other setting options."); @@ -3500,10 +3473,9 @@ namespace SebWindowsConfig // label11 // this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(554, 552); - this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label11.Location = new System.Drawing.Point(831, 849); this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(213, 13); + this.label11.Size = new System.Drawing.Size(313, 20); this.label11.TabIndex = 124; this.label11.Text = "Suffix to be added to every browser window"; this.label11.Visible = false; @@ -3514,10 +3486,10 @@ namespace SebWindowsConfig this.textBoxBrowserSuffix.AcceptsTab = true; this.textBoxBrowserSuffix.AllowDrop = true; this.textBoxBrowserSuffix.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxBrowserSuffix.Location = new System.Drawing.Point(557, 569); - this.textBoxBrowserSuffix.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxBrowserSuffix.Location = new System.Drawing.Point(836, 875); + this.textBoxBrowserSuffix.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxBrowserSuffix.Name = "textBoxBrowserSuffix"; - this.textBoxBrowserSuffix.Size = new System.Drawing.Size(214, 19); + this.textBoxBrowserSuffix.Size = new System.Drawing.Size(319, 25); this.textBoxBrowserSuffix.TabIndex = 123; this.toolTip1.SetToolTip(this.textBoxBrowserSuffix, "This text is appended to the title string of any SEB browser window."); this.textBoxBrowserSuffix.Visible = false; @@ -3528,9 +3500,11 @@ namespace SebWindowsConfig this.groupBox14.Controls.Add(this.textBoxUserAgentMacCustom); this.groupBox14.Controls.Add(this.radioButtonUserAgentMacDefault); this.groupBox14.Controls.Add(this.radioButtonUserAgentMacCustom); - this.groupBox14.Location = new System.Drawing.Point(557, 239); + this.groupBox14.Location = new System.Drawing.Point(836, 368); + this.groupBox14.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox14.Name = "groupBox14"; - this.groupBox14.Size = new System.Drawing.Size(500, 103); + this.groupBox14.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox14.Size = new System.Drawing.Size(750, 158); this.groupBox14.TabIndex = 74; this.groupBox14.TabStop = false; this.groupBox14.Text = "User agent (Mac)"; @@ -3541,10 +3515,10 @@ namespace SebWindowsConfig this.textBoxUserAgentMacCustom.AcceptsTab = true; this.textBoxUserAgentMacCustom.AllowDrop = true; this.textBoxUserAgentMacCustom.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxUserAgentMacCustom.Location = new System.Drawing.Point(14, 68); - this.textBoxUserAgentMacCustom.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxUserAgentMacCustom.Location = new System.Drawing.Point(21, 105); + this.textBoxUserAgentMacCustom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxUserAgentMacCustom.Name = "textBoxUserAgentMacCustom"; - this.textBoxUserAgentMacCustom.Size = new System.Drawing.Size(472, 19); + this.textBoxUserAgentMacCustom.Size = new System.Drawing.Size(706, 25); this.textBoxUserAgentMacCustom.TabIndex = 3; this.toolTip1.SetToolTip(this.textBoxUserAgentMacCustom, "This text is displayed as the title of the confirmation alert and as tool tip on " + "the icon"); @@ -3552,10 +3526,10 @@ namespace SebWindowsConfig // radioButtonUserAgentMacDefault // this.radioButtonUserAgentMacDefault.AutoSize = true; - this.radioButtonUserAgentMacDefault.Location = new System.Drawing.Point(13, 23); - this.radioButtonUserAgentMacDefault.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUserAgentMacDefault.Location = new System.Drawing.Point(20, 35); + this.radioButtonUserAgentMacDefault.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUserAgentMacDefault.Name = "radioButtonUserAgentMacDefault"; - this.radioButtonUserAgentMacDefault.Size = new System.Drawing.Size(272, 17); + this.radioButtonUserAgentMacDefault.Size = new System.Drawing.Size(401, 24); this.radioButtonUserAgentMacDefault.TabIndex = 0; this.radioButtonUserAgentMacDefault.Text = "Default (depends on installed Safari/WebKit version)"; this.radioButtonUserAgentMacDefault.UseVisualStyleBackColor = true; @@ -3564,10 +3538,10 @@ namespace SebWindowsConfig // radioButtonUserAgentMacCustom // this.radioButtonUserAgentMacCustom.AutoSize = true; - this.radioButtonUserAgentMacCustom.Location = new System.Drawing.Point(13, 44); - this.radioButtonUserAgentMacCustom.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUserAgentMacCustom.Location = new System.Drawing.Point(20, 68); + this.radioButtonUserAgentMacCustom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUserAgentMacCustom.Name = "radioButtonUserAgentMacCustom"; - this.radioButtonUserAgentMacCustom.Size = new System.Drawing.Size(60, 17); + this.radioButtonUserAgentMacCustom.Size = new System.Drawing.Size(89, 24); this.radioButtonUserAgentMacCustom.TabIndex = 2; this.radioButtonUserAgentMacCustom.Text = "Custom"; this.toolTip1.SetToolTip(this.radioButtonUserAgentMacCustom, "Zoom only text on web pages using Ctrl-Mousewheel (Win)"); @@ -3582,9 +3556,11 @@ namespace SebWindowsConfig this.groupBox13.Controls.Add(this.textBoxUserAgentTouchModeCustom); this.groupBox13.Controls.Add(this.radioButtonUserAgentTouchDefault); this.groupBox13.Controls.Add(this.radioButtonUserAgentTouchCustom); - this.groupBox13.Location = new System.Drawing.Point(557, 367); + this.groupBox13.Location = new System.Drawing.Point(836, 565); + this.groupBox13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox13.Name = "groupBox13"; - this.groupBox13.Size = new System.Drawing.Size(500, 123); + this.groupBox13.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox13.Size = new System.Drawing.Size(750, 189); this.groupBox13.TabIndex = 73; this.groupBox13.TabStop = false; this.groupBox13.Text = "User agent for touch/tablet mode"; @@ -3592,10 +3568,10 @@ namespace SebWindowsConfig // textBoxUserAgentTouchModeIPad // this.textBoxUserAgentTouchModeIPad.BackColor = System.Drawing.SystemColors.Window; - this.textBoxUserAgentTouchModeIPad.Location = new System.Drawing.Point(114, 43); - this.textBoxUserAgentTouchModeIPad.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxUserAgentTouchModeIPad.Location = new System.Drawing.Point(171, 66); + this.textBoxUserAgentTouchModeIPad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxUserAgentTouchModeIPad.Name = "textBoxUserAgentTouchModeIPad"; - this.textBoxUserAgentTouchModeIPad.Size = new System.Drawing.Size(372, 20); + this.textBoxUserAgentTouchModeIPad.Size = new System.Drawing.Size(556, 26); this.textBoxUserAgentTouchModeIPad.TabIndex = 122; this.toolTip1.SetToolTip(this.textBoxUserAgentTouchModeIPad, "An iPad user agent is recognized by most websites which have a tablet mobile them" + "e."); @@ -3604,10 +3580,10 @@ namespace SebWindowsConfig // radioButtonUserAgentTouchIPad // this.radioButtonUserAgentTouchIPad.AutoSize = true; - this.radioButtonUserAgentTouchIPad.Location = new System.Drawing.Point(13, 44); - this.radioButtonUserAgentTouchIPad.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUserAgentTouchIPad.Location = new System.Drawing.Point(20, 68); + this.radioButtonUserAgentTouchIPad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUserAgentTouchIPad.Name = "radioButtonUserAgentTouchIPad"; - this.radioButtonUserAgentTouchIPad.Size = new System.Drawing.Size(49, 17); + this.radioButtonUserAgentTouchIPad.Size = new System.Drawing.Size(69, 24); this.radioButtonUserAgentTouchIPad.TabIndex = 121; this.radioButtonUserAgentTouchIPad.Text = "iPad:"; this.radioButtonUserAgentTouchIPad.UseVisualStyleBackColor = true; @@ -3615,11 +3591,11 @@ namespace SebWindowsConfig // // textBoxUserAgentTouchModeDefault // - this.textBoxUserAgentTouchModeDefault.Location = new System.Drawing.Point(114, 22); - this.textBoxUserAgentTouchModeDefault.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxUserAgentTouchModeDefault.Location = new System.Drawing.Point(171, 34); + this.textBoxUserAgentTouchModeDefault.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxUserAgentTouchModeDefault.Name = "textBoxUserAgentTouchModeDefault"; this.textBoxUserAgentTouchModeDefault.ReadOnly = true; - this.textBoxUserAgentTouchModeDefault.Size = new System.Drawing.Size(372, 20); + this.textBoxUserAgentTouchModeDefault.Size = new System.Drawing.Size(556, 26); this.textBoxUserAgentTouchModeDefault.TabIndex = 1; // // textBoxUserAgentTouchModeCustom @@ -3628,10 +3604,10 @@ namespace SebWindowsConfig this.textBoxUserAgentTouchModeCustom.AcceptsTab = true; this.textBoxUserAgentTouchModeCustom.AllowDrop = true; this.textBoxUserAgentTouchModeCustom.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxUserAgentTouchModeCustom.Location = new System.Drawing.Point(14, 90); - this.textBoxUserAgentTouchModeCustom.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxUserAgentTouchModeCustom.Location = new System.Drawing.Point(21, 138); + this.textBoxUserAgentTouchModeCustom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxUserAgentTouchModeCustom.Name = "textBoxUserAgentTouchModeCustom"; - this.textBoxUserAgentTouchModeCustom.Size = new System.Drawing.Size(472, 19); + this.textBoxUserAgentTouchModeCustom.Size = new System.Drawing.Size(706, 25); this.textBoxUserAgentTouchModeCustom.TabIndex = 3; this.toolTip1.SetToolTip(this.textBoxUserAgentTouchModeCustom, "This text is displayed as the title of the confirmation alert and as tool tip on " + "the icon"); @@ -3639,10 +3615,10 @@ namespace SebWindowsConfig // radioButtonUserAgentTouchDefault // this.radioButtonUserAgentTouchDefault.AutoSize = true; - this.radioButtonUserAgentTouchDefault.Location = new System.Drawing.Point(13, 23); - this.radioButtonUserAgentTouchDefault.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUserAgentTouchDefault.Location = new System.Drawing.Point(20, 35); + this.radioButtonUserAgentTouchDefault.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUserAgentTouchDefault.Name = "radioButtonUserAgentTouchDefault"; - this.radioButtonUserAgentTouchDefault.Size = new System.Drawing.Size(94, 17); + this.radioButtonUserAgentTouchDefault.Size = new System.Drawing.Size(135, 24); this.radioButtonUserAgentTouchDefault.TabIndex = 0; this.radioButtonUserAgentTouchDefault.Text = "Touch default:"; this.radioButtonUserAgentTouchDefault.UseVisualStyleBackColor = true; @@ -3651,10 +3627,10 @@ namespace SebWindowsConfig // radioButtonUserAgentTouchCustom // this.radioButtonUserAgentTouchCustom.AutoSize = true; - this.radioButtonUserAgentTouchCustom.Location = new System.Drawing.Point(13, 65); - this.radioButtonUserAgentTouchCustom.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUserAgentTouchCustom.Location = new System.Drawing.Point(20, 100); + this.radioButtonUserAgentTouchCustom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUserAgentTouchCustom.Name = "radioButtonUserAgentTouchCustom"; - this.radioButtonUserAgentTouchCustom.Size = new System.Drawing.Size(60, 17); + this.radioButtonUserAgentTouchCustom.Size = new System.Drawing.Size(89, 24); this.radioButtonUserAgentTouchCustom.TabIndex = 2; this.radioButtonUserAgentTouchCustom.Text = "Custom"; this.toolTip1.SetToolTip(this.radioButtonUserAgentTouchCustom, "Zoom only text on web pages using Ctrl-Mousewheel (Win)"); @@ -3668,20 +3644,22 @@ namespace SebWindowsConfig this.groupBox12.Controls.Add(this.textBoxUserAgentDesktopModeCustom); this.groupBox12.Controls.Add(this.radioButtonUserAgentDesktopDefault); this.groupBox12.Controls.Add(this.radioButtonUserAgentDesktopCustom); - this.groupBox12.Location = new System.Drawing.Point(557, 97); + this.groupBox12.Location = new System.Drawing.Point(836, 149); + this.groupBox12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox12.Name = "groupBox12"; - this.groupBox12.Size = new System.Drawing.Size(500, 123); + this.groupBox12.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox12.Size = new System.Drawing.Size(750, 189); this.groupBox12.TabIndex = 72; this.groupBox12.TabStop = false; this.groupBox12.Text = "User agent for desktop mode"; // // textBoxUserAgentDesktopModeDefault // - this.textBoxUserAgentDesktopModeDefault.Location = new System.Drawing.Point(114, 22); - this.textBoxUserAgentDesktopModeDefault.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxUserAgentDesktopModeDefault.Location = new System.Drawing.Point(171, 34); + this.textBoxUserAgentDesktopModeDefault.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxUserAgentDesktopModeDefault.Name = "textBoxUserAgentDesktopModeDefault"; this.textBoxUserAgentDesktopModeDefault.ReadOnly = true; - this.textBoxUserAgentDesktopModeDefault.Size = new System.Drawing.Size(372, 20); + this.textBoxUserAgentDesktopModeDefault.Size = new System.Drawing.Size(556, 26); this.textBoxUserAgentDesktopModeDefault.TabIndex = 1; // // textBox6 @@ -3689,12 +3667,12 @@ namespace SebWindowsConfig this.textBox6.BackColor = System.Drawing.SystemColors.Window; this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBox6.Location = new System.Drawing.Point(14, 92); - this.textBox6.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBox6.Location = new System.Drawing.Point(21, 142); + this.textBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBox6.Multiline = true; this.textBox6.Name = "textBox6"; this.textBox6.ReadOnly = true; - this.textBox6.Size = new System.Drawing.Size(456, 22); + this.textBox6.Size = new System.Drawing.Size(684, 34); this.textBox6.TabIndex = 120; this.textBox6.Text = "Custom desktop user agent string (SEB appends its version number automatically)"; // @@ -3704,10 +3682,10 @@ namespace SebWindowsConfig this.textBoxUserAgentDesktopModeCustom.AcceptsTab = true; this.textBoxUserAgentDesktopModeCustom.AllowDrop = true; this.textBoxUserAgentDesktopModeCustom.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxUserAgentDesktopModeCustom.Location = new System.Drawing.Point(14, 68); - this.textBoxUserAgentDesktopModeCustom.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxUserAgentDesktopModeCustom.Location = new System.Drawing.Point(21, 105); + this.textBoxUserAgentDesktopModeCustom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxUserAgentDesktopModeCustom.Name = "textBoxUserAgentDesktopModeCustom"; - this.textBoxUserAgentDesktopModeCustom.Size = new System.Drawing.Size(472, 19); + this.textBoxUserAgentDesktopModeCustom.Size = new System.Drawing.Size(706, 25); this.textBoxUserAgentDesktopModeCustom.TabIndex = 3; this.toolTip1.SetToolTip(this.textBoxUserAgentDesktopModeCustom, "This text is displayed as the title of the confirmation alert and as tool tip on " + "the icon"); @@ -3715,10 +3693,10 @@ namespace SebWindowsConfig // radioButtonUserAgentDesktopDefault // this.radioButtonUserAgentDesktopDefault.AutoSize = true; - this.radioButtonUserAgentDesktopDefault.Location = new System.Drawing.Point(13, 23); - this.radioButtonUserAgentDesktopDefault.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUserAgentDesktopDefault.Location = new System.Drawing.Point(20, 35); + this.radioButtonUserAgentDesktopDefault.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUserAgentDesktopDefault.Name = "radioButtonUserAgentDesktopDefault"; - this.radioButtonUserAgentDesktopDefault.Size = new System.Drawing.Size(103, 17); + this.radioButtonUserAgentDesktopDefault.Size = new System.Drawing.Size(151, 24); this.radioButtonUserAgentDesktopDefault.TabIndex = 0; this.radioButtonUserAgentDesktopDefault.Text = "Desktop default:"; this.toolTip1.SetToolTip(this.radioButtonUserAgentDesktopDefault, "Zoom whole web pages using Ctrl-Mousewheel (Win)"); @@ -3728,10 +3706,10 @@ namespace SebWindowsConfig // radioButtonUserAgentDesktopCustom // this.radioButtonUserAgentDesktopCustom.AutoSize = true; - this.radioButtonUserAgentDesktopCustom.Location = new System.Drawing.Point(13, 44); - this.radioButtonUserAgentDesktopCustom.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUserAgentDesktopCustom.Location = new System.Drawing.Point(20, 68); + this.radioButtonUserAgentDesktopCustom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUserAgentDesktopCustom.Name = "radioButtonUserAgentDesktopCustom"; - this.radioButtonUserAgentDesktopCustom.Size = new System.Drawing.Size(60, 17); + this.radioButtonUserAgentDesktopCustom.Size = new System.Drawing.Size(89, 24); this.radioButtonUserAgentDesktopCustom.TabIndex = 2; this.radioButtonUserAgentDesktopCustom.Text = "Custom"; this.toolTip1.SetToolTip(this.radioButtonUserAgentDesktopCustom, "Zoom only text on web pages using Ctrl-Mousewheel (Win)"); @@ -3754,9 +3732,11 @@ namespace SebWindowsConfig this.groupBox11.Controls.Add(this.checkBoxBlockPopUpWindows); this.groupBox11.Controls.Add(this.checkBoxEnableJavaScript); this.groupBox11.Controls.Add(this.checkBoxEnableJava); - this.groupBox11.Location = new System.Drawing.Point(24, 202); + this.groupBox11.Location = new System.Drawing.Point(36, 311); + this.groupBox11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox11.Name = "groupBox11"; - this.groupBox11.Size = new System.Drawing.Size(500, 122); + this.groupBox11.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox11.Size = new System.Drawing.Size(750, 188); this.groupBox11.TabIndex = 71; this.groupBox11.TabStop = false; this.groupBox11.Text = "Browser security"; @@ -3764,10 +3744,10 @@ namespace SebWindowsConfig // checkBoxShowReloadWarningNewWindow // this.checkBoxShowReloadWarningNewWindow.AutoSize = true; - this.checkBoxShowReloadWarningNewWindow.Location = new System.Drawing.Point(259, 59); - this.checkBoxShowReloadWarningNewWindow.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxShowReloadWarningNewWindow.Location = new System.Drawing.Point(388, 91); + this.checkBoxShowReloadWarningNewWindow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxShowReloadWarningNewWindow.Name = "checkBoxShowReloadWarningNewWindow"; - this.checkBoxShowReloadWarningNewWindow.Size = new System.Drawing.Size(228, 17); + this.checkBoxShowReloadWarningNewWindow.Size = new System.Drawing.Size(334, 24); this.checkBoxShowReloadWarningNewWindow.TabIndex = 13; this.checkBoxShowReloadWarningNewWindow.Text = "Show reload warning in additional windows"; this.toolTip1.SetToolTip(this.checkBoxShowReloadWarningNewWindow, "User has to confirm reloading a web page with F5 or reload button"); @@ -3777,10 +3757,10 @@ namespace SebWindowsConfig // checkBoxAllowReloadNewWindow // this.checkBoxAllowReloadNewWindow.AutoSize = true; - this.checkBoxAllowReloadNewWindow.Location = new System.Drawing.Point(259, 40); - this.checkBoxAllowReloadNewWindow.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowReloadNewWindow.Location = new System.Drawing.Point(388, 62); + this.checkBoxAllowReloadNewWindow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowReloadNewWindow.Name = "checkBoxAllowReloadNewWindow"; - this.checkBoxAllowReloadNewWindow.Size = new System.Drawing.Size(186, 17); + this.checkBoxAllowReloadNewWindow.Size = new System.Drawing.Size(272, 24); this.checkBoxAllowReloadNewWindow.TabIndex = 12; this.checkBoxAllowReloadNewWindow.Text = "Allow reload in additional windows"; this.toolTip1.SetToolTip(this.checkBoxAllowReloadNewWindow, "Allow reloading additional windows with F5 or reload button (if displayed)"); @@ -3791,10 +3771,10 @@ namespace SebWindowsConfig // this.checkBoxAllowVideoCapture.AutoSize = true; this.checkBoxAllowVideoCapture.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowVideoCapture.Location = new System.Drawing.Point(14, 164); - this.checkBoxAllowVideoCapture.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowVideoCapture.Location = new System.Drawing.Point(21, 252); + this.checkBoxAllowVideoCapture.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowVideoCapture.Name = "checkBoxAllowVideoCapture"; - this.checkBoxAllowVideoCapture.Size = new System.Drawing.Size(168, 17); + this.checkBoxAllowVideoCapture.Size = new System.Drawing.Size(244, 24); this.checkBoxAllowVideoCapture.TabIndex = 10; this.checkBoxAllowVideoCapture.Text = "Allow video capture (webcam)"; this.toolTip1.SetToolTip(this.checkBoxAllowVideoCapture, "Allow web applications to access camera (using HMTL 5 APIs)."); @@ -3805,10 +3785,10 @@ namespace SebWindowsConfig // checkBoxAllowReload // this.checkBoxAllowReload.AutoSize = true; - this.checkBoxAllowReload.Location = new System.Drawing.Point(14, 40); - this.checkBoxAllowReload.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowReload.Location = new System.Drawing.Point(21, 62); + this.checkBoxAllowReload.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowReload.Name = "checkBoxAllowReload"; - this.checkBoxAllowReload.Size = new System.Drawing.Size(122, 17); + this.checkBoxAllowReload.Size = new System.Drawing.Size(178, 24); this.checkBoxAllowReload.TabIndex = 9; this.checkBoxAllowReload.Text = "Allow reload in exam"; this.toolTip1.SetToolTip(this.checkBoxAllowReload, "Allow reload in the exam window with F5 or reload button (if displayed)"); @@ -3819,10 +3799,10 @@ namespace SebWindowsConfig // this.checkBoxAllowNavigationNewWindow.AutoSize = true; this.checkBoxAllowNavigationNewWindow.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowNavigationNewWindow.Location = new System.Drawing.Point(259, 19); - this.checkBoxAllowNavigationNewWindow.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowNavigationNewWindow.Location = new System.Drawing.Point(388, 29); + this.checkBoxAllowNavigationNewWindow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowNavigationNewWindow.Name = "checkBoxAllowNavigationNewWindow"; - this.checkBoxAllowNavigationNewWindow.Size = new System.Drawing.Size(206, 17); + this.checkBoxAllowNavigationNewWindow.Size = new System.Drawing.Size(300, 24); this.checkBoxAllowNavigationNewWindow.TabIndex = 8; this.checkBoxAllowNavigationNewWindow.Text = "Allow navigating in additional windows"; this.toolTip1.SetToolTip(this.checkBoxAllowNavigationNewWindow, resources.GetString("checkBoxAllowNavigationNewWindow.ToolTip")); @@ -3833,10 +3813,10 @@ namespace SebWindowsConfig // this.checkBoxAllowAudioCapture.AutoSize = true; this.checkBoxAllowAudioCapture.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowAudioCapture.Location = new System.Drawing.Point(259, 164); - this.checkBoxAllowAudioCapture.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowAudioCapture.Location = new System.Drawing.Point(388, 252); + this.checkBoxAllowAudioCapture.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowAudioCapture.Name = "checkBoxAllowAudioCapture"; - this.checkBoxAllowAudioCapture.Size = new System.Drawing.Size(183, 17); + this.checkBoxAllowAudioCapture.Size = new System.Drawing.Size(270, 24); this.checkBoxAllowAudioCapture.TabIndex = 11; this.checkBoxAllowAudioCapture.Text = "Allow audio capture (microphone)"; this.toolTip1.SetToolTip(this.checkBoxAllowAudioCapture, "Allow web applications to access microphone (using HMTL 5 APIs)."); @@ -3847,10 +3827,10 @@ namespace SebWindowsConfig // checkBoxShowReloadWarning // this.checkBoxShowReloadWarning.AutoSize = true; - this.checkBoxShowReloadWarning.Location = new System.Drawing.Point(14, 59); - this.checkBoxShowReloadWarning.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxShowReloadWarning.Location = new System.Drawing.Point(21, 91); + this.checkBoxShowReloadWarning.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxShowReloadWarning.Name = "checkBoxShowReloadWarning"; - this.checkBoxShowReloadWarning.Size = new System.Drawing.Size(164, 17); + this.checkBoxShowReloadWarning.Size = new System.Drawing.Size(240, 24); this.checkBoxShowReloadWarning.TabIndex = 5; this.checkBoxShowReloadWarning.Text = "Show reload warning in exam"; this.toolTip1.SetToolTip(this.checkBoxShowReloadWarning, "User has to confirm reloading a web page with F5 or reload button"); @@ -3861,10 +3841,10 @@ namespace SebWindowsConfig // this.checkBoxDisableLocalStorage.AutoSize = true; this.checkBoxDisableLocalStorage.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxDisableLocalStorage.Location = new System.Drawing.Point(259, 190); - this.checkBoxDisableLocalStorage.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxDisableLocalStorage.Location = new System.Drawing.Point(388, 292); + this.checkBoxDisableLocalStorage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxDisableLocalStorage.Name = "checkBoxDisableLocalStorage"; - this.checkBoxDisableLocalStorage.Size = new System.Drawing.Size(154, 17); + this.checkBoxDisableLocalStorage.Size = new System.Drawing.Size(226, 24); this.checkBoxDisableLocalStorage.TabIndex = 7; this.checkBoxDisableLocalStorage.Text = "Disable local storage (Mac)"; this.toolTip1.SetToolTip(this.checkBoxDisableLocalStorage, "If your web application uses local storage, you have to be sure data is saved enc" + @@ -3875,9 +3855,10 @@ namespace SebWindowsConfig // // checkBoxRemoveProfile // - this.checkBoxRemoveProfile.Location = new System.Drawing.Point(14, 78); + this.checkBoxRemoveProfile.Location = new System.Drawing.Point(21, 120); + this.checkBoxRemoveProfile.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.checkBoxRemoveProfile.Name = "checkBoxRemoveProfile"; - this.checkBoxRemoveProfile.Size = new System.Drawing.Size(481, 36); + this.checkBoxRemoveProfile.Size = new System.Drawing.Size(722, 55); this.checkBoxRemoveProfile.TabIndex = 6; this.checkBoxRemoveProfile.Text = "Delete cache when re-configuring or terminating SEB (Win). This setting is ignore" + "d if \"Clear browser session when ending\" in section Exam > Session Handling is d" + @@ -3889,10 +3870,10 @@ namespace SebWindowsConfig // this.checkBoxAllowBrowsingBackForward.AutoSize = true; this.checkBoxAllowBrowsingBackForward.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowBrowsingBackForward.Location = new System.Drawing.Point(14, 20); - this.checkBoxAllowBrowsingBackForward.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowBrowsingBackForward.Location = new System.Drawing.Point(21, 31); + this.checkBoxAllowBrowsingBackForward.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowBrowsingBackForward.Name = "checkBoxAllowBrowsingBackForward"; - this.checkBoxAllowBrowsingBackForward.Size = new System.Drawing.Size(209, 17); + this.checkBoxAllowBrowsingBackForward.Size = new System.Drawing.Size(301, 24); this.checkBoxAllowBrowsingBackForward.TabIndex = 4; this.checkBoxAllowBrowsingBackForward.Text = "Allow navigating back/forward in exam"; this.toolTip1.SetToolTip(this.checkBoxAllowBrowsingBackForward, resources.GetString("checkBoxAllowBrowsingBackForward.ToolTip")); @@ -3903,10 +3884,10 @@ namespace SebWindowsConfig // this.checkBoxEnablePlugIns.AutoSize = true; this.checkBoxEnablePlugIns.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnablePlugIns.Location = new System.Drawing.Point(14, 124); - this.checkBoxEnablePlugIns.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnablePlugIns.Location = new System.Drawing.Point(21, 191); + this.checkBoxEnablePlugIns.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnablePlugIns.Name = "checkBoxEnablePlugIns"; - this.checkBoxEnablePlugIns.Size = new System.Drawing.Size(179, 17); + this.checkBoxEnablePlugIns.Size = new System.Drawing.Size(264, 24); this.checkBoxEnablePlugIns.TabIndex = 0; this.checkBoxEnablePlugIns.Text = "Enable plug-ins (Win: only Flash)"; this.toolTip1.SetToolTip(this.checkBoxEnablePlugIns, "Enables web plugins (Mac) or just Flash (Win). For security reasons it\'s recommen" + @@ -3919,10 +3900,10 @@ namespace SebWindowsConfig // this.checkBoxBlockPopUpWindows.AutoSize = true; this.checkBoxBlockPopUpWindows.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxBlockPopUpWindows.Location = new System.Drawing.Point(259, 144); - this.checkBoxBlockPopUpWindows.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxBlockPopUpWindows.Location = new System.Drawing.Point(388, 222); + this.checkBoxBlockPopUpWindows.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxBlockPopUpWindows.Name = "checkBoxBlockPopUpWindows"; - this.checkBoxBlockPopUpWindows.Size = new System.Drawing.Size(133, 17); + this.checkBoxBlockPopUpWindows.Size = new System.Drawing.Size(192, 24); this.checkBoxBlockPopUpWindows.TabIndex = 3; this.checkBoxBlockPopUpWindows.Text = "Block pop-up windows"; this.toolTip1.SetToolTip(this.checkBoxBlockPopUpWindows, "Disables pop-up windows (often advertisement) opened by JavaScript without an use" + @@ -3935,10 +3916,10 @@ namespace SebWindowsConfig // this.checkBoxEnableJavaScript.AutoSize = true; this.checkBoxEnableJavaScript.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableJavaScript.Location = new System.Drawing.Point(259, 124); - this.checkBoxEnableJavaScript.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableJavaScript.Location = new System.Drawing.Point(388, 191); + this.checkBoxEnableJavaScript.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableJavaScript.Name = "checkBoxEnableJavaScript"; - this.checkBoxEnableJavaScript.Size = new System.Drawing.Size(112, 17); + this.checkBoxEnableJavaScript.Size = new System.Drawing.Size(163, 24); this.checkBoxEnableJavaScript.TabIndex = 1; this.checkBoxEnableJavaScript.Text = "Enable JavaScript"; this.toolTip1.SetToolTip(this.checkBoxEnableJavaScript, "Enables JavaScript. Please note that most modern websites need JavaScript for ful" + @@ -3951,10 +3932,10 @@ namespace SebWindowsConfig // this.checkBoxEnableJava.AutoSize = true; this.checkBoxEnableJava.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxEnableJava.Location = new System.Drawing.Point(14, 144); - this.checkBoxEnableJava.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableJava.Location = new System.Drawing.Point(21, 222); + this.checkBoxEnableJava.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableJava.Name = "checkBoxEnableJava"; - this.checkBoxEnableJava.Size = new System.Drawing.Size(85, 17); + this.checkBoxEnableJava.Size = new System.Drawing.Size(122, 24); this.checkBoxEnableJava.TabIndex = 2; this.checkBoxEnableJava.Text = "Enable Java"; this.toolTip1.SetToolTip(this.checkBoxEnableJava, "Enables Java applets. Note: Only applets with the highest Java security level wil" + @@ -3966,20 +3947,20 @@ namespace SebWindowsConfig // listBoxOpenLinksHTML // this.listBoxOpenLinksHTML.FormattingEnabled = true; - this.listBoxOpenLinksHTML.Location = new System.Drawing.Point(23, 40); - this.listBoxOpenLinksHTML.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.listBoxOpenLinksHTML.ItemHeight = 20; + this.listBoxOpenLinksHTML.Location = new System.Drawing.Point(34, 62); + this.listBoxOpenLinksHTML.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBoxOpenLinksHTML.Name = "listBoxOpenLinksHTML"; - this.listBoxOpenLinksHTML.Size = new System.Drawing.Size(149, 43); + this.listBoxOpenLinksHTML.Size = new System.Drawing.Size(222, 64); this.listBoxOpenLinksHTML.TabIndex = 0; this.listBoxOpenLinksHTML.SelectedIndexChanged += new System.EventHandler(this.listBoxOpenLinksHTML_SelectedIndexChanged); // // labelUseSEBWithoutBrowser // this.labelUseSEBWithoutBrowser.AutoSize = true; - this.labelUseSEBWithoutBrowser.Location = new System.Drawing.Point(55, 370); - this.labelUseSEBWithoutBrowser.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelUseSEBWithoutBrowser.Location = new System.Drawing.Point(82, 569); this.labelUseSEBWithoutBrowser.Name = "labelUseSEBWithoutBrowser"; - this.labelUseSEBWithoutBrowser.Size = new System.Drawing.Size(436, 13); + this.labelUseSEBWithoutBrowser.Size = new System.Drawing.Size(652, 20); this.labelUseSEBWithoutBrowser.TabIndex = 10; this.labelUseSEBWithoutBrowser.Text = "to start another application in kiosk mode (for example a virtual desktop infrast" + "ructure client)"; @@ -3987,10 +3968,10 @@ namespace SebWindowsConfig // checkBoxUseSebWithoutBrowser // this.checkBoxUseSebWithoutBrowser.AutoSize = true; - this.checkBoxUseSebWithoutBrowser.Location = new System.Drawing.Point(38, 350); - this.checkBoxUseSebWithoutBrowser.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxUseSebWithoutBrowser.Location = new System.Drawing.Point(57, 538); + this.checkBoxUseSebWithoutBrowser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxUseSebWithoutBrowser.Name = "checkBoxUseSebWithoutBrowser"; - this.checkBoxUseSebWithoutBrowser.Size = new System.Drawing.Size(185, 17); + this.checkBoxUseSebWithoutBrowser.Size = new System.Drawing.Size(272, 24); this.checkBoxUseSebWithoutBrowser.TabIndex = 4; this.checkBoxUseSebWithoutBrowser.Text = "Use SEB without browser window"; this.toolTip1.SetToolTip(this.checkBoxUseSebWithoutBrowser, "When SEB browser is disabled, no browser window is openend. Use this option with " + @@ -4001,10 +3982,9 @@ namespace SebWindowsConfig // labelOpenLinksHTML // this.labelOpenLinksHTML.AutoSize = true; - this.labelOpenLinksHTML.Location = new System.Drawing.Point(21, 14); - this.labelOpenLinksHTML.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelOpenLinksHTML.Location = new System.Drawing.Point(32, 22); this.labelOpenLinksHTML.Name = "labelOpenLinksHTML"; - this.labelOpenLinksHTML.Size = new System.Drawing.Size(281, 13); + this.labelOpenLinksHTML.Size = new System.Drawing.Size(413, 20); this.labelOpenLinksHTML.TabIndex = 60; this.labelOpenLinksHTML.Text = "Links requesting to be opened in a new browser window..."; this.labelOpenLinksHTML.Click += new System.EventHandler(this.labelOpenLinksHTML_Click); @@ -4012,10 +3992,10 @@ namespace SebWindowsConfig // checkBoxBlockLinksHTML // this.checkBoxBlockLinksHTML.AutoSize = true; - this.checkBoxBlockLinksHTML.Location = new System.Drawing.Point(281, 40); - this.checkBoxBlockLinksHTML.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxBlockLinksHTML.Location = new System.Drawing.Point(422, 62); + this.checkBoxBlockLinksHTML.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxBlockLinksHTML.Name = "checkBoxBlockLinksHTML"; - this.checkBoxBlockLinksHTML.Size = new System.Drawing.Size(248, 17); + this.checkBoxBlockLinksHTML.Size = new System.Drawing.Size(363, 24); this.checkBoxBlockLinksHTML.TabIndex = 1; this.checkBoxBlockLinksHTML.Text = "block when directing to a different server (Mac)"; this.toolTip1.SetToolTip(this.checkBoxBlockLinksHTML, "Hyperlinks which direct to a different host than the one of the current main page" + @@ -4032,11 +4012,11 @@ namespace SebWindowsConfig this.groupBoxNewBrowserWindow.Controls.Add(this.labelNewWindowPosition); this.groupBoxNewBrowserWindow.Controls.Add(this.listBoxNewBrowserWindowPositioning); this.groupBoxNewBrowserWindow.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.groupBoxNewBrowserWindow.Location = new System.Drawing.Point(23, 97); - this.groupBoxNewBrowserWindow.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.groupBoxNewBrowserWindow.Location = new System.Drawing.Point(34, 149); + this.groupBoxNewBrowserWindow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBoxNewBrowserWindow.Name = "groupBoxNewBrowserWindow"; - this.groupBoxNewBrowserWindow.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.groupBoxNewBrowserWindow.Size = new System.Drawing.Size(500, 90); + this.groupBoxNewBrowserWindow.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.groupBoxNewBrowserWindow.Size = new System.Drawing.Size(750, 138); this.groupBoxNewBrowserWindow.TabIndex = 58; this.groupBoxNewBrowserWindow.TabStop = false; this.groupBoxNewBrowserWindow.Text = "New browser window size and position"; @@ -4044,10 +4024,10 @@ namespace SebWindowsConfig // comboBoxNewBrowserWindowHeight // this.comboBoxNewBrowserWindowHeight.FormattingEnabled = true; - this.comboBoxNewBrowserWindowHeight.Location = new System.Drawing.Point(66, 58); - this.comboBoxNewBrowserWindowHeight.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.comboBoxNewBrowserWindowHeight.Location = new System.Drawing.Point(99, 89); + this.comboBoxNewBrowserWindowHeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxNewBrowserWindowHeight.Name = "comboBoxNewBrowserWindowHeight"; - this.comboBoxNewBrowserWindowHeight.Size = new System.Drawing.Size(92, 21); + this.comboBoxNewBrowserWindowHeight.Size = new System.Drawing.Size(136, 28); this.comboBoxNewBrowserWindowHeight.TabIndex = 1; this.toolTip1.SetToolTip(this.comboBoxNewBrowserWindowHeight, "Window height in pixel or percentage of total screen height."); this.comboBoxNewBrowserWindowHeight.SelectedIndexChanged += new System.EventHandler(this.comboBoxNewBrowserWindowHeight_SelectedIndexChanged); @@ -4056,10 +4036,10 @@ namespace SebWindowsConfig // comboBoxNewBrowserWindowWidth // this.comboBoxNewBrowserWindowWidth.FormattingEnabled = true; - this.comboBoxNewBrowserWindowWidth.Location = new System.Drawing.Point(66, 27); - this.comboBoxNewBrowserWindowWidth.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.comboBoxNewBrowserWindowWidth.Location = new System.Drawing.Point(99, 42); + this.comboBoxNewBrowserWindowWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxNewBrowserWindowWidth.Name = "comboBoxNewBrowserWindowWidth"; - this.comboBoxNewBrowserWindowWidth.Size = new System.Drawing.Size(92, 21); + this.comboBoxNewBrowserWindowWidth.Size = new System.Drawing.Size(136, 28); this.comboBoxNewBrowserWindowWidth.TabIndex = 0; this.toolTip1.SetToolTip(this.comboBoxNewBrowserWindowWidth, "Window width in pixel or percentage of total screen width."); this.comboBoxNewBrowserWindowWidth.SelectedIndexChanged += new System.EventHandler(this.comboBoxNewBrowserWindowWidth_SelectedIndexChanged); @@ -4069,10 +4049,9 @@ namespace SebWindowsConfig // this.labelNewWindowHeight.AutoSize = true; this.labelNewWindowHeight.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelNewWindowHeight.Location = new System.Drawing.Point(19, 61); - this.labelNewWindowHeight.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelNewWindowHeight.Location = new System.Drawing.Point(28, 94); this.labelNewWindowHeight.Name = "labelNewWindowHeight"; - this.labelNewWindowHeight.Size = new System.Drawing.Size(38, 13); + this.labelNewWindowHeight.Size = new System.Drawing.Size(56, 20); this.labelNewWindowHeight.TabIndex = 61; this.labelNewWindowHeight.Text = "Height"; // @@ -4080,30 +4059,29 @@ namespace SebWindowsConfig // this.labelNewWindowWidth.AutoSize = true; this.labelNewWindowWidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelNewWindowWidth.Location = new System.Drawing.Point(22, 31); - this.labelNewWindowWidth.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelNewWindowWidth.Location = new System.Drawing.Point(33, 48); this.labelNewWindowWidth.Name = "labelNewWindowWidth"; - this.labelNewWindowWidth.Size = new System.Drawing.Size(35, 13); + this.labelNewWindowWidth.Size = new System.Drawing.Size(50, 20); this.labelNewWindowWidth.TabIndex = 60; this.labelNewWindowWidth.Text = "Width"; // // labelNewWindowPosition // this.labelNewWindowPosition.AutoSize = true; - this.labelNewWindowPosition.Location = new System.Drawing.Point(273, 31); - this.labelNewWindowPosition.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelNewWindowPosition.Location = new System.Drawing.Point(410, 48); this.labelNewWindowPosition.Name = "labelNewWindowPosition"; - this.labelNewWindowPosition.Size = new System.Drawing.Size(107, 13); + this.labelNewWindowPosition.Size = new System.Drawing.Size(161, 20); this.labelNewWindowPosition.TabIndex = 58; this.labelNewWindowPosition.Text = "Horizontal positioning"; // // listBoxNewBrowserWindowPositioning // this.listBoxNewBrowserWindowPositioning.FormattingEnabled = true; - this.listBoxNewBrowserWindowPositioning.Location = new System.Drawing.Point(384, 16); - this.listBoxNewBrowserWindowPositioning.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.listBoxNewBrowserWindowPositioning.ItemHeight = 20; + this.listBoxNewBrowserWindowPositioning.Location = new System.Drawing.Point(576, 25); + this.listBoxNewBrowserWindowPositioning.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBoxNewBrowserWindowPositioning.Name = "listBoxNewBrowserWindowPositioning"; - this.listBoxNewBrowserWindowPositioning.Size = new System.Drawing.Size(91, 43); + this.listBoxNewBrowserWindowPositioning.Size = new System.Drawing.Size(134, 64); this.listBoxNewBrowserWindowPositioning.TabIndex = 2; this.listBoxNewBrowserWindowPositioning.SelectedIndexChanged += new System.EventHandler(this.listBoxNewBrowserWindowPositioning_SelectedIndexChanged); // @@ -4119,10 +4097,10 @@ namespace SebWindowsConfig this.tabPageAppearance.Controls.Add(this.groupBoxMainBrowserWindow); this.tabPageAppearance.ImageIndex = 2; this.tabPageAppearance.Location = new System.Drawing.Point(4, 39); - this.tabPageAppearance.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageAppearance.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageAppearance.Name = "tabPageAppearance"; - this.tabPageAppearance.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageAppearance.Size = new System.Drawing.Size(1242, 601); + this.tabPageAppearance.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageAppearance.Size = new System.Drawing.Size(1867, 948); this.tabPageAppearance.TabIndex = 8; this.tabPageAppearance.Text = "User Interface"; this.tabPageAppearance.UseVisualStyleBackColor = true; @@ -4136,11 +4114,9 @@ namespace SebWindowsConfig this.spellCheckerGroupBox.Controls.Add(this.addDictionaryButton); this.spellCheckerGroupBox.Controls.Add(this.spellCheckerDataGridView); this.spellCheckerGroupBox.Controls.Add(this.checkBoxAllowSpellCheck); - this.spellCheckerGroupBox.Location = new System.Drawing.Point(527, 118); - this.spellCheckerGroupBox.Margin = new System.Windows.Forms.Padding(2); + this.spellCheckerGroupBox.Location = new System.Drawing.Point(790, 182); this.spellCheckerGroupBox.Name = "spellCheckerGroupBox"; - this.spellCheckerGroupBox.Padding = new System.Windows.Forms.Padding(2); - this.spellCheckerGroupBox.Size = new System.Drawing.Size(691, 408); + this.spellCheckerGroupBox.Size = new System.Drawing.Size(1036, 628); this.spellCheckerGroupBox.TabIndex = 87; this.spellCheckerGroupBox.TabStop = false; this.spellCheckerGroupBox.Text = "Spell Checker"; @@ -4148,10 +4124,9 @@ namespace SebWindowsConfig // // dictionariesDescriptionLabel // - this.dictionariesDescriptionLabel.Location = new System.Drawing.Point(8, 335); - this.dictionariesDescriptionLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.dictionariesDescriptionLabel.Location = new System.Drawing.Point(12, 515); this.dictionariesDescriptionLabel.Name = "dictionariesDescriptionLabel"; - this.dictionariesDescriptionLabel.Size = new System.Drawing.Size(675, 29); + this.dictionariesDescriptionLabel.Size = new System.Drawing.Size(1012, 45); this.dictionariesDescriptionLabel.TabIndex = 3; this.dictionariesDescriptionLabel.Text = "It is possible to embed additional dictionaries to be used for spell checking. Pl" + "ease make sure to use the correct file formats, namely an .aff and a .dic file p" + @@ -4159,10 +4134,9 @@ namespace SebWindowsConfig // // spellCheckerDescriptionLabel // - this.spellCheckerDescriptionLabel.Location = new System.Drawing.Point(8, 42); - this.spellCheckerDescriptionLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.spellCheckerDescriptionLabel.Location = new System.Drawing.Point(12, 65); this.spellCheckerDescriptionLabel.Name = "spellCheckerDescriptionLabel"; - this.spellCheckerDescriptionLabel.Size = new System.Drawing.Size(675, 27); + this.spellCheckerDescriptionLabel.Size = new System.Drawing.Size(1012, 42); this.spellCheckerDescriptionLabel.TabIndex = 2; this.spellCheckerDescriptionLabel.Text = "The list below shows all dictionaries currently available for spell checking. SEB" + " comes with a list of standard dictionaries which cannot be removed, but may be " + @@ -4171,10 +4145,10 @@ namespace SebWindowsConfig // checkBoxAllowDictionaryLookup // this.checkBoxAllowDictionaryLookup.AutoSize = true; - this.checkBoxAllowDictionaryLookup.Location = new System.Drawing.Point(139, 20); - this.checkBoxAllowDictionaryLookup.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowDictionaryLookup.Location = new System.Drawing.Point(208, 31); + this.checkBoxAllowDictionaryLookup.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowDictionaryLookup.Name = "checkBoxAllowDictionaryLookup"; - this.checkBoxAllowDictionaryLookup.Size = new System.Drawing.Size(164, 17); + this.checkBoxAllowDictionaryLookup.Size = new System.Drawing.Size(238, 24); this.checkBoxAllowDictionaryLookup.TabIndex = 84; this.checkBoxAllowDictionaryLookup.Text = "Allow dictionary lookup (Mac)"; this.toolTip1.SetToolTip(this.checkBoxAllowDictionaryLookup, "Allow to use the OS X dictionary lookup using a 3 finger tap"); @@ -4183,10 +4157,9 @@ namespace SebWindowsConfig // // removeDictionaryButton // - this.removeDictionaryButton.Location = new System.Drawing.Point(117, 371); - this.removeDictionaryButton.Margin = new System.Windows.Forms.Padding(2); + this.removeDictionaryButton.Location = new System.Drawing.Point(176, 571); this.removeDictionaryButton.Name = "removeDictionaryButton"; - this.removeDictionaryButton.Size = new System.Drawing.Size(113, 23); + this.removeDictionaryButton.Size = new System.Drawing.Size(170, 35); this.removeDictionaryButton.TabIndex = 1; this.removeDictionaryButton.Text = "Remove Selected"; this.removeDictionaryButton.UseVisualStyleBackColor = true; @@ -4194,10 +4167,9 @@ namespace SebWindowsConfig // // addDictionaryButton // - this.addDictionaryButton.Location = new System.Drawing.Point(8, 371); - this.addDictionaryButton.Margin = new System.Windows.Forms.Padding(2); + this.addDictionaryButton.Location = new System.Drawing.Point(12, 571); this.addDictionaryButton.Name = "addDictionaryButton"; - this.addDictionaryButton.Size = new System.Drawing.Size(105, 23); + this.addDictionaryButton.Size = new System.Drawing.Size(158, 35); this.addDictionaryButton.TabIndex = 1; this.addDictionaryButton.Text = "Add Dictionary..."; this.toolTip1.SetToolTip(this.addDictionaryButton, "SEB containts dictionaries with a compatible license, others can be embedded to c" + @@ -4216,11 +4188,10 @@ namespace SebWindowsConfig this.spellCheckerDictionaryEnabledColumn, this.spellCheckerDictionaryLocaleColumn, this.spellCheckerDictionaryFilesColumn}); - this.spellCheckerDataGridView.Location = new System.Drawing.Point(11, 78); - this.spellCheckerDataGridView.Margin = new System.Windows.Forms.Padding(2); + this.spellCheckerDataGridView.Location = new System.Drawing.Point(16, 120); this.spellCheckerDataGridView.Name = "spellCheckerDataGridView"; this.spellCheckerDataGridView.RowTemplate.Height = 28; - this.spellCheckerDataGridView.Size = new System.Drawing.Size(668, 247); + this.spellCheckerDataGridView.Size = new System.Drawing.Size(1002, 380); this.spellCheckerDataGridView.TabIndex = 0; this.spellCheckerDataGridView.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.spellCheckerDataGridView_CellValueChanged); this.spellCheckerDataGridView.CurrentCellDirtyStateChanged += new System.EventHandler(this.spellCheckerDataGridView_CurrentCellDirtyStateChanged); @@ -4233,7 +4204,7 @@ namespace SebWindowsConfig this.spellCheckerDictionaryEnabledColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.spellCheckerDictionaryEnabledColumn.ToolTipText = "Determines whether this dictionary is enabled and active during the application r" + "untime."; - this.spellCheckerDictionaryEnabledColumn.Width = 52; + this.spellCheckerDictionaryEnabledColumn.Width = 74; // // spellCheckerDictionaryLocaleColumn // @@ -4247,8 +4218,8 @@ namespace SebWindowsConfig // spellCheckerDictionaryFilesColumn // this.spellCheckerDictionaryFilesColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; - this.spellCheckerDictionaryFilesColumn.DefaultCellStyle = dataGridViewCellStyle2; + dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.spellCheckerDictionaryFilesColumn.DefaultCellStyle = dataGridViewCellStyle6; this.spellCheckerDictionaryFilesColumn.HeaderText = "Files"; this.spellCheckerDictionaryFilesColumn.Name = "spellCheckerDictionaryFilesColumn"; this.spellCheckerDictionaryFilesColumn.ReadOnly = true; @@ -4259,10 +4230,10 @@ namespace SebWindowsConfig // checkBoxAllowSpellCheck // this.checkBoxAllowSpellCheck.AutoSize = true; - this.checkBoxAllowSpellCheck.Location = new System.Drawing.Point(11, 20); - this.checkBoxAllowSpellCheck.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowSpellCheck.Location = new System.Drawing.Point(16, 31); + this.checkBoxAllowSpellCheck.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowSpellCheck.Name = "checkBoxAllowSpellCheck"; - this.checkBoxAllowSpellCheck.Size = new System.Drawing.Size(122, 17); + this.checkBoxAllowSpellCheck.Size = new System.Drawing.Size(175, 24); this.checkBoxAllowSpellCheck.TabIndex = 67; this.checkBoxAllowSpellCheck.Text = "Allow spell checking"; this.toolTip1.SetToolTip(this.checkBoxAllowSpellCheck, "Spell checking in the SEB browser underlines incorrectly spelled words and displa" + @@ -4277,32 +4248,32 @@ namespace SebWindowsConfig this.groupBox16.Controls.Add(this.checkBoxEnableAudioControl); this.groupBox16.Controls.Add(this.checkBoxSetVolumeLevel); this.groupBox16.Controls.Add(this.checkBoxMuteAudio); - this.groupBox16.Location = new System.Drawing.Point(527, 16); - this.groupBox16.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.groupBox16.Location = new System.Drawing.Point(790, 25); + this.groupBox16.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBox16.Name = "groupBox16"; - this.groupBox16.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.groupBox16.Size = new System.Drawing.Size(691, 92); + this.groupBox16.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.groupBox16.Size = new System.Drawing.Size(1036, 142); this.groupBox16.TabIndex = 86; this.groupBox16.TabStop = false; this.groupBox16.Text = "Audio Control"; // // trackBarVolumeLevel // - this.trackBarVolumeLevel.Location = new System.Drawing.Point(139, 32); - this.trackBarVolumeLevel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.trackBarVolumeLevel.Location = new System.Drawing.Point(208, 49); + this.trackBarVolumeLevel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.trackBarVolumeLevel.Maximum = 100; this.trackBarVolumeLevel.Name = "trackBarVolumeLevel"; - this.trackBarVolumeLevel.Size = new System.Drawing.Size(540, 45); + this.trackBarVolumeLevel.Size = new System.Drawing.Size(810, 69); this.trackBarVolumeLevel.TabIndex = 89; this.trackBarVolumeLevel.Scroll += new System.EventHandler(this.trackBarVolumeLevel_Scroll); // // checkBoxEnableAudioControl // this.checkBoxEnableAudioControl.AutoSize = true; - this.checkBoxEnableAudioControl.Location = new System.Drawing.Point(8, 25); - this.checkBoxEnableAudioControl.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableAudioControl.Location = new System.Drawing.Point(12, 38); + this.checkBoxEnableAudioControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableAudioControl.Name = "checkBoxEnableAudioControl"; - this.checkBoxEnableAudioControl.Size = new System.Drawing.Size(128, 17); + this.checkBoxEnableAudioControl.Size = new System.Drawing.Size(188, 24); this.checkBoxEnableAudioControl.TabIndex = 86; this.checkBoxEnableAudioControl.Text = "Enable audio controls"; this.toolTip1.SetToolTip(this.checkBoxEnableAudioControl, "Displays an audio control in the SEB taskbar"); @@ -4312,10 +4283,10 @@ namespace SebWindowsConfig // checkBoxSetVolumeLevel // this.checkBoxSetVolumeLevel.AutoSize = true; - this.checkBoxSetVolumeLevel.Location = new System.Drawing.Point(8, 68); - this.checkBoxSetVolumeLevel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxSetVolumeLevel.Location = new System.Drawing.Point(12, 105); + this.checkBoxSetVolumeLevel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxSetVolumeLevel.Name = "checkBoxSetVolumeLevel"; - this.checkBoxSetVolumeLevel.Size = new System.Drawing.Size(130, 17); + this.checkBoxSetVolumeLevel.Size = new System.Drawing.Size(188, 24); this.checkBoxSetVolumeLevel.TabIndex = 88; this.checkBoxSetVolumeLevel.Text = "Set initial volume level"; this.toolTip1.SetToolTip(this.checkBoxSetVolumeLevel, "Volume level after starting SEB/the exam"); @@ -4325,10 +4296,10 @@ namespace SebWindowsConfig // checkBoxMuteAudio // this.checkBoxMuteAudio.AutoSize = true; - this.checkBoxMuteAudio.Location = new System.Drawing.Point(8, 46); - this.checkBoxMuteAudio.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxMuteAudio.Location = new System.Drawing.Point(12, 71); + this.checkBoxMuteAudio.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxMuteAudio.Name = "checkBoxMuteAudio"; - this.checkBoxMuteAudio.Size = new System.Drawing.Size(129, 17); + this.checkBoxMuteAudio.Size = new System.Drawing.Size(190, 24); this.checkBoxMuteAudio.TabIndex = 87; this.checkBoxMuteAudio.Text = "Mute audio on startup"; this.toolTip1.SetToolTip(this.checkBoxMuteAudio, "When SEB/the exam starts, audio is muted"); @@ -4337,14 +4308,17 @@ namespace SebWindowsConfig // // groupBox6 // + this.groupBox6.Controls.Add(this.checkBoxAllowDeveloperConsole); this.groupBox6.Controls.Add(this.checkBoxAllowAdditionalWindowAddressBar); this.groupBox6.Controls.Add(this.checkBoxAllowMainWindowAddressBar); this.groupBox6.Controls.Add(this.checkBoxEnableBrowserWindowToolbar); this.groupBox6.Controls.Add(this.checkBoxHideBrowserWindowToolbar); this.groupBox6.Controls.Add(this.checkBoxShowMenuBar); - this.groupBox6.Location = new System.Drawing.Point(23, 207); + this.groupBox6.Location = new System.Drawing.Point(34, 318); + this.groupBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox6.Name = "groupBox6"; - this.groupBox6.Size = new System.Drawing.Size(500, 99); + this.groupBox6.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox6.Size = new System.Drawing.Size(750, 184); this.groupBox6.TabIndex = 83; this.groupBox6.TabStop = false; this.groupBox6.Text = "Browser Window Toolbar"; @@ -4352,10 +4326,9 @@ namespace SebWindowsConfig // checkBoxAllowAdditionalWindowAddressBar // this.checkBoxAllowAdditionalWindowAddressBar.AutoSize = true; - this.checkBoxAllowAdditionalWindowAddressBar.Location = new System.Drawing.Point(29, 58); - this.checkBoxAllowAdditionalWindowAddressBar.Margin = new System.Windows.Forms.Padding(2); + this.checkBoxAllowAdditionalWindowAddressBar.Location = new System.Drawing.Point(44, 89); this.checkBoxAllowAdditionalWindowAddressBar.Name = "checkBoxAllowAdditionalWindowAddressBar"; - this.checkBoxAllowAdditionalWindowAddressBar.Size = new System.Drawing.Size(244, 17); + this.checkBoxAllowAdditionalWindowAddressBar.Size = new System.Drawing.Size(360, 24); this.checkBoxAllowAdditionalWindowAddressBar.TabIndex = 6; this.checkBoxAllowAdditionalWindowAddressBar.Text = "Allow address bar for additional windows (Win)"; this.checkBoxAllowAdditionalWindowAddressBar.UseVisualStyleBackColor = true; @@ -4364,10 +4337,9 @@ namespace SebWindowsConfig // checkBoxAllowMainWindowAddressBar // this.checkBoxAllowMainWindowAddressBar.AutoSize = true; - this.checkBoxAllowMainWindowAddressBar.Location = new System.Drawing.Point(29, 38); - this.checkBoxAllowMainWindowAddressBar.Margin = new System.Windows.Forms.Padding(2); + this.checkBoxAllowMainWindowAddressBar.Location = new System.Drawing.Point(44, 58); this.checkBoxAllowMainWindowAddressBar.Name = "checkBoxAllowMainWindowAddressBar"; - this.checkBoxAllowMainWindowAddressBar.Size = new System.Drawing.Size(216, 17); + this.checkBoxAllowMainWindowAddressBar.Size = new System.Drawing.Size(318, 24); this.checkBoxAllowMainWindowAddressBar.TabIndex = 5; this.checkBoxAllowMainWindowAddressBar.Text = "Allow address bar for main window (Win)"; this.checkBoxAllowMainWindowAddressBar.UseVisualStyleBackColor = true; @@ -4376,10 +4348,10 @@ namespace SebWindowsConfig // checkBoxEnableBrowserWindowToolbar // this.checkBoxEnableBrowserWindowToolbar.AutoSize = true; - this.checkBoxEnableBrowserWindowToolbar.Location = new System.Drawing.Point(9, 19); - this.checkBoxEnableBrowserWindowToolbar.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableBrowserWindowToolbar.Location = new System.Drawing.Point(14, 29); + this.checkBoxEnableBrowserWindowToolbar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableBrowserWindowToolbar.Name = "checkBoxEnableBrowserWindowToolbar"; - this.checkBoxEnableBrowserWindowToolbar.Size = new System.Drawing.Size(173, 17); + this.checkBoxEnableBrowserWindowToolbar.Size = new System.Drawing.Size(254, 24); this.checkBoxEnableBrowserWindowToolbar.TabIndex = 2; this.checkBoxEnableBrowserWindowToolbar.Text = "Enable browser window toolbar"; this.toolTip1.SetToolTip(this.checkBoxEnableBrowserWindowToolbar, "Displays a toolbar with reload and navigation buttons (if enabled) on top of the " + @@ -4391,10 +4363,10 @@ namespace SebWindowsConfig // this.checkBoxHideBrowserWindowToolbar.AutoSize = true; this.checkBoxHideBrowserWindowToolbar.Enabled = false; - this.checkBoxHideBrowserWindowToolbar.Location = new System.Drawing.Point(29, 77); - this.checkBoxHideBrowserWindowToolbar.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxHideBrowserWindowToolbar.Location = new System.Drawing.Point(44, 148); + this.checkBoxHideBrowserWindowToolbar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxHideBrowserWindowToolbar.Name = "checkBoxHideBrowserWindowToolbar"; - this.checkBoxHideBrowserWindowToolbar.Size = new System.Drawing.Size(162, 17); + this.checkBoxHideBrowserWindowToolbar.Size = new System.Drawing.Size(239, 24); this.checkBoxHideBrowserWindowToolbar.TabIndex = 3; this.checkBoxHideBrowserWindowToolbar.Text = "Hide toolbar as default (Mac)"; this.toolTip1.SetToolTip(this.checkBoxHideBrowserWindowToolbar, "Hide browser window toolbar by default. It can be unhiden using the View menu or" + @@ -4405,10 +4377,10 @@ namespace SebWindowsConfig // checkBoxShowMenuBar // this.checkBoxShowMenuBar.AutoSize = true; - this.checkBoxShowMenuBar.Location = new System.Drawing.Point(259, 19); - this.checkBoxShowMenuBar.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxShowMenuBar.Location = new System.Drawing.Point(388, 29); + this.checkBoxShowMenuBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxShowMenuBar.Name = "checkBoxShowMenuBar"; - this.checkBoxShowMenuBar.Size = new System.Drawing.Size(130, 17); + this.checkBoxShowMenuBar.Size = new System.Drawing.Size(190, 24); this.checkBoxShowMenuBar.TabIndex = 4; this.checkBoxShowMenuBar.Text = "Show menu bar (Mac)"; this.toolTip1.SetToolTip(this.checkBoxShowMenuBar, "Show the OS X menu bar to allow to access settings like Wi-Fi."); @@ -4425,9 +4397,11 @@ namespace SebWindowsConfig this.groupBox5.Controls.Add(this.labelTaskBarHeight); this.groupBox5.Controls.Add(this.checkBoxShowTime); this.groupBox5.Controls.Add(this.checkBoxShowReloadButton); - this.groupBox5.Location = new System.Drawing.Point(23, 313); + this.groupBox5.Location = new System.Drawing.Point(34, 521); + this.groupBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(500, 105); + this.groupBox5.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox5.Size = new System.Drawing.Size(750, 162); this.groupBox5.TabIndex = 82; this.groupBox5.TabStop = false; this.groupBox5.Text = "Taskbar / Dock / Side Menu"; @@ -4435,10 +4409,9 @@ namespace SebWindowsConfig // checkBoxShowSideMenu // this.checkBoxShowSideMenu.AutoSize = true; - this.checkBoxShowSideMenu.Location = new System.Drawing.Point(10, 40); - this.checkBoxShowSideMenu.Margin = new System.Windows.Forms.Padding(2); + this.checkBoxShowSideMenu.Location = new System.Drawing.Point(15, 62); this.checkBoxShowSideMenu.Name = "checkBoxShowSideMenu"; - this.checkBoxShowSideMenu.Size = new System.Drawing.Size(104, 17); + this.checkBoxShowSideMenu.Size = new System.Drawing.Size(152, 24); this.checkBoxShowSideMenu.TabIndex = 82; this.checkBoxShowSideMenu.Text = "Show side menu"; this.checkBoxShowSideMenu.UseVisualStyleBackColor = true; @@ -4447,10 +4420,10 @@ namespace SebWindowsConfig // checkBoxShowTaskBar // this.checkBoxShowTaskBar.AutoSize = true; - this.checkBoxShowTaskBar.Location = new System.Drawing.Point(10, 19); - this.checkBoxShowTaskBar.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxShowTaskBar.Location = new System.Drawing.Point(15, 29); + this.checkBoxShowTaskBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxShowTaskBar.Name = "checkBoxShowTaskBar"; - this.checkBoxShowTaskBar.Size = new System.Drawing.Size(126, 17); + this.checkBoxShowTaskBar.Size = new System.Drawing.Size(178, 24); this.checkBoxShowTaskBar.TabIndex = 5; this.checkBoxShowTaskBar.Text = "Show taskbar / dock"; this.toolTip1.SetToolTip(this.checkBoxShowTaskBar, "The SEB taskbar shows and switches between open browser windows, allowed resource" + @@ -4462,10 +4435,10 @@ namespace SebWindowsConfig // this.checkboxAllowWlan.AutoSize = true; this.checkboxAllowWlan.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkboxAllowWlan.Location = new System.Drawing.Point(259, 19); - this.checkboxAllowWlan.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkboxAllowWlan.Location = new System.Drawing.Point(388, 29); + this.checkboxAllowWlan.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkboxAllowWlan.Name = "checkboxAllowWlan"; - this.checkboxAllowWlan.Size = new System.Drawing.Size(143, 17); + this.checkboxAllowWlan.Size = new System.Drawing.Size(208, 24); this.checkboxAllowWlan.TabIndex = 81; this.checkboxAllowWlan.Text = "Show Wi-Fi control (Win)"; this.toolTip1.SetToolTip(this.checkboxAllowWlan, "Allows to reconnect to WiFi networks which have previously been connected to"); @@ -4475,10 +4448,10 @@ namespace SebWindowsConfig // comboBoxTaskBarHeight // this.comboBoxTaskBarHeight.FormattingEnabled = true; - this.comboBoxTaskBarHeight.Location = new System.Drawing.Point(136, 80); - this.comboBoxTaskBarHeight.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.comboBoxTaskBarHeight.Location = new System.Drawing.Point(204, 123); + this.comboBoxTaskBarHeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxTaskBarHeight.Name = "comboBoxTaskBarHeight"; - this.comboBoxTaskBarHeight.Size = new System.Drawing.Size(92, 21); + this.comboBoxTaskBarHeight.Size = new System.Drawing.Size(136, 28); this.comboBoxTaskBarHeight.TabIndex = 6; this.toolTip1.SetToolTip(this.comboBoxTaskBarHeight, "Height of SEB dock/taskbar in points/pixels"); this.comboBoxTaskBarHeight.Visible = false; @@ -4488,10 +4461,10 @@ namespace SebWindowsConfig // checkBoxShowKeyboardLayout // this.checkBoxShowKeyboardLayout.AutoSize = true; - this.checkBoxShowKeyboardLayout.Location = new System.Drawing.Point(259, 81); - this.checkBoxShowKeyboardLayout.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxShowKeyboardLayout.Location = new System.Drawing.Point(388, 125); + this.checkBoxShowKeyboardLayout.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxShowKeyboardLayout.Name = "checkBoxShowKeyboardLayout"; - this.checkBoxShowKeyboardLayout.Size = new System.Drawing.Size(131, 17); + this.checkBoxShowKeyboardLayout.Size = new System.Drawing.Size(190, 24); this.checkBoxShowKeyboardLayout.TabIndex = 78; this.checkBoxShowKeyboardLayout.Text = "Show keyboard layout"; this.toolTip1.SetToolTip(this.checkBoxShowKeyboardLayout, "Shows current keyboard layout and allows to switch between other active keyboard " + @@ -4503,10 +4476,9 @@ namespace SebWindowsConfig // this.labelTaskBarHeight.AutoSize = true; this.labelTaskBarHeight.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelTaskBarHeight.Location = new System.Drawing.Point(9, 82); - this.labelTaskBarHeight.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelTaskBarHeight.Location = new System.Drawing.Point(14, 126); this.labelTaskBarHeight.Name = "labelTaskBarHeight"; - this.labelTaskBarHeight.Size = new System.Drawing.Size(107, 13); + this.labelTaskBarHeight.Size = new System.Drawing.Size(152, 20); this.labelTaskBarHeight.TabIndex = 63; this.labelTaskBarHeight.Text = "Taskbar/dock height"; this.labelTaskBarHeight.TextAlign = System.Drawing.ContentAlignment.TopRight; @@ -4515,10 +4487,10 @@ namespace SebWindowsConfig // checkBoxShowTime // this.checkBoxShowTime.AutoSize = true; - this.checkBoxShowTime.Location = new System.Drawing.Point(259, 60); - this.checkBoxShowTime.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxShowTime.Location = new System.Drawing.Point(388, 92); + this.checkBoxShowTime.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxShowTime.Name = "checkBoxShowTime"; - this.checkBoxShowTime.Size = new System.Drawing.Size(75, 17); + this.checkBoxShowTime.Size = new System.Drawing.Size(109, 24); this.checkBoxShowTime.TabIndex = 77; this.checkBoxShowTime.Text = "Show time"; this.toolTip1.SetToolTip(this.checkBoxShowTime, "Show current time"); @@ -4528,10 +4500,10 @@ namespace SebWindowsConfig // checkBoxShowReloadButton // this.checkBoxShowReloadButton.AutoSize = true; - this.checkBoxShowReloadButton.Location = new System.Drawing.Point(259, 40); - this.checkBoxShowReloadButton.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxShowReloadButton.Location = new System.Drawing.Point(388, 62); + this.checkBoxShowReloadButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxShowReloadButton.Name = "checkBoxShowReloadButton"; - this.checkBoxShowReloadButton.Size = new System.Drawing.Size(118, 17); + this.checkBoxShowReloadButton.Size = new System.Drawing.Size(173, 24); this.checkBoxShowReloadButton.TabIndex = 68; this.checkBoxShowReloadButton.Text = "Show reload button"; this.toolTip1.SetToolTip(this.checkBoxShowReloadButton, "Reloads current web page. Shows warning if enabled in Browser settings tab"); @@ -4542,9 +4514,11 @@ namespace SebWindowsConfig // this.groupBoxEnableZoom.Controls.Add(this.checkBoxEnableZoomPage); this.groupBoxEnableZoom.Controls.Add(this.checkBoxEnableZoomText); - this.groupBoxEnableZoom.Location = new System.Drawing.Point(22, 430); + this.groupBoxEnableZoom.Location = new System.Drawing.Point(33, 701); + this.groupBoxEnableZoom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBoxEnableZoom.Name = "groupBoxEnableZoom"; - this.groupBoxEnableZoom.Size = new System.Drawing.Size(241, 69); + this.groupBoxEnableZoom.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBoxEnableZoom.Size = new System.Drawing.Size(362, 106); this.groupBoxEnableZoom.TabIndex = 76; this.groupBoxEnableZoom.TabStop = false; this.groupBoxEnableZoom.Text = "Enable zoom (Win/Mac)"; @@ -4552,10 +4526,10 @@ namespace SebWindowsConfig // checkBoxEnableZoomPage // this.checkBoxEnableZoomPage.AutoSize = true; - this.checkBoxEnableZoomPage.Location = new System.Drawing.Point(10, 19); - this.checkBoxEnableZoomPage.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableZoomPage.Location = new System.Drawing.Point(15, 29); + this.checkBoxEnableZoomPage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableZoomPage.Name = "checkBoxEnableZoomPage"; - this.checkBoxEnableZoomPage.Size = new System.Drawing.Size(114, 17); + this.checkBoxEnableZoomPage.Size = new System.Drawing.Size(168, 24); this.checkBoxEnableZoomPage.TabIndex = 66; this.checkBoxEnableZoomPage.Text = "Enable page zoom"; this.toolTip1.SetToolTip(this.checkBoxEnableZoomPage, "Pages can be zoomed with ctrl - cmd +/- or the commands in the view menu and brow" + @@ -4565,10 +4539,10 @@ namespace SebWindowsConfig // checkBoxEnableZoomText // this.checkBoxEnableZoomText.AutoSize = true; - this.checkBoxEnableZoomText.Location = new System.Drawing.Point(10, 40); - this.checkBoxEnableZoomText.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableZoomText.Location = new System.Drawing.Point(15, 62); + this.checkBoxEnableZoomText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableZoomText.Name = "checkBoxEnableZoomText"; - this.checkBoxEnableZoomText.Size = new System.Drawing.Size(107, 17); + this.checkBoxEnableZoomText.Size = new System.Drawing.Size(158, 24); this.checkBoxEnableZoomText.TabIndex = 65; this.checkBoxEnableZoomText.Text = "Enable text zoom"; this.toolTip1.SetToolTip(this.checkBoxEnableZoomText, "Text in browser windows can be zoomed with cmd +/- or the commands in the view me" + @@ -4579,9 +4553,11 @@ namespace SebWindowsConfig // this.groupBoxZoomMode.Controls.Add(this.radioButtonUseZoomPage); this.groupBoxZoomMode.Controls.Add(this.radioButtonUseZoomText); - this.groupBoxZoomMode.Location = new System.Drawing.Point(281, 430); + this.groupBoxZoomMode.Location = new System.Drawing.Point(422, 701); + this.groupBoxZoomMode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBoxZoomMode.Name = "groupBoxZoomMode"; - this.groupBoxZoomMode.Size = new System.Drawing.Size(241, 69); + this.groupBoxZoomMode.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBoxZoomMode.Size = new System.Drawing.Size(362, 106); this.groupBoxZoomMode.TabIndex = 75; this.groupBoxZoomMode.TabStop = false; this.groupBoxZoomMode.Text = "Zoom mode Win (Ctrl-Mousewheel)"; @@ -4589,10 +4565,10 @@ namespace SebWindowsConfig // radioButtonUseZoomPage // this.radioButtonUseZoomPage.AutoSize = true; - this.radioButtonUseZoomPage.Location = new System.Drawing.Point(10, 18); - this.radioButtonUseZoomPage.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUseZoomPage.Location = new System.Drawing.Point(15, 28); + this.radioButtonUseZoomPage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUseZoomPage.Name = "radioButtonUseZoomPage"; - this.radioButtonUseZoomPage.Size = new System.Drawing.Size(99, 17); + this.radioButtonUseZoomPage.Size = new System.Drawing.Size(146, 24); this.radioButtonUseZoomPage.TabIndex = 71; this.radioButtonUseZoomPage.Text = "Use page zoom"; this.toolTip1.SetToolTip(this.radioButtonUseZoomPage, "Zoom whole web pages using Ctrl-Mousewheel (Win)"); @@ -4602,10 +4578,10 @@ namespace SebWindowsConfig // radioButtonUseZoomText // this.radioButtonUseZoomText.AutoSize = true; - this.radioButtonUseZoomText.Location = new System.Drawing.Point(10, 39); - this.radioButtonUseZoomText.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUseZoomText.Location = new System.Drawing.Point(15, 60); + this.radioButtonUseZoomText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUseZoomText.Name = "radioButtonUseZoomText"; - this.radioButtonUseZoomText.Size = new System.Drawing.Size(92, 17); + this.radioButtonUseZoomText.Size = new System.Drawing.Size(136, 24); this.radioButtonUseZoomText.TabIndex = 70; this.radioButtonUseZoomText.Text = "Use text zoom"; this.toolTip1.SetToolTip(this.radioButtonUseZoomText, "Zoom only text on web pages using Ctrl-Mousewheel (Win)"); @@ -4618,9 +4594,11 @@ namespace SebWindowsConfig this.groupBox4.Controls.Add(this.radioButtonUseBrowserWindow); this.groupBox4.Controls.Add(this.radioButtonUseFullScreenMode); this.groupBox4.Controls.Add(this.radioButtonTouchOptimized); - this.groupBox4.Location = new System.Drawing.Point(23, 16); + this.groupBox4.Location = new System.Drawing.Point(34, 25); + this.groupBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox4.Name = "groupBox4"; - this.groupBox4.Size = new System.Drawing.Size(500, 92); + this.groupBox4.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox4.Size = new System.Drawing.Size(750, 142); this.groupBox4.TabIndex = 74; this.groupBox4.TabStop = false; this.groupBox4.Text = "Browser view mode"; @@ -4628,10 +4606,10 @@ namespace SebWindowsConfig // checkBoxEnableTouchExit // this.checkBoxEnableTouchExit.AutoSize = true; - this.checkBoxEnableTouchExit.Location = new System.Drawing.Point(259, 64); - this.checkBoxEnableTouchExit.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxEnableTouchExit.Location = new System.Drawing.Point(388, 98); + this.checkBoxEnableTouchExit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxEnableTouchExit.Name = "checkBoxEnableTouchExit"; - this.checkBoxEnableTouchExit.Size = new System.Drawing.Size(108, 17); + this.checkBoxEnableTouchExit.Size = new System.Drawing.Size(157, 24); this.checkBoxEnableTouchExit.TabIndex = 65; this.checkBoxEnableTouchExit.Text = "Enable touch exit"; this.toolTip1.SetToolTip(this.checkBoxEnableTouchExit, "SEB can be quit with a swipe down from the upper display edge."); @@ -4642,10 +4620,10 @@ namespace SebWindowsConfig // radioButtonUseBrowserWindow // this.radioButtonUseBrowserWindow.AutoSize = true; - this.radioButtonUseBrowserWindow.Location = new System.Drawing.Point(15, 18); - this.radioButtonUseBrowserWindow.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUseBrowserWindow.Location = new System.Drawing.Point(22, 28); + this.radioButtonUseBrowserWindow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUseBrowserWindow.Name = "radioButtonUseBrowserWindow"; - this.radioButtonUseBrowserWindow.Size = new System.Drawing.Size(123, 17); + this.radioButtonUseBrowserWindow.Size = new System.Drawing.Size(179, 24); this.radioButtonUseBrowserWindow.TabIndex = 0; this.radioButtonUseBrowserWindow.Text = "Use browser window"; this.toolTip1.SetToolTip(this.radioButtonUseBrowserWindow, "Use a window for the SEB browser which can be scaled and moved around, also to an" + @@ -4656,10 +4634,10 @@ namespace SebWindowsConfig // radioButtonUseFullScreenMode // this.radioButtonUseFullScreenMode.AutoSize = true; - this.radioButtonUseFullScreenMode.Location = new System.Drawing.Point(15, 40); - this.radioButtonUseFullScreenMode.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonUseFullScreenMode.Location = new System.Drawing.Point(22, 62); + this.radioButtonUseFullScreenMode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonUseFullScreenMode.Name = "radioButtonUseFullScreenMode"; - this.radioButtonUseFullScreenMode.Size = new System.Drawing.Size(124, 17); + this.radioButtonUseFullScreenMode.Size = new System.Drawing.Size(183, 24); this.radioButtonUseFullScreenMode.TabIndex = 1; this.radioButtonUseFullScreenMode.Text = "Use full screen mode"; this.toolTip1.SetToolTip(this.radioButtonUseFullScreenMode, "Display the SEB browser full screen."); @@ -4669,10 +4647,10 @@ namespace SebWindowsConfig // radioButtonTouchOptimized // this.radioButtonTouchOptimized.AutoSize = true; - this.radioButtonTouchOptimized.Location = new System.Drawing.Point(15, 62); - this.radioButtonTouchOptimized.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonTouchOptimized.Location = new System.Drawing.Point(22, 95); + this.radioButtonTouchOptimized.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonTouchOptimized.Name = "radioButtonTouchOptimized"; - this.radioButtonTouchOptimized.Size = new System.Drawing.Size(103, 17); + this.radioButtonTouchOptimized.Size = new System.Drawing.Size(150, 24); this.radioButtonTouchOptimized.TabIndex = 64; this.radioButtonTouchOptimized.Text = "Touch optimized"; this.toolTip1.SetToolTip(this.radioButtonTouchOptimized, resources.GetString("radioButtonTouchOptimized.ToolTip")); @@ -4688,11 +4666,11 @@ namespace SebWindowsConfig this.groupBoxMainBrowserWindow.Controls.Add(this.labelMainWindowPosition); this.groupBoxMainBrowserWindow.Controls.Add(this.listBoxMainBrowserWindowPositioning); this.groupBoxMainBrowserWindow.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.groupBoxMainBrowserWindow.Location = new System.Drawing.Point(23, 118); - this.groupBoxMainBrowserWindow.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.groupBoxMainBrowserWindow.Location = new System.Drawing.Point(34, 182); + this.groupBoxMainBrowserWindow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBoxMainBrowserWindow.Name = "groupBoxMainBrowserWindow"; - this.groupBoxMainBrowserWindow.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.groupBoxMainBrowserWindow.Size = new System.Drawing.Size(500, 79); + this.groupBoxMainBrowserWindow.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.groupBoxMainBrowserWindow.Size = new System.Drawing.Size(750, 122); this.groupBoxMainBrowserWindow.TabIndex = 57; this.groupBoxMainBrowserWindow.TabStop = false; this.groupBoxMainBrowserWindow.Text = "Main browser window size and position"; @@ -4700,10 +4678,10 @@ namespace SebWindowsConfig // comboBoxMainBrowserWindowHeight // this.comboBoxMainBrowserWindowHeight.FormattingEnabled = true; - this.comboBoxMainBrowserWindowHeight.Location = new System.Drawing.Point(71, 48); - this.comboBoxMainBrowserWindowHeight.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.comboBoxMainBrowserWindowHeight.Location = new System.Drawing.Point(106, 74); + this.comboBoxMainBrowserWindowHeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxMainBrowserWindowHeight.Name = "comboBoxMainBrowserWindowHeight"; - this.comboBoxMainBrowserWindowHeight.Size = new System.Drawing.Size(92, 21); + this.comboBoxMainBrowserWindowHeight.Size = new System.Drawing.Size(136, 28); this.comboBoxMainBrowserWindowHeight.TabIndex = 1; this.toolTip1.SetToolTip(this.comboBoxMainBrowserWindowHeight, "Window height in pixel or percentage of total screen height."); this.comboBoxMainBrowserWindowHeight.SelectedIndexChanged += new System.EventHandler(this.comboBoxMainBrowserWindowHeight_SelectedIndexChanged); @@ -4712,10 +4690,10 @@ namespace SebWindowsConfig // comboBoxMainBrowserWindowWidth // this.comboBoxMainBrowserWindowWidth.FormattingEnabled = true; - this.comboBoxMainBrowserWindowWidth.Location = new System.Drawing.Point(71, 19); - this.comboBoxMainBrowserWindowWidth.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.comboBoxMainBrowserWindowWidth.Location = new System.Drawing.Point(106, 29); + this.comboBoxMainBrowserWindowWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxMainBrowserWindowWidth.Name = "comboBoxMainBrowserWindowWidth"; - this.comboBoxMainBrowserWindowWidth.Size = new System.Drawing.Size(92, 21); + this.comboBoxMainBrowserWindowWidth.Size = new System.Drawing.Size(136, 28); this.comboBoxMainBrowserWindowWidth.TabIndex = 0; this.toolTip1.SetToolTip(this.comboBoxMainBrowserWindowWidth, "Window width in pixel or percentage of total screen width."); this.comboBoxMainBrowserWindowWidth.SelectedIndexChanged += new System.EventHandler(this.comboBoxMainBrowserWindowWidth_SelectedIndexChanged); @@ -4725,10 +4703,9 @@ namespace SebWindowsConfig // this.labelMainWindowHeight.AutoSize = true; this.labelMainWindowHeight.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelMainWindowHeight.Location = new System.Drawing.Point(24, 51); - this.labelMainWindowHeight.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelMainWindowHeight.Location = new System.Drawing.Point(36, 78); this.labelMainWindowHeight.Name = "labelMainWindowHeight"; - this.labelMainWindowHeight.Size = new System.Drawing.Size(38, 13); + this.labelMainWindowHeight.Size = new System.Drawing.Size(56, 20); this.labelMainWindowHeight.TabIndex = 60; this.labelMainWindowHeight.Text = "Height"; // @@ -4736,10 +4713,9 @@ namespace SebWindowsConfig // this.labelMainWindowWidth.AutoSize = true; this.labelMainWindowWidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelMainWindowWidth.Location = new System.Drawing.Point(24, 23); - this.labelMainWindowWidth.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelMainWindowWidth.Location = new System.Drawing.Point(36, 35); this.labelMainWindowWidth.Name = "labelMainWindowWidth"; - this.labelMainWindowWidth.Size = new System.Drawing.Size(35, 13); + this.labelMainWindowWidth.Size = new System.Drawing.Size(50, 20); this.labelMainWindowWidth.TabIndex = 59; this.labelMainWindowWidth.Text = "Width"; // @@ -4747,10 +4723,9 @@ namespace SebWindowsConfig // this.labelMainWindowPosition.AutoSize = true; this.labelMainWindowPosition.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelMainWindowPosition.Location = new System.Drawing.Point(271, 34); - this.labelMainWindowPosition.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelMainWindowPosition.Location = new System.Drawing.Point(406, 52); this.labelMainWindowPosition.Name = "labelMainWindowPosition"; - this.labelMainWindowPosition.Size = new System.Drawing.Size(107, 13); + this.labelMainWindowPosition.Size = new System.Drawing.Size(161, 20); this.labelMainWindowPosition.TabIndex = 58; this.labelMainWindowPosition.Text = "Horizontal positioning"; this.labelMainWindowPosition.TextAlign = System.Drawing.ContentAlignment.TopRight; @@ -4759,10 +4734,11 @@ namespace SebWindowsConfig // this.listBoxMainBrowserWindowPositioning.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listBoxMainBrowserWindowPositioning.FormattingEnabled = true; - this.listBoxMainBrowserWindowPositioning.Location = new System.Drawing.Point(384, 19); - this.listBoxMainBrowserWindowPositioning.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.listBoxMainBrowserWindowPositioning.ItemHeight = 20; + this.listBoxMainBrowserWindowPositioning.Location = new System.Drawing.Point(576, 29); + this.listBoxMainBrowserWindowPositioning.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBoxMainBrowserWindowPositioning.Name = "listBoxMainBrowserWindowPositioning"; - this.listBoxMainBrowserWindowPositioning.Size = new System.Drawing.Size(91, 43); + this.listBoxMainBrowserWindowPositioning.Size = new System.Drawing.Size(134, 64); this.listBoxMainBrowserWindowPositioning.TabIndex = 2; this.toolTip1.SetToolTip(this.listBoxMainBrowserWindowPositioning, "Position browser window on the left, right or centered"); this.listBoxMainBrowserWindowPositioning.SelectedIndexChanged += new System.EventHandler(this.listBoxMainBrowserWindowPositioning_SelectedIndexChanged); @@ -4796,10 +4772,10 @@ namespace SebWindowsConfig this.tabPageConfigFile.Controls.Add(this.buttonRevertToLastOpened); this.tabPageConfigFile.ImageIndex = 1; this.tabPageConfigFile.Location = new System.Drawing.Point(4, 39); - this.tabPageConfigFile.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageConfigFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageConfigFile.Name = "tabPageConfigFile"; - this.tabPageConfigFile.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageConfigFile.Size = new System.Drawing.Size(1242, 601); + this.tabPageConfigFile.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageConfigFile.Size = new System.Drawing.Size(1867, 948); this.tabPageConfigFile.TabIndex = 6; this.tabPageConfigFile.Text = "Config File"; this.tabPageConfigFile.UseVisualStyleBackColor = true; @@ -4808,11 +4784,11 @@ namespace SebWindowsConfig // this.checkBoxUseOldAsymmetricOnlyEncryption.AutoSize = true; this.checkBoxUseOldAsymmetricOnlyEncryption.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxUseOldAsymmetricOnlyEncryption.Location = new System.Drawing.Point(261, 176); - this.checkBoxUseOldAsymmetricOnlyEncryption.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxUseOldAsymmetricOnlyEncryption.Location = new System.Drawing.Point(392, 271); + this.checkBoxUseOldAsymmetricOnlyEncryption.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxUseOldAsymmetricOnlyEncryption.Name = "checkBoxUseOldAsymmetricOnlyEncryption"; this.checkBoxUseOldAsymmetricOnlyEncryption.RightToLeft = System.Windows.Forms.RightToLeft.Yes; - this.checkBoxUseOldAsymmetricOnlyEncryption.Size = new System.Drawing.Size(263, 17); + this.checkBoxUseOldAsymmetricOnlyEncryption.Size = new System.Drawing.Size(392, 24); this.checkBoxUseOldAsymmetricOnlyEncryption.TabIndex = 73; this.checkBoxUseOldAsymmetricOnlyEncryption.Text = "Use old asymmetric-only encryption (for SEB < 2.2)"; this.toolTip1.SetToolTip(this.checkBoxUseOldAsymmetricOnlyEncryption, "The new asymmetric/symmetric encryption is much faster especially for large confi" + @@ -4823,10 +4799,10 @@ namespace SebWindowsConfig // buttonConfigureClient // this.buttonConfigureClient.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.buttonConfigureClient.Location = new System.Drawing.Point(380, 361); - this.buttonConfigureClient.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonConfigureClient.Location = new System.Drawing.Point(570, 555); + this.buttonConfigureClient.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonConfigureClient.Name = "buttonConfigureClient"; - this.buttonConfigureClient.Size = new System.Drawing.Size(143, 32); + this.buttonConfigureClient.Size = new System.Drawing.Size(214, 49); this.buttonConfigureClient.TabIndex = 72; this.buttonConfigureClient.Text = "Configure Client"; this.toolTip1.SetToolTip(this.buttonConfigureClient, "Configure client using current settings (overwriting current local settings)"); @@ -4836,20 +4812,19 @@ namespace SebWindowsConfig // label8 // this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(376, 296); - this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label8.Location = new System.Drawing.Point(564, 455); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(125, 13); + this.label8.Size = new System.Drawing.Size(188, 20); this.label8.TabIndex = 71; this.label8.Text = "Use Current Settings to..."; // // buttonEditDuplicate // this.buttonEditDuplicate.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.buttonEditDuplicate.Location = new System.Drawing.Point(380, 319); - this.buttonEditDuplicate.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonEditDuplicate.Location = new System.Drawing.Point(570, 491); + this.buttonEditDuplicate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonEditDuplicate.Name = "buttonEditDuplicate"; - this.buttonEditDuplicate.Size = new System.Drawing.Size(143, 32); + this.buttonEditDuplicate.Size = new System.Drawing.Size(214, 49); this.buttonEditDuplicate.TabIndex = 69; this.buttonEditDuplicate.Text = "Edit Duplicate"; this.toolTip1.SetToolTip(this.buttonEditDuplicate, "Create duplicate of current settings for editing"); @@ -4859,10 +4834,10 @@ namespace SebWindowsConfig // buttonApplyAndStartSEB // this.buttonApplyAndStartSEB.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.buttonApplyAndStartSEB.Location = new System.Drawing.Point(380, 404); - this.buttonApplyAndStartSEB.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonApplyAndStartSEB.Location = new System.Drawing.Point(570, 622); + this.buttonApplyAndStartSEB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonApplyAndStartSEB.Name = "buttonApplyAndStartSEB"; - this.buttonApplyAndStartSEB.Size = new System.Drawing.Size(143, 32); + this.buttonApplyAndStartSEB.Size = new System.Drawing.Size(214, 49); this.buttonApplyAndStartSEB.TabIndex = 70; this.buttonApplyAndStartSEB.Text = "Apply and Start SEB"; this.toolTip1.SetToolTip(this.buttonApplyAndStartSEB, "Save current settings and start SEB using them"); @@ -4873,10 +4848,10 @@ namespace SebWindowsConfig // buttonRevertToLocalClientSettings // this.buttonRevertToLocalClientSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.buttonRevertToLocalClientSettings.Location = new System.Drawing.Point(204, 361); - this.buttonRevertToLocalClientSettings.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonRevertToLocalClientSettings.Location = new System.Drawing.Point(306, 555); + this.buttonRevertToLocalClientSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonRevertToLocalClientSettings.Name = "buttonRevertToLocalClientSettings"; - this.buttonRevertToLocalClientSettings.Size = new System.Drawing.Size(143, 32); + this.buttonRevertToLocalClientSettings.Size = new System.Drawing.Size(214, 49); this.buttonRevertToLocalClientSettings.TabIndex = 68; this.buttonRevertToLocalClientSettings.Text = "Local Client Settings"; this.toolTip1.SetToolTip(this.buttonRevertToLocalClientSettings, "Revert to the local client settings"); @@ -4886,20 +4861,18 @@ namespace SebWindowsConfig // label7 // this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(202, 296); - this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label7.Location = new System.Drawing.Point(303, 455); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(101, 13); + this.label7.Size = new System.Drawing.Size(149, 20); this.label7.TabIndex = 67; this.label7.Text = "Revert Settings to..."; // // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(27, 296); - this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label6.Location = new System.Drawing.Point(40, 455); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(94, 13); + this.label6.Size = new System.Drawing.Size(141, 20); this.label6.TabIndex = 66; this.label6.Text = "Config File Editing:"; this.label6.Click += new System.EventHandler(this.label6_Click); @@ -4907,10 +4880,10 @@ namespace SebWindowsConfig // buttonSaveSettings // this.buttonSaveSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.buttonSaveSettings.Location = new System.Drawing.Point(29, 361); - this.buttonSaveSettings.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonSaveSettings.Location = new System.Drawing.Point(44, 555); + this.buttonSaveSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonSaveSettings.Name = "buttonSaveSettings"; - this.buttonSaveSettings.Size = new System.Drawing.Size(143, 32); + this.buttonSaveSettings.Size = new System.Drawing.Size(214, 49); this.buttonSaveSettings.TabIndex = 65; this.buttonSaveSettings.Text = "Save Settings"; this.toolTip1.SetToolTip(this.buttonSaveSettings, "Save settings file with same name"); @@ -4922,10 +4895,9 @@ namespace SebWindowsConfig this.labelSettingsPasswordCompare.AutoSize = true; this.labelSettingsPasswordCompare.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelSettingsPasswordCompare.ForeColor = System.Drawing.Color.Red; - this.labelSettingsPasswordCompare.Location = new System.Drawing.Point(340, 264); - this.labelSettingsPasswordCompare.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelSettingsPasswordCompare.Location = new System.Drawing.Point(510, 406); this.labelSettingsPasswordCompare.Name = "labelSettingsPasswordCompare"; - this.labelSettingsPasswordCompare.Size = new System.Drawing.Size(187, 13); + this.labelSettingsPasswordCompare.Size = new System.Drawing.Size(279, 20); this.labelSettingsPasswordCompare.TabIndex = 64; this.labelSettingsPasswordCompare.Text = "Please enter correct confirm password"; this.labelSettingsPasswordCompare.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -4934,10 +4906,10 @@ namespace SebWindowsConfig // buttonSaveSettingsAs // this.buttonSaveSettingsAs.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.buttonSaveSettingsAs.Location = new System.Drawing.Point(29, 404); - this.buttonSaveSettingsAs.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonSaveSettingsAs.Location = new System.Drawing.Point(44, 622); + this.buttonSaveSettingsAs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonSaveSettingsAs.Name = "buttonSaveSettingsAs"; - this.buttonSaveSettingsAs.Size = new System.Drawing.Size(143, 32); + this.buttonSaveSettingsAs.Size = new System.Drawing.Size(214, 49); this.buttonSaveSettingsAs.TabIndex = 9; this.buttonSaveSettingsAs.Text = "Save Settings As..."; this.toolTip1.SetToolTip(this.buttonSaveSettingsAs, "Choose file name and destination to save settings"); @@ -4947,10 +4919,10 @@ namespace SebWindowsConfig // buttonOpenSettings // this.buttonOpenSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.buttonOpenSettings.Location = new System.Drawing.Point(29, 319); - this.buttonOpenSettings.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonOpenSettings.Location = new System.Drawing.Point(44, 491); + this.buttonOpenSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonOpenSettings.Name = "buttonOpenSettings"; - this.buttonOpenSettings.Size = new System.Drawing.Size(143, 32); + this.buttonOpenSettings.Size = new System.Drawing.Size(214, 49); this.buttonOpenSettings.TabIndex = 8; this.buttonOpenSettings.Text = "Open Settings..."; this.toolTip1.SetToolTip(this.buttonOpenSettings, "Open a settings file for editing"); @@ -4960,20 +4932,18 @@ namespace SebWindowsConfig // labelUseEither // this.labelUseEither.AutoSize = true; - this.labelUseEither.Location = new System.Drawing.Point(27, 196); - this.labelUseEither.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelUseEither.Location = new System.Drawing.Point(40, 302); this.labelUseEither.Name = "labelUseEither"; - this.labelUseEither.Size = new System.Drawing.Size(272, 13); + this.labelUseEither.Size = new System.Drawing.Size(405, 20); this.labelUseEither.TabIndex = 59; this.labelUseEither.Text = "Use either a cryptographic identity or a password or both"; // // labelCryptoIdentity // this.labelCryptoIdentity.AutoSize = true; - this.labelCryptoIdentity.Location = new System.Drawing.Point(27, 133); - this.labelCryptoIdentity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelCryptoIdentity.Location = new System.Drawing.Point(40, 205); this.labelCryptoIdentity.Name = "labelCryptoIdentity"; - this.labelCryptoIdentity.Size = new System.Drawing.Size(287, 13); + this.labelCryptoIdentity.Size = new System.Drawing.Size(430, 20); this.labelCryptoIdentity.TabIndex = 58; this.labelCryptoIdentity.Text = "Choose identity to be used for encrypting SEB settings file..."; // @@ -4981,10 +4951,10 @@ namespace SebWindowsConfig // this.comboBoxCryptoIdentity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxCryptoIdentity.FormattingEnabled = true; - this.comboBoxCryptoIdentity.Location = new System.Drawing.Point(29, 152); - this.comboBoxCryptoIdentity.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.comboBoxCryptoIdentity.Location = new System.Drawing.Point(44, 234); + this.comboBoxCryptoIdentity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxCryptoIdentity.Name = "comboBoxCryptoIdentity"; - this.comboBoxCryptoIdentity.Size = new System.Drawing.Size(494, 21); + this.comboBoxCryptoIdentity.Size = new System.Drawing.Size(739, 28); this.comboBoxCryptoIdentity.TabIndex = 3; this.toolTip1.SetToolTip(this.comboBoxCryptoIdentity, resources.GetString("comboBoxCryptoIdentity.ToolTip")); this.comboBoxCryptoIdentity.SelectedIndexChanged += new System.EventHandler(this.comboBoxCryptoIdentity_SelectedIndexChanged); @@ -4994,10 +4964,9 @@ namespace SebWindowsConfig // this.labelConfirmSettingsPassword.AutoSize = true; this.labelConfirmSettingsPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelConfirmSettingsPassword.Location = new System.Drawing.Point(202, 244); - this.labelConfirmSettingsPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelConfirmSettingsPassword.Location = new System.Drawing.Point(303, 375); this.labelConfirmSettingsPassword.Name = "labelConfirmSettingsPassword"; - this.labelConfirmSettingsPassword.Size = new System.Drawing.Size(129, 13); + this.labelConfirmSettingsPassword.Size = new System.Drawing.Size(196, 20); this.labelConfirmSettingsPassword.TabIndex = 56; this.labelConfirmSettingsPassword.Text = "Confirm settings password"; // @@ -5005,21 +4974,20 @@ namespace SebWindowsConfig // this.labelSettingsPassword.AutoSize = true; this.labelSettingsPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelSettingsPassword.Location = new System.Drawing.Point(238, 221); - this.labelSettingsPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelSettingsPassword.Location = new System.Drawing.Point(357, 340); this.labelSettingsPassword.Name = "labelSettingsPassword"; - this.labelSettingsPassword.Size = new System.Drawing.Size(93, 13); + this.labelSettingsPassword.Size = new System.Drawing.Size(140, 20); this.labelSettingsPassword.TabIndex = 55; this.labelSettingsPassword.Text = "Settings password"; // // textBoxConfirmSettingsPassword // this.textBoxConfirmSettingsPassword.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxConfirmSettingsPassword.Location = new System.Drawing.Point(343, 243); - this.textBoxConfirmSettingsPassword.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxConfirmSettingsPassword.Location = new System.Drawing.Point(514, 374); + this.textBoxConfirmSettingsPassword.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxConfirmSettingsPassword.Name = "textBoxConfirmSettingsPassword"; this.textBoxConfirmSettingsPassword.PasswordChar = '●'; - this.textBoxConfirmSettingsPassword.Size = new System.Drawing.Size(180, 19); + this.textBoxConfirmSettingsPassword.Size = new System.Drawing.Size(268, 25); this.textBoxConfirmSettingsPassword.TabIndex = 5; this.toolTip1.SetToolTip(this.textBoxConfirmSettingsPassword, "Retype the settings password"); this.textBoxConfirmSettingsPassword.WordWrap = false; @@ -5028,11 +4996,11 @@ namespace SebWindowsConfig // textBoxSettingsPassword // this.textBoxSettingsPassword.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxSettingsPassword.Location = new System.Drawing.Point(343, 220); - this.textBoxSettingsPassword.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxSettingsPassword.Location = new System.Drawing.Point(514, 338); + this.textBoxSettingsPassword.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxSettingsPassword.Name = "textBoxSettingsPassword"; this.textBoxSettingsPassword.PasswordChar = '●'; - this.textBoxSettingsPassword.Size = new System.Drawing.Size(180, 19); + this.textBoxSettingsPassword.Size = new System.Drawing.Size(268, 25); this.textBoxSettingsPassword.TabIndex = 4; this.toolTip1.SetToolTip(this.textBoxSettingsPassword, "Password to decrypt the settings file, if one is set then it will be prompted whe" + "n SEB reads the settings."); @@ -5042,10 +5010,9 @@ namespace SebWindowsConfig // labelUseSEBSettingsFileFor // this.labelUseSEBSettingsFileFor.AutoSize = true; - this.labelUseSEBSettingsFileFor.Location = new System.Drawing.Point(27, 26); - this.labelUseSEBSettingsFileFor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelUseSEBSettingsFileFor.Location = new System.Drawing.Point(40, 40); this.labelUseSEBSettingsFileFor.Name = "labelUseSEBSettingsFileFor"; - this.labelUseSEBSettingsFileFor.Size = new System.Drawing.Size(129, 13); + this.labelUseSEBSettingsFileFor.Size = new System.Drawing.Size(194, 20); this.labelUseSEBSettingsFileFor.TabIndex = 52; this.labelUseSEBSettingsFileFor.Text = "Use SEB settings file for..."; // @@ -5053,10 +5020,10 @@ namespace SebWindowsConfig // this.radioButtonConfiguringAClient.AutoSize = true; this.radioButtonConfiguringAClient.Checked = true; - this.radioButtonConfiguringAClient.Location = new System.Drawing.Point(45, 73); - this.radioButtonConfiguringAClient.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonConfiguringAClient.Location = new System.Drawing.Point(68, 112); + this.radioButtonConfiguringAClient.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonConfiguringAClient.Name = "radioButtonConfiguringAClient"; - this.radioButtonConfiguringAClient.Size = new System.Drawing.Size(114, 17); + this.radioButtonConfiguringAClient.Size = new System.Drawing.Size(166, 24); this.radioButtonConfiguringAClient.TabIndex = 1; this.radioButtonConfiguringAClient.TabStop = true; this.radioButtonConfiguringAClient.Text = "configuring a client"; @@ -5067,10 +5034,10 @@ namespace SebWindowsConfig // radioButtonStartingAnExam // this.radioButtonStartingAnExam.AutoSize = true; - this.radioButtonStartingAnExam.Location = new System.Drawing.Point(45, 51); - this.radioButtonStartingAnExam.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.radioButtonStartingAnExam.Location = new System.Drawing.Point(68, 78); + this.radioButtonStartingAnExam.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.radioButtonStartingAnExam.Name = "radioButtonStartingAnExam"; - this.radioButtonStartingAnExam.Size = new System.Drawing.Size(102, 17); + this.radioButtonStartingAnExam.Size = new System.Drawing.Size(151, 24); this.radioButtonStartingAnExam.TabIndex = 0; this.radioButtonStartingAnExam.Text = "starting an exam"; this.toolTip1.SetToolTip(this.radioButtonStartingAnExam, "A settings file saved with this option will start the exam with the according set" + @@ -5082,10 +5049,10 @@ namespace SebWindowsConfig // this.checkBoxAllowPreferencesWindow.AutoSize = true; this.checkBoxAllowPreferencesWindow.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxAllowPreferencesWindow.Location = new System.Drawing.Point(45, 95); - this.checkBoxAllowPreferencesWindow.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowPreferencesWindow.Location = new System.Drawing.Point(68, 146); + this.checkBoxAllowPreferencesWindow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowPreferencesWindow.Name = "checkBoxAllowPreferencesWindow"; - this.checkBoxAllowPreferencesWindow.Size = new System.Drawing.Size(261, 17); + this.checkBoxAllowPreferencesWindow.Size = new System.Drawing.Size(382, 24); this.checkBoxAllowPreferencesWindow.TabIndex = 2; this.checkBoxAllowPreferencesWindow.Text = "Allow to open preferences window on client (Mac)"; this.toolTip1.SetToolTip(this.checkBoxAllowPreferencesWindow, "Usually you should disable the preference window on exam clients besides for debu" + @@ -5096,10 +5063,10 @@ namespace SebWindowsConfig // buttonRevertToDefaultSettings // this.buttonRevertToDefaultSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.buttonRevertToDefaultSettings.Location = new System.Drawing.Point(204, 319); - this.buttonRevertToDefaultSettings.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonRevertToDefaultSettings.Location = new System.Drawing.Point(306, 491); + this.buttonRevertToDefaultSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonRevertToDefaultSettings.Name = "buttonRevertToDefaultSettings"; - this.buttonRevertToDefaultSettings.Size = new System.Drawing.Size(143, 32); + this.buttonRevertToDefaultSettings.Size = new System.Drawing.Size(214, 49); this.buttonRevertToDefaultSettings.TabIndex = 6; this.buttonRevertToDefaultSettings.Text = "Default Settings"; this.toolTip1.SetToolTip(this.buttonRevertToDefaultSettings, "Revert current settings to SEB defaults"); @@ -5109,10 +5076,10 @@ namespace SebWindowsConfig // buttonRevertToLastOpened // this.buttonRevertToLastOpened.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.buttonRevertToLastOpened.Location = new System.Drawing.Point(204, 404); - this.buttonRevertToLastOpened.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonRevertToLastOpened.Location = new System.Drawing.Point(306, 622); + this.buttonRevertToLastOpened.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonRevertToLastOpened.Name = "buttonRevertToLastOpened"; - this.buttonRevertToLastOpened.Size = new System.Drawing.Size(143, 32); + this.buttonRevertToLastOpened.Size = new System.Drawing.Size(214, 49); this.buttonRevertToLastOpened.TabIndex = 7; this.buttonRevertToLastOpened.Text = "Last Opened"; this.toolTip1.SetToolTip(this.buttonRevertToLastOpened, "Revert to last saved (or opened) settings"); @@ -5143,10 +5110,10 @@ namespace SebWindowsConfig this.tabPageGeneral.Controls.Add(this.labelStartURL); this.tabPageGeneral.ImageIndex = 0; this.tabPageGeneral.Location = new System.Drawing.Point(4, 39); - this.tabPageGeneral.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageGeneral.Name = "tabPageGeneral"; - this.tabPageGeneral.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageGeneral.Size = new System.Drawing.Size(1242, 601); + this.tabPageGeneral.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageGeneral.Size = new System.Drawing.Size(1867, 948); this.tabPageGeneral.TabIndex = 4; this.tabPageGeneral.Text = "General"; this.tabPageGeneral.UseVisualStyleBackColor = true; @@ -5155,9 +5122,10 @@ namespace SebWindowsConfig // this.comboBoxAdditionalResourceStartUrl.DisplayMember = "Value"; this.comboBoxAdditionalResourceStartUrl.FormattingEnabled = true; - this.comboBoxAdditionalResourceStartUrl.Location = new System.Drawing.Point(532, 31); + this.comboBoxAdditionalResourceStartUrl.Location = new System.Drawing.Point(798, 48); + this.comboBoxAdditionalResourceStartUrl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.comboBoxAdditionalResourceStartUrl.Name = "comboBoxAdditionalResourceStartUrl"; - this.comboBoxAdditionalResourceStartUrl.Size = new System.Drawing.Size(344, 21); + this.comboBoxAdditionalResourceStartUrl.Size = new System.Drawing.Size(514, 28); this.comboBoxAdditionalResourceStartUrl.TabIndex = 58; this.comboBoxAdditionalResourceStartUrl.Text = "Choose an embedded resource..."; this.comboBoxAdditionalResourceStartUrl.ValueMember = "Key"; @@ -5169,10 +5137,9 @@ namespace SebWindowsConfig // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label9.Location = new System.Drawing.Point(511, 35); - this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label9.Location = new System.Drawing.Point(766, 54); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(16, 13); + this.label9.Size = new System.Drawing.Size(23, 20); this.label9.TabIndex = 57; this.label9.Text = "or"; this.label9.Visible = false; @@ -5182,10 +5149,9 @@ namespace SebWindowsConfig this.labelQuitPasswordCompare.AutoSize = true; this.labelQuitPasswordCompare.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelQuitPasswordCompare.ForeColor = System.Drawing.Color.Red; - this.labelQuitPasswordCompare.Location = new System.Drawing.Point(176, 277); - this.labelQuitPasswordCompare.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelQuitPasswordCompare.Location = new System.Drawing.Point(264, 426); this.labelQuitPasswordCompare.Name = "labelQuitPasswordCompare"; - this.labelQuitPasswordCompare.Size = new System.Drawing.Size(187, 13); + this.labelQuitPasswordCompare.Size = new System.Drawing.Size(279, 20); this.labelQuitPasswordCompare.TabIndex = 56; this.labelQuitPasswordCompare.Text = "Please enter correct confirm password"; this.labelQuitPasswordCompare.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -5196,10 +5162,9 @@ namespace SebWindowsConfig this.labelAdminPasswordCompare.AutoSize = true; this.labelAdminPasswordCompare.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelAdminPasswordCompare.ForeColor = System.Drawing.Color.Red; - this.labelAdminPasswordCompare.Location = new System.Drawing.Point(176, 154); - this.labelAdminPasswordCompare.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelAdminPasswordCompare.Location = new System.Drawing.Point(264, 237); this.labelAdminPasswordCompare.Name = "labelAdminPasswordCompare"; - this.labelAdminPasswordCompare.Size = new System.Drawing.Size(187, 13); + this.labelAdminPasswordCompare.Size = new System.Drawing.Size(279, 20); this.labelAdminPasswordCompare.TabIndex = 55; this.labelAdminPasswordCompare.Text = "Please enter correct confirm password"; this.labelAdminPasswordCompare.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -5213,11 +5178,11 @@ namespace SebWindowsConfig this.groupBoxExitSequence.Controls.Add(this.checkBoxIgnoreExitKeys); this.groupBoxExitSequence.Controls.Add(this.listBoxExitKey2); this.groupBoxExitSequence.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.groupBoxExitSequence.Location = new System.Drawing.Point(532, 104); - this.groupBoxExitSequence.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.groupBoxExitSequence.Location = new System.Drawing.Point(798, 160); + this.groupBoxExitSequence.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBoxExitSequence.Name = "groupBoxExitSequence"; - this.groupBoxExitSequence.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.groupBoxExitSequence.Size = new System.Drawing.Size(120, 218); + this.groupBoxExitSequence.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.groupBoxExitSequence.Size = new System.Drawing.Size(180, 335); this.groupBoxExitSequence.TabIndex = 11; this.groupBoxExitSequence.TabStop = false; this.groupBoxExitSequence.Text = "Exit Sequence"; @@ -5229,10 +5194,11 @@ namespace SebWindowsConfig // this.listBoxExitKey1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listBoxExitKey1.FormattingEnabled = true; - this.listBoxExitKey1.Location = new System.Drawing.Point(8, 25); - this.listBoxExitKey1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.listBoxExitKey1.ItemHeight = 20; + this.listBoxExitKey1.Location = new System.Drawing.Point(12, 38); + this.listBoxExitKey1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBoxExitKey1.Name = "listBoxExitKey1"; - this.listBoxExitKey1.Size = new System.Drawing.Size(31, 160); + this.listBoxExitKey1.Size = new System.Drawing.Size(44, 244); this.listBoxExitKey1.TabIndex = 0; this.listBoxExitKey1.SelectedIndexChanged += new System.EventHandler(this.listBoxExitKey1_SelectedIndexChanged); // @@ -5240,10 +5206,11 @@ namespace SebWindowsConfig // this.listBoxExitKey3.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listBoxExitKey3.FormattingEnabled = true; - this.listBoxExitKey3.Location = new System.Drawing.Point(82, 25); - this.listBoxExitKey3.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.listBoxExitKey3.ItemHeight = 20; + this.listBoxExitKey3.Location = new System.Drawing.Point(123, 38); + this.listBoxExitKey3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBoxExitKey3.Name = "listBoxExitKey3"; - this.listBoxExitKey3.Size = new System.Drawing.Size(31, 160); + this.listBoxExitKey3.Size = new System.Drawing.Size(44, 244); this.listBoxExitKey3.TabIndex = 2; this.listBoxExitKey3.SelectedIndexChanged += new System.EventHandler(this.listBoxExitKey3_SelectedIndexChanged); // @@ -5251,10 +5218,10 @@ namespace SebWindowsConfig // this.checkBoxIgnoreExitKeys.AutoSize = true; this.checkBoxIgnoreExitKeys.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxIgnoreExitKeys.Location = new System.Drawing.Point(8, 194); - this.checkBoxIgnoreExitKeys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxIgnoreExitKeys.Location = new System.Drawing.Point(12, 298); + this.checkBoxIgnoreExitKeys.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxIgnoreExitKeys.Name = "checkBoxIgnoreExitKeys"; - this.checkBoxIgnoreExitKeys.Size = new System.Drawing.Size(100, 17); + this.checkBoxIgnoreExitKeys.Size = new System.Drawing.Size(145, 24); this.checkBoxIgnoreExitKeys.TabIndex = 8; this.checkBoxIgnoreExitKeys.Text = "Ignore exit keys"; this.toolTip1.SetToolTip(this.checkBoxIgnoreExitKeys, "SEB ignores the exit keys and can only be quit manually by entering the quit pass" + @@ -5268,10 +5235,11 @@ namespace SebWindowsConfig // this.listBoxExitKey2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listBoxExitKey2.FormattingEnabled = true; - this.listBoxExitKey2.Location = new System.Drawing.Point(45, 25); - this.listBoxExitKey2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.listBoxExitKey2.ItemHeight = 20; + this.listBoxExitKey2.Location = new System.Drawing.Point(68, 38); + this.listBoxExitKey2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBoxExitKey2.Name = "listBoxExitKey2"; - this.listBoxExitKey2.Size = new System.Drawing.Size(31, 160); + this.listBoxExitKey2.Size = new System.Drawing.Size(44, 244); this.listBoxExitKey2.TabIndex = 1; this.listBoxExitKey2.SelectedIndexChanged += new System.EventHandler(this.listBoxExitKey2_SelectedIndexChanged); // @@ -5280,10 +5248,9 @@ namespace SebWindowsConfig this.labelSebServerURL.AutoSize = true; this.labelSebServerURL.Enabled = false; this.labelSebServerURL.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelSebServerURL.Location = new System.Drawing.Point(16, 58); - this.labelSebServerURL.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelSebServerURL.Location = new System.Drawing.Point(24, 89); this.labelSebServerURL.Name = "labelSebServerURL"; - this.labelSebServerURL.Size = new System.Drawing.Size(87, 13); + this.labelSebServerURL.Size = new System.Drawing.Size(129, 20); this.labelSebServerURL.TabIndex = 47; this.labelSebServerURL.Text = "SEB Server URL"; this.labelSebServerURL.Visible = false; @@ -5292,10 +5259,10 @@ namespace SebWindowsConfig // this.textBoxSebServerURL.Enabled = false; this.textBoxSebServerURL.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxSebServerURL.Location = new System.Drawing.Point(105, 53); - this.textBoxSebServerURL.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxSebServerURL.Location = new System.Drawing.Point(158, 82); + this.textBoxSebServerURL.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxSebServerURL.Name = "textBoxSebServerURL"; - this.textBoxSebServerURL.Size = new System.Drawing.Size(402, 19); + this.textBoxSebServerURL.Size = new System.Drawing.Size(601, 25); this.textBoxSebServerURL.TabIndex = 1; this.textBoxSebServerURL.Visible = false; this.textBoxSebServerURL.TextChanged += new System.EventHandler(this.textBoxSebServerURL_TextChanged); @@ -5303,11 +5270,11 @@ namespace SebWindowsConfig // textBoxConfirmAdminPassword // this.textBoxConfirmAdminPassword.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxConfirmAdminPassword.Location = new System.Drawing.Point(179, 131); - this.textBoxConfirmAdminPassword.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxConfirmAdminPassword.Location = new System.Drawing.Point(268, 202); + this.textBoxConfirmAdminPassword.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxConfirmAdminPassword.Name = "textBoxConfirmAdminPassword"; this.textBoxConfirmAdminPassword.PasswordChar = '●'; - this.textBoxConfirmAdminPassword.Size = new System.Drawing.Size(180, 19); + this.textBoxConfirmAdminPassword.Size = new System.Drawing.Size(268, 25); this.textBoxConfirmAdminPassword.TabIndex = 3; this.toolTip1.SetToolTip(this.textBoxConfirmAdminPassword, "Retype the administrator password"); this.textBoxConfirmAdminPassword.WordWrap = false; @@ -5316,11 +5283,11 @@ namespace SebWindowsConfig // textBoxAdminPassword // this.textBoxAdminPassword.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxAdminPassword.Location = new System.Drawing.Point(179, 105); - this.textBoxAdminPassword.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxAdminPassword.Location = new System.Drawing.Point(268, 162); + this.textBoxAdminPassword.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxAdminPassword.Name = "textBoxAdminPassword"; this.textBoxAdminPassword.PasswordChar = '●'; - this.textBoxAdminPassword.Size = new System.Drawing.Size(180, 19); + this.textBoxAdminPassword.Size = new System.Drawing.Size(268, 25); this.textBoxAdminPassword.TabIndex = 2; this.toolTip1.SetToolTip(this.textBoxAdminPassword, "Password required to open the configuration file for editing or to enter the pref" + "erences window in SEB MacOSX. It\'s recommended to set one!"); @@ -5330,11 +5297,11 @@ namespace SebWindowsConfig // textBoxConfirmQuitPassword // this.textBoxConfirmQuitPassword.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxConfirmQuitPassword.Location = new System.Drawing.Point(179, 255); - this.textBoxConfirmQuitPassword.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxConfirmQuitPassword.Location = new System.Drawing.Point(268, 392); + this.textBoxConfirmQuitPassword.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxConfirmQuitPassword.Name = "textBoxConfirmQuitPassword"; this.textBoxConfirmQuitPassword.PasswordChar = '●'; - this.textBoxConfirmQuitPassword.Size = new System.Drawing.Size(180, 19); + this.textBoxConfirmQuitPassword.Size = new System.Drawing.Size(268, 25); this.textBoxConfirmQuitPassword.TabIndex = 5; this.toolTip1.SetToolTip(this.textBoxConfirmQuitPassword, "Retype the quit/restart password"); this.textBoxConfirmQuitPassword.WordWrap = false; @@ -5343,11 +5310,11 @@ namespace SebWindowsConfig // textBoxQuitPassword // this.textBoxQuitPassword.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxQuitPassword.Location = new System.Drawing.Point(179, 233); - this.textBoxQuitPassword.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxQuitPassword.Location = new System.Drawing.Point(268, 358); + this.textBoxQuitPassword.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxQuitPassword.Name = "textBoxQuitPassword"; this.textBoxQuitPassword.PasswordChar = '●'; - this.textBoxQuitPassword.Size = new System.Drawing.Size(180, 19); + this.textBoxQuitPassword.Size = new System.Drawing.Size(268, 25); this.textBoxQuitPassword.TabIndex = 4; this.toolTip1.SetToolTip(this.textBoxQuitPassword, "This password is prompted when users try to quit SEB and when the restart exam bu" + "tton is pressed. Not prompted when using a quit link"); @@ -5357,10 +5324,10 @@ namespace SebWindowsConfig // textBoxStartURL // this.textBoxStartURL.Font = new System.Drawing.Font("Courier New", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxStartURL.Location = new System.Drawing.Point(105, 31); - this.textBoxStartURL.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBoxStartURL.Location = new System.Drawing.Point(158, 48); + this.textBoxStartURL.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxStartURL.Name = "textBoxStartURL"; - this.textBoxStartURL.Size = new System.Drawing.Size(402, 19); + this.textBoxStartURL.Size = new System.Drawing.Size(601, 25); this.textBoxStartURL.TabIndex = 0; this.toolTip1.SetToolTip(this.textBoxStartURL, "Full URL (starting with http:// or https://) of the page to open when SEB is star" + "ted."); @@ -5368,10 +5335,10 @@ namespace SebWindowsConfig // // buttonHelp // - this.buttonHelp.Location = new System.Drawing.Point(179, 384); - this.buttonHelp.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonHelp.Location = new System.Drawing.Point(268, 591); + this.buttonHelp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonHelp.Name = "buttonHelp"; - this.buttonHelp.Size = new System.Drawing.Size(56, 25); + this.buttonHelp.Size = new System.Drawing.Size(84, 38); this.buttonHelp.TabIndex = 45; this.buttonHelp.Text = "Help"; this.buttonHelp.UseVisualStyleBackColor = true; @@ -5380,10 +5347,10 @@ namespace SebWindowsConfig // // buttonAbout // - this.buttonAbout.Location = new System.Drawing.Point(20, 384); - this.buttonAbout.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.buttonAbout.Location = new System.Drawing.Point(30, 591); + this.buttonAbout.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonAbout.Name = "buttonAbout"; - this.buttonAbout.Size = new System.Drawing.Size(56, 25); + this.buttonAbout.Size = new System.Drawing.Size(84, 38); this.buttonAbout.TabIndex = 42; this.buttonAbout.Text = "About"; this.buttonAbout.UseVisualStyleBackColor = true; @@ -5394,10 +5361,9 @@ namespace SebWindowsConfig // this.labelConfirmAdminPassword.AutoSize = true; this.labelConfirmAdminPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelConfirmAdminPassword.Location = new System.Drawing.Point(17, 133); - this.labelConfirmAdminPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelConfirmAdminPassword.Location = new System.Drawing.Point(26, 205); this.labelConfirmAdminPassword.Name = "labelConfirmAdminPassword"; - this.labelConfirmAdminPassword.Size = new System.Drawing.Size(152, 13); + this.labelConfirmAdminPassword.Size = new System.Drawing.Size(232, 20); this.labelConfirmAdminPassword.TabIndex = 40; this.labelConfirmAdminPassword.Text = "Confirm administrator password"; // @@ -5405,10 +5371,9 @@ namespace SebWindowsConfig // this.labelAdminPassword.AutoSize = true; this.labelAdminPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelAdminPassword.Location = new System.Drawing.Point(54, 107); - this.labelAdminPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelAdminPassword.Location = new System.Drawing.Point(81, 165); this.labelAdminPassword.Name = "labelAdminPassword"; - this.labelAdminPassword.Size = new System.Drawing.Size(115, 13); + this.labelAdminPassword.Size = new System.Drawing.Size(175, 20); this.labelAdminPassword.TabIndex = 38; this.labelAdminPassword.Text = "Administrator password"; // @@ -5416,20 +5381,19 @@ namespace SebWindowsConfig // this.labelConfirmQuitPassword.AutoSize = true; this.labelConfirmQuitPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelConfirmQuitPassword.Location = new System.Drawing.Point(25, 259); - this.labelConfirmQuitPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelConfirmQuitPassword.Location = new System.Drawing.Point(38, 398); this.labelConfirmQuitPassword.Name = "labelConfirmQuitPassword"; - this.labelConfirmQuitPassword.Size = new System.Drawing.Size(147, 13); + this.labelConfirmQuitPassword.Size = new System.Drawing.Size(216, 20); this.labelConfirmQuitPassword.TabIndex = 10; this.labelConfirmQuitPassword.Text = "Confirm quit/unlock password"; // // checkBoxAllowQuit // this.checkBoxAllowQuit.AutoSize = true; - this.checkBoxAllowQuit.Location = new System.Drawing.Point(19, 185); - this.checkBoxAllowQuit.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.checkBoxAllowQuit.Location = new System.Drawing.Point(28, 285); + this.checkBoxAllowQuit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBoxAllowQuit.Name = "checkBoxAllowQuit"; - this.checkBoxAllowQuit.Size = new System.Drawing.Size(130, 17); + this.checkBoxAllowQuit.Size = new System.Drawing.Size(192, 24); this.checkBoxAllowQuit.TabIndex = 6; this.checkBoxAllowQuit.Text = "Allow user to quit SEB"; this.toolTip1.SetToolTip(this.checkBoxAllowQuit, "Users can quit SEB with Control-Q, window close or quit button. Otherwise use a q" + @@ -5441,10 +5405,9 @@ namespace SebWindowsConfig // this.labelQuitPassword.AutoSize = true; this.labelQuitPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelQuitPassword.Location = new System.Drawing.Point(59, 238); - this.labelQuitPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelQuitPassword.Location = new System.Drawing.Point(88, 366); this.labelQuitPassword.Name = "labelQuitPassword"; - this.labelQuitPassword.Size = new System.Drawing.Size(111, 13); + this.labelQuitPassword.Size = new System.Drawing.Size(160, 20); this.labelQuitPassword.TabIndex = 9; this.labelQuitPassword.Text = "Quit/unlock password"; // @@ -5452,10 +5415,9 @@ namespace SebWindowsConfig // this.labelStartURL.AutoSize = true; this.labelStartURL.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelStartURL.Location = new System.Drawing.Point(48, 35); - this.labelStartURL.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.labelStartURL.Location = new System.Drawing.Point(72, 54); this.labelStartURL.Name = "labelStartURL"; - this.labelStartURL.Size = new System.Drawing.Size(54, 13); + this.labelStartURL.Size = new System.Drawing.Size(81, 20); this.labelStartURL.TabIndex = 22; this.labelStartURL.Text = "Start URL"; // @@ -5474,11 +5436,11 @@ namespace SebWindowsConfig this.tabControlSebWindowsConfig.Controls.Add(this.tabPageRegistry); this.tabControlSebWindowsConfig.Controls.Add(this.tabPageHookedKeys); this.tabControlSebWindowsConfig.ImageList = this.imageListTabIcons; - this.tabControlSebWindowsConfig.Location = new System.Drawing.Point(8, 22); - this.tabControlSebWindowsConfig.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabControlSebWindowsConfig.Location = new System.Drawing.Point(12, 34); + this.tabControlSebWindowsConfig.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabControlSebWindowsConfig.Name = "tabControlSebWindowsConfig"; this.tabControlSebWindowsConfig.SelectedIndex = 0; - this.tabControlSebWindowsConfig.Size = new System.Drawing.Size(1250, 644); + this.tabControlSebWindowsConfig.Size = new System.Drawing.Size(1875, 991); this.tabControlSebWindowsConfig.TabIndex = 0; this.tabControlSebWindowsConfig.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControlSebWindowsConfig_Selecting); // @@ -5486,10 +5448,10 @@ namespace SebWindowsConfig // this.tabPageAdditionalResources.ImageIndex = 11; this.tabPageAdditionalResources.Location = new System.Drawing.Point(4, 39); - this.tabPageAdditionalResources.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.tabPageAdditionalResources.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPageAdditionalResources.Name = "tabPageAdditionalResources"; - this.tabPageAdditionalResources.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1); - this.tabPageAdditionalResources.Size = new System.Drawing.Size(1242, 601); + this.tabPageAdditionalResources.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabPageAdditionalResources.Size = new System.Drawing.Size(1867, 948); this.tabPageAdditionalResources.TabIndex = 28; this.tabPageAdditionalResources.Text = "Additional Resources"; this.tabPageAdditionalResources.UseVisualStyleBackColor = true; @@ -5509,8 +5471,8 @@ namespace SebWindowsConfig this.useSettingsToToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Padding = new System.Windows.Forms.Padding(6, 1, 0, 1); - this.menuStrip1.Size = new System.Drawing.Size(1264, 24); + this.menuStrip1.Padding = new System.Windows.Forms.Padding(9, 2, 0, 2); + this.menuStrip1.Size = new System.Drawing.Size(1896, 33); this.menuStrip1.TabIndex = 1; this.menuStrip1.Text = "menuStrip1"; // @@ -5523,7 +5485,7 @@ namespace SebWindowsConfig this.collectLogFilesToolStripMenuItem, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; - this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 22); + this.fileToolStripMenuItem.Size = new System.Drawing.Size(50, 29); this.fileToolStripMenuItem.Text = "File"; // // openSettingsToolStripMenuItem @@ -5531,7 +5493,7 @@ namespace SebWindowsConfig this.openSettingsToolStripMenuItem.Name = "openSettingsToolStripMenuItem"; this.openSettingsToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+O"; this.openSettingsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); - this.openSettingsToolStripMenuItem.Size = new System.Drawing.Size(200, 22); + this.openSettingsToolStripMenuItem.Size = new System.Drawing.Size(286, 30); this.openSettingsToolStripMenuItem.Text = "Open Settings..."; this.openSettingsToolStripMenuItem.Click += new System.EventHandler(this.openSettingsToolStripMenuItem_Click); // @@ -5540,21 +5502,21 @@ namespace SebWindowsConfig this.saveSettingsToolStripMenuItem.Name = "saveSettingsToolStripMenuItem"; this.saveSettingsToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+S"; this.saveSettingsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); - this.saveSettingsToolStripMenuItem.Size = new System.Drawing.Size(200, 22); + this.saveSettingsToolStripMenuItem.Size = new System.Drawing.Size(286, 30); this.saveSettingsToolStripMenuItem.Text = "Save Settings"; this.saveSettingsToolStripMenuItem.Click += new System.EventHandler(this.saveSettingsToolStripMenuItem_Click); // // saveSettingsAsToolStripMenuItem // this.saveSettingsAsToolStripMenuItem.Name = "saveSettingsAsToolStripMenuItem"; - this.saveSettingsAsToolStripMenuItem.Size = new System.Drawing.Size(200, 22); + this.saveSettingsAsToolStripMenuItem.Size = new System.Drawing.Size(286, 30); this.saveSettingsAsToolStripMenuItem.Text = "Save Settings As..."; this.saveSettingsAsToolStripMenuItem.Click += new System.EventHandler(this.saveSettingsAsToolStripMenuItem_Click); // // collectLogFilesToolStripMenuItem // this.collectLogFilesToolStripMenuItem.Name = "collectLogFilesToolStripMenuItem"; - this.collectLogFilesToolStripMenuItem.Size = new System.Drawing.Size(200, 22); + this.collectLogFilesToolStripMenuItem.Size = new System.Drawing.Size(286, 30); this.collectLogFilesToolStripMenuItem.Text = "Collect Log Files..."; this.collectLogFilesToolStripMenuItem.Visible = false; this.collectLogFilesToolStripMenuItem.Click += new System.EventHandler(this.collectLogFilesToolStripMenuItem_Click); @@ -5563,7 +5525,7 @@ namespace SebWindowsConfig // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4"; - this.exitToolStripMenuItem.Size = new System.Drawing.Size(200, 22); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(286, 30); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // @@ -5574,27 +5536,27 @@ namespace SebWindowsConfig this.localClientSettingsToolStripMenuItem, this.lastOpenedToolStripMenuItem}); this.revertSettingsToToolStripMenuItem.Name = "revertSettingsToToolStripMenuItem"; - this.revertSettingsToToolStripMenuItem.Size = new System.Drawing.Size(97, 22); + this.revertSettingsToToolStripMenuItem.Size = new System.Drawing.Size(142, 29); this.revertSettingsToToolStripMenuItem.Text = "Revert Settings"; // // defaultSettingsToolStripMenuItem // this.defaultSettingsToolStripMenuItem.Name = "defaultSettingsToolStripMenuItem"; - this.defaultSettingsToolStripMenuItem.Size = new System.Drawing.Size(181, 22); + this.defaultSettingsToolStripMenuItem.Size = new System.Drawing.Size(254, 30); this.defaultSettingsToolStripMenuItem.Text = "Default Settings"; this.defaultSettingsToolStripMenuItem.Click += new System.EventHandler(this.defaultSettingsToolStripMenuItem_Click); // // localClientSettingsToolStripMenuItem // this.localClientSettingsToolStripMenuItem.Name = "localClientSettingsToolStripMenuItem"; - this.localClientSettingsToolStripMenuItem.Size = new System.Drawing.Size(181, 22); + this.localClientSettingsToolStripMenuItem.Size = new System.Drawing.Size(254, 30); this.localClientSettingsToolStripMenuItem.Text = "Local Client Settings"; this.localClientSettingsToolStripMenuItem.Click += new System.EventHandler(this.localClientSettingsToolStripMenuItem_Click); // // lastOpenedToolStripMenuItem // this.lastOpenedToolStripMenuItem.Name = "lastOpenedToolStripMenuItem"; - this.lastOpenedToolStripMenuItem.Size = new System.Drawing.Size(181, 22); + this.lastOpenedToolStripMenuItem.Size = new System.Drawing.Size(254, 30); this.lastOpenedToolStripMenuItem.Text = "Last Opened"; this.lastOpenedToolStripMenuItem.Click += new System.EventHandler(this.lastOpenedToolStripMenuItem_Click); // @@ -5605,20 +5567,20 @@ namespace SebWindowsConfig this.configureClientToolStripMenuItem, this.applyAndStartSEBToolStripMenuItem}); this.useSettingsToToolStripMenuItem.Name = "useSettingsToToolStripMenuItem"; - this.useSettingsToToolStripMenuItem.Size = new System.Drawing.Size(83, 22); + this.useSettingsToToolStripMenuItem.Size = new System.Drawing.Size(122, 29); this.useSettingsToToolStripMenuItem.Text = "Use Settings"; // // editDuplicateToolStripMenuItem // this.editDuplicateToolStripMenuItem.Name = "editDuplicateToolStripMenuItem"; - this.editDuplicateToolStripMenuItem.Size = new System.Drawing.Size(196, 22); + this.editDuplicateToolStripMenuItem.Size = new System.Drawing.Size(284, 30); this.editDuplicateToolStripMenuItem.Text = "Edit Duplicate"; this.editDuplicateToolStripMenuItem.Click += new System.EventHandler(this.editDuplicateToolStripMenuItem_Click); // // configureClientToolStripMenuItem // this.configureClientToolStripMenuItem.Name = "configureClientToolStripMenuItem"; - this.configureClientToolStripMenuItem.Size = new System.Drawing.Size(196, 22); + this.configureClientToolStripMenuItem.Size = new System.Drawing.Size(284, 30); this.configureClientToolStripMenuItem.Text = "Configure Client"; this.configureClientToolStripMenuItem.Click += new System.EventHandler(this.configureClientToolStripMenuItem_Click); // @@ -5627,26 +5589,37 @@ namespace SebWindowsConfig this.applyAndStartSEBToolStripMenuItem.Name = "applyAndStartSEBToolStripMenuItem"; this.applyAndStartSEBToolStripMenuItem.ShortcutKeyDisplayString = "F5"; this.applyAndStartSEBToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5; - this.applyAndStartSEBToolStripMenuItem.Size = new System.Drawing.Size(196, 22); + this.applyAndStartSEBToolStripMenuItem.Size = new System.Drawing.Size(284, 30); this.applyAndStartSEBToolStripMenuItem.Text = "Apply and Start SEB"; this.applyAndStartSEBToolStripMenuItem.Visible = false; this.applyAndStartSEBToolStripMenuItem.Click += new System.EventHandler(this.applyAndStartSEBToolStripMenuItem_Click); // + // checkBoxAllowDeveloperConsole + // + this.checkBoxAllowDeveloperConsole.AutoSize = true; + this.checkBoxAllowDeveloperConsole.Location = new System.Drawing.Point(44, 119); + this.checkBoxAllowDeveloperConsole.Name = "checkBoxAllowDeveloperConsole"; + this.checkBoxAllowDeveloperConsole.Size = new System.Drawing.Size(343, 24); + this.checkBoxAllowDeveloperConsole.TabIndex = 7; + this.checkBoxAllowDeveloperConsole.Text = "Show developer tools in window menu (Win)"; + this.checkBoxAllowDeveloperConsole.UseVisualStyleBackColor = true; + this.checkBoxAllowDeveloperConsole.CheckedChanged += new System.EventHandler(this.checkBoxDeveloperConsole_CheckedChanged); + // // SebWindowsConfigForm // this.AllowDrop = true; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.AutoSize = true; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; - this.ClientSize = new System.Drawing.Size(1264, 672); + this.ClientSize = new System.Drawing.Size(1896, 1034); this.Controls.Add(this.tabControlSebWindowsConfig); this.Controls.Add(this.menuStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; - this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MaximizeBox = false; this.Name = "SebWindowsConfigForm"; this.Text = "SEB Windows Configuration Editor"; @@ -6156,6 +6129,7 @@ namespace SebWindowsConfig private System.Windows.Forms.Label label20; private System.Windows.Forms.CheckBox checkBoxAllowWindowsUpdate; private System.Windows.Forms.CheckBox checkBoxAllowChromeNotifications; + private System.Windows.Forms.CheckBox checkBoxAllowDeveloperConsole; } } diff --git a/SebWindowsConfig/SebWindowsConfigForm.cs b/SebWindowsConfig/SebWindowsConfigForm.cs index b116b403..1c129c97 100644 --- a/SebWindowsConfig/SebWindowsConfigForm.cs +++ b/SebWindowsConfig/SebWindowsConfigForm.cs @@ -367,12 +367,17 @@ namespace SebWindowsConfig checkBoxHideBrowserWindowToolbar .Checked = (Boolean)SEBSettings.settingsCurrent[SEBSettings.KeyHideBrowserWindowToolbar]; checkBoxShowMenuBar .Checked = (Boolean)SEBSettings.settingsCurrent[SEBSettings.KeyShowMenuBar]; checkBoxShowTaskBar .Checked = (Boolean)SEBSettings.settingsCurrent[SEBSettings.KeyShowTaskBar]; + checkBoxHideBrowserWindowToolbar.Enabled = checkBoxEnableBrowserWindowToolbar.Checked; + checkBoxAllowMainWindowAddressBar.Enabled = checkBoxEnableBrowserWindowToolbar.Checked; + checkBoxAllowAdditionalWindowAddressBar.Enabled = checkBoxEnableBrowserWindowToolbar.Checked; checkBoxShowSideMenu.Checked = (Boolean)SEBSettings.settingsCurrent[SEBSettings.KeyShowSideMenu]; checkBoxShowReloadButton.Checked = (Boolean)SEBSettings.settingsCurrent[SEBSettings.KeyShowReloadButton]; comboBoxTaskBarHeight.Text = (String)SEBSettings.settingsCurrent[SEBSettings.KeyTaskBarHeight].ToString(); checkBoxEnableTouchExit .Checked = (Boolean)SEBSettings.settingsCurrent[SEBSettings.KeyEnableTouchExit]; checkBoxAllowMainWindowAddressBar.Checked = (Boolean)SEBSettings.settingsCurrent[SEBSettings.KeyBrowserWindowAllowAddressBar]; checkBoxAllowAdditionalWindowAddressBar.Checked = (Boolean)SEBSettings.settingsCurrent[SEBSettings.KeyNewBrowserWindowAllowAddressBar]; + checkBoxAllowDeveloperConsole.Checked = (Boolean)SEBSettings.settingsCurrent[SEBSettings.KeyAllowDeveloperConsole]; + checkBoxAllowDeveloperConsole.Enabled = checkBoxEnableBrowserWindowToolbar.Checked; var defaultText = "(part of application)"; var defaultStyle = new DataGridViewCellStyle { BackColor = Color.LightGray }; @@ -1749,6 +1754,7 @@ namespace SebWindowsConfig checkBoxHideBrowserWindowToolbar.Enabled = checkBoxEnableBrowserWindowToolbar.Checked; checkBoxAllowMainWindowAddressBar.Enabled = checkBoxEnableBrowserWindowToolbar.Checked; checkBoxAllowAdditionalWindowAddressBar.Enabled = checkBoxEnableBrowserWindowToolbar.Checked; + checkBoxAllowDeveloperConsole.Enabled = checkBoxEnableBrowserWindowToolbar.Checked; } private void checkBoxHideBrowserWindowToolbar_CheckedChanged(object sender, EventArgs e) @@ -4533,5 +4539,10 @@ namespace SebWindowsConfig { SEBSettings.settingsCurrent[SEBSettings.KeyAllowWindowsUpdate] = checkBoxAllowWindowsUpdate.Checked; } + + private void checkBoxDeveloperConsole_CheckedChanged(object sender, EventArgs e) + { + SEBSettings.settingsCurrent[SEBSettings.KeyAllowDeveloperConsole] = checkBoxAllowDeveloperConsole.Checked; + } } } diff --git a/SebWindowsConfig/SebWindowsConfigForm.resx b/SebWindowsConfig/SebWindowsConfigForm.resx index 3c4cf06b..9bac9293 100644 --- a/SebWindowsConfig/SebWindowsConfigForm.resx +++ b/SebWindowsConfig/SebWindowsConfigForm.resx @@ -131,7 +131,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAw - 1gAAAk1TRnQBSQFMAgEBDAEAAQgBCwEIAQsBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA + 1gAAAk1TRnQBSQFMAgEBDAEAARABCwEQAQsBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA AwABgAMAAQEBAAEgBwABAf8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A /wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A /wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A0QABjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGO @@ -157,10 +157,10 @@ Af8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGO AYsBAAH/A1IB9AMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMA Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMA - Af8DAAH/AwAB/wNUAe4QAAMyAVEDYgH6A2IB+gNiAfoDYgH6A2IB+gNiAfoDYgH6A2IB+gNiAfoDYgH6 - A2IB+gNiAfoDYgH6A2IB+gNiAfoDYgH6A2IB+gNiAfoDYgH6A2IB+gNiAfoDYgH6AzYBWTQAAzIBUANc - Ad8BsQGvAa0B/wGlAaIBoQH/AZIBjwGOAf8BhgGDAYIB/wGAAUwBSwH/AYABTAFLAf8BgAFMAUsB/wGA - AUwBSwH/AYABTAFLAf8BigGHAYYB/wGWAZMBkgH/AaUBogGgAf8BpgGjAaEB/wNUAa8DFwEgGAABjgGL + Af8DAAH/AwAB/wNUAe4QAAMyAVEDYAH6A2AB+gNgAfoDYAH6A2AB+gNgAfoDYAH6A2AB+gNgAfoDYAH6 + A2AB+gNgAfoDYAH6A2AB+gNgAfoDYAH6A2AB+gNgAfoDYAH6A2AB+gNgAfoDYAH6AzYBWTQAAzIBUANc + Ad8BsQGvAa0B/wGlAaIBoQH/AZIBjwGOAf8BhgGDAYIB/wGAAUsBSgH/AYABSwFKAf8BgAFLAUoB/wGA + AUsBSgH/AYABSwFKAf8BigGHAYYB/wGWAZMBkgH/AaUBogGgAf8BpgGjAaEB/wNUAa8DFwEgGAABjgGL AQAB/wGOAYsBAAH/AbsBuQEAAf8C/gH9Af8C/gH9Af8C/gH9Af8C9AHmAf8BwgHAAQAB/wL+Af0B/wL+ Af0B/wL+Af0B/wLwAd0B/wHGAcQBAAH/Av4B/QH/Av4B/QH/Av4B/QH/AekB6AHOAf8BqwGoAQAB/wGP AYwBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEA @@ -168,16 +168,16 @@ Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMA Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/xAA AzQBVFj/AzgBXCwAAwwBEANRAZ8BtQGyAbAB/wGpAaYBpAH/AZIBjwGNAf8BhAGBAYAB/wGRAY4BjAH/ - AZkBlgGUAf8BjwGMAYoB/wGEAYEBgAH/AYABTAFLAf8BgAFMAUsB/wGAAUwBSwH/AYABTAFLAf8BgAFM - AUsB/wGAAUwBSwH/AZEBjgGNAf8BpAGhAZ8B/wNiAe8DMgFQFAABjgGLAQAB/wGOAYsBAAH/AbsBuQEA + AZkBlgGUAf8BjwGMAYoB/wGEAYEBgAH/AYABSwFKAf8BgAFLAUoB/wGAAUsBSgH/AYABSwFKAf8BgAFL + AUoB/wGAAUsBSgH/AZEBjgGNAf8BpAGhAZ8B/wNiAe8DMgFQFAABjgGLAQAB/wGOAYsBAAH/AbsBuQEA Af8MAAL1AegB/wHCAcABAAH/DAAC8QHfAf8BxgHEAQAB/wwAAeoB6QHPAf8B0gHRAZoB/wG+AbwBAAH/ AY8BjAEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGL AQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8DAAH/AwAB/wMAAf8DmgH/ A6IB/wOiAf8DogH/A6IB/wOiAf8DogH/A6IB/wOiAf8DogH/A6IB/wOiAf8DogH/A6IB/wOiAf8DogH/ A6IB/wOiAf8DogH/A6IB/wOiAf8DogH/A6IB/wOiAf8DogH/A5oB/wMAAf8DAAH/AwAB/xAAAzMBU1j/ AzcBWygAAwwBEANcAc8BtwG0AbIB/wGfAZwBmwH/AYsBiAGHAf8BiQGGAYQB/wGYAZUBkwH/AakBpgGk - Af8BpwGkAaIB/wGkAaEBnwH/AaIBnwGdAf8BlgGTAZEB/wGFAYIBgQH/AYABTAFLAf8BgAFMAUsB/wGA - AUwBSwH/AYABTAFLAf8BgAFMAUsB/wGCAU4BTQH/AZ0BmgGYAf8BpQGiAaAB/wM6AWAQAAGOAYsBAAH/ + Af8BpwGkAaIB/wGkAaEBnwH/AaIBnwGdAf8BlgGTAZEB/wGFAYIBgQH/AYABSwFKAf8BgAFLAUoB/wGA + AUsBSgH/AYABSwFKAf8BgAFLAUoB/wGCAU0BTAH/AZ0BmgGYAf8BpQGiAaAB/wM6AWAQAAGOAYsBAAH/ AY4BiwEAAf8BuwG5AQAB/wwAAvUB6AH/AcIBwAEAAf8MAALxAd8B/wHGAcQBAAH/DAAB6gHpAc8B/wHS AdEBmgH/Ad0B3AGyAf8BxQHDAQAB/wGPAYwBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEA Af8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wMA @@ -185,7 +185,7 @@ Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DkwH/A6IB/wMA Af8DAAH/EAADMwFTWP8DNwFbKAADXAHPAbcBtAGyAf8BmwGYAZYB/wGQAY0BiwH/AY0BigGJAf8BiwGI AYcB/wGoAaUBowH/AaoBpwGlAf8BpwGkAaIB/wGmAaMBoQH/AaMBoAGeAf8BogGfAZ0B/wGdAZoBmAH/ - AY0BigGJAf8BgQFNAUwB/wGAAUwBSwH/AYABTAFLAf8BgAFMAUsB/wGAAUwBSwH/AYABTAFLAf8BmAGV + AY0BigGJAf8BgQFMAUsB/wGAAUsBSgH/AYABSwFKAf8BgAFLAUoB/wGAAUsBSgH/AYABSwFKAf8BmAGV AZMB/wGlAaIBoAH/AzoBYAwAAY4BiwEAAf8BjgGLAQAB/wG7AbkBAAH/DAAC9QHoAf8BwgHAAQAB/wwA AvEB3wH/AcYBxAEAAf8MAAHqAekBzwH/AdIB0QGaAf8B3QHcAbIB/wHdAdwBsgH/Ac8BzgGSAf8BjgGL AQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/ @@ -194,7 +194,7 @@ AwAB/wMAAf8DAAH/AwAB/wMAAf8DkwH/A5oB/wMAAf8QAAMzAVNY/wM3AVskAANMAY8BuwG4AbcB/wGh AZ4BnAH/AZQBkQGPAf8BkgGPAY0B/wGQAY0BiwH/AY0BigGJAf8BqgGnAaUB/wGqAacBpQH/AagBpQGj Af8BpwGkAaIB/wGkAaEBnwH/AaMBoAGeAf8BoQGeAZwB/wGhAZ4BnAH/AZ4BmwGZAf8BkQGOAYwB/wGC - AU4BTQH/AYABTAFLAf8BgAFMAUsB/wGAAUwBSwH/AYABTAFLAf8BmAGVAZMB/wGlAaIBoAH/AyEBMAgA + AU0BTAH/AYABSwFKAf8BgAFLAUoB/wGAAUsBSgH/AYABSwFKAf8BmAGVAZMB/wGlAaIBoAH/AyEBMAgA AY4BiwEAAf8BjgGLAQAB/wGfAZwBAAH/AbgBtgEAAf8BuAG2AQAB/wG4AbYBAAH/AbQBsgEAAf8BoQGf AQAB/wG4AbYBAAH/AbgBtgEAAf8BuAG2AQAB/wGyAbABAAH/AacBpAEAAf8BvgG9AQAB/wG+Ab0BAAH/ Ab4BvQEAAf8BuAG2AQAB/wHQAc8BlQH/Ad0B3AGyAf8B3QHcAbIB/wLqAdAB/wGOAYsBAAH/AY4BiwEA @@ -204,7 +204,7 @@ Af8DAAH/AwAB/wMAAf8DogH/AwAB/xAAAzMBU1j/AzcBWyAAAyoBQAG8AboBuAH/AasBqAGnAf8BmAGV AZMB/wGWAZMBkQH/AZQBkQGPAf8BkgGPAY0B/wGQAY0BiwH/AasBqAGmAf8BqwGoAaYB/wGpAaYBpAH/ AacBpAGiAf8BpQGiAaAB/wGjAaABngH/AaEBngGcAf8BoQGeAZwB/wGhAZ4BnAH/AaEBngGcAf8BmwGY - AZYB/wGBAU0BTAH/AYABTAFLAf8BgAFMAUsB/wGAAUwBSwH/AYIBTgFNAf8BoQGeAZ0B/wNcAc8IAAGO + AZYB/wGBAUwBSwH/AYABSwFKAf8BgAFLAUoB/wGAAUsBSgH/AYIBTQFMAf8BoQGeAZ0B/wNcAc8IAAGO AYsBAAH/AY4BiwEAAf8BuwG5AQAB/wwAAvUB6AH/AcIBwAEAAf8MAALxAd8B/wGzAbEBAAH/AuYBxwH/ Ae0B7AHWAf8B7QHsAdYB/wHtAewB1gH/AcQBwgEAAf8BzAHLAYwB/wHdAdwBsgH/AuoB0AH/AY4BiwEA Af8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGO @@ -213,16 +213,16 @@ AwAB/wMAAf8DogH/AwAB/xAAAzMBU1j/AzcBWyAAA1kBvwG6AbcBtQH/AZ0BmgGYAf8BmwGYAZYB/wGY AZUBkwH/AZYBkwGRAf8BlAGRAY8B/wGSAY8BjQH/AagBpQGjAf8BnQGaAZkB/wGqAacBpQH/AagBpQGj Af8BpgGjAaEB/wGkAaEBnwH/AaIBnwGdAf8BoQGeAZwB/wGhAZ4BnAH/AaEBngGcAf8BoQGeAZwB/wGF - AYIBgAH/AYABTAFLAf8BgAFMAUsB/wGAAUwBSwH/AYABTAFLAf8BigGHAYYB/wGmAaMBoQH/AzoBYAQA + AYIBgAH/AYABSwFKAf8BgAFLAUoB/wGAAUsBSgH/AYABSwFKAf8BigGHAYYB/wGmAaMBoQH/AzoBYAQA AY4BiwEAAf8BjgGLAQAB/wG7AbkBAAH/DAAC9QHoAf8BwgHAAQAB/wwAAvEB3wH/AcwBywGNAf8B0wHS AZwB/wHuAe0B2AH/Ae4B7QHYAf8B7gHtAdgB/wHuAe0B2AH/AacBpAEAAf8ByQHIAYUB/wLqAdAB/wGO AYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEA Af8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8DAAH/A6IB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMA Af8DAAH/AwAB/wMAAf8DyAH/CAAD4wH/A6AB/wOtAf8IAAPIAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMA Af8DAAH/AwAB/wMAAf8DogH/AwAB/xAAAzMBU1j/AzcBWxwAAyoBQAHAAb0BvAH/AawBqQGoAf8BnwGc - AZoB/wGdAZoBmAH/AZsBmAGWAf8BmAGVAZMB/wFFAUMBQQH/ARABDwEOAf8DAAH/AwAB/wFIAUUBRAH/ + AZoB/wGdAZoBmAH/AZsBmAGWAf8BmAGVAZMB/wFEAUIBQAH/AQ8BDgENAf8DAAH/AwAB/wFHAUQBQwH/ AakBpgGkAf8BpwGkAaIB/wGlAaIBoAH/AaMBoAGeAf8BoQGeAZwB/wGhAZ4BnAH/AaEBngGcAf8BoQGe - AZwB/wGFAYIBgQH/AYABTAFLAf8BgAFMAUsB/wGAAUwBSwH/AYABTAFLAf8BgAFMAUsB/wGdAZoBmQH/ + AZwB/wGFAYIBgQH/AYABSwFKAf8BgAFLAUoB/wGAAUsBSgH/AYABSwFKAf8BgAFLAUoB/wGdAZoBmQH/ A1wB3wQAAY4BiwEAAf8BjgGLAQAB/wG7AbkBAAH/DAAC9QHoAf8BwgHAAQAB/wwAAvEB3wH/AcwBywGN Af8B2wHaAa4B/xAAAboBuAEAAf8BzAHLAYwB/wHWAdUBpAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/ AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGL @@ -230,9 +230,9 @@ Af8DAAH/AwAB/wMAAf8IAAORAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wOiAf8DAAH/ EAADMwFTCP8D/gH/A/4B/wP+Af8D/gH/A/4B/wP+Af8D/gH/A/4B/wP+Af8D/gH/A/4B/wP+Af8D/gH/ A/4B/wP+Af8D/gH/A/4B/wP+Af8D/gX/AzcBWxwAA1EBnwG9AbsBuQH/AaQBoQGfAf8BogGfAZ0B/wGf - AZwBmgH/AZ0BmgGYAf8BmwGYAZYB/wECAgAB/wMAAf8DAAH/AQABBwETAf8BKAExATYB/wGqAacBpQH/ - AagBpQGjAf8BpgGjAaEB/wGkAaEBnwH/AaIBnwGdAf8BoQGeAZwB/wGhAZ4BnAH/AZ4BmwGZAf8BgAFM - AUsB/wGAAUwBSwH/AYABTAFLAf8BgAFMAUsB/wGAAUwBSwH/AYABTAFLAf8BjAGJAYgB/wGnAaQBogH/ + AZwBmgH/AZ0BmgGYAf8BmwGYAZYB/wEBAgAB/wMAAf8DAAH/AQABBgESAf8BJwEwATUB/wGqAacBpQH/ + AagBpQGjAf8BpgGjAaEB/wGkAaEBnwH/AaIBnwGdAf8BoQGeAZwB/wGhAZ4BnAH/AZ4BmwGZAf8BgAFL + AUoB/wGAAUsBSgH/AYABSwFKAf8BgAFLAUoB/wGAAUsBSgH/AYABSwFKAf8BjAGJAYgB/wGnAaQBogH/ AyEBMAGOAYsBAAH/AY4BiwEAAf8BuwG5AQAB/wwAAvUB6AH/AcIBwAEAAf8MAALxAd8B/wHMAcsBjQH/ AdsB2gGuAf8QAAG6AbgBAAH/At0BswH/AdQB0wGeAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGL AQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/ @@ -240,10 +240,10 @@ AwAB/wMAAf8DAAH/A7oB/wQAA8AB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/A6IB/wMA Af8QAAMzAVME/wP+Af8D/QH/A/0B/wP9Af8D/QH/A/0B/wP9Af8D/QH/A/0B/wP9Af8D/QH/A/0B/wP9 Af8D/QH/A/0B/wP9Af8D/QH/A/0B/wP9Af8D/QX/AzcBWxwAA1wB3wG2AbQBsgH/AaYBowGhAf8BpAGh - AZ8B/wGiAZ8BnQH/AZ8BnAGaAf8BnQGaAZgB/wEpAScBJgH/AwAB/wENAY8BuAH/AQYBjwG9Af8BMQGN + AZ8B/wGiAZ8BnQH/AZ8BnAGaAf8BnQGaAZgB/wEoASYBJQH/AwAB/wEMAY8BuAH/AQUBjwG9Af8BMAGN AaQB/wGrAagBpgH/AakBpgGkAf8BpwGkAaIB/wGlAaIBoAH/AaMBoAGeAf8BoQGeAZwB/wGhAZ4BnAH/ - AY8BjAGKAf8BhAGBAYAB/wGEAYEBgAH/AYABTAFLAf8BgAFMAUsB/wGAAUwBSwH/AYABTAFLAf8BgAFM - AUsB/wGoAaUBowH/A0cBgAGOAYsBAAH/AY4BiwEAAf8BnwGcAQAB/wG4AbYBAAH/AbgBtgEAAf8BuAG2 + AY8BjAGKAf8BhAGBAYAB/wGEAYEBgAH/AYABSwFKAf8BgAFLAUoB/wGAAUsBSgH/AYABSwFKAf8BgAFL + AUoB/wGoAaUBowH/A0cBgAGOAYsBAAH/AY4BiwEAAf8BnwGcAQAB/wG4AbYBAAH/AbgBtgEAAf8BuAG2 AQAB/wG0AbIBAAH/AaQBoQEAAf8BywHKAYsB/wHLAcoBiwH/AcsBygGLAf8ByAHHAYMB/wG/Ab4BAAH/ AdsB2gGtAf8QAAG6AbgBAAH/At0BswH/AuoB0AH/AY4BiwEAAf8BkQGOAQAB/wHMAcsBjAH/AZcBlAEA Af8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wMA @@ -251,10 +251,10 @@ AwAB/wMAAf8DAAH/A5wB/wQAA84B/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/A6IB/wMA Af8QAAMzAVMD/gH/A/0B/wP9Af8D/QH/A/0B/wP9Af8D/QH/A/0B/wP9Af8D/QH/A/0B/wP9Af8D/QH/ A/0B/wP9Af8D/QH/A/0B/wP9Af8D/QH/A/0B/wP9Bf8DNwFbGAADDAEQAcQBwQHAAf8BsgGvAa0B/wGp - AaYBpAH/AaYBowGhAf8BpAGhAZ8B/wGiAZ8BnQH/AZ8BnAGaAf8BgwGAAU0B/wMAAf8BGAGkAcoB/wEG - AZABvQH/ATEBjQGkAf8BrAGpAacB/wGqAacBpQH/AagBpQGjAf8BpgGjAaEB/wGkAaEBnwH/AZ4BmwGZ - Af8BkQGOAY0B/wGUAZEBjwH/AaEBngGcAf8BoAGdAZsB/wGPAYwBigH/AYABTAFLAf8BgAFMAUsB/wGA - AUwBSwH/AYABTAFLAf8BnwGcAZoB/wNUAa8BjgGLAQAB/wGOAYsBAAH/AbsBuQEAAf8MAAL1AegB/wG5 + AaYBpAH/AaYBowGhAf8BpAGhAZ8B/wGiAZ8BnQH/AZ8BnAGaAf8BgwGAAUwB/wMAAf8BFwGkAcoB/wEF + AZABvQH/ATABjQGkAf8BrAGpAacB/wGqAacBpQH/AagBpQGjAf8BpgGjAaEB/wGkAaEBnwH/AZ4BmwGZ + Af8BkQGOAY0B/wGUAZEBjwH/AaEBngGcAf8BoAGdAZsB/wGPAYwBigH/AYABSwFKAf8BgAFLAUoB/wGA + AUsBSgH/AYABSwFKAf8BnwGcAZoB/wNUAa8BjgGLAQAB/wGOAYsBAAH/AbsBuQEAAf8MAAL1AegB/wG5 AbYBAAH/AdQB0wGeAf8B2QHYAagB/wHZAdgBqAH/AdkB2AGoAf8BxQHEAQAB/wGkAaEBAAH/AcUBwwEA Af8BxQHDAQAB/wHFAcMBAAH/AcUBwwEAAf8BuAG2AQAB/wLdAbMB/wLqAdAB/wGRAY4BAAH/AtwBsQH/ BAAB6wHqAdEB/wGXAZQBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGO @@ -262,10 +262,10 @@ Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wPcAf8EAAOzAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/ AwAB/wOiAf8DAAH/EAADMwFTA/0B/wP9Af8D/AH/A/wB/wP8Af8D/AH/A/wB/wP8Af8D/AH/A/wB/wP8 Af8D/AH/A/wB/wP8Af8D/AH/A/wB/wP8Af8D/AH/A/wB/wP8Af8D/AX/AzcBWxgAAyoBQAHEAcIBwQH/ - Ab4BuwG6Af8BtgGzAbEB/wGrAagBpgH/AaYBowGhAf8BpAGhAZ8B/wGiAZ8BnQH/AZ8BnAGaAf8BHgEc - ARsB/wEGAYMBmQH/ARQBpgHKAf8BMgGSAacB/wGtAaoBqAH/AasBqAGmAf8BpQGiAaAB/wGYAZUBkwH/ - AY8BjAGLAf8BiQGGAYQB/wGRAY4BjQH/AaEBngGcAf8BoQGeAZwB/wGhAZ4BnAH/AZ8BnAGaAf8BgQFN - AUwB/wGAAUwBSwH/AYABTAFLAf8BgAFMAUsB/wGVAZIBkAH/A1kBvwGOAYsBAAH/AY4BiwEAAf8BuwG5 + Ab4BuwG6Af8BtgGzAbEB/wGrAagBpgH/AaYBowGhAf8BpAGhAZ8B/wGiAZ8BnQH/AZ8BnAGaAf8BHQEb + ARoB/wEFAYMBmQH/ARMBpgHKAf8BMQGSAacB/wGtAaoBqAH/AasBqAGmAf8BpQGiAaAB/wGYAZUBkwH/ + AY8BjAGLAf8BiQGGAYQB/wGRAY4BjQH/AaEBngGcAf8BoQGeAZwB/wGhAZ4BnAH/AZ8BnAGaAf8BgQFM + AUsB/wGAAUsBSgH/AYABSwFKAf8BgAFLAUoB/wGVAZIBkAH/A1kBvwGOAYsBAAH/AY4BiwEAAf8BuwG5 AQAB/wwAAvUB6AH/AcgBxgGDAf8B1gHVAaMB/wLyAeIB/wLyAeEB/wLyAeEB/wLyAeEB/wGuAawBAAH/ AdsB2gGtAf8C+AHvAf8C+AHvAf8C+AHvAf8B1gHVAaMB/wHFAcQBAAH/AeAB3wG5Af8B3AHbAbEB/wwA AesB6gHRAf8BlwGUAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8DAAH/ @@ -273,10 +273,10 @@ AwAB/wMAAf8DqQH/CwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/A6EB/wMAAf8QAAMz AVMD/AH/A/sB/wP6Af8D+gH/A/oB/wP6Af8D+gH/A/oB/wP6Af8D+gH/A/oB/wP6Af8D+gH/A/oB/wP6 Af8D+gH/A/oB/wP6Af8D+gH/A/oB/wP6Af8D/gH/AzcBWxgAAyoBQAHFAcMBwgH/AcQBwQHAAf8BwgHA - Ab4B/wG+AbsBugH/AaoBpwGlAf8BpgGjAaEB/wGkAaEBnwH/AaQBoQGfAf8BnwGcAZsB/wEAASwBNwH/ - ARcBvQHaAf8BNAGeAa8B/wGuAasBqQH/AaIBnwGdAf8BkgGPAY0B/wGUAZEBjwH/AZQBkQGQAf8BiwGI - AYcB/wGeAZsBmQH/AaEBngGcAf8BoQGeAZwB/wGhAZ4BnAH/AaEBngGcAf8BhgGDAYIB/wGAAUwBSwH/ - AYABTAFLAf8BgAFMAUsB/wGVAZIBkQH/A2IB7wGOAYsBAAH/AY4BiwEAAf8BuwG5AQAB/wwAAvUB6AH/ + Ab4B/wG+AbsBugH/AaoBpwGlAf8BpgGjAaEB/wGkAaEBnwH/AaQBoQGfAf8BnwGcAZsB/wEAASsBNgH/ + ARYBvQHaAf8BMwGeAa8B/wGuAasBqQH/AaIBnwGdAf8BkgGPAY0B/wGUAZEBjwH/AZQBkQGQAf8BiwGI + AYcB/wGeAZsBmQH/AaEBngGcAf8BoQGeAZwB/wGhAZ4BnAH/AaEBngGcAf8BhgGDAYIB/wGAAUsBSgH/ + AYABSwFKAf8BgAFLAUoB/wGVAZIBkQH/A2IB7wGOAYsBAAH/AY4BiwEAAf8BuwG5AQAB/wwAAvUB6AH/ AcgBxgGDAf8B2QHYAakB/xAAAb4BvAEAAf8B0wHSAZwB/wHMAcoBiwH/AdsB2gGuAf8B2wHaAa4B/wHb AdoBrgH/Ab8BvgEAAf8BuwG6AQAB/wL+AfwB/xAAAboBuAEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEA Af8BjgGLAQAB/wGOAYsBAAH/AwAB/wOdAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMA @@ -284,19 +284,19 @@ AwAB/wMAAf8DAAH/A50B/wMAAf8QAAMzAVMD+gH/A/kB/wP5Af8D+QH/A/kB/wP5Af8D+QH/A/kB/wP5 Af8D+QH/A/kB/wP5Af8D+QH/A/kB/wP5Af8D+QH/A/kB/wP5Af8D+QH/A/kB/wP5Af8D/QH/AzcBWxgA AyoBQAHHAcUBwwH/AcUBwwHCAf8BwwHAAb8B/wG9ArsB/wGvAa4BsAH/AawBqgGoAf8BpgGjAaEB/wGo - AaUBowH/AbcBtAGyAf8BKAEwATEB/wEMAcQB3wH/AR0BqQG+Af8BjgGhAaYB/wGWAZMBkQH/AZQBkQGP + AaUBowH/AbcBtAGyAf8BJwEvATAB/wELAcQB3wH/ARwBqQG+Af8BjgGhAaYB/wGWAZMBkQH/AZQBkQGP Af8BmQGWAZQB/wGnAaQBogH/AZsBmAGWAf8BowGgAZ4B/wGhAZ4BnAH/AaEBngGcAf8BoQGeAZwB/wGh - AZ4BnAH/AYYBgwGCAf8BgAFMAUsB/wGAAUwBSwH/AYABTAFLAf8BlgGTAZEB/wGrAagBpgH/AY4BiwEA + AZ4BnAH/AYYBgwGCAf8BgAFLAUoB/wGAAUsBSgH/AYABSwFKAf8BlgGTAZEB/wGrAagBpgH/AY4BiwEA Af8BjgGLAQAB/wG7AbkBAAH/DAAC9QHoAf8ByAHGAYMB/wHZAdgBqAH/EAABvgG8AQAB/wHWAdUBogH/ AegB5wHKAf8MAAHbAdoBrgH/AdcB1gGlAf8BtgG0AQAB/wL+AfwB/wgAAcMBwQEAAf8BjgGLAQAB/wGO AYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8DAAH/A5gB/wMAAf8DAAH/AwAB/wMA Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DsAH/A+sB/wgAA54B/wMAAf8DAAH/ AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DmAH/AwAB/xAAAzMBUwP5Af8D+QH/A/gB/wP4 Af8D+AH/A/gB/wP4Af8D+AH/A/gB/wP4Af8D+AH/A/gB/wP4Af8D+AH/A/gB/wP4Af8D+AH/A/gB/wP4 - Af8D+AH/A/gB/wP8Af8DNwFbGAADKgFAAagBwAHFAf8BTgGyAcAB/wEcAaIBvAH/AQABmgG8Af8BAAGX - AboB/wE/AakBuQH/Aa4BqwGpAf8BqwGoAaYB/wG4AbUBswH/AU4BSwFKAf8BAAGPAaEB/wEFAb8B2wH/ - AQUBogHBAf8BQgGRAZ0B/wGgAZ0BmwH/AZ8BnAGaAf8BpgGjAaEB/wGmAaMBoQH/AaQBoQGfAf8BogGf - AZ0B/wGhAZ4BnAH/AaEBngGcAf8BoQGeAZwB/wGIAYUBhAH/AYABTAFLAf8BgAFMAUsB/wGAAUwBSwH/ + Af8D+AH/A/gB/wP8Af8DNwFbGAADKgFAAagBwAHFAf8BTQGyAcAB/wEbAaIBvAH/AQABmgG8Af8BAAGX + AboB/wE+AakBuQH/Aa4BqwGpAf8BqwGoAaYB/wG4AbUBswH/AU0BSgFJAf8BAAGPAaEB/wEEAb8B2wH/ + AQQBogHBAf8BQQGRAZ0B/wGgAZ0BmwH/AZ8BnAGaAf8BpgGjAaEB/wGmAaMBoQH/AaQBoQGfAf8BogGf + AZ0B/wGhAZ4BnAH/AaEBngGcAf8BoQGeAZwB/wGIAYUBhAH/AYABSwFKAf8BgAFLAUoB/wGAAUsBSgH/ AZYBkwGSAf8DWQG/AY4BiwEAAf8BjgGLAQAB/wGXAZQBAAH/AboBuAEAAf8BvQG8AQAB/wG9AbwBAAH/ AbsBugEAAf8BxgHEAQAB/wHZAdgBqAH/EAABvgG8AQAB/wHWAdUBogH/AucBygH/DAAB2wHaAa4B/wLq AdAB/wGOAYsBAAH/AbYBtAEAAf8B/gH9AfwB/wHDAcIBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/ @@ -304,11 +304,11 @@ AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wOwAf8IAAPVAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMA Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DlAH/AwAB/xAAAzMBUwP4Af8D9wH/A/YB/wP2Af8D9gH/ A/YB/wP2Af8D9gH/A/YB/wP2Af8D9gH/A/YB/wP2Af8D9gH/A/YB/wP2Af8D9gH/A/YB/wP2Af8D9gH/ - A/YB/wP6Af8DNwFbEAADMgFQA1QBrwFYAmIB7wEAAZoBvAH/AQABpgHGAf8BDAG4AdQB/wElAcYB3wH/ - ASQBwgHcAf8BCwGaAbgB/wG6AbgBtwH/AbkBtgG1Af8BtQGzAbIB/wE+AYQBigH/AQABhAGcAf8BBAG7 - AdcB/wEAAa4BzwH/AQABlQG+Af8BTgGUAZ4B/wGqAacBpQH/AakBpgGkAf8BpwGkAaIB/wGlAaIBoAH/ - AaMBoAGeAf8BoQGeAZwB/wGhAZ4BnAH/AaABnQGbAf8BhgGDAYIB/wGCAU4BTQH/AYABTAFLAf8BgAFM - AUsB/wGiAZ8BngH/A1kBvwGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGuAawBAAH/Ad4B3QG0Af8B3gHd + A/YB/wP6Af8DNwFbEAADMgFQA1QBrwFYAmIB7wEAAZoBvAH/AQABpgHGAf8BCwG4AdQB/wEkAcYB3wH/ + ASMBwgHcAf8BCgGaAbgB/wG6AbgBtwH/AbkBtgG1Af8BtQGzAbIB/wE9AYQBigH/AQABhAGcAf8BAwG7 + AdcB/wEAAa4BzwH/AQABlQG+Af8BTQGUAZ4B/wGqAacBpQH/AakBpgGkAf8BpwGkAaIB/wGlAaIBoAH/ + AaMBoAGeAf8BoQGeAZwB/wGhAZ4BnAH/AaABnQGbAf8BhgGDAYIB/wGCAU0BTAH/AYABSwFKAf8BgAFL + AUoB/wGiAZ8BngH/A1kBvwGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGuAawBAAH/Ad4B3QG0Af8B3gHd AbQB/wHeAd0BtAH/Ac8BzgGTAf8BqQGnAQAB/wG+AbwBAAH/Ab4BvAEAAf8BvgG8AQAB/wG+AbwBAAH/ AbYBtAEAAf8B1gHVAaIB/wLnAcoB/wwAAdsB2gGuAf8C6gHQAf8BjgGLAQAB/wGOAYsBAAH/AaEBngEA Af8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGO @@ -316,10 +316,10 @@ Af8D5gH/CwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wOP Af8DAAH/EAADMwFTA/YB/wP1Af8D9QH/A/UB/wP1Af8D9QH/A/UB/wP1Af8D9QH/A/UB/wP1Af8D9QH/ A/UB/wP1Af8D9QH/A/UB/wP1Af8D9QH/A/UB/wP1Af8D9QH/A/kB/wM3AVsRAAGQAb8B/wEAAYwBtwH/ - AQQBsgHSAf8BEAHHAeEB/wElAckB4QH/AYEBxwHXAf8BmgHEAcwB/wE4AcoB4QH/AQUBoQHCAf8BOQGd - AbEB/wEyAZsBsgH/AQcBlgG2Af8BAAGgAcIB/wEAAa4BzAH/AQABuAHWAf8BAAGzAdMB/wEAAZoBwQH/ - AR8BiAGlAf8BqwGoAaYB/wGqAacBpQH/AacBpAGiAf8BpgGjAaEB/wGjAaABngH/AaIBnwGdAf8BoQGe - AZwB/wGeAZsBmQH/AYcBhAGCAf8BhAGBAYAB/wGCAU4BTQH/AYABTAFLAf8BrAGpAacB/wNHAYABjgGL + AQMBsgHSAf8BDwHHAeEB/wEkAckB4QH/AYEBxwHXAf8BmgHEAcwB/wE3AcoB4QH/AQQBoQHCAf8BOAGd + AbEB/wExAZsBsgH/AQYBlgG2Af8BAAGgAcIB/wEAAa4BzAH/AQABuAHWAf8BAAGzAdMB/wEAAZoBwQH/ + AR4BiAGlAf8BqwGoAaYB/wGqAacBpQH/AacBpAGiAf8BpgGjAaEB/wGjAaABngH/AaIBnwGdAf8BoQGe + AZwB/wGeAZsBmQH/AYcBhAGCAf8BhAGBAYAB/wGCAU0BTAH/AYABSwFKAf8BrAGpAacB/wNHAYABjgGL AQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGtAasBAAH/AvYB7AH/AvkB8QH/AvkB8QH/AesB6gHR Af8B1QHUAaEB/wL5AfEB/wL5AfEB/wL5AfEB/wHnAeYByQH/AbYBtAEAAf8BygHJAYYB/wHaAdkBqwH/ AdoB2QGrAf8B2gHZAasB/wHEAcMBAAH/AeoB6QHPAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGL @@ -327,9 +327,9 @@ AwAB/wOKAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/A8IB/xQAA+AB/wMA Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/A4oB/wMAAf8QAAMzAVMD9QH/ A/UB/wP0Af8D9AH/A/QB/wP0Af8D9AH/A/QB/wP0Af8D9AH/A/QB/wP0Af8D9AH/A/QB/wP0Af8D9AH/ - A/QB/wP0Af8D9AH/A/QB/wP0Af8D9wH/AzcBWxAAAVgCYgHvAQIBngHFAf8BVwJcAd8DWQG/AckBxwHG - Af8BxwHFAcMB/wHEAcIBwQH/AYEBxgHWAf8BHQG8AdYB/wEAAaIBwwH/AQABrgHNAf8BAAG4AdUB/wEA - AboB1wH/AQABugHXAf8BAAG6AdcB/wEAAbUB1QH/AQMBoQHHAf8BFQGLAa0B/wGrAagBpgH/AaEBngGc + A/QB/wP0Af8D9AH/A/QB/wP0Af8D9wH/AzcBWxAAAVgCYgHvAQEBngHFAf8BVwJcAd8DWQG/AckBxwHG + Af8BxwHFAcMB/wHEAcIBwQH/AYEBxgHWAf8BHAG8AdYB/wEAAaIBwwH/AQABrgHNAf8BAAG4AdUB/wEA + AboB1wH/AQABugHXAf8BAAG6AdcB/wEAAbUB1QH/AQIBoQHHAf8BFAGLAa0B/wGrAagBpgH/AaEBngGc Af8BqQGmAaQB/wGjAaABngH/AZwBmQGXAf8BmwGYAZYB/wGcAZkBlwH/AY8BjAGLAf8BiQGGAYQB/wGH AYQBggH/AYQBgQGAAf8BkQGOAY0B/wGwAa0BqwH/AyEBMAGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGO AYsBAAH/AY4BiwEAAf8BnAGaAQAB/wHfAd4BtgH/AeMB4gG/Af8B4wHiAb8B/wHfAd4BtgH/Ab8BvQEA @@ -339,9 +339,9 @@ Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wPVAf8cAAPzAf8DAAH/AwAB/wMAAf8DAAH/ AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/A4UB/wMAAf8QAAMzAVMD9AH/A/MB/wPyAf8D8gH/A/IB/wPy Af8D8gH/A/IB/wPyAf8D8gH/A/IB/wPyAf8D8gH/A/IB/wPyAf8D8QH/A/EB/wPxAf8D8QH/A/EB/wPx - Af8D8wH/AzcBWxAAA1EBoAEYAakBzgH/AVoCXQHTAzIBUAHLAckByAH/AcgBxgHEAf8BxQHDAcIB/wGY - AcIBywH/ATUByAHgAf8BAAG7AdkB/wEAAbsB2AH/AQABuwHYAf8BAAG8AdkB/wEHAcAB2wH/ARYBxQHf - Af8BGgHBAd0B/wEKAZUBtgH/ARYBQwGLAf8BngGbAZkB/wGbAZgBlgH/AaABnQGbAf8BlgGTAZEB/wGU + Af8D8wH/AzcBWxAAA1EBoAEXAakBzgH/AVoCXQHTAzIBUAHLAckByAH/AcgBxgHEAf8BxQHDAcIB/wGY + AcIBywH/ATQByAHgAf8BAAG7AdkB/wEAAbsB2AH/AQABuwHYAf8BAAG8AdkB/wEGAcAB2wH/ARUBxQHf + Af8BGQHBAd0B/wEJAZUBtgH/ARUBQgGLAf8BngGbAZkB/wGbAZgBlgH/AaABnQGbAf8BlgGTAZEB/wGU AZEBjwH/AZIBjwGNAf8BkAGNAYsB/wGNAYoBiQH/AYsBiAGHAf8BiQGGAYQB/wGHAYQBggH/AaEBngGc Af8DXAHfBAABjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BnQGa AQAB/wGlAaMBAAH/AaUBowEAAf8BpQGjAQAB/wGcAZkBAAH/AaMBoQEAAf8BpQGjAQAB/wGlAaMBAAH/ @@ -350,9 +350,9 @@ Af8BjgGLAQAB/wGOAYsBAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wOY Af8kAAO+Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/xAAAzMBUwPy Af8D8QH/A/EB/wPxAf8D8QH/A/EB/wPxAf8D8QH/A/EB/wPxAf8D8QH/A/EB/wPxAf8D8QH/A/AB/wPt - Af8D6gH/A+gB/wPoAf8D5wH/A+YB/wPnAf8DOAFcEAADOgFgATEBtAHXAf8BAAGWAboB/wMcAScDXAHf - AcoByAHHAf8BxgHEAcMB/wG7AcIBwwH/ATQBygHhAf8BAAG+AdoB/wELAcEB3QH/ASMBxwHgAf8BJQHI - AeEB/wEuAcIB1wH/ASgBmwGoAf8BAAEJAQ8B/wMAAf8BhAGCAYAB/wGlAaIBoAH/AaoBpwGlAf8BqgGn + Af8D6gH/A+gB/wPoAf8D5wH/A+YB/wPnAf8DOAFcEAADOgFgATABtAHXAf8BAAGWAboB/wMcAScDXAHf + AcoByAHHAf8BxgHEAcMB/wG7AcIBwwH/ATMBygHhAf8BAAG+AdoB/wEKAcEB3QH/ASIBxwHgAf8BJAHI + AeEB/wEtAcIB1wH/AScBmwGoAf8BAAEIAQ4B/wMAAf8BhAGCAYAB/wGlAaIBoAH/AaoBpwGlAf8BqgGn AaUB/wGgAZ0BmwH/AZYBkwGRAf8BlAGRAY8B/wGSAY8BjQH/AZABjQGLAf8BjQGKAYkB/wGLAYgBhwH/ AZEBjgGMAf8BswGwAa4B/wNHAYAEAAGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEA Af8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGO @@ -361,8 +361,8 @@ AY4BiwEAAf8BjgGLAQAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8D2gH/ KwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8QAAMzAVMD8QH/A/EB/wPw Af8D8AH/A/AB/wPwAf8D8AH/A/AB/wPwAf8D8AH/A/AB/wPwAf8D8AH/A+8B/wPsAf8D5AH/A9gB/wPQ - Af8DzwH/A9AB/wPMAf8DyAH/AzUBVxAAAwwBEAE7AbcB2gH/ARABoQHFAf8DQwF3AzIBUAHLAckByAH/ - AckBxwHFAf8BxQHDAcIB/wFJAcYB1wH/AQ8BvwHbAf8BHgGyAcwB/wGOAb4BxwH/AakBuQG8Af8BuQG3 + Af8DzwH/A9AB/wPMAf8DyAH/AzUBVxAAAwwBEAE6AbcB2gH/AQ8BoQHFAf8DQwF3AzIBUAHLAckByAH/ + AckBxwHFAf8BxQHDAcIB/wFIAcYB1wH/AQ4BvwHbAf8BHQGyAcwB/wGOAb4BxwH/AakBuQG8Af8BuQG3 AbUB/wG3AbQBsgH/AaQBogGgAf8BqwGoAaYB/wGxAa8BrQH/Aa8BrAGqAf8BrQGqAagB/wGrAagBpgH/ AaIBnwGdAf8BmAGVAZMB/wGWAZMBkQH/AZQBkQGPAf8BkgGPAY0B/wGQAY0BiwH/AY0BigGJAf8BrQGq AagB/wNcAd8DDAEQBAABjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEA @@ -372,7 +372,7 @@ Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8vAAH/AwAB/wMAAf8DAAH/AwAB/wMA Af8DAAH/AwAB/wMAAf8DAAH/AwAB/xAAAzMBUwPwAf8D7wH/A+4B/wPuAf8D7gH/A+4B/wPuAf8D7gH/ A+4B/wPuAf8D7gH/A+4B/wPuAf8D7QH/A+gB/wPWAf8DuAH/A6cB/wOiAf8DngH/A54B/wNhAeYDFAEb - FAADVAGvASsBsAHTAf8BWgJdAdMEAANUAa8BywHJAcgB/wHHAcUBxAH/AZMBwwHMAf8BFwHDAd4B/wEC + FAADVAGvASoBsAHTAf8BWgJdAdMEAANUAa8BywHJAcgB/wHHAcUBxAH/AZMBwwHMAf8BFgHDAd4B/wEB AZoBugH/Ab0BuwG6Af8BvAG6AbgB/wG6AbcBtgH/AbgBtgG0Af8BtgGzAbIB/wG0AbIBsAH/AbIBrwGt Af8BsAGtAasB/wGuAasBqQH/AasBqAGmAf8BngGbAZkB/wGbAZgBlgH/AZgBlQGTAf8BlgGTAZEB/wGU AZEBjwH/AZIBjwGNAf8BqAGlAaMB/wG1AbMBsQH/AyoBQAgAAY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/ @@ -383,7 +383,7 @@ Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMA Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/EAADMwFTA+4B/wPtAf8D7QH/A+0B/wPtAf8D7QH/ A+0B/wPtAf8D7QH/A+0B/wPtAf8D7QH/A+0B/wPsAf8D4wH/A8oB/wOdAf8DgwH/A4YB/wOYAf8DYgHv - AycBOxgAAzoBYAFBAboB3QH/AQ8BkwG6Af8DGgEkAwwBEANcAc8BjQG4AcQB/wEWAaUBwAH/AQABuQHW + AycBOxgAAzoBYAFAAboB3QH/AQ4BkwG6Af8DGgEkAwwBEANcAc8BjQG4AcQB/wEVAaUBwAH/AQABuQHW Af8BAAGeAb4B/wGYAbYBvQH/Ab0BuwG5Af8BvQG6AbkB/wG5AbcBtQH/AbcBtAGyAf8BtQGyAbEB/wGz AbABrgH/AbEBrwGtAf8BrQGqAagB/wGiAZ8BnQH/AZ8BnAGaAf8BnQGaAZgB/wGbAZgBlgH/AZgBlQGT Af8BlgGTAZEB/wGkAaEBnwH/AbgBtQGzAf8DRwGADAABjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGL @@ -393,8 +393,8 @@ AY4BiwEAAf8BjgGLAQAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8vAAH/ AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/xAAAzMBUwPtAf8D7QH/A+wB/wPs Af8D7AH/A+wB/wPsAf8D7AH/A+wB/wPsAf8D7AH/A+wB/wPsAf8D6wH/A98B/wPJAf8D7QH/A/AB/wPx - Af8DZwHyAysBQhwAAwwBEAFMAcEB4gH/AR4BngHHAf8BWAJaAcADUQGiAQABmAG7Af8BAAGjAcQB/wEA - AbUB0wH/AQsBwgHeAf8BAAGxAdAB/wGhAbcBvQH/Ab4BvAG6Af8BvQG7AbkB/wG9AboBuQH/AboBtwG1 + Af8DZwHyAysBQhwAAwwBEAFLAcEB4gH/AR0BngHHAf8BWAJaAcADUQGiAQABmAG7Af8BAAGjAcQB/wEA + AbUB0wH/AQoBwgHeAf8BAAGxAdAB/wGhAbcBvQH/Ab4BvAG6Af8BvQG7AbkB/wG9AboBuQH/AboBtwG1 Af8BtgGzAbEB/wGyAa8BrQH/Aa4BqwGpAf8BpgGjAaEB/wGkAaEBnwH/AaIBnwGdAf8BnwGcAZoB/wGd AZoBmAH/AZ0BmgGYAf8BrgGrAakB/wG5AbcBtQH/A1EBnxAAAY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/ AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGL @@ -404,7 +404,7 @@ AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/ AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/EAADMwFTA+wB/wPsAf8D6wH/A+sB/wPr Af8D6wH/A+sB/wPrAf8D6wH/A+sB/wPrAf8D6wH/A+sB/wPpAf8D3AH/A8cB/wP+Bf8DZwHyAywBRCQA - A1wBzwE5AbYB2wH/ARgBlwHCAf8BFgGeAcYB/wEfAbEB1AH/ASsBvQHcAf8BMgHAAdsB/wFNAcIB1AH/ + A1wBzwE4AbYB2wH/ARcBlwHCAf8BFQGeAcYB/wEeAbEB1AH/ASoBvQHcAf8BMQHAAdsB/wFMAcIB1AH/ AaMBwgHJAf8BwgHAAb4B/wG/AbwBuwH/Ab0BuwG5Af8BuwG4AbcB/wG6AbcBtQH/AbQBsQGvAf8BrQGq AagB/wGrAagBpgH/AakBpgGkAf8BpgGjAaEB/wGkAaEBnwH/AaIBnwGdAf8BpwGkAaIB/wG4AbYBtAH/ AbwBuQG4Af8DQAFwFAABjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEA @@ -415,7 +415,7 @@ Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMA Af8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/EAADMwFTA+oB/wPqAf8D6QH/A+kB/wPpAf8D6QH/ A+kB/wPpAf8D6QH/A+kB/wPpAf8D6QH/A+kB/wPmAf8D2AH/A8YB/wP4Af8DZwHyAy0BRSgAA0ABcAGL - AcoB6AH/AUgBvwHhAf8BRAG7Ad4B/wNUAa8DOgFgAwwBEANHAYADYgHvAcsByQHIAf8BxgHEAcMB/wHB + AcoB6AH/AUcBvwHhAf8BQwG7Ad4B/wNUAa8DOgFgAwwBEANHAYADYgHvAcsByQHIAf8BxgHEAcMB/wHB Ab8BvQH/AbwBuQG4Af8BugG3AbYB/wG5AbYBtAH/Aa8BrAGqAf8BrQGqAagB/wGrAagBpgH/AawBqQGn Af8BsAGtAawB/wG7AbgBtgH/Ab8BvAG7Af8DXAHPAyEBMBgAAY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/ AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGLAQAB/wGOAYsBAAH/AY4BiwEAAf8BjgGL @@ -1063,12 +1063,36 @@ True + + True + + + True + True True + + True + + + True + + + True + + + True + + + True + + + True + True @@ -1090,6 +1114,12 @@ True + + True + + + True + Allow locating third party applications with a file dialog if it cannot be found at the paths specified. Only applications matching other criteria specified (like Original Name, executable) are accepted. @@ -1105,6 +1135,18 @@ True + + True + + + True + + + True + + + True + The Configuration Key verifies that an exam client uses the correct configuration. This means that the key is different for every configuration (unless they have exactly the same values). It only changes when one or more configuration value(s) change, irrespective of the SEB version used. @@ -1122,6 +1164,18 @@ IMPORTANT: Always copy the key(s) as a last step, after the configuration file w Disabling browsing to previously visited pages (by Ctrl-Cursor left or the button in the browser toolbar, if enabled) increases security, because it might be possible to leave an exam by browsing back to an external start page. + + 17, 17 + + + True + + + True + + + True + True