Browse Source

Merge branch 'master' of http://192.168.1.12:3000/maixinrong/measure

builder 9 years ago
parent
commit
99eb9d4806
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;