mirror of
https://github.com/theitaliandeveloper/Perfect11.git
synced 2025-12-06 00:52:04 +00:00
Fix color maybe
This commit is contained in:
19
Perfect11/Form1.Designer.cs
generated
19
Perfect11/Form1.Designer.cs
generated
@@ -144,7 +144,7 @@
|
||||
this.welcomePage.Controls.Add(this.poisonLabel1);
|
||||
this.welcomePage.HorizontalScrollbarBarColor = true;
|
||||
this.welcomePage.HorizontalScrollbarHighlightOnWheel = false;
|
||||
this.welcomePage.HorizontalScrollbarSize = 9;
|
||||
this.welcomePage.HorizontalScrollbarSize = 4;
|
||||
this.welcomePage.Location = new System.Drawing.Point(4, 38);
|
||||
this.welcomePage.Name = "welcomePage";
|
||||
this.welcomePage.Size = new System.Drawing.Size(1315, 690);
|
||||
@@ -152,7 +152,7 @@
|
||||
this.welcomePage.Text = "Welcome";
|
||||
this.welcomePage.VerticalScrollbarBarColor = true;
|
||||
this.welcomePage.VerticalScrollbarHighlightOnWheel = false;
|
||||
this.welcomePage.VerticalScrollbarSize = 51;
|
||||
this.welcomePage.VerticalScrollbarSize = 23;
|
||||
//
|
||||
// poisonLabel2
|
||||
//
|
||||
@@ -205,7 +205,7 @@
|
||||
this.upgradePage.Controls.Add(this.poisonLabel4);
|
||||
this.upgradePage.HorizontalScrollbarBarColor = true;
|
||||
this.upgradePage.HorizontalScrollbarHighlightOnWheel = false;
|
||||
this.upgradePage.HorizontalScrollbarSize = 10;
|
||||
this.upgradePage.HorizontalScrollbarSize = 4;
|
||||
this.upgradePage.Location = new System.Drawing.Point(4, 38);
|
||||
this.upgradePage.Name = "upgradePage";
|
||||
this.upgradePage.Size = new System.Drawing.Size(1315, 690);
|
||||
@@ -213,7 +213,7 @@
|
||||
this.upgradePage.Text = "Upgrade";
|
||||
this.upgradePage.VerticalScrollbarBarColor = true;
|
||||
this.upgradePage.VerticalScrollbarHighlightOnWheel = false;
|
||||
this.upgradePage.VerticalScrollbarSize = 10;
|
||||
this.upgradePage.VerticalScrollbarSize = 5;
|
||||
//
|
||||
// statusLabel
|
||||
//
|
||||
@@ -362,7 +362,7 @@
|
||||
this.debloatPage.Controls.Add(this.LstUWP);
|
||||
this.debloatPage.HorizontalScrollbarBarColor = true;
|
||||
this.debloatPage.HorizontalScrollbarHighlightOnWheel = false;
|
||||
this.debloatPage.HorizontalScrollbarSize = 9;
|
||||
this.debloatPage.HorizontalScrollbarSize = 4;
|
||||
this.debloatPage.Location = new System.Drawing.Point(4, 38);
|
||||
this.debloatPage.Name = "debloatPage";
|
||||
this.debloatPage.Size = new System.Drawing.Size(1315, 690);
|
||||
@@ -370,7 +370,7 @@
|
||||
this.debloatPage.Text = "Debloat";
|
||||
this.debloatPage.VerticalScrollbarBarColor = true;
|
||||
this.debloatPage.VerticalScrollbarHighlightOnWheel = false;
|
||||
this.debloatPage.VerticalScrollbarSize = 31;
|
||||
this.debloatPage.VerticalScrollbarSize = 14;
|
||||
//
|
||||
// BtnRunUninstaller
|
||||
//
|
||||
@@ -500,7 +500,7 @@
|
||||
this.tweaksPage.Controls.Add(this.tweaksList);
|
||||
this.tweaksPage.HorizontalScrollbarBarColor = true;
|
||||
this.tweaksPage.HorizontalScrollbarHighlightOnWheel = false;
|
||||
this.tweaksPage.HorizontalScrollbarSize = 9;
|
||||
this.tweaksPage.HorizontalScrollbarSize = 4;
|
||||
this.tweaksPage.Location = new System.Drawing.Point(4, 38);
|
||||
this.tweaksPage.Name = "tweaksPage";
|
||||
this.tweaksPage.Size = new System.Drawing.Size(1315, 690);
|
||||
@@ -508,7 +508,7 @@
|
||||
this.tweaksPage.Text = "Tweak";
|
||||
this.tweaksPage.VerticalScrollbarBarColor = true;
|
||||
this.tweaksPage.VerticalScrollbarHighlightOnWheel = false;
|
||||
this.tweaksPage.VerticalScrollbarSize = 12;
|
||||
this.tweaksPage.VerticalScrollbarSize = 5;
|
||||
//
|
||||
// runTweaks
|
||||
//
|
||||
@@ -547,10 +547,11 @@
|
||||
this.editionLabel.TabIndex = 4;
|
||||
this.editionLabel.Text = "Perfect11 Community Edition";
|
||||
this.editionLabel.UseCustomBackColor = true;
|
||||
this.editionLabel.UseCustomForeColor = true;
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(41)))), ((int)(((byte)(50)))));
|
||||
this.ClientSize = new System.Drawing.Size(1329, 788);
|
||||
|
||||
Reference in New Issue
Block a user