|
@@ -32,6 +32,14 @@ namespace Optimizer
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
|
+ 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.picUpdate = new System.Windows.Forms.PictureBox();
|
|
|
this.txtNetFw = new System.Windows.Forms.Label();
|
|
@@ -41,28 +49,6 @@ namespace Optimizer
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.bpanel = new System.Windows.Forms.Panel();
|
|
|
- this.defineCommandDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
- this.defineProgramDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
- this.defineFolderDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
- this.defineFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
- this.DefineProgramIconDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
- this.DefineFolderIconDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
- this.DefineURLIconDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
- this.DefineFileIconDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
- this.DefineCommandIconDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
- this.ExportDialog = new System.Windows.Forms.SaveFileDialog();
|
|
|
- this.launcherMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
- this.trayStartup = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.trayCleaner = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.trayPinger = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.trayHosts = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.trayAD = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.trayRegistry = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
- this.trayOptions = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.trayRestartExplorer = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.trayExit = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.launcherIcon = new System.Windows.Forms.NotifyIcon(this.components);
|
|
|
this.tabCollection = new Optimizer.MoonTabs();
|
|
|
this.universalTab = new System.Windows.Forms.TabPage();
|
|
|
this.reportingSw = new Optimizer.ToggleCard();
|
|
@@ -258,6 +244,17 @@ namespace Optimizer
|
|
|
this.checkFolderOptions = new Optimizer.MoonCheck();
|
|
|
this.checkControlPanel = new Optimizer.MoonCheck();
|
|
|
this.registryTitle = new System.Windows.Forms.Label();
|
|
|
+ this.indiciumTab = new System.Windows.Forms.TabPage();
|
|
|
+ this.panel12 = new System.Windows.Forms.Panel();
|
|
|
+ this.specsTree = new Optimizer.MoonTree();
|
|
|
+ this.indiciumMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
+ this.toolHWCopy = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.toolHWGoogle = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.toolHWDuck = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.panel11 = new System.Windows.Forms.Panel();
|
|
|
+ this.btnCopyHW = new System.Windows.Forms.Button();
|
|
|
+ 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.integratorInfoTab = new System.Windows.Forms.TabPage();
|
|
@@ -370,12 +367,39 @@ namespace Optimizer
|
|
|
this.btnUpdate = new System.Windows.Forms.Button();
|
|
|
this.btnResetConfig = new System.Windows.Forms.Button();
|
|
|
this.lblTheming = new System.Windows.Forms.Label();
|
|
|
+ this.imagesHw = new System.Windows.Forms.ImageList(this.components);
|
|
|
+ this.defineCommandDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.defineProgramDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.defineFolderDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
+ this.defineFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.DefineProgramIconDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.DefineFolderIconDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.DefineURLIconDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.DefineFileIconDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.DefineCommandIconDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.ExportDialog = new System.Windows.Forms.SaveFileDialog();
|
|
|
+ this.launcherMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
+ this.trayDownSpeed = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.trayUpSpeed = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.seperatorNetMon = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.trayStartup = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.trayCleaner = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.trayPinger = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.trayHosts = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.trayAD = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.trayHW = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.trayRegistry = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.trayOptions = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.trayRestartExplorer = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.trayExit = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.launcherIcon = new System.Windows.Forms.NotifyIcon(this.components);
|
|
|
this.helpBox = new Optimizer.MoonTip();
|
|
|
this.tpanel.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpdate)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
this.bpanel.SuspendLayout();
|
|
|
- this.launcherMenu.SuspendLayout();
|
|
|
this.tabCollection.SuspendLayout();
|
|
|
this.universalTab.SuspendLayout();
|
|
|
this.windows10Tab.SuspendLayout();
|
|
@@ -401,6 +425,10 @@ namespace Optimizer
|
|
|
this.panelList.SuspendLayout();
|
|
|
this.registryFixerTab.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
+ this.indiciumTab.SuspendLayout();
|
|
|
+ this.panel12.SuspendLayout();
|
|
|
+ this.indiciumMenu.SuspendLayout();
|
|
|
+ this.panel11.SuspendLayout();
|
|
|
this.integratorTab.SuspendLayout();
|
|
|
this.synapse.SuspendLayout();
|
|
|
this.integratorInfoTab.SuspendLayout();
|
|
@@ -432,6 +460,7 @@ namespace Optimizer
|
|
|
this.panel8.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picFOSS)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picFSF)).BeginInit();
|
|
|
+ this.launcherMenu.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// tpanel
|
|
@@ -544,196 +573,6 @@ namespace Optimizer
|
|
|
this.bpanel.Size = new System.Drawing.Size(1009, 641);
|
|
|
this.bpanel.TabIndex = 2;
|
|
|
//
|
|
|
- // defineCommandDialog
|
|
|
- //
|
|
|
- this.defineCommandDialog.Filter = "Executables [*.exe]|*.exe";
|
|
|
- this.defineCommandDialog.Title = "Optimizer";
|
|
|
- this.defineCommandDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineCmd_FileOk);
|
|
|
- //
|
|
|
- // defineProgramDialog
|
|
|
- //
|
|
|
- this.defineProgramDialog.Filter = "Executables [*.exe]|*.exe";
|
|
|
- this.defineProgramDialog.Title = "Optimizer";
|
|
|
- this.defineProgramDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineProgramDialog_FileOk);
|
|
|
- //
|
|
|
- // defineFolderDialog
|
|
|
- //
|
|
|
- this.defineFolderDialog.Description = "Optimizer";
|
|
|
- //
|
|
|
- // defineFileDialog
|
|
|
- //
|
|
|
- this.defineFileDialog.Filter = "All files [*.*]|*.*";
|
|
|
- this.defineFileDialog.Title = "Optimizer";
|
|
|
- this.defineFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineFileDialog_FileOk);
|
|
|
- //
|
|
|
- // DefineProgramIconDialog
|
|
|
- //
|
|
|
- this.DefineProgramIconDialog.Filter = "Icon [*.ico]|*.ico|Executable [*.exe]|*.exe";
|
|
|
- this.DefineProgramIconDialog.Title = "Optimizer";
|
|
|
- this.DefineProgramIconDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineProgramIconDialog_FileOk);
|
|
|
- //
|
|
|
- // DefineFolderIconDialog
|
|
|
- //
|
|
|
- this.DefineFolderIconDialog.Filter = "Icon [*.ico]|*.ico|Executable [*.exe]|*.exe";
|
|
|
- this.DefineFolderIconDialog.Title = "Optimizer";
|
|
|
- this.DefineFolderIconDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineFolderIconDialog_FileOk);
|
|
|
- //
|
|
|
- // DefineURLIconDialog
|
|
|
- //
|
|
|
- this.DefineURLIconDialog.Filter = "Icon [*.ico]|*.ico|Executable [*.exe]|*.exe";
|
|
|
- this.DefineURLIconDialog.Title = "Optimizer";
|
|
|
- this.DefineURLIconDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineURLIconDialog_FileOk);
|
|
|
- //
|
|
|
- // DefineFileIconDialog
|
|
|
- //
|
|
|
- this.DefineFileIconDialog.Filter = "Icon [*.ico]|*.ico|Executable [*.exe]|*.exe";
|
|
|
- this.DefineFileIconDialog.Title = "Optimizer";
|
|
|
- this.DefineFileIconDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineFileIconDialog_FileOk);
|
|
|
- //
|
|
|
- // DefineCommandIconDialog
|
|
|
- //
|
|
|
- this.DefineCommandIconDialog.Filter = "Icon [*.ico]|*.ico|Executable [*.exe]|*.exe";
|
|
|
- this.DefineCommandIconDialog.Title = "Optimizer";
|
|
|
- this.DefineCommandIconDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineCommandIconDialog_FileOk);
|
|
|
- //
|
|
|
- // ExportDialog
|
|
|
- //
|
|
|
- this.ExportDialog.Filter = "Text [*.txt]|*.txt";
|
|
|
- this.ExportDialog.Title = "Optimizer";
|
|
|
- //
|
|
|
- // launcherMenu
|
|
|
- //
|
|
|
- this.launcherMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))));
|
|
|
- this.launcherMenu.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.launcherMenu.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
|
- this.launcherMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
- this.trayStartup,
|
|
|
- this.trayCleaner,
|
|
|
- this.trayPinger,
|
|
|
- this.trayHosts,
|
|
|
- this.trayAD,
|
|
|
- this.trayRegistry,
|
|
|
- this.toolStripSeparator1,
|
|
|
- this.trayOptions,
|
|
|
- this.trayRestartExplorer,
|
|
|
- this.trayExit});
|
|
|
- this.launcherMenu.Name = "launcherMenu";
|
|
|
- this.launcherMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
- this.launcherMenu.Size = new System.Drawing.Size(194, 244);
|
|
|
- //
|
|
|
- // trayStartup
|
|
|
- //
|
|
|
- this.trayStartup.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.trayStartup.ForeColor = System.Drawing.Color.White;
|
|
|
- this.trayStartup.Image = ((System.Drawing.Image)(resources.GetObject("trayStartup.Image")));
|
|
|
- this.trayStartup.Name = "trayStartup";
|
|
|
- this.trayStartup.Size = new System.Drawing.Size(193, 26);
|
|
|
- this.trayStartup.Text = "Startup Manager";
|
|
|
- this.trayStartup.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
- this.trayStartup.Click += new System.EventHandler(this.startupItem_Click);
|
|
|
- //
|
|
|
- // trayCleaner
|
|
|
- //
|
|
|
- this.trayCleaner.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.trayCleaner.ForeColor = System.Drawing.Color.White;
|
|
|
- this.trayCleaner.Image = ((System.Drawing.Image)(resources.GetObject("trayCleaner.Image")));
|
|
|
- this.trayCleaner.Name = "trayCleaner";
|
|
|
- this.trayCleaner.Size = new System.Drawing.Size(193, 26);
|
|
|
- this.trayCleaner.Text = "PC Cleaner";
|
|
|
- this.trayCleaner.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
- this.trayCleaner.Click += new System.EventHandler(this.cleanerItem_Click);
|
|
|
- //
|
|
|
- // trayPinger
|
|
|
- //
|
|
|
- this.trayPinger.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.trayPinger.ForeColor = System.Drawing.Color.White;
|
|
|
- this.trayPinger.Image = ((System.Drawing.Image)(resources.GetObject("trayPinger.Image")));
|
|
|
- this.trayPinger.Name = "trayPinger";
|
|
|
- this.trayPinger.Size = new System.Drawing.Size(193, 26);
|
|
|
- this.trayPinger.Text = "Pinger Tool";
|
|
|
- this.trayPinger.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
- this.trayPinger.Click += new System.EventHandler(this.pingerItem_Click);
|
|
|
- //
|
|
|
- // trayHosts
|
|
|
- //
|
|
|
- this.trayHosts.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.trayHosts.ForeColor = System.Drawing.Color.White;
|
|
|
- this.trayHosts.Image = ((System.Drawing.Image)(resources.GetObject("trayHosts.Image")));
|
|
|
- this.trayHosts.Name = "trayHosts";
|
|
|
- this.trayHosts.Size = new System.Drawing.Size(193, 26);
|
|
|
- this.trayHosts.Text = "HOSTS Editor";
|
|
|
- this.trayHosts.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
- this.trayHosts.Click += new System.EventHandler(this.hostsItem_Click);
|
|
|
- //
|
|
|
- // trayAD
|
|
|
- //
|
|
|
- this.trayAD.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.trayAD.ForeColor = System.Drawing.Color.White;
|
|
|
- this.trayAD.Image = ((System.Drawing.Image)(resources.GetObject("trayAD.Image")));
|
|
|
- this.trayAD.Name = "trayAD";
|
|
|
- this.trayAD.Size = new System.Drawing.Size(193, 26);
|
|
|
- this.trayAD.Text = "Apps Downloader";
|
|
|
- this.trayAD.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
- this.trayAD.Click += new System.EventHandler(this.appsItem_Click);
|
|
|
- //
|
|
|
- // trayRegistry
|
|
|
- //
|
|
|
- this.trayRegistry.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.trayRegistry.ForeColor = System.Drawing.Color.White;
|
|
|
- this.trayRegistry.Image = ((System.Drawing.Image)(resources.GetObject("trayRegistry.Image")));
|
|
|
- this.trayRegistry.Name = "trayRegistry";
|
|
|
- this.trayRegistry.Size = new System.Drawing.Size(193, 26);
|
|
|
- this.trayRegistry.Text = "Registry Repair";
|
|
|
- this.trayRegistry.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
- this.trayRegistry.Click += new System.EventHandler(this.trayRegistry_Click);
|
|
|
- //
|
|
|
- // toolStripSeparator1
|
|
|
- //
|
|
|
- this.toolStripSeparator1.BackColor = System.Drawing.Color.DodgerBlue;
|
|
|
- this.toolStripSeparator1.ForeColor = System.Drawing.Color.White;
|
|
|
- this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
- this.toolStripSeparator1.Size = new System.Drawing.Size(190, 6);
|
|
|
- this.toolStripSeparator1.Tag = "";
|
|
|
- //
|
|
|
- // trayOptions
|
|
|
- //
|
|
|
- this.trayOptions.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.trayOptions.ForeColor = System.Drawing.Color.White;
|
|
|
- this.trayOptions.Image = ((System.Drawing.Image)(resources.GetObject("trayOptions.Image")));
|
|
|
- this.trayOptions.Name = "trayOptions";
|
|
|
- this.trayOptions.Size = new System.Drawing.Size(193, 26);
|
|
|
- this.trayOptions.Text = "Options";
|
|
|
- this.trayOptions.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
- this.trayOptions.Click += new System.EventHandler(this.trayOptions_Click);
|
|
|
- //
|
|
|
- // trayRestartExplorer
|
|
|
- //
|
|
|
- this.trayRestartExplorer.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.trayRestartExplorer.ForeColor = System.Drawing.Color.White;
|
|
|
- this.trayRestartExplorer.Image = ((System.Drawing.Image)(resources.GetObject("trayRestartExplorer.Image")));
|
|
|
- this.trayRestartExplorer.Name = "trayRestartExplorer";
|
|
|
- this.trayRestartExplorer.Size = new System.Drawing.Size(193, 26);
|
|
|
- this.trayRestartExplorer.Text = "Restart Explorer";
|
|
|
- this.trayRestartExplorer.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
- this.trayRestartExplorer.Click += new System.EventHandler(this.restartExpolorerItem_Click);
|
|
|
- //
|
|
|
- // trayExit
|
|
|
- //
|
|
|
- this.trayExit.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.trayExit.ForeColor = System.Drawing.Color.White;
|
|
|
- this.trayExit.Image = ((System.Drawing.Image)(resources.GetObject("trayExit.Image")));
|
|
|
- this.trayExit.Name = "trayExit";
|
|
|
- this.trayExit.Size = new System.Drawing.Size(193, 26);
|
|
|
- this.trayExit.Text = "Exit";
|
|
|
- this.trayExit.Click += new System.EventHandler(this.exitItem_Click);
|
|
|
- //
|
|
|
- // launcherIcon
|
|
|
- //
|
|
|
- this.launcherIcon.ContextMenuStrip = this.launcherMenu;
|
|
|
- this.launcherIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("launcherIcon.Icon")));
|
|
|
- this.launcherIcon.Text = "Optimizer";
|
|
|
- this.launcherIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.launcherIcon_MouseDoubleClick);
|
|
|
- //
|
|
|
// tabCollection
|
|
|
//
|
|
|
this.tabCollection.Controls.Add(this.universalTab);
|
|
@@ -746,6 +585,7 @@ namespace Optimizer
|
|
|
this.tabCollection.Controls.Add(this.pingerTab);
|
|
|
this.tabCollection.Controls.Add(this.hostsEditorTab);
|
|
|
this.tabCollection.Controls.Add(this.registryFixerTab);
|
|
|
+ this.tabCollection.Controls.Add(this.indiciumTab);
|
|
|
this.tabCollection.Controls.Add(this.integratorTab);
|
|
|
this.tabCollection.Controls.Add(this.optionsTab);
|
|
|
this.tabCollection.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
@@ -2422,52 +2262,52 @@ namespace Optimizer
|
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
|
this.label7.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.label7.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.label7.ForeColor = System.Drawing.Color.DarkGray;
|
|
|
this.label7.Location = new System.Drawing.Point(550, 212);
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label7.Name = "label7";
|
|
|
this.label7.Size = new System.Drawing.Size(123, 21);
|
|
|
this.label7.TabIndex = 56;
|
|
|
- this.label7.Tag = "themeable";
|
|
|
+ this.label7.Tag = "";
|
|
|
this.label7.Text = "Microsoft Edge";
|
|
|
//
|
|
|
// label6
|
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
|
this.label6.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.label6.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.label6.ForeColor = System.Drawing.Color.DarkGray;
|
|
|
this.label6.Location = new System.Drawing.Point(361, 212);
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label6.Name = "label6";
|
|
|
this.label6.Size = new System.Drawing.Size(134, 21);
|
|
|
this.label6.TabIndex = 55;
|
|
|
- this.label6.Tag = "themeable";
|
|
|
+ this.label6.Tag = "";
|
|
|
this.label6.Text = "Internet Explorer";
|
|
|
//
|
|
|
// label5
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
this.label5.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.label5.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.label5.ForeColor = System.Drawing.Color.DarkGray;
|
|
|
this.label5.Location = new System.Drawing.Point(550, 18);
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label5.Name = "label5";
|
|
|
this.label5.Size = new System.Drawing.Size(117, 21);
|
|
|
this.label5.TabIndex = 54;
|
|
|
- this.label5.Tag = "themeable";
|
|
|
+ this.label5.Tag = "";
|
|
|
this.label5.Text = "Mozilla Firefox";
|
|
|
//
|
|
|
// label4
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.label4.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.label4.ForeColor = System.Drawing.Color.DarkGray;
|
|
|
this.label4.Location = new System.Drawing.Point(362, 17);
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(126, 21);
|
|
|
this.label4.TabIndex = 47;
|
|
|
- this.label4.Tag = "themeable";
|
|
|
+ this.label4.Tag = "";
|
|
|
this.label4.Text = "Google Chrome";
|
|
|
//
|
|
|
// pictureBox11
|
|
@@ -2571,7 +2411,7 @@ namespace Optimizer
|
|
|
//
|
|
|
this.checkSelectAll.AutoSize = true;
|
|
|
this.checkSelectAll.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.checkSelectAll.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.checkSelectAll.ForeColor = System.Drawing.Color.Silver;
|
|
|
this.checkSelectAll.Location = new System.Drawing.Point(29, 14);
|
|
|
this.checkSelectAll.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.checkSelectAll.Name = "checkSelectAll";
|
|
@@ -3556,6 +3396,192 @@ namespace Optimizer
|
|
|
this.registryTitle.Tag = "themeable";
|
|
|
this.registryTitle.Text = "Fix common registry issues";
|
|
|
//
|
|
|
+ // indiciumTab
|
|
|
+ //
|
|
|
+ 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.Name = "indiciumTab";
|
|
|
+ this.indiciumTab.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.indiciumTab.Size = new System.Drawing.Size(999, 610);
|
|
|
+ this.indiciumTab.TabIndex = 14;
|
|
|
+ this.indiciumTab.Text = "Hardware";
|
|
|
+ //
|
|
|
+ // panel12
|
|
|
+ //
|
|
|
+ this.panel12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.panel12.Controls.Add(this.specsTree);
|
|
|
+ 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, 569);
|
|
|
+ this.panel12.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // specsTree
|
|
|
+ //
|
|
|
+ this.specsTree.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
|
+ this.specsTree.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
+ this.specsTree.ContextMenuStrip = this.indiciumMenu;
|
|
|
+ this.specsTree.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.specsTree.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll;
|
|
|
+ this.specsTree.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.specsTree.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.specsTree.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.specsTree.Name = "specsTree";
|
|
|
+ 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[] {
|
|
|
+ treeNode1,
|
|
|
+ treeNode2,
|
|
|
+ treeNode3,
|
|
|
+ treeNode4,
|
|
|
+ treeNode5,
|
|
|
+ treeNode6,
|
|
|
+ treeNode7,
|
|
|
+ treeNode8});
|
|
|
+ this.specsTree.Size = new System.Drawing.Size(991, 567);
|
|
|
+ this.specsTree.TabIndex = 0;
|
|
|
+ this.specsTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.specsTree_NodeMouseClick);
|
|
|
+ //
|
|
|
+ // indiciumMenu
|
|
|
+ //
|
|
|
+ this.indiciumMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))));
|
|
|
+ this.indiciumMenu.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.indiciumMenu.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
|
+ this.indiciumMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.toolHWCopy,
|
|
|
+ this.toolHWGoogle,
|
|
|
+ this.toolHWDuck});
|
|
|
+ this.indiciumMenu.Name = "launcherMenu";
|
|
|
+ this.indiciumMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
+ this.indiciumMenu.ShowImageMargin = false;
|
|
|
+ this.indiciumMenu.Size = new System.Drawing.Size(223, 76);
|
|
|
+ //
|
|
|
+ // toolHWCopy
|
|
|
+ //
|
|
|
+ this.toolHWCopy.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.toolHWCopy.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.toolHWCopy.Name = "toolHWCopy";
|
|
|
+ this.toolHWCopy.Size = new System.Drawing.Size(222, 24);
|
|
|
+ this.toolHWCopy.Text = "Copy";
|
|
|
+ this.toolHWCopy.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
+ this.toolHWCopy.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
|
|
|
+ //
|
|
|
+ // toolHWGoogle
|
|
|
+ //
|
|
|
+ this.toolHWGoogle.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.toolHWGoogle.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.toolHWGoogle.Name = "toolHWGoogle";
|
|
|
+ this.toolHWGoogle.Size = new System.Drawing.Size(222, 24);
|
|
|
+ this.toolHWGoogle.Text = "Search with Google...";
|
|
|
+ this.toolHWGoogle.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
+ this.toolHWGoogle.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
|
|
|
+ //
|
|
|
+ // toolHWDuck
|
|
|
+ //
|
|
|
+ this.toolHWDuck.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.toolHWDuck.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.toolHWDuck.Name = "toolHWDuck";
|
|
|
+ this.toolHWDuck.Size = new System.Drawing.Size(222, 24);
|
|
|
+ this.toolHWDuck.Text = "Search with DuckDuckGo...";
|
|
|
+ this.toolHWDuck.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
+ this.toolHWDuck.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
|
|
|
+ //
|
|
|
+ // panel11
|
|
|
+ //
|
|
|
+ this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.panel11.Controls.Add(this.btnCopyHW);
|
|
|
+ this.panel11.Controls.Add(this.btnSaveHW);
|
|
|
+ this.panel11.Controls.Add(this.hwDetailed);
|
|
|
+ this.panel11.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.panel11.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.panel11.Name = "panel11";
|
|
|
+ this.panel11.Size = new System.Drawing.Size(993, 35);
|
|
|
+ this.panel11.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // btnCopyHW
|
|
|
+ //
|
|
|
+ this.btnCopyHW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnCopyHW.BackColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.btnCopyHW.FlatAppearance.BorderSize = 0;
|
|
|
+ this.btnCopyHW.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
|
|
|
+ this.btnCopyHW.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
|
|
|
+ this.btnCopyHW.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.btnCopyHW.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.btnCopyHW.Location = new System.Drawing.Point(703, 4);
|
|
|
+ this.btnCopyHW.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.btnCopyHW.Name = "btnCopyHW";
|
|
|
+ this.btnCopyHW.Size = new System.Drawing.Size(140, 25);
|
|
|
+ this.btnCopyHW.TabIndex = 91;
|
|
|
+ this.btnCopyHW.Tag = "themeable";
|
|
|
+ this.btnCopyHW.Text = "Copy";
|
|
|
+ this.btnCopyHW.UseVisualStyleBackColor = false;
|
|
|
+ this.btnCopyHW.Click += new System.EventHandler(this.btnCopyHW_Click);
|
|
|
+ //
|
|
|
+ // btnSaveHW
|
|
|
+ //
|
|
|
+ this.btnSaveHW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnSaveHW.BackColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.btnSaveHW.FlatAppearance.BorderSize = 0;
|
|
|
+ this.btnSaveHW.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
|
|
|
+ this.btnSaveHW.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
|
|
|
+ this.btnSaveHW.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.btnSaveHW.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.btnSaveHW.Location = new System.Drawing.Point(847, 4);
|
|
|
+ this.btnSaveHW.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.btnSaveHW.Name = "btnSaveHW";
|
|
|
+ this.btnSaveHW.Size = new System.Drawing.Size(140, 25);
|
|
|
+ this.btnSaveHW.TabIndex = 90;
|
|
|
+ this.btnSaveHW.Tag = "themeable";
|
|
|
+ this.btnSaveHW.Text = "Save";
|
|
|
+ this.btnSaveHW.UseVisualStyleBackColor = false;
|
|
|
+ this.btnSaveHW.Click += new System.EventHandler(this.btnSaveHW_Click);
|
|
|
+ //
|
|
|
+ // hwDetailed
|
|
|
+ //
|
|
|
+ this.hwDetailed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
|
+ this.hwDetailed.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.hwDetailed.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.hwDetailed.LabelText = "Detailed View";
|
|
|
+ this.hwDetailed.Location = new System.Drawing.Point(5, 4);
|
|
|
+ this.hwDetailed.Name = "hwDetailed";
|
|
|
+ this.hwDetailed.Size = new System.Drawing.Size(374, 24);
|
|
|
+ this.hwDetailed.TabIndex = 89;
|
|
|
+ this.hwDetailed.Tag = "themeable";
|
|
|
+ this.hwDetailed.ToggleChecked = true;
|
|
|
+ this.hwDetailed.ToggleClicked += new System.EventHandler(this.hwDetailed_ToggleClicked);
|
|
|
+ //
|
|
|
// integratorTab
|
|
|
//
|
|
|
this.integratorTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
@@ -5016,12 +5042,12 @@ namespace Optimizer
|
|
|
// lblUpdateDisabled
|
|
|
//
|
|
|
this.lblUpdateDisabled.AutoSize = true;
|
|
|
- this.lblUpdateDisabled.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
- this.lblUpdateDisabled.ForeColor = System.Drawing.Color.Gold;
|
|
|
+ this.lblUpdateDisabled.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.lblUpdateDisabled.ForeColor = System.Drawing.Color.Silver;
|
|
|
this.lblUpdateDisabled.Location = new System.Drawing.Point(32, 358);
|
|
|
this.lblUpdateDisabled.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.lblUpdateDisabled.Name = "lblUpdateDisabled";
|
|
|
- this.lblUpdateDisabled.Size = new System.Drawing.Size(239, 21);
|
|
|
+ this.lblUpdateDisabled.Size = new System.Drawing.Size(208, 19);
|
|
|
this.lblUpdateDisabled.TabIndex = 69;
|
|
|
this.lblUpdateDisabled.Text = "Disabled in experimental builds";
|
|
|
this.lblUpdateDisabled.Visible = false;
|
|
@@ -5196,6 +5222,7 @@ namespace Optimizer
|
|
|
// btnResetConfig
|
|
|
//
|
|
|
this.btnResetConfig.BackColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.btnResetConfig.FlatAppearance.BorderColor = System.Drawing.Color.RoyalBlue;
|
|
|
this.btnResetConfig.FlatAppearance.BorderSize = 0;
|
|
|
this.btnResetConfig.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
|
|
|
this.btnResetConfig.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
|
|
@@ -5223,6 +5250,256 @@ namespace Optimizer
|
|
|
this.lblTheming.Tag = "themeable";
|
|
|
this.lblTheming.Text = "Choose your theme";
|
|
|
//
|
|
|
+ // imagesHw
|
|
|
+ //
|
|
|
+ this.imagesHw.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imagesHw.ImageStream")));
|
|
|
+ this.imagesHw.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
+ this.imagesHw.Images.SetKeyName(0, "cpu.png");
|
|
|
+ this.imagesHw.Images.SetKeyName(1, "ram.png");
|
|
|
+ this.imagesHw.Images.SetKeyName(2, "gpu.png");
|
|
|
+ this.imagesHw.Images.SetKeyName(3, "mobo.png");
|
|
|
+ this.imagesHw.Images.SetKeyName(4, "1608923_hdd_o_icon.png");
|
|
|
+ this.imagesHw.Images.SetKeyName(5, "inet.png");
|
|
|
+ this.imagesHw.Images.SetKeyName(6, "audio.png");
|
|
|
+ this.imagesHw.Images.SetKeyName(7, "dev.png");
|
|
|
+ this.imagesHw.Images.SetKeyName(8, "os.png");
|
|
|
+ //
|
|
|
+ // defineCommandDialog
|
|
|
+ //
|
|
|
+ this.defineCommandDialog.Filter = "Executables [*.exe]|*.exe";
|
|
|
+ this.defineCommandDialog.Title = "Optimizer";
|
|
|
+ this.defineCommandDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineCmd_FileOk);
|
|
|
+ //
|
|
|
+ // defineProgramDialog
|
|
|
+ //
|
|
|
+ this.defineProgramDialog.Filter = "Executables [*.exe]|*.exe";
|
|
|
+ this.defineProgramDialog.Title = "Optimizer";
|
|
|
+ this.defineProgramDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineProgramDialog_FileOk);
|
|
|
+ //
|
|
|
+ // defineFolderDialog
|
|
|
+ //
|
|
|
+ this.defineFolderDialog.Description = "Optimizer";
|
|
|
+ //
|
|
|
+ // defineFileDialog
|
|
|
+ //
|
|
|
+ this.defineFileDialog.Filter = "All files [*.*]|*.*";
|
|
|
+ this.defineFileDialog.Title = "Optimizer";
|
|
|
+ this.defineFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineFileDialog_FileOk);
|
|
|
+ //
|
|
|
+ // DefineProgramIconDialog
|
|
|
+ //
|
|
|
+ this.DefineProgramIconDialog.Filter = "Icon [*.ico]|*.ico|Executable [*.exe]|*.exe";
|
|
|
+ this.DefineProgramIconDialog.Title = "Optimizer";
|
|
|
+ this.DefineProgramIconDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineProgramIconDialog_FileOk);
|
|
|
+ //
|
|
|
+ // DefineFolderIconDialog
|
|
|
+ //
|
|
|
+ this.DefineFolderIconDialog.Filter = "Icon [*.ico]|*.ico|Executable [*.exe]|*.exe";
|
|
|
+ this.DefineFolderIconDialog.Title = "Optimizer";
|
|
|
+ this.DefineFolderIconDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineFolderIconDialog_FileOk);
|
|
|
+ //
|
|
|
+ // DefineURLIconDialog
|
|
|
+ //
|
|
|
+ this.DefineURLIconDialog.Filter = "Icon [*.ico]|*.ico|Executable [*.exe]|*.exe";
|
|
|
+ this.DefineURLIconDialog.Title = "Optimizer";
|
|
|
+ this.DefineURLIconDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineURLIconDialog_FileOk);
|
|
|
+ //
|
|
|
+ // DefineFileIconDialog
|
|
|
+ //
|
|
|
+ this.DefineFileIconDialog.Filter = "Icon [*.ico]|*.ico|Executable [*.exe]|*.exe";
|
|
|
+ this.DefineFileIconDialog.Title = "Optimizer";
|
|
|
+ this.DefineFileIconDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineFileIconDialog_FileOk);
|
|
|
+ //
|
|
|
+ // DefineCommandIconDialog
|
|
|
+ //
|
|
|
+ this.DefineCommandIconDialog.Filter = "Icon [*.ico]|*.ico|Executable [*.exe]|*.exe";
|
|
|
+ this.DefineCommandIconDialog.Title = "Optimizer";
|
|
|
+ this.DefineCommandIconDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.DefineCommandIconDialog_FileOk);
|
|
|
+ //
|
|
|
+ // ExportDialog
|
|
|
+ //
|
|
|
+ this.ExportDialog.Filter = "Text [*.txt]|*.txt";
|
|
|
+ this.ExportDialog.Title = "Optimizer";
|
|
|
+ //
|
|
|
+ // launcherMenu
|
|
|
+ //
|
|
|
+ this.launcherMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))));
|
|
|
+ this.launcherMenu.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.launcherMenu.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
|
+ this.launcherMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.trayDownSpeed,
|
|
|
+ this.trayUpSpeed,
|
|
|
+ this.seperatorNetMon,
|
|
|
+ this.trayStartup,
|
|
|
+ this.trayCleaner,
|
|
|
+ this.trayPinger,
|
|
|
+ this.trayHosts,
|
|
|
+ this.trayAD,
|
|
|
+ this.trayHW,
|
|
|
+ this.trayRegistry,
|
|
|
+ this.toolStripSeparator1,
|
|
|
+ this.trayOptions,
|
|
|
+ this.trayRestartExplorer,
|
|
|
+ this.toolStripSeparator2,
|
|
|
+ this.trayExit});
|
|
|
+ this.launcherMenu.Name = "launcherMenu";
|
|
|
+ this.launcherMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
+ this.launcherMenu.Size = new System.Drawing.Size(221, 356);
|
|
|
+ //
|
|
|
+ // trayDownSpeed
|
|
|
+ //
|
|
|
+ this.trayDownSpeed.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.trayDownSpeed.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.trayDownSpeed.Image = ((System.Drawing.Image)(resources.GetObject("trayDownSpeed.Image")));
|
|
|
+ this.trayDownSpeed.Name = "trayDownSpeed";
|
|
|
+ this.trayDownSpeed.Size = new System.Drawing.Size(220, 26);
|
|
|
+ this.trayDownSpeed.Text = "-";
|
|
|
+ this.trayDownSpeed.Visible = false;
|
|
|
+ //
|
|
|
+ // trayUpSpeed
|
|
|
+ //
|
|
|
+ this.trayUpSpeed.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.trayUpSpeed.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.trayUpSpeed.Image = ((System.Drawing.Image)(resources.GetObject("trayUpSpeed.Image")));
|
|
|
+ this.trayUpSpeed.Name = "trayUpSpeed";
|
|
|
+ this.trayUpSpeed.Size = new System.Drawing.Size(220, 26);
|
|
|
+ this.trayUpSpeed.Text = "-";
|
|
|
+ this.trayUpSpeed.Visible = false;
|
|
|
+ //
|
|
|
+ // seperatorNetMon
|
|
|
+ //
|
|
|
+ this.seperatorNetMon.Name = "seperatorNetMon";
|
|
|
+ this.seperatorNetMon.Size = new System.Drawing.Size(217, 6);
|
|
|
+ this.seperatorNetMon.Visible = false;
|
|
|
+ //
|
|
|
+ // trayStartup
|
|
|
+ //
|
|
|
+ this.trayStartup.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.trayStartup.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.trayStartup.Image = ((System.Drawing.Image)(resources.GetObject("trayStartup.Image")));
|
|
|
+ this.trayStartup.Name = "trayStartup";
|
|
|
+ this.trayStartup.Size = new System.Drawing.Size(220, 26);
|
|
|
+ this.trayStartup.Text = "Startup Manager";
|
|
|
+ this.trayStartup.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
+ this.trayStartup.Click += new System.EventHandler(this.startupItem_Click);
|
|
|
+ //
|
|
|
+ // trayCleaner
|
|
|
+ //
|
|
|
+ this.trayCleaner.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.trayCleaner.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.trayCleaner.Image = ((System.Drawing.Image)(resources.GetObject("trayCleaner.Image")));
|
|
|
+ this.trayCleaner.Name = "trayCleaner";
|
|
|
+ this.trayCleaner.Size = new System.Drawing.Size(220, 26);
|
|
|
+ this.trayCleaner.Text = "PC Cleaner";
|
|
|
+ this.trayCleaner.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
+ this.trayCleaner.Click += new System.EventHandler(this.cleanerItem_Click);
|
|
|
+ //
|
|
|
+ // trayPinger
|
|
|
+ //
|
|
|
+ this.trayPinger.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.trayPinger.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.trayPinger.Image = ((System.Drawing.Image)(resources.GetObject("trayPinger.Image")));
|
|
|
+ this.trayPinger.Name = "trayPinger";
|
|
|
+ this.trayPinger.Size = new System.Drawing.Size(220, 26);
|
|
|
+ this.trayPinger.Text = "Pinger Tool";
|
|
|
+ this.trayPinger.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
+ this.trayPinger.Click += new System.EventHandler(this.pingerItem_Click);
|
|
|
+ //
|
|
|
+ // trayHosts
|
|
|
+ //
|
|
|
+ this.trayHosts.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.trayHosts.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.trayHosts.Image = ((System.Drawing.Image)(resources.GetObject("trayHosts.Image")));
|
|
|
+ this.trayHosts.Name = "trayHosts";
|
|
|
+ this.trayHosts.Size = new System.Drawing.Size(220, 26);
|
|
|
+ this.trayHosts.Text = "HOSTS Editor";
|
|
|
+ this.trayHosts.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
+ this.trayHosts.Click += new System.EventHandler(this.hostsItem_Click);
|
|
|
+ //
|
|
|
+ // trayAD
|
|
|
+ //
|
|
|
+ this.trayAD.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.trayAD.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.trayAD.Image = ((System.Drawing.Image)(resources.GetObject("trayAD.Image")));
|
|
|
+ this.trayAD.Name = "trayAD";
|
|
|
+ this.trayAD.Size = new System.Drawing.Size(220, 26);
|
|
|
+ this.trayAD.Text = "Apps Downloader";
|
|
|
+ this.trayAD.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
+ this.trayAD.Click += new System.EventHandler(this.appsItem_Click);
|
|
|
+ //
|
|
|
+ // trayHW
|
|
|
+ //
|
|
|
+ this.trayHW.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.trayHW.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.trayHW.Image = ((System.Drawing.Image)(resources.GetObject("trayHW.Image")));
|
|
|
+ this.trayHW.Name = "trayHW";
|
|
|
+ this.trayHW.Size = new System.Drawing.Size(220, 26);
|
|
|
+ this.trayHW.Text = "Hardware Information";
|
|
|
+ this.trayHW.Click += new System.EventHandler(this.trayHW_Click);
|
|
|
+ //
|
|
|
+ // trayRegistry
|
|
|
+ //
|
|
|
+ this.trayRegistry.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.trayRegistry.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.trayRegistry.Image = ((System.Drawing.Image)(resources.GetObject("trayRegistry.Image")));
|
|
|
+ this.trayRegistry.Name = "trayRegistry";
|
|
|
+ this.trayRegistry.Size = new System.Drawing.Size(220, 26);
|
|
|
+ this.trayRegistry.Text = "Registry Repair";
|
|
|
+ this.trayRegistry.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
+ this.trayRegistry.Click += new System.EventHandler(this.trayRegistry_Click);
|
|
|
+ //
|
|
|
+ // toolStripSeparator1
|
|
|
+ //
|
|
|
+ this.toolStripSeparator1.BackColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.toolStripSeparator1.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(217, 6);
|
|
|
+ this.toolStripSeparator1.Tag = "";
|
|
|
+ //
|
|
|
+ // trayOptions
|
|
|
+ //
|
|
|
+ this.trayOptions.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.trayOptions.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.trayOptions.Image = ((System.Drawing.Image)(resources.GetObject("trayOptions.Image")));
|
|
|
+ this.trayOptions.Name = "trayOptions";
|
|
|
+ this.trayOptions.Size = new System.Drawing.Size(220, 26);
|
|
|
+ this.trayOptions.Text = "Options";
|
|
|
+ this.trayOptions.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
+ this.trayOptions.Click += new System.EventHandler(this.trayOptions_Click);
|
|
|
+ //
|
|
|
+ // trayRestartExplorer
|
|
|
+ //
|
|
|
+ this.trayRestartExplorer.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.trayRestartExplorer.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.trayRestartExplorer.Image = ((System.Drawing.Image)(resources.GetObject("trayRestartExplorer.Image")));
|
|
|
+ this.trayRestartExplorer.Name = "trayRestartExplorer";
|
|
|
+ this.trayRestartExplorer.Size = new System.Drawing.Size(220, 26);
|
|
|
+ this.trayRestartExplorer.Text = "Restart Explorer";
|
|
|
+ this.trayRestartExplorer.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
|
+ this.trayRestartExplorer.Click += new System.EventHandler(this.restartExpolorerItem_Click);
|
|
|
+ //
|
|
|
+ // toolStripSeparator2
|
|
|
+ //
|
|
|
+ this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
|
+ this.toolStripSeparator2.Size = new System.Drawing.Size(217, 6);
|
|
|
+ //
|
|
|
+ // trayExit
|
|
|
+ //
|
|
|
+ this.trayExit.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.trayExit.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.trayExit.Image = ((System.Drawing.Image)(resources.GetObject("trayExit.Image")));
|
|
|
+ this.trayExit.Name = "trayExit";
|
|
|
+ this.trayExit.Size = new System.Drawing.Size(220, 26);
|
|
|
+ this.trayExit.Text = "Exit";
|
|
|
+ this.trayExit.Click += new System.EventHandler(this.exitItem_Click);
|
|
|
+ //
|
|
|
+ // launcherIcon
|
|
|
+ //
|
|
|
+ this.launcherIcon.ContextMenuStrip = this.launcherMenu;
|
|
|
+ this.launcherIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("launcherIcon.Icon")));
|
|
|
+ this.launcherIcon.Text = "Optimizer";
|
|
|
+ this.launcherIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.launcherIcon_MouseDoubleClick);
|
|
|
+ //
|
|
|
// helpBox
|
|
|
//
|
|
|
this.helpBox.AutoPopDelay = 90000;
|
|
@@ -5258,7 +5535,6 @@ namespace Optimizer
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpdate)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
this.bpanel.ResumeLayout(false);
|
|
|
- this.launcherMenu.ResumeLayout(false);
|
|
|
this.tabCollection.ResumeLayout(false);
|
|
|
this.universalTab.ResumeLayout(false);
|
|
|
this.windows10Tab.ResumeLayout(false);
|
|
@@ -5296,6 +5572,10 @@ namespace Optimizer
|
|
|
this.registryFixerTab.PerformLayout();
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
this.panel2.PerformLayout();
|
|
|
+ this.indiciumTab.ResumeLayout(false);
|
|
|
+ this.panel12.ResumeLayout(false);
|
|
|
+ this.indiciumMenu.ResumeLayout(false);
|
|
|
+ this.panel11.ResumeLayout(false);
|
|
|
this.integratorTab.ResumeLayout(false);
|
|
|
this.synapse.ResumeLayout(false);
|
|
|
this.integratorInfoTab.ResumeLayout(false);
|
|
@@ -5341,6 +5621,7 @@ namespace Optimizer
|
|
|
this.panel8.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picFOSS)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picFSF)).EndInit();
|
|
|
+ this.launcherMenu.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -5355,7 +5636,6 @@ namespace Optimizer
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Panel bpanel;
|
|
|
private MoonTabs tabCollection;
|
|
|
- //private ColoredTabs tabCollection;
|
|
|
private System.Windows.Forms.TabPage universalTab;
|
|
|
private System.Windows.Forms.TabPage windows10Tab;
|
|
|
private System.Windows.Forms.TabPage windows8Tab;
|
|
@@ -5687,6 +5967,23 @@ namespace Optimizer
|
|
|
private ToggleCard quickAccessToggle;
|
|
|
private ToggleCard helpTipsToggle;
|
|
|
private PictureBox picUpdate;
|
|
|
+ private TabPage indiciumTab;
|
|
|
+ private MoonTree specsTree;
|
|
|
+ private Panel panel12;
|
|
|
+ private Panel panel11;
|
|
|
+ private ImageList imagesHw;
|
|
|
+ private ToggleCard hwDetailed;
|
|
|
+ private Button btnSaveHW;
|
|
|
+ private ToolStripMenuItem trayHW;
|
|
|
+ private ContextMenuStrip indiciumMenu;
|
|
|
+ private ToolStripMenuItem toolHWCopy;
|
|
|
+ private ToolStripMenuItem toolHWGoogle;
|
|
|
+ private ToolStripMenuItem toolHWDuck;
|
|
|
+ private Button btnCopyHW;
|
|
|
+ private ToolStripSeparator toolStripSeparator2;
|
|
|
+ private ToolStripMenuItem trayDownSpeed;
|
|
|
+ private ToolStripSeparator seperatorNetMon;
|
|
|
+ private ToolStripMenuItem trayUpSpeed;
|
|
|
}
|
|
|
}
|
|
|
|