Browse Source

欢迎界面强制停留2s

MaiXinRong 9 năm trước cách đây
mục cha
commit
020bdc6ddb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;