This commit is contained in:
wxt
2026-01-07 19:56:26 +08:00
parent ca69935e62
commit 7590f42b0f

View File

@@ -142,7 +142,7 @@
uiButton5.FillHoverColor = Color.FromArgb(169, 172, 184);
uiButton5.FillPressColor = Color.FromArgb(126, 130, 140);
uiButton5.FillSelectedColor = Color.FromArgb(126, 130, 140);
uiButton5.Font = new Font("微软雅黑", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiButton5.Font = new Font("微软雅黑", 15F, FontStyle.Bold, GraphicsUnit.Point, 134);
uiButton5.Location = new Point(1570, 100);
uiButton5.MinimumSize = new Size(1, 1);
uiButton5.Name = "uiButton5";
@@ -151,7 +151,7 @@
uiButton5.RectHoverColor = Color.FromArgb(169, 172, 184);
uiButton5.RectPressColor = Color.FromArgb(126, 130, 140);
uiButton5.RectSelectedColor = Color.FromArgb(126, 130, 140);
uiButton5.Size = new Size(220, 75);
uiButton5.Size = new Size(220, 90);
uiButton5.Style = Sunny.UI.UIStyle.Custom;
uiButton5.StyleCustomMode = true;
uiButton5.TabIndex = 5;
@@ -167,7 +167,7 @@
uiButton4.FillHoverColor = Color.FromArgb(102, 177, 255);
uiButton4.FillPressColor = Color.FromArgb(47, 144, 255);
uiButton4.FillSelectedColor = Color.FromArgb(47, 144, 255);
uiButton4.Font = new Font("微软雅黑", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiButton4.Font = new Font("微软雅黑", 15F, FontStyle.Bold, GraphicsUnit.Point, 134);
uiButton4.Location = new Point(820, 100);
uiButton4.MinimumSize = new Size(1, 1);
uiButton4.Name = "uiButton4";
@@ -176,7 +176,7 @@
uiButton4.RectHoverColor = Color.FromArgb(102, 177, 255);
uiButton4.RectPressColor = Color.FromArgb(47, 144, 255);
uiButton4.RectSelectedColor = Color.FromArgb(47, 144, 255);
uiButton4.Size = new Size(220, 75);
uiButton4.Size = new Size(220, 90);
uiButton4.Style = Sunny.UI.UIStyle.Custom;
uiButton4.StyleCustomMode = true;
uiButton4.TabIndex = 4;
@@ -191,7 +191,7 @@
uiButton3.FillHoverColor = Color.FromArgb(133, 206, 97);
uiButton3.FillPressColor = Color.FromArgb(84, 178, 38);
uiButton3.FillSelectedColor = Color.FromArgb(84, 178, 38);
uiButton3.Font = new Font("微软雅黑", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiButton3.Font = new Font("微软雅黑", 15F, FontStyle.Bold, GraphicsUnit.Point, 134);
uiButton3.Location = new Point(320, 100);
uiButton3.MinimumSize = new Size(1, 1);
uiButton3.Name = "uiButton3";
@@ -200,7 +200,7 @@
uiButton3.RectHoverColor = Color.FromArgb(133, 206, 97);
uiButton3.RectPressColor = Color.FromArgb(84, 178, 38);
uiButton3.RectSelectedColor = Color.FromArgb(84, 178, 38);
uiButton3.Size = new Size(220, 75);
uiButton3.Size = new Size(220, 90);
uiButton3.Style = Sunny.UI.UIStyle.Custom;
uiButton3.StyleCustomMode = true;
uiButton3.TabIndex = 3;
@@ -216,7 +216,7 @@
uiButton2.FillHoverColor = Color.FromArgb(235, 181, 99);
uiButton2.FillPressColor = Color.FromArgb(212, 145, 47);
uiButton2.FillSelectedColor = Color.FromArgb(212, 145, 47);
uiButton2.Font = new Font("微软雅黑", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiButton2.Font = new Font("微软雅黑", 15F, FontStyle.Bold, GraphicsUnit.Point, 134);
uiButton2.Location = new Point(570, 100);
uiButton2.MinimumSize = new Size(1, 1);
uiButton2.Name = "uiButton2";
@@ -225,7 +225,7 @@
uiButton2.RectHoverColor = Color.FromArgb(235, 181, 99);
uiButton2.RectPressColor = Color.FromArgb(212, 145, 47);
uiButton2.RectSelectedColor = Color.FromArgb(212, 145, 47);
uiButton2.Size = new Size(220, 75);
uiButton2.Size = new Size(220, 90);
uiButton2.Style = Sunny.UI.UIStyle.Custom;
uiButton2.StyleCustomMode = true;
uiButton2.TabIndex = 2;
@@ -241,7 +241,7 @@
uiButton1.FillHoverColor = Color.FromArgb(247, 136, 136);
uiButton1.FillPressColor = Color.FromArgb(230, 81, 81);
uiButton1.FillSelectedColor = Color.FromArgb(230, 81, 81);
uiButton1.Font = new Font("微软雅黑", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiButton1.Font = new Font("微软雅黑", 15F, FontStyle.Bold, GraphicsUnit.Point, 134);
uiButton1.Location = new Point(70, 100);
uiButton1.MinimumSize = new Size(1, 1);
uiButton1.Name = "uiButton1";
@@ -250,7 +250,7 @@
uiButton1.RectHoverColor = Color.FromArgb(247, 136, 136);
uiButton1.RectPressColor = Color.FromArgb(230, 81, 81);
uiButton1.RectSelectedColor = Color.FromArgb(230, 81, 81);
uiButton1.Size = new Size(220, 75);
uiButton1.Size = new Size(220, 90);
uiButton1.Style = Sunny.UI.UIStyle.Custom;
uiButton1.StyleCustomMode = true;
uiButton1.TabIndex = 1;