|
@@ -32,14 +32,14 @@ namespace Optimizer
|
|
{
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
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);
|
|
|
|
|
|
+ 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);
|
|
this.tpanel = new System.Windows.Forms.Panel();
|
|
this.tpanel = new System.Windows.Forms.Panel();
|
|
this.picUpdate = new System.Windows.Forms.PictureBox();
|
|
this.picUpdate = new System.Windows.Forms.PictureBox();
|
|
this.txtNetFw = new System.Windows.Forms.Label();
|
|
this.txtNetFw = new System.Windows.Forms.Label();
|
|
@@ -252,6 +252,8 @@ namespace Optimizer
|
|
this.toolHWGoogle = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolHWGoogle = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolHWDuck = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolHWDuck = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.panel11 = new System.Windows.Forms.Panel();
|
|
this.panel11 = new System.Windows.Forms.Panel();
|
|
|
|
+ this.btnSaveHW = new System.Windows.Forms.LinkLabel();
|
|
|
|
+ this.btnCopyHW = new System.Windows.Forms.LinkLabel();
|
|
this.hwDetailed = new Optimizer.ToggleCard();
|
|
this.hwDetailed = new Optimizer.ToggleCard();
|
|
this.integratorTab = new System.Windows.Forms.TabPage();
|
|
this.integratorTab = new System.Windows.Forms.TabPage();
|
|
this.synapse = new Optimizer.MoonTabs();
|
|
this.synapse = new Optimizer.MoonTabs();
|
|
@@ -394,8 +396,6 @@ namespace Optimizer
|
|
this.trayExit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.trayExit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.launcherIcon = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.launcherIcon = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.helpBox = new Optimizer.MoonTip();
|
|
this.helpBox = new Optimizer.MoonTip();
|
|
- this.btnCopyHW = new System.Windows.Forms.LinkLabel();
|
|
|
|
- this.btnSaveHW = new System.Windows.Forms.LinkLabel();
|
|
|
|
this.tpanel.SuspendLayout();
|
|
this.tpanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpdate)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpdate)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
@@ -1816,7 +1816,7 @@ namespace Optimizer
|
|
this.btnGetFeed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnGetFeed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnGetFeed.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnGetFeed.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnGetFeed.ForeColor = System.Drawing.Color.White;
|
|
this.btnGetFeed.ForeColor = System.Drawing.Color.White;
|
|
- this.btnGetFeed.Location = new System.Drawing.Point(847, 7);
|
|
|
|
|
|
+ this.btnGetFeed.Location = new System.Drawing.Point(845, 7);
|
|
this.btnGetFeed.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnGetFeed.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnGetFeed.Name = "btnGetFeed";
|
|
this.btnGetFeed.Name = "btnGetFeed";
|
|
this.btnGetFeed.Size = new System.Drawing.Size(144, 32);
|
|
this.btnGetFeed.Size = new System.Drawing.Size(144, 32);
|
|
@@ -3429,47 +3429,47 @@ namespace Optimizer
|
|
this.specsTree.ForeColor = System.Drawing.Color.White;
|
|
this.specsTree.ForeColor = System.Drawing.Color.White;
|
|
this.specsTree.Location = new System.Drawing.Point(0, 0);
|
|
this.specsTree.Location = new System.Drawing.Point(0, 0);
|
|
this.specsTree.Name = "specsTree";
|
|
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";
|
|
|
|
|
|
+ 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";
|
|
this.specsTree.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
|
|
this.specsTree.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
|
|
- treeNode1,
|
|
|
|
- treeNode2,
|
|
|
|
- treeNode3,
|
|
|
|
- treeNode4,
|
|
|
|
- treeNode5,
|
|
|
|
- treeNode6,
|
|
|
|
- treeNode7,
|
|
|
|
- treeNode8});
|
|
|
|
|
|
+ treeNode9,
|
|
|
|
+ treeNode10,
|
|
|
|
+ treeNode11,
|
|
|
|
+ treeNode12,
|
|
|
|
+ treeNode13,
|
|
|
|
+ treeNode14,
|
|
|
|
+ treeNode15,
|
|
|
|
+ treeNode16});
|
|
this.specsTree.Size = new System.Drawing.Size(991, 567);
|
|
this.specsTree.Size = new System.Drawing.Size(991, 567);
|
|
this.specsTree.TabIndex = 0;
|
|
this.specsTree.TabIndex = 0;
|
|
this.specsTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.specsTree_NodeMouseClick);
|
|
this.specsTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.specsTree_NodeMouseClick);
|
|
@@ -3530,6 +3530,44 @@ namespace Optimizer
|
|
this.panel11.Size = new System.Drawing.Size(993, 35);
|
|
this.panel11.Size = new System.Drawing.Size(993, 35);
|
|
this.panel11.TabIndex = 1;
|
|
this.panel11.TabIndex = 1;
|
|
//
|
|
//
|
|
|
|
+ // btnSaveHW
|
|
|
|
+ //
|
|
|
|
+ this.btnSaveHW.ActiveLinkColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
+ this.btnSaveHW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.btnSaveHW.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
+ this.btnSaveHW.ForeColor = System.Drawing.Color.Silver;
|
|
|
|
+ this.btnSaveHW.LinkColor = System.Drawing.Color.Silver;
|
|
|
|
+ this.btnSaveHW.Location = new System.Drawing.Point(808, 4);
|
|
|
|
+ this.btnSaveHW.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
+ this.btnSaveHW.Name = "btnSaveHW";
|
|
|
|
+ this.btnSaveHW.Size = new System.Drawing.Size(180, 24);
|
|
|
|
+ this.btnSaveHW.TabIndex = 93;
|
|
|
|
+ this.btnSaveHW.TabStop = true;
|
|
|
|
+ this.btnSaveHW.Tag = "themeable";
|
|
|
|
+ this.btnSaveHW.Text = "Save";
|
|
|
|
+ this.btnSaveHW.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
+ this.btnSaveHW.VisitedLinkColor = System.Drawing.Color.Silver;
|
|
|
|
+ this.btnSaveHW.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.btnSaveHW_LinkClicked);
|
|
|
|
+ //
|
|
|
|
+ // btnCopyHW
|
|
|
|
+ //
|
|
|
|
+ this.btnCopyHW.ActiveLinkColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
+ this.btnCopyHW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.btnCopyHW.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
+ this.btnCopyHW.ForeColor = System.Drawing.Color.Silver;
|
|
|
|
+ this.btnCopyHW.LinkColor = System.Drawing.Color.Silver;
|
|
|
|
+ this.btnCopyHW.Location = new System.Drawing.Point(624, 4);
|
|
|
|
+ this.btnCopyHW.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
+ this.btnCopyHW.Name = "btnCopyHW";
|
|
|
|
+ this.btnCopyHW.Size = new System.Drawing.Size(180, 24);
|
|
|
|
+ this.btnCopyHW.TabIndex = 92;
|
|
|
|
+ this.btnCopyHW.TabStop = true;
|
|
|
|
+ this.btnCopyHW.Tag = "themeable";
|
|
|
|
+ this.btnCopyHW.Text = "Copy";
|
|
|
|
+ this.btnCopyHW.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
+ this.btnCopyHW.VisitedLinkColor = System.Drawing.Color.Silver;
|
|
|
|
+ this.btnCopyHW.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.btnCopyHW_LinkClicked);
|
|
|
|
+ //
|
|
// hwDetailed
|
|
// hwDetailed
|
|
//
|
|
//
|
|
this.hwDetailed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
this.hwDetailed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
@@ -5473,44 +5511,6 @@ namespace Optimizer
|
|
this.helpBox.UseAnimation = false;
|
|
this.helpBox.UseAnimation = false;
|
|
this.helpBox.UseFading = false;
|
|
this.helpBox.UseFading = false;
|
|
//
|
|
//
|
|
- // btnCopyHW
|
|
|
|
- //
|
|
|
|
- this.btnCopyHW.ActiveLinkColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
- this.btnCopyHW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
- this.btnCopyHW.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
- this.btnCopyHW.ForeColor = System.Drawing.Color.Silver;
|
|
|
|
- this.btnCopyHW.LinkColor = System.Drawing.Color.Silver;
|
|
|
|
- this.btnCopyHW.Location = new System.Drawing.Point(624, 4);
|
|
|
|
- this.btnCopyHW.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
- this.btnCopyHW.Name = "btnCopyHW";
|
|
|
|
- this.btnCopyHW.Size = new System.Drawing.Size(180, 24);
|
|
|
|
- this.btnCopyHW.TabIndex = 92;
|
|
|
|
- this.btnCopyHW.TabStop = true;
|
|
|
|
- this.btnCopyHW.Tag = "themeable";
|
|
|
|
- this.btnCopyHW.Text = "Copy";
|
|
|
|
- this.btnCopyHW.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
- this.btnCopyHW.VisitedLinkColor = System.Drawing.Color.Silver;
|
|
|
|
- this.btnCopyHW.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.btnCopyHW_LinkClicked);
|
|
|
|
- //
|
|
|
|
- // btnSaveHW
|
|
|
|
- //
|
|
|
|
- this.btnSaveHW.ActiveLinkColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
- this.btnSaveHW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
- this.btnSaveHW.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
- this.btnSaveHW.ForeColor = System.Drawing.Color.Silver;
|
|
|
|
- this.btnSaveHW.LinkColor = System.Drawing.Color.Silver;
|
|
|
|
- this.btnSaveHW.Location = new System.Drawing.Point(808, 4);
|
|
|
|
- this.btnSaveHW.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
- this.btnSaveHW.Name = "btnSaveHW";
|
|
|
|
- this.btnSaveHW.Size = new System.Drawing.Size(180, 24);
|
|
|
|
- this.btnSaveHW.TabIndex = 93;
|
|
|
|
- this.btnSaveHW.TabStop = true;
|
|
|
|
- this.btnSaveHW.Tag = "themeable";
|
|
|
|
- this.btnSaveHW.Text = "Save";
|
|
|
|
- this.btnSaveHW.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
- this.btnSaveHW.VisitedLinkColor = System.Drawing.Color.Silver;
|
|
|
|
- this.btnSaveHW.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.btnSaveHW_LinkClicked);
|
|
|
|
- //
|
|
|
|
// MainForm
|
|
// MainForm
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
@@ -5524,7 +5524,7 @@ namespace Optimizer
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
- this.MinimumSize = new System.Drawing.Size(955, 744);
|
|
|
|
|
|
+ this.MinimumSize = new System.Drawing.Size(1025, 744);
|
|
this.Name = "MainForm";
|
|
this.Name = "MainForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Optimizer";
|
|
this.Text = "Optimizer";
|