From 881182e372e563646c01802b90a00bc03d495ac0 Mon Sep 17 00:00:00 2001
From: tangxu <tangxu76880903>
Date: 星期四, 02 一月 2025 19:39:11 +0800
Subject: [PATCH] 文件遗漏

---
 Client/DesktopMain/MainWindow/frmMainWindow.Designer.cs |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Client/DesktopMain/MainWindow/frmMainWindow.Designer.cs b/Client/DesktopMain/MainWindow/frmMainWindow.Designer.cs
index 31ffb98..5aadfbc 100644
--- a/Client/DesktopMain/MainWindow/frmMainWindow.Designer.cs
+++ b/Client/DesktopMain/MainWindow/frmMainWindow.Designer.cs
@@ -66,6 +66,7 @@
             // 
             // mainForm
             // 
+            mainForm.AppIcon = null;
             mainForm.BackColor = System.Drawing.Color.FromArgb(39, 39, 39);
             mainForm.Controls.Add(mainPanel);
             mainForm.Controls.Add(UserPicture);
@@ -83,7 +84,7 @@
             mainForm.TabIndex = 0;
             mainForm.Text = "娉垫按鍔涜璁¤蒋浠�";
             mainForm.TextAlignment = WinFrmUI.RLT.Forms.NightForm.Alignment.Center;
-            mainForm.TitleBarTextColor = System.Drawing.Color.Gainsboro;
+            mainForm.TitleBarTextColor = System.Drawing.Color.DeepSkyBlue;
             mainForm.Click += mainForm_Click;
             // 
             // mainPanel
@@ -103,7 +104,7 @@
             UserPicture.Cursor = System.Windows.Forms.Cursors.Hand;
             UserPicture.FilterAlpha = 75;
             UserPicture.FilterEnabled = false;
-            UserPicture.Image = Properties.Resources.User;
+            UserPicture.Image = DPumpHydr.DesktopMain.Properties.Resources.user;
             UserPicture.InterpolationType = System.Drawing.Drawing2D.InterpolationMode.HighQualityBilinear;
             UserPicture.IsElipse = true;
             UserPicture.IsParallax = false;
@@ -156,7 +157,7 @@
             // LibraryIcon
             // 
             LibraryIcon.Enabled = false;
-            LibraryIcon.Image = Properties.Resources.Books;
+            LibraryIcon.Image = Properties.Resources.Book;
             LibraryIcon.Location = new System.Drawing.Point(18, 17);
             LibraryIcon.Name = "LibraryIcon";
             LibraryIcon.Size = new System.Drawing.Size(30, 30);
@@ -282,7 +283,7 @@
             // AppIcon
             // 
             AppIcon.Enabled = false;
-            AppIcon.Image = Properties.Resources.woke;
+            AppIcon.Image = DPumpHydr.DesktopMain.Properties.Resources.woke;
             AppIcon.Location = new System.Drawing.Point(18, 17);
             AppIcon.Name = "AppIcon";
             AppIcon.Size = new System.Drawing.Size(30, 30);

--
Gitblit v1.9.3