Explorar el Código

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

builder hace 9 años
padre
commit
99eb9d4806
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;