tangxu
2025-01-02 881182e372e563646c01802b90a00bc03d495ac0
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);