調整警告標語
This commit is contained in:
parent
39a30dc4fa
commit
ed7527c5a5
@ -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;
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user