浏览代码

欢迎界面强制停留2s

MaiXinRong 9 年之前
父节点
当前提交
020bdc6ddb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Forms/WelcomeFrm.pas

+ 1 - 0
Forms/WelcomeFrm.pas

@@ -54,6 +54,7 @@ begin
   end;
 
   WelcomeForm.AlphaBlendValue := 255;
+  Sleep(2000);
   SetForegroundWindow(WelcomeForm.Handle);
 end;