Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rippod authored Jun 8, 2023
1 parent f37e605 commit 8e30316
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 94 deletions.
2 changes: 1 addition & 1 deletion apate/AboutUI.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

116 changes: 40 additions & 76 deletions apate/ApateUI.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apate/ApateUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private void RevealMaskLabel_DragDrop(object sender, DragEventArgs e)
{
Activate();
//弹窗确认
InfoBox infoBox = new InfoBox("注意!", "如果拖入未经过伪装的文件,可能会对该文件造成严重的数据破坏,且无法恢复!请务必做好备份!\r\n\r\n是否继续?");
InfoBox infoBox = new InfoBox("注意!", "如果拖入未经过伪装的文件,可能会对该文件造成严重的数据破坏,且无法恢复!请务必做好备份!\r\n是否继续?");
//如果主窗口是置顶,则弹窗也置顶
if (TopMost == true)
{
Expand Down
Loading

0 comments on commit 8e30316

Please sign in to comment.