調整警告標語

This commit is contained in:
jasonchenwork 2025-04-08 12:04:47 +08:00
parent 39a30dc4fa
commit ed7527c5a5
2 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,6 @@ namespace DualScreenDemo
private Dictionary<Control, Point> initialControlPositions = new Dictionary<Control, Point>(); private Dictionary<Control, Point> initialControlPositions = new Dictionary<Control, Point>();
private Panel sendOffPanel; private Panel sendOffPanel;
private PictureBox sendOffPictureBox;
private static Bitmap normalStateImageHotSong; private static Bitmap normalStateImageHotSong;
private static Bitmap mouseDownImageHotSong; private static Bitmap mouseDownImageHotSong;

View File

@ -10,6 +10,7 @@
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<ApplicationManifest>app.manifest</ApplicationManifest> <!-- 確保這一行引用了 manifest 文件 --> <ApplicationManifest>app.manifest</ApplicationManifest> <!-- 確保這一行引用了 manifest 文件 -->
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<NoWarn>CS8618,CS8602,CS8622,CS8625,CS8600,CS8603,CS8601,CS8604,CS4014</NoWarn>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>