From 7a0d1efa4784d176a32f182ecae671711e98ca92 Mon Sep 17 00:00:00 2001
From: tangxu <tangxu76880903>
Date: 星期二, 22 十月 2024 09:14:52 +0800
Subject: [PATCH] 添加NLT

---
 WinFrmUI/DPumpHydr.WinFrmUI.RLT/Forms/Form/LostForm.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WinFrmUI/DPumpHydr.WinFrmUI.RLT/Forms/Form/LostForm.cs b/WinFrmUI/DPumpHydr.WinFrmUI.RLT/Forms/Form/LostForm.cs
index d0a31a4..940ac71 100644
--- a/WinFrmUI/DPumpHydr.WinFrmUI.RLT/Forms/Form/LostForm.cs
+++ b/WinFrmUI/DPumpHydr.WinFrmUI.RLT/Forms/Form/LostForm.cs
@@ -33,7 +33,7 @@
         private const int htBottomLeft = 16;
         private const int htBottomRight = 17;
 
-        private Image _Image = Properties.Resources.Taiizor;
+        private Image _Image = Properties.Resources.AppImage;
         private Size _ImageSize;
         public Image Image
         {

--
Gitblit v1.9.3