|
@@ -32,14 +32,14 @@ namespace Optimizer
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
|
- System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("Processors", 0, 0);
|
|
|
- System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Memory", 1, 1);
|
|
|
- System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("Graphics", 2, 2);
|
|
|
- System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("Motherboard", 3, 3);
|
|
|
- System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("Storage", 4, 4);
|
|
|
- System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("Network Adapters", 5, 5);
|
|
|
- System.Windows.Forms.TreeNode treeNode15 = new System.Windows.Forms.TreeNode("Audio", 6, 6);
|
|
|
- System.Windows.Forms.TreeNode treeNode16 = new System.Windows.Forms.TreeNode("Peripherals", 7, 7);
|
|
|
+ System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Processors", 0, 0);
|
|
|
+ System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Memory", 1, 1);
|
|
|
+ System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Graphics", 2, 2);
|
|
|
+ System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Motherboard", 3, 3);
|
|
|
+ System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("Storage", 4, 4);
|
|
|
+ System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("Network Adapters", 5, 5);
|
|
|
+ System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("Audio", 6, 6);
|
|
|
+ System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("Peripherals", 7, 7);
|
|
|
this.tpanel = new System.Windows.Forms.Panel();
|
|
|
this.restartAndApply = new System.Windows.Forms.Label();
|
|
|
this.picRestartNeeded = new System.Windows.Forms.PictureBox();
|
|
@@ -52,7 +52,7 @@ namespace Optimizer
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.bpanel = new System.Windows.Forms.Panel();
|
|
|
- this.tabCollection = new Optimizer.MoonTabs();
|
|
|
+ this.tabCollection = new System.Windows.Forms.TabControl();
|
|
|
this.universalTab = new System.Windows.Forms.TabPage();
|
|
|
this.nvidiaTelemetrySw = new Optimizer.ToggleCard();
|
|
|
this.ntfsStampSw = new Optimizer.ToggleCard();
|
|
@@ -101,6 +101,7 @@ namespace Optimizer
|
|
|
this.oldExplorerSw = new Optimizer.ToggleCard();
|
|
|
this.adsSw = new Optimizer.ToggleCard();
|
|
|
this.panelWin11Tweaks = new System.Windows.Forms.Panel();
|
|
|
+ this.vbsSw = new Optimizer.ToggleCard();
|
|
|
this.stickersSw = new Optimizer.ToggleCard();
|
|
|
this.compactModeSw = new Optimizer.ToggleCard();
|
|
|
this.classicRibbonSw = new Optimizer.ToggleCard();
|
|
@@ -208,7 +209,7 @@ namespace Optimizer
|
|
|
this.checkBin = new Optimizer.MoonCheck();
|
|
|
this.checkMiniDumps = new Optimizer.MoonCheck();
|
|
|
this.pingerTab = new System.Windows.Forms.TabPage();
|
|
|
- this.netTools = new Optimizer.MoonTabs();
|
|
|
+ this.netTools = new System.Windows.Forms.TabControl();
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
this.btnExport = new System.Windows.Forms.Button();
|
|
|
this.copyB = new System.Windows.Forms.Button();
|
|
@@ -279,7 +280,7 @@ namespace Optimizer
|
|
|
this.btnSaveHW = new System.Windows.Forms.Button();
|
|
|
this.hwDetailed = new Optimizer.ToggleCard();
|
|
|
this.integratorTab = new System.Windows.Forms.TabPage();
|
|
|
- this.synapse = new Optimizer.MoonTabs();
|
|
|
+ this.synapse = new System.Windows.Forms.TabControl();
|
|
|
this.integratorInfoTab = new System.Windows.Forms.TabPage();
|
|
|
this.integrator7 = new System.Windows.Forms.Label();
|
|
|
this.integrator6 = new System.Windows.Forms.Label();
|
|
@@ -676,11 +677,11 @@ namespace Optimizer
|
|
|
this.universalTab.Controls.Add(this.superfetchSw);
|
|
|
this.universalTab.Controls.Add(this.faxSw);
|
|
|
this.universalTab.Controls.Add(this.performanceSw);
|
|
|
- this.universalTab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.universalTab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.universalTab.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.universalTab.Name = "universalTab";
|
|
|
this.universalTab.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.universalTab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.universalTab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.universalTab.TabIndex = 0;
|
|
|
this.universalTab.Text = "Universal";
|
|
|
//
|
|
@@ -1055,11 +1056,11 @@ namespace Optimizer
|
|
|
this.windows10Tab.Controls.Add(this.oldExplorerSw);
|
|
|
this.windows10Tab.Controls.Add(this.adsSw);
|
|
|
this.windows10Tab.Controls.Add(this.panelWin11Tweaks);
|
|
|
- this.windows10Tab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.windows10Tab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.windows10Tab.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.windows10Tab.Name = "windows10Tab";
|
|
|
this.windows10Tab.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.windows10Tab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.windows10Tab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.windows10Tab.TabIndex = 1;
|
|
|
this.windows10Tab.Text = "Windows 10";
|
|
|
//
|
|
@@ -1395,6 +1396,7 @@ namespace Optimizer
|
|
|
//
|
|
|
// panelWin11Tweaks
|
|
|
//
|
|
|
+ this.panelWin11Tweaks.Controls.Add(this.vbsSw);
|
|
|
this.panelWin11Tweaks.Controls.Add(this.stickersSw);
|
|
|
this.panelWin11Tweaks.Controls.Add(this.compactModeSw);
|
|
|
this.panelWin11Tweaks.Controls.Add(this.classicRibbonSw);
|
|
@@ -1404,12 +1406,27 @@ namespace Optimizer
|
|
|
this.panelWin11Tweaks.Controls.Add(this.classicContextSw);
|
|
|
this.panelWin11Tweaks.Controls.Add(this.chatSw);
|
|
|
this.panelWin11Tweaks.Controls.Add(this.smallerTaskbarSw);
|
|
|
- this.panelWin11Tweaks.Location = new System.Drawing.Point(7, 423);
|
|
|
+ this.panelWin11Tweaks.Location = new System.Drawing.Point(7, 418);
|
|
|
this.panelWin11Tweaks.Name = "panelWin11Tweaks";
|
|
|
this.panelWin11Tweaks.Size = new System.Drawing.Size(985, 181);
|
|
|
this.panelWin11Tweaks.TabIndex = 80;
|
|
|
this.panelWin11Tweaks.Visible = false;
|
|
|
//
|
|
|
+ // vbsSw
|
|
|
+ //
|
|
|
+ this.vbsSw.AccessibleName = "Disable Virtualization Based Security";
|
|
|
+ this.vbsSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
|
|
|
+ this.vbsSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
|
+ this.vbsSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.vbsSw.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.vbsSw.LabelText = "Disable Virtualization Based Security";
|
|
|
+ this.vbsSw.Location = new System.Drawing.Point(437, 148);
|
|
|
+ this.vbsSw.Name = "vbsSw";
|
|
|
+ this.vbsSw.Size = new System.Drawing.Size(414, 24);
|
|
|
+ this.vbsSw.TabIndex = 114;
|
|
|
+ this.vbsSw.Tag = "themeable";
|
|
|
+ this.vbsSw.ToggleChecked = false;
|
|
|
+ //
|
|
|
// stickersSw
|
|
|
//
|
|
|
this.stickersSw.AccessibleName = "Disable Stickers";
|
|
@@ -1549,11 +1566,11 @@ namespace Optimizer
|
|
|
//
|
|
|
this.windows8Tab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
|
this.windows8Tab.Controls.Add(this.disableOneDriveSw);
|
|
|
- this.windows8Tab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.windows8Tab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.windows8Tab.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.windows8Tab.Name = "windows8Tab";
|
|
|
this.windows8Tab.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.windows8Tab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.windows8Tab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.windows8Tab.TabIndex = 2;
|
|
|
this.windows8Tab.Text = "Windows 8.1";
|
|
|
//
|
|
@@ -1581,10 +1598,10 @@ namespace Optimizer
|
|
|
this.modernAppsTab.Controls.Add(this.txtModernAppsTitle);
|
|
|
this.modernAppsTab.Controls.Add(this.chkOnlyRemovable);
|
|
|
this.modernAppsTab.Controls.Add(this.chkSelectAllModernApps);
|
|
|
- this.modernAppsTab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.modernAppsTab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.modernAppsTab.Name = "modernAppsTab";
|
|
|
this.modernAppsTab.Padding = new System.Windows.Forms.Padding(3);
|
|
|
- this.modernAppsTab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.modernAppsTab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.modernAppsTab.TabIndex = 11;
|
|
|
this.modernAppsTab.Text = "UWP Apps";
|
|
|
//
|
|
@@ -1687,10 +1704,10 @@ namespace Optimizer
|
|
|
this.startupTab.Controls.Add(this.panel3);
|
|
|
this.startupTab.Controls.Add(this.removeStartupItemB);
|
|
|
this.startupTab.Controls.Add(this.startupTitle);
|
|
|
- this.startupTab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.startupTab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.startupTab.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.startupTab.Name = "startupTab";
|
|
|
- this.startupTab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.startupTab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.startupTab.TabIndex = 7;
|
|
|
this.startupTab.Text = "Startup";
|
|
|
//
|
|
@@ -1944,10 +1961,10 @@ namespace Optimizer
|
|
|
this.appsTab.Controls.Add(this.panel10);
|
|
|
this.appsTab.Controls.Add(this.panelCommonApps);
|
|
|
this.appsTab.Controls.Add(this.groupSystemTools);
|
|
|
- this.appsTab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.appsTab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.appsTab.Name = "appsTab";
|
|
|
this.appsTab.Padding = new System.Windows.Forms.Padding(3);
|
|
|
- this.appsTab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.appsTab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.appsTab.TabIndex = 12;
|
|
|
this.appsTab.Text = "Apps";
|
|
|
//
|
|
@@ -1959,7 +1976,7 @@ namespace Optimizer
|
|
|
this.txtFeedError.ForeColor = System.Drawing.Color.Gold;
|
|
|
this.txtFeedError.Location = new System.Drawing.Point(3, 47);
|
|
|
this.txtFeedError.Name = "txtFeedError";
|
|
|
- this.txtFeedError.Size = new System.Drawing.Size(993, 480);
|
|
|
+ this.txtFeedError.Size = new System.Drawing.Size(993, 479);
|
|
|
this.txtFeedError.TabIndex = 171;
|
|
|
this.txtFeedError.Text = "No internet connection, try refreshing links again";
|
|
|
this.txtFeedError.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -2106,7 +2123,7 @@ namespace Optimizer
|
|
|
this.panelCommonApps.Controls.Add(this.bitPref);
|
|
|
this.panelCommonApps.Controls.Add(this.goToDownloadsB);
|
|
|
this.panelCommonApps.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.panelCommonApps.Location = new System.Drawing.Point(3, 527);
|
|
|
+ this.panelCommonApps.Location = new System.Drawing.Point(3, 526);
|
|
|
this.panelCommonApps.Name = "panelCommonApps";
|
|
|
this.panelCommonApps.Size = new System.Drawing.Size(993, 120);
|
|
|
this.panelCommonApps.TabIndex = 162;
|
|
@@ -2298,11 +2315,11 @@ namespace Optimizer
|
|
|
this.cleanerTab.Controls.Add(this.panel14);
|
|
|
this.cleanerTab.Controls.Add(this.panel13);
|
|
|
this.cleanerTab.Controls.Add(this.panel1);
|
|
|
- this.cleanerTab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.cleanerTab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.cleanerTab.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.cleanerTab.Name = "cleanerTab";
|
|
|
this.cleanerTab.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.cleanerTab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.cleanerTab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.cleanerTab.TabIndex = 5;
|
|
|
this.cleanerTab.Text = "Cleaner";
|
|
|
//
|
|
@@ -2313,7 +2330,7 @@ namespace Optimizer
|
|
|
this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panel14.Location = new System.Drawing.Point(221, 2);
|
|
|
this.panel14.Name = "panel14";
|
|
|
- this.panel14.Size = new System.Drawing.Size(776, 585);
|
|
|
+ this.panel14.Size = new System.Drawing.Size(776, 584);
|
|
|
this.panel14.TabIndex = 51;
|
|
|
//
|
|
|
// listCleanPreview
|
|
@@ -2327,7 +2344,7 @@ namespace Optimizer
|
|
|
this.listCleanPreview.HorizontalScrollbar = true;
|
|
|
this.listCleanPreview.Location = new System.Drawing.Point(0, 0);
|
|
|
this.listCleanPreview.Name = "listCleanPreview";
|
|
|
- this.listCleanPreview.Size = new System.Drawing.Size(774, 583);
|
|
|
+ this.listCleanPreview.Size = new System.Drawing.Size(774, 582);
|
|
|
this.listCleanPreview.TabIndex = 1;
|
|
|
//
|
|
|
// panel13
|
|
@@ -2340,7 +2357,7 @@ namespace Optimizer
|
|
|
this.panel13.Controls.Add(this.cleanDriveB);
|
|
|
this.panel13.Controls.Add(this.lblFootprint);
|
|
|
this.panel13.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.panel13.Location = new System.Drawing.Point(221, 587);
|
|
|
+ this.panel13.Location = new System.Drawing.Point(221, 586);
|
|
|
this.panel13.Name = "panel13";
|
|
|
this.panel13.Size = new System.Drawing.Size(776, 61);
|
|
|
this.panel13.TabIndex = 50;
|
|
@@ -2488,7 +2505,7 @@ namespace Optimizer
|
|
|
this.panel1.Location = new System.Drawing.Point(2, 2);
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(219, 646);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(219, 645);
|
|
|
this.panel1.TabIndex = 47;
|
|
|
//
|
|
|
// bravePasswords
|
|
@@ -2919,10 +2936,10 @@ namespace Optimizer
|
|
|
//
|
|
|
this.pingerTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
|
this.pingerTab.Controls.Add(this.netTools);
|
|
|
- this.pingerTab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.pingerTab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.pingerTab.Name = "pingerTab";
|
|
|
this.pingerTab.Padding = new System.Windows.Forms.Padding(3);
|
|
|
- this.pingerTab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.pingerTab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.pingerTab.TabIndex = 13;
|
|
|
this.pingerTab.Text = "Pinger";
|
|
|
//
|
|
@@ -2938,7 +2955,7 @@ namespace Optimizer
|
|
|
this.netTools.Name = "netTools";
|
|
|
this.netTools.Padding = new System.Drawing.Point(0, 0);
|
|
|
this.netTools.SelectedIndex = 0;
|
|
|
- this.netTools.Size = new System.Drawing.Size(993, 644);
|
|
|
+ this.netTools.Size = new System.Drawing.Size(993, 643);
|
|
|
this.netTools.TabIndex = 104;
|
|
|
//
|
|
|
// tabPage1
|
|
@@ -2957,7 +2974,7 @@ namespace Optimizer
|
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 4);
|
|
|
this.tabPage1.Name = "tabPage1";
|
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
|
- this.tabPage1.Size = new System.Drawing.Size(985, 615);
|
|
|
+ this.tabPage1.Size = new System.Drawing.Size(985, 613);
|
|
|
this.tabPage1.TabIndex = 0;
|
|
|
this.tabPage1.Text = "Pinger";
|
|
|
//
|
|
@@ -3142,7 +3159,7 @@ namespace Optimizer
|
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 4);
|
|
|
this.tabPage2.Name = "tabPage2";
|
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
|
- this.tabPage2.Size = new System.Drawing.Size(985, 615);
|
|
|
+ this.tabPage2.Size = new System.Drawing.Size(985, 613);
|
|
|
this.tabPage2.TabIndex = 1;
|
|
|
this.tabPage2.Text = "DNS";
|
|
|
//
|
|
@@ -3323,11 +3340,11 @@ namespace Optimizer
|
|
|
this.hostsEditorTab.Controls.Add(this.panel4);
|
|
|
this.hostsEditorTab.Controls.Add(this.hostsTitle);
|
|
|
this.hostsEditorTab.Controls.Add(this.linkLocate);
|
|
|
- this.hostsEditorTab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.hostsEditorTab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.hostsEditorTab.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.hostsEditorTab.Name = "hostsEditorTab";
|
|
|
this.hostsEditorTab.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.hostsEditorTab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.hostsEditorTab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.hostsEditorTab.TabIndex = 9;
|
|
|
this.hostsEditorTab.Text = "Hosts";
|
|
|
//
|
|
@@ -3619,11 +3636,11 @@ namespace Optimizer
|
|
|
this.registryFixerTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
|
this.registryFixerTab.Controls.Add(this.panel2);
|
|
|
this.registryFixerTab.Controls.Add(this.registryTitle);
|
|
|
- this.registryFixerTab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.registryFixerTab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.registryFixerTab.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.registryFixerTab.Name = "registryFixerTab";
|
|
|
this.registryFixerTab.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.registryFixerTab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.registryFixerTab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.registryFixerTab.TabIndex = 8;
|
|
|
this.registryFixerTab.Text = "Registry";
|
|
|
//
|
|
@@ -3829,10 +3846,10 @@ namespace Optimizer
|
|
|
this.indiciumTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
|
this.indiciumTab.Controls.Add(this.panel12);
|
|
|
this.indiciumTab.Controls.Add(this.panel11);
|
|
|
- this.indiciumTab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.indiciumTab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.indiciumTab.Name = "indiciumTab";
|
|
|
this.indiciumTab.Padding = new System.Windows.Forms.Padding(3);
|
|
|
- this.indiciumTab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.indiciumTab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.indiciumTab.TabIndex = 14;
|
|
|
this.indiciumTab.Text = "Hardware";
|
|
|
//
|
|
@@ -3843,7 +3860,7 @@ namespace Optimizer
|
|
|
this.panel12.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panel12.Location = new System.Drawing.Point(3, 38);
|
|
|
this.panel12.Name = "panel12";
|
|
|
- this.panel12.Size = new System.Drawing.Size(993, 609);
|
|
|
+ this.panel12.Size = new System.Drawing.Size(993, 608);
|
|
|
this.panel12.TabIndex = 2;
|
|
|
//
|
|
|
// specsTree
|
|
@@ -3857,48 +3874,48 @@ namespace Optimizer
|
|
|
this.specsTree.ForeColor = System.Drawing.Color.White;
|
|
|
this.specsTree.Location = new System.Drawing.Point(0, 0);
|
|
|
this.specsTree.Name = "specsTree";
|
|
|
- treeNode9.ImageIndex = 0;
|
|
|
- treeNode9.Name = "cpu";
|
|
|
- treeNode9.SelectedImageIndex = 0;
|
|
|
- treeNode9.Text = "Processors";
|
|
|
- treeNode10.ImageIndex = 1;
|
|
|
- treeNode10.Name = "ram";
|
|
|
- treeNode10.SelectedImageIndex = 1;
|
|
|
- treeNode10.Text = "Memory";
|
|
|
- treeNode11.ImageIndex = 2;
|
|
|
- treeNode11.Name = "gpu";
|
|
|
- treeNode11.SelectedImageIndex = 2;
|
|
|
- treeNode11.Text = "Graphics";
|
|
|
- treeNode12.ImageIndex = 3;
|
|
|
- treeNode12.Name = "mobo";
|
|
|
- treeNode12.SelectedImageIndex = 3;
|
|
|
- treeNode12.Text = "Motherboard";
|
|
|
- treeNode13.ImageIndex = 4;
|
|
|
- treeNode13.Name = "disk";
|
|
|
- treeNode13.SelectedImageIndex = 4;
|
|
|
- treeNode13.Text = "Storage";
|
|
|
- treeNode14.ImageIndex = 5;
|
|
|
- treeNode14.Name = "inet";
|
|
|
- treeNode14.SelectedImageIndex = 5;
|
|
|
- treeNode14.Text = "Network Adapters";
|
|
|
- treeNode15.ImageIndex = 6;
|
|
|
- treeNode15.Name = "audio";
|
|
|
- treeNode15.SelectedImageIndex = 6;
|
|
|
- treeNode15.Text = "Audio";
|
|
|
- treeNode16.ImageIndex = 7;
|
|
|
- treeNode16.Name = "dev";
|
|
|
- treeNode16.SelectedImageIndex = 7;
|
|
|
- treeNode16.Text = "Peripherals";
|
|
|
+ treeNode1.ImageIndex = 0;
|
|
|
+ treeNode1.Name = "cpu";
|
|
|
+ treeNode1.SelectedImageIndex = 0;
|
|
|
+ treeNode1.Text = "Processors";
|
|
|
+ treeNode2.ImageIndex = 1;
|
|
|
+ treeNode2.Name = "ram";
|
|
|
+ treeNode2.SelectedImageIndex = 1;
|
|
|
+ treeNode2.Text = "Memory";
|
|
|
+ treeNode3.ImageIndex = 2;
|
|
|
+ treeNode3.Name = "gpu";
|
|
|
+ treeNode3.SelectedImageIndex = 2;
|
|
|
+ treeNode3.Text = "Graphics";
|
|
|
+ treeNode4.ImageIndex = 3;
|
|
|
+ treeNode4.Name = "mobo";
|
|
|
+ treeNode4.SelectedImageIndex = 3;
|
|
|
+ treeNode4.Text = "Motherboard";
|
|
|
+ treeNode5.ImageIndex = 4;
|
|
|
+ treeNode5.Name = "disk";
|
|
|
+ treeNode5.SelectedImageIndex = 4;
|
|
|
+ treeNode5.Text = "Storage";
|
|
|
+ treeNode6.ImageIndex = 5;
|
|
|
+ treeNode6.Name = "inet";
|
|
|
+ treeNode6.SelectedImageIndex = 5;
|
|
|
+ treeNode6.Text = "Network Adapters";
|
|
|
+ treeNode7.ImageIndex = 6;
|
|
|
+ treeNode7.Name = "audio";
|
|
|
+ treeNode7.SelectedImageIndex = 6;
|
|
|
+ treeNode7.Text = "Audio";
|
|
|
+ treeNode8.ImageIndex = 7;
|
|
|
+ treeNode8.Name = "dev";
|
|
|
+ treeNode8.SelectedImageIndex = 7;
|
|
|
+ treeNode8.Text = "Peripherals";
|
|
|
this.specsTree.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
|
|
|
- treeNode9,
|
|
|
- treeNode10,
|
|
|
- treeNode11,
|
|
|
- treeNode12,
|
|
|
- treeNode13,
|
|
|
- treeNode14,
|
|
|
- treeNode15,
|
|
|
- treeNode16});
|
|
|
- this.specsTree.Size = new System.Drawing.Size(991, 607);
|
|
|
+ treeNode1,
|
|
|
+ treeNode2,
|
|
|
+ treeNode3,
|
|
|
+ treeNode4,
|
|
|
+ treeNode5,
|
|
|
+ treeNode6,
|
|
|
+ treeNode7,
|
|
|
+ treeNode8});
|
|
|
+ this.specsTree.Size = new System.Drawing.Size(991, 606);
|
|
|
this.specsTree.TabIndex = 0;
|
|
|
this.specsTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.specsTree_NodeMouseClick);
|
|
|
//
|
|
@@ -4016,11 +4033,11 @@ namespace Optimizer
|
|
|
//
|
|
|
this.integratorTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
|
this.integratorTab.Controls.Add(this.synapse);
|
|
|
- this.integratorTab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.integratorTab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.integratorTab.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.integratorTab.Name = "integratorTab";
|
|
|
this.integratorTab.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.integratorTab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.integratorTab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.integratorTab.TabIndex = 10;
|
|
|
this.integratorTab.Text = "Integrator";
|
|
|
//
|
|
@@ -4039,7 +4056,7 @@ namespace Optimizer
|
|
|
this.synapse.Name = "synapse";
|
|
|
this.synapse.Padding = new System.Drawing.Point(0, 0);
|
|
|
this.synapse.SelectedIndex = 0;
|
|
|
- this.synapse.Size = new System.Drawing.Size(995, 646);
|
|
|
+ this.synapse.Size = new System.Drawing.Size(995, 645);
|
|
|
this.synapse.TabIndex = 0;
|
|
|
//
|
|
|
// integratorInfoTab
|
|
@@ -4056,7 +4073,7 @@ namespace Optimizer
|
|
|
this.integratorInfoTab.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.integratorInfoTab.Name = "integratorInfoTab";
|
|
|
this.integratorInfoTab.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.integratorInfoTab.Size = new System.Drawing.Size(987, 617);
|
|
|
+ this.integratorInfoTab.Size = new System.Drawing.Size(987, 615);
|
|
|
this.integratorInfoTab.TabIndex = 0;
|
|
|
this.integratorInfoTab.Text = "Info";
|
|
|
//
|
|
@@ -4164,7 +4181,7 @@ namespace Optimizer
|
|
|
this.tabPage8.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.tabPage8.Name = "tabPage8";
|
|
|
this.tabPage8.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.tabPage8.Size = new System.Drawing.Size(987, 617);
|
|
|
+ this.tabPage8.Size = new System.Drawing.Size(987, 615);
|
|
|
this.tabPage8.TabIndex = 1;
|
|
|
this.tabPage8.Text = "Add/Modify";
|
|
|
//
|
|
@@ -4508,7 +4525,7 @@ namespace Optimizer
|
|
|
this.tabPage9.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.tabPage9.Name = "tabPage9";
|
|
|
this.tabPage9.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.tabPage9.Size = new System.Drawing.Size(987, 617);
|
|
|
+ this.tabPage9.Size = new System.Drawing.Size(987, 615);
|
|
|
this.tabPage9.TabIndex = 2;
|
|
|
this.tabPage9.Text = "Remove";
|
|
|
//
|
|
@@ -4618,7 +4635,7 @@ namespace Optimizer
|
|
|
this.tabPage10.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.tabPage10.Name = "tabPage10";
|
|
|
this.tabPage10.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.tabPage10.Size = new System.Drawing.Size(987, 617);
|
|
|
+ this.tabPage10.Size = new System.Drawing.Size(987, 615);
|
|
|
this.tabPage10.TabIndex = 3;
|
|
|
this.tabPage10.Text = "Ready Menus";
|
|
|
//
|
|
@@ -4758,7 +4775,7 @@ namespace Optimizer
|
|
|
this.tabPage11.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.tabPage11.Name = "tabPage11";
|
|
|
this.tabPage11.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.tabPage11.Size = new System.Drawing.Size(987, 617);
|
|
|
+ this.tabPage11.Size = new System.Drawing.Size(987, 615);
|
|
|
this.tabPage11.TabIndex = 4;
|
|
|
this.tabPage11.Text = "Run Dialog";
|
|
|
//
|
|
@@ -4959,11 +4976,11 @@ namespace Optimizer
|
|
|
this.optionsTab.Controls.Add(this.lblTheming);
|
|
|
this.optionsTab.Controls.Add(this.quickAccessToggle);
|
|
|
this.optionsTab.Controls.Add(this.helpTipsToggle);
|
|
|
- this.optionsTab.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.optionsTab.Location = new System.Drawing.Point(4, 26);
|
|
|
this.optionsTab.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.optionsTab.Name = "optionsTab";
|
|
|
this.optionsTab.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.optionsTab.Size = new System.Drawing.Size(999, 650);
|
|
|
+ this.optionsTab.Size = new System.Drawing.Size(999, 649);
|
|
|
this.optionsTab.TabIndex = 6;
|
|
|
this.optionsTab.Text = "Options";
|
|
|
//
|
|
@@ -5715,7 +5732,7 @@ namespace Optimizer
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Panel bpanel;
|
|
|
- private Optimizer.MoonTabs tabCollection;
|
|
|
+ private System.Windows.Forms.TabControl tabCollection;
|
|
|
private System.Windows.Forms.TabPage universalTab;
|
|
|
private System.Windows.Forms.TabPage windows10Tab;
|
|
|
private System.Windows.Forms.TabPage windows8Tab;
|
|
@@ -5761,7 +5778,7 @@ namespace Optimizer
|
|
|
private System.Windows.Forms.Button addHostB;
|
|
|
private System.Windows.Forms.TextBox txtIP;
|
|
|
private System.Windows.Forms.TabPage integratorTab;
|
|
|
- private Optimizer.MoonTabs synapse;
|
|
|
+ private System.Windows.Forms.TabControl synapse;
|
|
|
private System.Windows.Forms.TabPage integratorInfoTab;
|
|
|
private System.Windows.Forms.TabPage tabPage8;
|
|
|
private System.Windows.Forms.TabPage tabPage9;
|
|
@@ -6060,8 +6077,9 @@ namespace Optimizer
|
|
|
private Controls.ColorPicker colorPicker1;
|
|
|
private ToggleCard autoStartToggle;
|
|
|
private ToggleCard nvidiaTelemetrySw;
|
|
|
- private Optimizer.MoonTabs netTools;
|
|
|
+ private System.Windows.Forms.TabControl netTools;
|
|
|
private Label dnsTitle;
|
|
|
+ private ToggleCard vbsSw;
|
|
|
}
|
|
|
}
|
|
|
|