This commit is contained in:
seerge
2023-03-05 19:59:07 +01:00
parent 5038ff2315
commit 52b07843a2
6 changed files with 108 additions and 102 deletions

6
Fans.Designer.cs generated
View File

@@ -247,8 +247,9 @@
//
// Fans
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
AutoScaleDimensions = new SizeF(96F, 96F);
AutoScaleMode = AutoScaleMode.Dpi;
AutoSize = true;
ClientSize = new Size(621, 510);
Controls.Add(checkAuto);
Controls.Add(buttonApplyPower);
@@ -257,7 +258,6 @@
Controls.Add(buttonReset);
Controls.Add(buttonApply);
Controls.Add(chartCPU);
FormBorderStyle = FormBorderStyle.FixedSingle;
Margin = new Padding(2, 1, 2, 1);
MaximizeBox = false;
MdiChildrenMinimizedAnchorBottom = false;