Browse Source

欢迎界面强制停留2s

MaiXinRong 9 years ago
parent
commit
020bdc6ddb
1 changed files with 1 additions and 0 deletions
  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;