Guest User

Untitled

a guest
Jul 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. procedure TForm1.BaggageClick(Sender: TObject);
  2. begin
  3. resumeSimulation;
  4. end;
  5.  
  6. procedure TForm1.SerTimeClick(Sender: TObject);
  7. begin
  8. resumeSimulation;
  9. stopSimulation(TNOW);
  10. end;
  11.  
  12. procedure TForm1.WaitTimeClick(Sender: TObject);
  13. begin
  14. InterruptSimulation;
  15. end;
  16.  
  17. end.
Add Comment
Please, Sign In to add comment