mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
APU Skin temp limit slider https://github.com/seerge/g-helper/issues/2673
This commit is contained in:
270
app/Fans.Designer.cs
generated
270
app/Fans.Designer.cs
generated
@@ -31,14 +31,14 @@ namespace GHelper
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
ChartArea chartArea1 = new ChartArea();
|
ChartArea chartArea9 = new ChartArea();
|
||||||
Title title1 = new Title();
|
Title title9 = new Title();
|
||||||
ChartArea chartArea2 = new ChartArea();
|
ChartArea chartArea10 = new ChartArea();
|
||||||
Title title2 = new Title();
|
Title title10 = new Title();
|
||||||
ChartArea chartArea3 = new ChartArea();
|
ChartArea chartArea11 = new ChartArea();
|
||||||
Title title3 = new Title();
|
Title title11 = new Title();
|
||||||
ChartArea chartArea4 = new ChartArea();
|
ChartArea chartArea12 = new ChartArea();
|
||||||
Title title4 = new Title();
|
Title title12 = new Title();
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Fans));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Fans));
|
||||||
panelFans = new Panel();
|
panelFans = new Panel();
|
||||||
labelTip = new Label();
|
labelTip = new Label();
|
||||||
@@ -119,10 +119,6 @@ namespace GHelper
|
|||||||
picturePowerMode = new PictureBox();
|
picturePowerMode = new PictureBox();
|
||||||
labelPowerModeTitle = new Label();
|
labelPowerModeTitle = new Label();
|
||||||
panelGPU = new Panel();
|
panelGPU = new Panel();
|
||||||
panelGPUPower = new Panel();
|
|
||||||
labelGPUPower = new Label();
|
|
||||||
labelGPUPowerTitle = new Label();
|
|
||||||
trackGPUPower = new TrackBar();
|
|
||||||
panelGPUTemp = new Panel();
|
panelGPUTemp = new Panel();
|
||||||
labelGPUTemp = new Label();
|
labelGPUTemp = new Label();
|
||||||
labelGPUTempTitle = new Label();
|
labelGPUTempTitle = new Label();
|
||||||
@@ -131,6 +127,10 @@ namespace GHelper
|
|||||||
labelGPUBoost = new Label();
|
labelGPUBoost = new Label();
|
||||||
labelGPUBoostTitle = new Label();
|
labelGPUBoostTitle = new Label();
|
||||||
trackGPUBoost = new TrackBar();
|
trackGPUBoost = new TrackBar();
|
||||||
|
panelGPUPower = new Panel();
|
||||||
|
labelGPUPower = new Label();
|
||||||
|
labelGPUPowerTitle = new Label();
|
||||||
|
trackGPUPower = new TrackBar();
|
||||||
panelGPUMemory = new Panel();
|
panelGPUMemory = new Panel();
|
||||||
labelGPUMemory = new Label();
|
labelGPUMemory = new Label();
|
||||||
labelGPUMemoryTitle = new Label();
|
labelGPUMemoryTitle = new Label();
|
||||||
@@ -151,6 +151,10 @@ namespace GHelper
|
|||||||
buttonAdvanced = new RButton();
|
buttonAdvanced = new RButton();
|
||||||
buttonGPU = new RButton();
|
buttonGPU = new RButton();
|
||||||
buttonCPU = new RButton();
|
buttonCPU = new RButton();
|
||||||
|
panelSkin = new Panel();
|
||||||
|
labelSkin = new Label();
|
||||||
|
labelSkinTitle = new Label();
|
||||||
|
trackSkin = new TrackBar();
|
||||||
panelFans.SuspendLayout();
|
panelFans.SuspendLayout();
|
||||||
tableFanCharts.SuspendLayout();
|
tableFanCharts.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)chartGPU).BeginInit();
|
((System.ComponentModel.ISupportInitialize)chartGPU).BeginInit();
|
||||||
@@ -194,12 +198,12 @@ namespace GHelper
|
|||||||
panelPowerModeTItle.SuspendLayout();
|
panelPowerModeTItle.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)picturePowerMode).BeginInit();
|
((System.ComponentModel.ISupportInitialize)picturePowerMode).BeginInit();
|
||||||
panelGPU.SuspendLayout();
|
panelGPU.SuspendLayout();
|
||||||
panelGPUPower.SuspendLayout();
|
|
||||||
((System.ComponentModel.ISupportInitialize)trackGPUPower).BeginInit();
|
|
||||||
panelGPUTemp.SuspendLayout();
|
panelGPUTemp.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)trackGPUTemp).BeginInit();
|
((System.ComponentModel.ISupportInitialize)trackGPUTemp).BeginInit();
|
||||||
panelGPUBoost.SuspendLayout();
|
panelGPUBoost.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)trackGPUBoost).BeginInit();
|
((System.ComponentModel.ISupportInitialize)trackGPUBoost).BeginInit();
|
||||||
|
panelGPUPower.SuspendLayout();
|
||||||
|
((System.ComponentModel.ISupportInitialize)trackGPUPower).BeginInit();
|
||||||
panelGPUMemory.SuspendLayout();
|
panelGPUMemory.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)trackGPUMemory).BeginInit();
|
((System.ComponentModel.ISupportInitialize)trackGPUMemory).BeginInit();
|
||||||
panelGPUCore.SuspendLayout();
|
panelGPUCore.SuspendLayout();
|
||||||
@@ -210,6 +214,8 @@ namespace GHelper
|
|||||||
((System.ComponentModel.ISupportInitialize)pictureGPU).BeginInit();
|
((System.ComponentModel.ISupportInitialize)pictureGPU).BeginInit();
|
||||||
panelNav.SuspendLayout();
|
panelNav.SuspendLayout();
|
||||||
tableNav.SuspendLayout();
|
tableNav.SuspendLayout();
|
||||||
|
panelSkin.SuspendLayout();
|
||||||
|
((System.ComponentModel.ISupportInitialize)trackSkin).BeginInit();
|
||||||
SuspendLayout();
|
SuspendLayout();
|
||||||
//
|
//
|
||||||
// panelFans
|
// panelFans
|
||||||
@@ -223,11 +229,10 @@ namespace GHelper
|
|||||||
panelFans.Dock = DockStyle.Fill;
|
panelFans.Dock = DockStyle.Fill;
|
||||||
panelFans.Location = new Point(530, 0);
|
panelFans.Location = new Point(530, 0);
|
||||||
panelFans.Margin = new Padding(0);
|
panelFans.Margin = new Padding(0);
|
||||||
//panelFans.MaximumSize = new Size(816, 0);
|
|
||||||
panelFans.MinimumSize = new Size(816, 0);
|
panelFans.MinimumSize = new Size(816, 0);
|
||||||
panelFans.Name = "panelFans";
|
panelFans.Name = "panelFans";
|
||||||
panelFans.Padding = new Padding(0, 0, 10, 0);
|
panelFans.Padding = new Padding(0, 0, 10, 0);
|
||||||
panelFans.Size = new Size(816, 2119);
|
panelFans.Size = new Size(820, 2119);
|
||||||
panelFans.TabIndex = 12;
|
panelFans.TabIndex = 12;
|
||||||
//
|
//
|
||||||
// labelTip
|
// labelTip
|
||||||
@@ -261,65 +266,65 @@ namespace GHelper
|
|||||||
tableFanCharts.RowStyles.Add(new RowStyle(SizeType.Percent, 25F));
|
tableFanCharts.RowStyles.Add(new RowStyle(SizeType.Percent, 25F));
|
||||||
tableFanCharts.RowStyles.Add(new RowStyle(SizeType.Percent, 25F));
|
tableFanCharts.RowStyles.Add(new RowStyle(SizeType.Percent, 25F));
|
||||||
tableFanCharts.RowStyles.Add(new RowStyle(SizeType.Percent, 25F));
|
tableFanCharts.RowStyles.Add(new RowStyle(SizeType.Percent, 25F));
|
||||||
tableFanCharts.Size = new Size(806, 1937);
|
tableFanCharts.Size = new Size(810, 1937);
|
||||||
tableFanCharts.TabIndex = 36;
|
tableFanCharts.TabIndex = 36;
|
||||||
//
|
//
|
||||||
// chartGPU
|
// chartGPU
|
||||||
//
|
//
|
||||||
chartArea1.Name = "ChartArea1";
|
chartArea9.Name = "ChartArea1";
|
||||||
chartGPU.ChartAreas.Add(chartArea1);
|
chartGPU.ChartAreas.Add(chartArea9);
|
||||||
chartGPU.Dock = DockStyle.Fill;
|
chartGPU.Dock = DockStyle.Fill;
|
||||||
chartGPU.Location = new Point(12, 493);
|
chartGPU.Location = new Point(12, 493);
|
||||||
chartGPU.Margin = new Padding(2, 10, 2, 10);
|
chartGPU.Margin = new Padding(2, 10, 2, 10);
|
||||||
chartGPU.Name = "chartGPU";
|
chartGPU.Name = "chartGPU";
|
||||||
chartGPU.Size = new Size(782, 463);
|
chartGPU.Size = new Size(786, 463);
|
||||||
chartGPU.TabIndex = 17;
|
chartGPU.TabIndex = 17;
|
||||||
chartGPU.Text = "chartGPU";
|
chartGPU.Text = "chartGPU";
|
||||||
title1.Name = "Title1";
|
title9.Name = "Title1";
|
||||||
chartGPU.Titles.Add(title1);
|
chartGPU.Titles.Add(title9);
|
||||||
//
|
//
|
||||||
// chartCPU
|
// chartCPU
|
||||||
//
|
//
|
||||||
chartArea2.Name = "ChartArea1";
|
chartArea10.Name = "ChartArea1";
|
||||||
chartCPU.ChartAreas.Add(chartArea2);
|
chartCPU.ChartAreas.Add(chartArea10);
|
||||||
chartCPU.Dock = DockStyle.Fill;
|
chartCPU.Dock = DockStyle.Fill;
|
||||||
chartCPU.Location = new Point(12, 10);
|
chartCPU.Location = new Point(12, 10);
|
||||||
chartCPU.Margin = new Padding(2, 10, 2, 10);
|
chartCPU.Margin = new Padding(2, 10, 2, 10);
|
||||||
chartCPU.Name = "chartCPU";
|
chartCPU.Name = "chartCPU";
|
||||||
chartCPU.Size = new Size(782, 463);
|
chartCPU.Size = new Size(786, 463);
|
||||||
chartCPU.TabIndex = 14;
|
chartCPU.TabIndex = 14;
|
||||||
chartCPU.Text = "chartCPU";
|
chartCPU.Text = "chartCPU";
|
||||||
title2.Name = "Title1";
|
title10.Name = "Title1";
|
||||||
chartCPU.Titles.Add(title2);
|
chartCPU.Titles.Add(title10);
|
||||||
//
|
//
|
||||||
// chartXGM
|
// chartXGM
|
||||||
//
|
//
|
||||||
chartArea3.Name = "ChartAreaXGM";
|
chartArea11.Name = "ChartAreaXGM";
|
||||||
chartXGM.ChartAreas.Add(chartArea3);
|
chartXGM.ChartAreas.Add(chartArea11);
|
||||||
chartXGM.Dock = DockStyle.Fill;
|
chartXGM.Dock = DockStyle.Fill;
|
||||||
chartXGM.Location = new Point(12, 1459);
|
chartXGM.Location = new Point(12, 1459);
|
||||||
chartXGM.Margin = new Padding(2, 10, 2, 10);
|
chartXGM.Margin = new Padding(2, 10, 2, 10);
|
||||||
chartXGM.Name = "chartXGM";
|
chartXGM.Name = "chartXGM";
|
||||||
chartXGM.Size = new Size(782, 463);
|
chartXGM.Size = new Size(786, 463);
|
||||||
chartXGM.TabIndex = 14;
|
chartXGM.TabIndex = 14;
|
||||||
chartXGM.Text = "chartXGM";
|
chartXGM.Text = "chartXGM";
|
||||||
title3.Name = "Title4";
|
title11.Name = "Title4";
|
||||||
chartXGM.Titles.Add(title3);
|
chartXGM.Titles.Add(title11);
|
||||||
chartXGM.Visible = false;
|
chartXGM.Visible = false;
|
||||||
//
|
//
|
||||||
// chartMid
|
// chartMid
|
||||||
//
|
//
|
||||||
chartArea4.Name = "ChartArea3";
|
chartArea12.Name = "ChartArea3";
|
||||||
chartMid.ChartAreas.Add(chartArea4);
|
chartMid.ChartAreas.Add(chartArea12);
|
||||||
chartMid.Dock = DockStyle.Fill;
|
chartMid.Dock = DockStyle.Fill;
|
||||||
chartMid.Location = new Point(12, 976);
|
chartMid.Location = new Point(12, 976);
|
||||||
chartMid.Margin = new Padding(2, 10, 2, 10);
|
chartMid.Margin = new Padding(2, 10, 2, 10);
|
||||||
chartMid.Name = "chartMid";
|
chartMid.Name = "chartMid";
|
||||||
chartMid.Size = new Size(782, 463);
|
chartMid.Size = new Size(786, 463);
|
||||||
chartMid.TabIndex = 14;
|
chartMid.TabIndex = 14;
|
||||||
chartMid.Text = "chartMid";
|
chartMid.Text = "chartMid";
|
||||||
title4.Name = "Title3";
|
title12.Name = "Title3";
|
||||||
chartMid.Titles.Add(title4);
|
chartMid.Titles.Add(title12);
|
||||||
chartMid.Visible = false;
|
chartMid.Visible = false;
|
||||||
//
|
//
|
||||||
// panelTitleFans
|
// panelTitleFans
|
||||||
@@ -334,7 +339,7 @@ namespace GHelper
|
|||||||
panelTitleFans.Location = new Point(0, 0);
|
panelTitleFans.Location = new Point(0, 0);
|
||||||
panelTitleFans.Margin = new Padding(4);
|
panelTitleFans.Margin = new Padding(4);
|
||||||
panelTitleFans.Name = "panelTitleFans";
|
panelTitleFans.Name = "panelTitleFans";
|
||||||
panelTitleFans.Size = new Size(806, 66);
|
panelTitleFans.Size = new Size(810, 66);
|
||||||
panelTitleFans.TabIndex = 42;
|
panelTitleFans.TabIndex = 42;
|
||||||
//
|
//
|
||||||
// buttonRename
|
// buttonRename
|
||||||
@@ -346,7 +351,7 @@ namespace GHelper
|
|||||||
buttonRename.BorderRadius = 2;
|
buttonRename.BorderRadius = 2;
|
||||||
buttonRename.FlatStyle = FlatStyle.Flat;
|
buttonRename.FlatStyle = FlatStyle.Flat;
|
||||||
buttonRename.Image = Properties.Resources.icons8_edit_32;
|
buttonRename.Image = Properties.Resources.icons8_edit_32;
|
||||||
buttonRename.Location = new Point(376, 10);
|
buttonRename.Location = new Point(380, 10);
|
||||||
buttonRename.Margin = new Padding(4, 2, 4, 2);
|
buttonRename.Margin = new Padding(4, 2, 4, 2);
|
||||||
buttonRename.Name = "buttonRename";
|
buttonRename.Name = "buttonRename";
|
||||||
buttonRename.Secondary = true;
|
buttonRename.Secondary = true;
|
||||||
@@ -363,7 +368,7 @@ namespace GHelper
|
|||||||
buttonRemove.BorderRadius = 2;
|
buttonRemove.BorderRadius = 2;
|
||||||
buttonRemove.FlatStyle = FlatStyle.Flat;
|
buttonRemove.FlatStyle = FlatStyle.Flat;
|
||||||
buttonRemove.Image = Properties.Resources.icons8_remove_64;
|
buttonRemove.Image = Properties.Resources.icons8_remove_64;
|
||||||
buttonRemove.Location = new Point(322, 10);
|
buttonRemove.Location = new Point(326, 10);
|
||||||
buttonRemove.Margin = new Padding(4, 2, 4, 2);
|
buttonRemove.Margin = new Padding(4, 2, 4, 2);
|
||||||
buttonRemove.Name = "buttonRemove";
|
buttonRemove.Name = "buttonRemove";
|
||||||
buttonRemove.Secondary = true;
|
buttonRemove.Secondary = true;
|
||||||
@@ -380,7 +385,7 @@ namespace GHelper
|
|||||||
buttonAdd.BorderRadius = 2;
|
buttonAdd.BorderRadius = 2;
|
||||||
buttonAdd.FlatStyle = FlatStyle.Flat;
|
buttonAdd.FlatStyle = FlatStyle.Flat;
|
||||||
buttonAdd.Image = Properties.Resources.icons8_add_64;
|
buttonAdd.Image = Properties.Resources.icons8_add_64;
|
||||||
buttonAdd.Location = new Point(744, 10);
|
buttonAdd.Location = new Point(748, 10);
|
||||||
buttonAdd.Margin = new Padding(4, 2, 4, 2);
|
buttonAdd.Margin = new Padding(4, 2, 4, 2);
|
||||||
buttonAdd.Name = "buttonAdd";
|
buttonAdd.Name = "buttonAdd";
|
||||||
buttonAdd.Secondary = true;
|
buttonAdd.Secondary = true;
|
||||||
@@ -395,7 +400,7 @@ namespace GHelper
|
|||||||
comboModes.ButtonColor = Color.FromArgb(255, 255, 255);
|
comboModes.ButtonColor = Color.FromArgb(255, 255, 255);
|
||||||
comboModes.FlatStyle = FlatStyle.Flat;
|
comboModes.FlatStyle = FlatStyle.Flat;
|
||||||
comboModes.FormattingEnabled = true;
|
comboModes.FormattingEnabled = true;
|
||||||
comboModes.Location = new Point(436, 14);
|
comboModes.Location = new Point(440, 14);
|
||||||
comboModes.Margin = new Padding(0);
|
comboModes.Margin = new Padding(0);
|
||||||
comboModes.Name = "comboModes";
|
comboModes.Name = "comboModes";
|
||||||
comboModes.Size = new Size(302, 40);
|
comboModes.Size = new Size(302, 40);
|
||||||
@@ -434,7 +439,7 @@ namespace GHelper
|
|||||||
panelApplyFans.Location = new Point(0, 2003);
|
panelApplyFans.Location = new Point(0, 2003);
|
||||||
panelApplyFans.Margin = new Padding(4);
|
panelApplyFans.Margin = new Padding(4);
|
||||||
panelApplyFans.Name = "panelApplyFans";
|
panelApplyFans.Name = "panelApplyFans";
|
||||||
panelApplyFans.Size = new Size(806, 116);
|
panelApplyFans.Size = new Size(810, 116);
|
||||||
panelApplyFans.TabIndex = 43;
|
panelApplyFans.TabIndex = 43;
|
||||||
//
|
//
|
||||||
// buttonCalibrate
|
// buttonCalibrate
|
||||||
@@ -470,7 +475,7 @@ namespace GHelper
|
|||||||
checkApplyFans.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
checkApplyFans.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
||||||
checkApplyFans.AutoSize = true;
|
checkApplyFans.AutoSize = true;
|
||||||
checkApplyFans.BackColor = SystemColors.ControlLight;
|
checkApplyFans.BackColor = SystemColors.ControlLight;
|
||||||
checkApplyFans.Location = new Point(450, 42);
|
checkApplyFans.Location = new Point(454, 42);
|
||||||
checkApplyFans.Margin = new Padding(0);
|
checkApplyFans.Margin = new Padding(0);
|
||||||
checkApplyFans.Name = "checkApplyFans";
|
checkApplyFans.Name = "checkApplyFans";
|
||||||
checkApplyFans.Padding = new Padding(16, 6, 16, 6);
|
checkApplyFans.Padding = new Padding(16, 6, 16, 6);
|
||||||
@@ -536,12 +541,13 @@ namespace GHelper
|
|||||||
panelAdvanced.Controls.Add(panelUV);
|
panelAdvanced.Controls.Add(panelUV);
|
||||||
panelAdvanced.Controls.Add(panelTitleAdvanced);
|
panelAdvanced.Controls.Add(panelTitleAdvanced);
|
||||||
panelAdvanced.Controls.Add(panelTemperature);
|
panelAdvanced.Controls.Add(panelTemperature);
|
||||||
|
panelAdvanced.Controls.Add(panelSkin);
|
||||||
panelAdvanced.Controls.Add(panelTitleTemp);
|
panelAdvanced.Controls.Add(panelTitleTemp);
|
||||||
panelAdvanced.Controls.Add(panelDownload);
|
panelAdvanced.Controls.Add(panelDownload);
|
||||||
panelAdvanced.Dock = DockStyle.Top;
|
panelAdvanced.Dock = DockStyle.Top;
|
||||||
panelAdvanced.Location = new Point(10, 1768);
|
panelAdvanced.Location = new Point(10, 1768);
|
||||||
panelAdvanced.Name = "panelAdvanced";
|
panelAdvanced.Name = "panelAdvanced";
|
||||||
panelAdvanced.Size = new Size(520, 992);
|
panelAdvanced.Size = new Size(520, 1116);
|
||||||
panelAdvanced.TabIndex = 14;
|
panelAdvanced.TabIndex = 14;
|
||||||
panelAdvanced.Visible = false;
|
panelAdvanced.Visible = false;
|
||||||
//
|
//
|
||||||
@@ -550,7 +556,7 @@ namespace GHelper
|
|||||||
panelAdvancedAlways.AutoSize = true;
|
panelAdvancedAlways.AutoSize = true;
|
||||||
panelAdvancedAlways.Controls.Add(checkApplyUV);
|
panelAdvancedAlways.Controls.Add(checkApplyUV);
|
||||||
panelAdvancedAlways.Dock = DockStyle.Top;
|
panelAdvancedAlways.Dock = DockStyle.Top;
|
||||||
panelAdvancedAlways.Location = new Point(0, 931);
|
panelAdvancedAlways.Location = new Point(0, 1055);
|
||||||
panelAdvancedAlways.Name = "panelAdvancedAlways";
|
panelAdvancedAlways.Name = "panelAdvancedAlways";
|
||||||
panelAdvancedAlways.Padding = new Padding(16, 0, 16, 15);
|
panelAdvancedAlways.Padding = new Padding(16, 0, 16, 15);
|
||||||
panelAdvancedAlways.Size = new Size(520, 61);
|
panelAdvancedAlways.Size = new Size(520, 61);
|
||||||
@@ -576,7 +582,7 @@ namespace GHelper
|
|||||||
panelAdvancedApply.AutoSize = true;
|
panelAdvancedApply.AutoSize = true;
|
||||||
panelAdvancedApply.Controls.Add(buttonApplyAdvanced);
|
panelAdvancedApply.Controls.Add(buttonApplyAdvanced);
|
||||||
panelAdvancedApply.Dock = DockStyle.Top;
|
panelAdvancedApply.Dock = DockStyle.Top;
|
||||||
panelAdvancedApply.Location = new Point(0, 851);
|
panelAdvancedApply.Location = new Point(0, 975);
|
||||||
panelAdvancedApply.Name = "panelAdvancedApply";
|
panelAdvancedApply.Name = "panelAdvancedApply";
|
||||||
panelAdvancedApply.Padding = new Padding(15);
|
panelAdvancedApply.Padding = new Padding(15);
|
||||||
panelAdvancedApply.Size = new Size(520, 80);
|
panelAdvancedApply.Size = new Size(520, 80);
|
||||||
@@ -605,7 +611,7 @@ namespace GHelper
|
|||||||
labelRisky.BackColor = Color.IndianRed;
|
labelRisky.BackColor = Color.IndianRed;
|
||||||
labelRisky.Dock = DockStyle.Top;
|
labelRisky.Dock = DockStyle.Top;
|
||||||
labelRisky.ForeColor = SystemColors.ControlLightLight;
|
labelRisky.ForeColor = SystemColors.ControlLightLight;
|
||||||
labelRisky.Location = new Point(0, 608);
|
labelRisky.Location = new Point(0, 732);
|
||||||
labelRisky.Margin = new Padding(0);
|
labelRisky.Margin = new Padding(0);
|
||||||
labelRisky.Name = "labelRisky";
|
labelRisky.Name = "labelRisky";
|
||||||
labelRisky.Padding = new Padding(10, 10, 10, 5);
|
labelRisky.Padding = new Padding(10, 10, 10, 5);
|
||||||
@@ -621,7 +627,7 @@ namespace GHelper
|
|||||||
panelUViGPU.Controls.Add(labelLeftUViGPU);
|
panelUViGPU.Controls.Add(labelLeftUViGPU);
|
||||||
panelUViGPU.Controls.Add(trackUViGPU);
|
panelUViGPU.Controls.Add(trackUViGPU);
|
||||||
panelUViGPU.Dock = DockStyle.Top;
|
panelUViGPU.Dock = DockStyle.Top;
|
||||||
panelUViGPU.Location = new Point(0, 484);
|
panelUViGPU.Location = new Point(0, 608);
|
||||||
panelUViGPU.Margin = new Padding(4);
|
panelUViGPU.Margin = new Padding(4);
|
||||||
panelUViGPU.MaximumSize = new Size(0, 124);
|
panelUViGPU.MaximumSize = new Size(0, 124);
|
||||||
panelUViGPU.Name = "panelUViGPU";
|
panelUViGPU.Name = "panelUViGPU";
|
||||||
@@ -669,7 +675,7 @@ namespace GHelper
|
|||||||
panelUV.Controls.Add(labelLeftUV);
|
panelUV.Controls.Add(labelLeftUV);
|
||||||
panelUV.Controls.Add(trackUV);
|
panelUV.Controls.Add(trackUV);
|
||||||
panelUV.Dock = DockStyle.Top;
|
panelUV.Dock = DockStyle.Top;
|
||||||
panelUV.Location = new Point(0, 360);
|
panelUV.Location = new Point(0, 484);
|
||||||
panelUV.Margin = new Padding(4);
|
panelUV.Margin = new Padding(4);
|
||||||
panelUV.MaximumSize = new Size(0, 124);
|
panelUV.MaximumSize = new Size(0, 124);
|
||||||
panelUV.Name = "panelUV";
|
panelUV.Name = "panelUV";
|
||||||
@@ -714,7 +720,7 @@ namespace GHelper
|
|||||||
panelTitleAdvanced.Controls.Add(pictureUV);
|
panelTitleAdvanced.Controls.Add(pictureUV);
|
||||||
panelTitleAdvanced.Controls.Add(labelTitleUV);
|
panelTitleAdvanced.Controls.Add(labelTitleUV);
|
||||||
panelTitleAdvanced.Dock = DockStyle.Top;
|
panelTitleAdvanced.Dock = DockStyle.Top;
|
||||||
panelTitleAdvanced.Location = new Point(0, 294);
|
panelTitleAdvanced.Location = new Point(0, 418);
|
||||||
panelTitleAdvanced.Name = "panelTitleAdvanced";
|
panelTitleAdvanced.Name = "panelTitleAdvanced";
|
||||||
panelTitleAdvanced.Size = new Size(520, 66);
|
panelTitleAdvanced.Size = new Size(520, 66);
|
||||||
panelTitleAdvanced.TabIndex = 48;
|
panelTitleAdvanced.TabIndex = 48;
|
||||||
@@ -750,7 +756,7 @@ namespace GHelper
|
|||||||
panelTemperature.Controls.Add(labelLeftTemp);
|
panelTemperature.Controls.Add(labelLeftTemp);
|
||||||
panelTemperature.Controls.Add(trackTemp);
|
panelTemperature.Controls.Add(trackTemp);
|
||||||
panelTemperature.Dock = DockStyle.Top;
|
panelTemperature.Dock = DockStyle.Top;
|
||||||
panelTemperature.Location = new Point(0, 170);
|
panelTemperature.Location = new Point(0, 294);
|
||||||
panelTemperature.Margin = new Padding(4);
|
panelTemperature.Margin = new Padding(4);
|
||||||
panelTemperature.MaximumSize = new Size(0, 124);
|
panelTemperature.MaximumSize = new Size(0, 124);
|
||||||
panelTemperature.Name = "panelTemperature";
|
panelTemperature.Name = "panelTemperature";
|
||||||
@@ -1257,55 +1263,6 @@ namespace GHelper
|
|||||||
panelGPU.TabIndex = 44;
|
panelGPU.TabIndex = 44;
|
||||||
panelGPU.Visible = false;
|
panelGPU.Visible = false;
|
||||||
//
|
//
|
||||||
// panelGPUPower
|
|
||||||
//
|
|
||||||
panelGPUPower.AutoSize = true;
|
|
||||||
panelGPUPower.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
||||||
panelGPUPower.Controls.Add(labelGPUPower);
|
|
||||||
panelGPUPower.Controls.Add(labelGPUPowerTitle);
|
|
||||||
panelGPUPower.Controls.Add(trackGPUPower);
|
|
||||||
panelGPUPower.Dock = DockStyle.Top;
|
|
||||||
panelGPUPower.Location = new Point(0, 432);
|
|
||||||
panelGPUPower.Margin = new Padding(4);
|
|
||||||
panelGPUPower.MaximumSize = new Size(0, 124);
|
|
||||||
panelGPUPower.Name = "panelGPUPower";
|
|
||||||
panelGPUPower.Size = new Size(520, 124);
|
|
||||||
panelGPUPower.TabIndex = 49;
|
|
||||||
//
|
|
||||||
// labelGPUPower
|
|
||||||
//
|
|
||||||
labelGPUPower.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
|
|
||||||
labelGPUPower.Location = new Point(374, 14);
|
|
||||||
labelGPUPower.Margin = new Padding(4, 0, 4, 0);
|
|
||||||
labelGPUPower.Name = "labelGPUPower";
|
|
||||||
labelGPUPower.Size = new Size(124, 32);
|
|
||||||
labelGPUPower.TabIndex = 44;
|
|
||||||
labelGPUPower.Text = "105W";
|
|
||||||
labelGPUPower.TextAlign = ContentAlignment.TopRight;
|
|
||||||
//
|
|
||||||
// labelGPUPowerTitle
|
|
||||||
//
|
|
||||||
labelGPUPowerTitle.AutoSize = true;
|
|
||||||
labelGPUPowerTitle.Location = new Point(10, 14);
|
|
||||||
labelGPUPowerTitle.Margin = new Padding(4, 0, 4, 0);
|
|
||||||
labelGPUPowerTitle.Name = "labelGPUPowerTitle";
|
|
||||||
labelGPUPowerTitle.Size = new Size(130, 32);
|
|
||||||
labelGPUPowerTitle.TabIndex = 43;
|
|
||||||
labelGPUPowerTitle.Text = "GPU Power";
|
|
||||||
//
|
|
||||||
// trackGPUPower
|
|
||||||
//
|
|
||||||
trackGPUPower.Location = new Point(6, 48);
|
|
||||||
trackGPUPower.Margin = new Padding(4, 2, 4, 2);
|
|
||||||
trackGPUPower.Maximum = 25;
|
|
||||||
trackGPUPower.Minimum = 5;
|
|
||||||
trackGPUPower.Name = "trackGPUPower";
|
|
||||||
trackGPUPower.Size = new Size(496, 90);
|
|
||||||
trackGPUPower.TabIndex = 42;
|
|
||||||
trackGPUPower.TickFrequency = 5;
|
|
||||||
trackGPUPower.TickStyle = TickStyle.TopLeft;
|
|
||||||
trackGPUPower.Value = 25;
|
|
||||||
//
|
|
||||||
// panelGPUTemp
|
// panelGPUTemp
|
||||||
//
|
//
|
||||||
panelGPUTemp.AutoSize = true;
|
panelGPUTemp.AutoSize = true;
|
||||||
@@ -1404,6 +1361,55 @@ namespace GHelper
|
|||||||
trackGPUBoost.TickStyle = TickStyle.TopLeft;
|
trackGPUBoost.TickStyle = TickStyle.TopLeft;
|
||||||
trackGPUBoost.Value = 25;
|
trackGPUBoost.Value = 25;
|
||||||
//
|
//
|
||||||
|
// panelGPUPower
|
||||||
|
//
|
||||||
|
panelGPUPower.AutoSize = true;
|
||||||
|
panelGPUPower.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
||||||
|
panelGPUPower.Controls.Add(labelGPUPower);
|
||||||
|
panelGPUPower.Controls.Add(labelGPUPowerTitle);
|
||||||
|
panelGPUPower.Controls.Add(trackGPUPower);
|
||||||
|
panelGPUPower.Dock = DockStyle.Top;
|
||||||
|
panelGPUPower.Location = new Point(0, 432);
|
||||||
|
panelGPUPower.Margin = new Padding(4);
|
||||||
|
panelGPUPower.MaximumSize = new Size(0, 124);
|
||||||
|
panelGPUPower.Name = "panelGPUPower";
|
||||||
|
panelGPUPower.Size = new Size(520, 124);
|
||||||
|
panelGPUPower.TabIndex = 49;
|
||||||
|
//
|
||||||
|
// labelGPUPower
|
||||||
|
//
|
||||||
|
labelGPUPower.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
|
||||||
|
labelGPUPower.Location = new Point(374, 14);
|
||||||
|
labelGPUPower.Margin = new Padding(4, 0, 4, 0);
|
||||||
|
labelGPUPower.Name = "labelGPUPower";
|
||||||
|
labelGPUPower.Size = new Size(124, 32);
|
||||||
|
labelGPUPower.TabIndex = 44;
|
||||||
|
labelGPUPower.Text = "105W";
|
||||||
|
labelGPUPower.TextAlign = ContentAlignment.TopRight;
|
||||||
|
//
|
||||||
|
// labelGPUPowerTitle
|
||||||
|
//
|
||||||
|
labelGPUPowerTitle.AutoSize = true;
|
||||||
|
labelGPUPowerTitle.Location = new Point(10, 14);
|
||||||
|
labelGPUPowerTitle.Margin = new Padding(4, 0, 4, 0);
|
||||||
|
labelGPUPowerTitle.Name = "labelGPUPowerTitle";
|
||||||
|
labelGPUPowerTitle.Size = new Size(130, 32);
|
||||||
|
labelGPUPowerTitle.TabIndex = 43;
|
||||||
|
labelGPUPowerTitle.Text = "GPU Power";
|
||||||
|
//
|
||||||
|
// trackGPUPower
|
||||||
|
//
|
||||||
|
trackGPUPower.Location = new Point(6, 48);
|
||||||
|
trackGPUPower.Margin = new Padding(4, 2, 4, 2);
|
||||||
|
trackGPUPower.Maximum = 25;
|
||||||
|
trackGPUPower.Minimum = 5;
|
||||||
|
trackGPUPower.Name = "trackGPUPower";
|
||||||
|
trackGPUPower.Size = new Size(496, 90);
|
||||||
|
trackGPUPower.TabIndex = 42;
|
||||||
|
trackGPUPower.TickFrequency = 5;
|
||||||
|
trackGPUPower.TickStyle = TickStyle.TopLeft;
|
||||||
|
trackGPUPower.Value = 25;
|
||||||
|
//
|
||||||
// panelGPUMemory
|
// panelGPUMemory
|
||||||
//
|
//
|
||||||
panelGPUMemory.AutoSize = true;
|
panelGPUMemory.AutoSize = true;
|
||||||
@@ -1675,6 +1681,54 @@ namespace GHelper
|
|||||||
buttonCPU.TextImageRelation = TextImageRelation.ImageBeforeText;
|
buttonCPU.TextImageRelation = TextImageRelation.ImageBeforeText;
|
||||||
buttonCPU.UseVisualStyleBackColor = false;
|
buttonCPU.UseVisualStyleBackColor = false;
|
||||||
//
|
//
|
||||||
|
// panelSkin
|
||||||
|
//
|
||||||
|
panelSkin.AutoSize = true;
|
||||||
|
panelSkin.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
||||||
|
panelSkin.Controls.Add(labelSkin);
|
||||||
|
panelSkin.Controls.Add(labelSkinTitle);
|
||||||
|
panelSkin.Controls.Add(trackSkin);
|
||||||
|
panelSkin.Dock = DockStyle.Top;
|
||||||
|
panelSkin.Location = new Point(0, 170);
|
||||||
|
panelSkin.Margin = new Padding(4);
|
||||||
|
panelSkin.MaximumSize = new Size(0, 124);
|
||||||
|
panelSkin.Name = "panelSkin";
|
||||||
|
panelSkin.Size = new Size(520, 124);
|
||||||
|
panelSkin.TabIndex = 53;
|
||||||
|
//
|
||||||
|
// labelSkin
|
||||||
|
//
|
||||||
|
labelSkin.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
|
||||||
|
labelSkin.Location = new Point(347, 13);
|
||||||
|
labelSkin.Margin = new Padding(4, 0, 4, 0);
|
||||||
|
labelSkin.Name = "labelSkin";
|
||||||
|
labelSkin.Size = new Size(148, 32);
|
||||||
|
labelSkin.TabIndex = 13;
|
||||||
|
labelSkin.Text = "T";
|
||||||
|
labelSkin.TextAlign = ContentAlignment.TopRight;
|
||||||
|
//
|
||||||
|
// labelSkinTitle
|
||||||
|
//
|
||||||
|
labelSkinTitle.AutoSize = true;
|
||||||
|
labelSkinTitle.Location = new Point(10, 10);
|
||||||
|
labelSkinTitle.Margin = new Padding(4, 0, 4, 0);
|
||||||
|
labelSkinTitle.Name = "labelSkinTitle";
|
||||||
|
labelSkinTitle.Size = new Size(235, 32);
|
||||||
|
labelSkinTitle.TabIndex = 12;
|
||||||
|
labelSkinTitle.Text = "APU Skin Temp Limit";
|
||||||
|
//
|
||||||
|
// trackSkin
|
||||||
|
//
|
||||||
|
trackSkin.Location = new Point(6, 48);
|
||||||
|
trackSkin.Margin = new Padding(4, 2, 4, 2);
|
||||||
|
trackSkin.Maximum = 0;
|
||||||
|
trackSkin.Minimum = -40;
|
||||||
|
trackSkin.Name = "trackSkin";
|
||||||
|
trackSkin.Size = new Size(508, 90);
|
||||||
|
trackSkin.TabIndex = 11;
|
||||||
|
trackSkin.TickFrequency = 5;
|
||||||
|
trackSkin.TickStyle = TickStyle.TopLeft;
|
||||||
|
//
|
||||||
// Fans
|
// Fans
|
||||||
//
|
//
|
||||||
AutoScaleDimensions = new SizeF(192F, 192F);
|
AutoScaleDimensions = new SizeF(192F, 192F);
|
||||||
@@ -1685,7 +1739,6 @@ namespace GHelper
|
|||||||
Controls.Add(panelFans);
|
Controls.Add(panelFans);
|
||||||
Controls.Add(panelSliders);
|
Controls.Add(panelSliders);
|
||||||
Margin = new Padding(4, 2, 4, 2);
|
Margin = new Padding(4, 2, 4, 2);
|
||||||
MaximizeBox = true;
|
|
||||||
MinimizeBox = false;
|
MinimizeBox = false;
|
||||||
MinimumSize = new Size(26, 1100);
|
MinimumSize = new Size(26, 1100);
|
||||||
Name = "Fans";
|
Name = "Fans";
|
||||||
@@ -1756,15 +1809,15 @@ namespace GHelper
|
|||||||
((System.ComponentModel.ISupportInitialize)picturePowerMode).EndInit();
|
((System.ComponentModel.ISupportInitialize)picturePowerMode).EndInit();
|
||||||
panelGPU.ResumeLayout(false);
|
panelGPU.ResumeLayout(false);
|
||||||
panelGPU.PerformLayout();
|
panelGPU.PerformLayout();
|
||||||
panelGPUPower.ResumeLayout(false);
|
|
||||||
panelGPUPower.PerformLayout();
|
|
||||||
((System.ComponentModel.ISupportInitialize)trackGPUPower).EndInit();
|
|
||||||
panelGPUTemp.ResumeLayout(false);
|
panelGPUTemp.ResumeLayout(false);
|
||||||
panelGPUTemp.PerformLayout();
|
panelGPUTemp.PerformLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)trackGPUTemp).EndInit();
|
((System.ComponentModel.ISupportInitialize)trackGPUTemp).EndInit();
|
||||||
panelGPUBoost.ResumeLayout(false);
|
panelGPUBoost.ResumeLayout(false);
|
||||||
panelGPUBoost.PerformLayout();
|
panelGPUBoost.PerformLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)trackGPUBoost).EndInit();
|
((System.ComponentModel.ISupportInitialize)trackGPUBoost).EndInit();
|
||||||
|
panelGPUPower.ResumeLayout(false);
|
||||||
|
panelGPUPower.PerformLayout();
|
||||||
|
((System.ComponentModel.ISupportInitialize)trackGPUPower).EndInit();
|
||||||
panelGPUMemory.ResumeLayout(false);
|
panelGPUMemory.ResumeLayout(false);
|
||||||
panelGPUMemory.PerformLayout();
|
panelGPUMemory.PerformLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)trackGPUMemory).EndInit();
|
((System.ComponentModel.ISupportInitialize)trackGPUMemory).EndInit();
|
||||||
@@ -1779,6 +1832,9 @@ namespace GHelper
|
|||||||
((System.ComponentModel.ISupportInitialize)pictureGPU).EndInit();
|
((System.ComponentModel.ISupportInitialize)pictureGPU).EndInit();
|
||||||
panelNav.ResumeLayout(false);
|
panelNav.ResumeLayout(false);
|
||||||
tableNav.ResumeLayout(false);
|
tableNav.ResumeLayout(false);
|
||||||
|
panelSkin.ResumeLayout(false);
|
||||||
|
panelSkin.PerformLayout();
|
||||||
|
((System.ComponentModel.ISupportInitialize)trackSkin).EndInit();
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
PerformLayout();
|
PerformLayout();
|
||||||
}
|
}
|
||||||
@@ -1896,5 +1952,9 @@ namespace GHelper
|
|||||||
private Label labelGPUPower;
|
private Label labelGPUPower;
|
||||||
private Label labelGPUPowerTitle;
|
private Label labelGPUPowerTitle;
|
||||||
private TrackBar trackGPUPower;
|
private TrackBar trackGPUPower;
|
||||||
|
private Panel panelSkin;
|
||||||
|
private Label labelSkin;
|
||||||
|
private Label labelSkinTitle;
|
||||||
|
private TrackBar trackSkin;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
17
app/Fans.cs
17
app/Fans.cs
@@ -184,6 +184,9 @@ namespace GHelper
|
|||||||
trackTemp.Minimum = RyzenControl.MinTemp;
|
trackTemp.Minimum = RyzenControl.MinTemp;
|
||||||
trackTemp.Maximum = RyzenControl.MaxTemp;
|
trackTemp.Maximum = RyzenControl.MaxTemp;
|
||||||
|
|
||||||
|
trackSkin.Minimum = RyzenControl.MinSkin;
|
||||||
|
trackSkin.Maximum = RyzenControl.MaxSkin;
|
||||||
|
|
||||||
comboPowerMode.DropDownStyle = ComboBoxStyle.DropDownList;
|
comboPowerMode.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||||
comboPowerMode.DataSource = new BindingSource(PowerNative.powerModes, null);
|
comboPowerMode.DataSource = new BindingSource(PowerNative.powerModes, null);
|
||||||
comboPowerMode.DisplayMember = "Value";
|
comboPowerMode.DisplayMember = "Value";
|
||||||
@@ -211,6 +214,7 @@ namespace GHelper
|
|||||||
trackUV.Scroll += TrackUV_Scroll;
|
trackUV.Scroll += TrackUV_Scroll;
|
||||||
trackUViGPU.Scroll += TrackUV_Scroll;
|
trackUViGPU.Scroll += TrackUV_Scroll;
|
||||||
trackTemp.Scroll += TrackUV_Scroll;
|
trackTemp.Scroll += TrackUV_Scroll;
|
||||||
|
trackSkin.Scroll += TrackUV_Scroll;
|
||||||
|
|
||||||
buttonApplyAdvanced.Click += ButtonApplyAdvanced_Click;
|
buttonApplyAdvanced.Click += ButtonApplyAdvanced_Click;
|
||||||
|
|
||||||
@@ -248,6 +252,7 @@ namespace GHelper
|
|||||||
panelUV.Visible = true;
|
panelUV.Visible = true;
|
||||||
panelTitleAdvanced.Visible = true;
|
panelTitleAdvanced.Visible = true;
|
||||||
panelTemperature.Visible = true;
|
panelTemperature.Visible = true;
|
||||||
|
panelSkin.Visible = true;
|
||||||
panelTitleTemp.Visible = true;
|
panelTitleTemp.Visible = true;
|
||||||
|
|
||||||
VisualiseAdvanced();
|
VisualiseAdvanced();
|
||||||
@@ -381,11 +386,15 @@ namespace GHelper
|
|||||||
int temp = AppConfig.GetMode("cpu_temp");
|
int temp = AppConfig.GetMode("cpu_temp");
|
||||||
if (temp < RyzenControl.MinTemp || temp > RyzenControl.MaxTemp) temp = RyzenControl.MaxTemp;
|
if (temp < RyzenControl.MinTemp || temp > RyzenControl.MaxTemp) temp = RyzenControl.MaxTemp;
|
||||||
|
|
||||||
|
int skin = AppConfig.GetMode("skin_temp");
|
||||||
|
if (skin < RyzenControl.MinSkin || skin > RyzenControl.MaxSkin) skin = RyzenControl.MaxSkin;
|
||||||
|
|
||||||
checkApplyUV.Enabled = checkApplyUV.Checked = AppConfig.IsMode("auto_uv");
|
checkApplyUV.Enabled = checkApplyUV.Checked = AppConfig.IsMode("auto_uv");
|
||||||
|
|
||||||
trackUV.Value = cpuUV;
|
trackUV.Value = cpuUV;
|
||||||
trackUViGPU.Value = igpuUV;
|
trackUViGPU.Value = igpuUV;
|
||||||
trackTemp.Value = temp;
|
trackTemp.Value = temp;
|
||||||
|
trackSkin.Value = skin;
|
||||||
|
|
||||||
VisualiseAdvanced();
|
VisualiseAdvanced();
|
||||||
|
|
||||||
@@ -404,6 +413,7 @@ namespace GHelper
|
|||||||
panelUViGPU.Visible = false;
|
panelUViGPU.Visible = false;
|
||||||
panelTitleTemp.Visible = false;
|
panelTitleTemp.Visible = false;
|
||||||
panelTemperature.Visible = false;
|
panelTemperature.Visible = false;
|
||||||
|
panelSkin.Visible = false;
|
||||||
panelAdvancedAlways.Visible = false;
|
panelAdvancedAlways.Visible = false;
|
||||||
panelAdvancedApply.Visible = false;
|
panelAdvancedApply.Visible = false;
|
||||||
panelDownload.Visible = true;
|
panelDownload.Visible = true;
|
||||||
@@ -428,7 +438,9 @@ namespace GHelper
|
|||||||
|
|
||||||
labelUV.Text = trackUV.Value.ToString();
|
labelUV.Text = trackUV.Value.ToString();
|
||||||
labelUViGPU.Text = trackUViGPU.Value.ToString();
|
labelUViGPU.Text = trackUViGPU.Value.ToString();
|
||||||
|
|
||||||
labelTemp.Text = (trackTemp.Value < RyzenControl.MaxTemp) ? trackTemp.Value.ToString() + "°C" : "Default";
|
labelTemp.Text = (trackTemp.Value < RyzenControl.MaxTemp) ? trackTemp.Value.ToString() + "°C" : "Default";
|
||||||
|
labelSkin.Text = (trackSkin.Value < RyzenControl.MaxSkin) ? trackSkin.Value.ToString() + "°C" : "Default";
|
||||||
}
|
}
|
||||||
|
|
||||||
private void AdvancedScroll()
|
private void AdvancedScroll()
|
||||||
@@ -438,6 +450,7 @@ namespace GHelper
|
|||||||
|
|
||||||
VisualiseAdvanced();
|
VisualiseAdvanced();
|
||||||
|
|
||||||
|
AppConfig.SetMode("skin_temp", trackSkin.Value);
|
||||||
AppConfig.SetMode("cpu_temp", trackTemp.Value);
|
AppConfig.SetMode("cpu_temp", trackTemp.Value);
|
||||||
AppConfig.SetMode("cpu_uv", trackUV.Value);
|
AppConfig.SetMode("cpu_uv", trackUV.Value);
|
||||||
AppConfig.SetMode("igpu_uv", trackUViGPU.Value);
|
AppConfig.SetMode("igpu_uv", trackUViGPU.Value);
|
||||||
@@ -1140,9 +1153,11 @@ namespace GHelper
|
|||||||
trackUV.Value = RyzenControl.MaxCPUUV;
|
trackUV.Value = RyzenControl.MaxCPUUV;
|
||||||
trackUViGPU.Value = RyzenControl.MaxIGPUUV;
|
trackUViGPU.Value = RyzenControl.MaxIGPUUV;
|
||||||
trackTemp.Value = RyzenControl.MaxTemp;
|
trackTemp.Value = RyzenControl.MaxTemp;
|
||||||
|
trackSkin.Value = RyzenControl.MaxSkin;
|
||||||
|
|
||||||
AdvancedScroll();
|
AdvancedScroll();
|
||||||
AppConfig.SetMode("cpu_temp", -1);
|
AppConfig.RemoveMode("cpu_temp");
|
||||||
|
AppConfig.RemoveMode("skin_temp");
|
||||||
|
|
||||||
modeControl.ResetPerformanceMode();
|
modeControl.ResetPerformanceMode();
|
||||||
|
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ namespace GHelper.Mode
|
|||||||
private void ReapplyTimer_Elapsed(object? sender, System.Timers.ElapsedEventArgs e)
|
private void ReapplyTimer_Elapsed(object? sender, System.Timers.ElapsedEventArgs e)
|
||||||
{
|
{
|
||||||
SetCPUTemp(AppConfig.GetMode("cpu_temp"));
|
SetCPUTemp(AppConfig.GetMode("cpu_temp"));
|
||||||
|
SetSkinTemp(AppConfig.GetMode("skin_temp"));
|
||||||
SetRyzenPower();
|
SetRyzenPower();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -406,9 +407,15 @@ namespace GHelper.Mode
|
|||||||
{
|
{
|
||||||
var resultCPU = SendCommand.set_tctl_temp((uint)cpuTemp);
|
var resultCPU = SendCommand.set_tctl_temp((uint)cpuTemp);
|
||||||
if (init) Logger.WriteLine($"CPU Temp: {cpuTemp} {resultCPU}");
|
if (init) Logger.WriteLine($"CPU Temp: {cpuTemp} {resultCPU}");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
var restultAPU = SendCommand.set_apu_skin_temp_limit((uint)cpuTemp);
|
public void SetSkinTemp(int? skinTemp, bool init = false)
|
||||||
if (init) Logger.WriteLine($"APU Temp: {cpuTemp} {restultAPU}");
|
{
|
||||||
|
if (skinTemp >= RyzenControl.MinSkin && skinTemp < RyzenControl.MaxSkin)
|
||||||
|
{
|
||||||
|
var restultAPU = SendCommand.set_apu_skin_temp_limit((uint)skinTemp);
|
||||||
|
if (init) Logger.WriteLine($"APU Skin Temp: {skinTemp} {restultAPU}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -452,6 +459,7 @@ namespace GHelper.Mode
|
|||||||
SetUV(AppConfig.GetMode("cpu_uv", 0));
|
SetUV(AppConfig.GetMode("cpu_uv", 0));
|
||||||
SetUViGPU(AppConfig.GetMode("igpu_uv", 0));
|
SetUViGPU(AppConfig.GetMode("igpu_uv", 0));
|
||||||
SetCPUTemp(AppConfig.GetMode("cpu_temp"), true);
|
SetCPUTemp(AppConfig.GetMode("cpu_temp"), true);
|
||||||
|
SetSkinTemp(AppConfig.GetMode("skin_temp"), true);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -21,6 +21,8 @@ namespace Ryzen
|
|||||||
|
|
||||||
public static int MinTemp => AppConfig.Get("min_temp", 75);
|
public static int MinTemp => AppConfig.Get("min_temp", 75);
|
||||||
public const int MaxTemp = 98;
|
public const int MaxTemp = 98;
|
||||||
|
public static int MinSkin => AppConfig.Get("min_temp", 30);
|
||||||
|
public const int MaxSkin = 90;
|
||||||
|
|
||||||
public static int FAMID { get; protected set; }
|
public static int FAMID { get; protected set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user