Changeset 103 for trunk/Forms
- Timestamp:
- May 21, 2024, 3:55:43 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormMain.pas
r101 r103 77 77 78 78 resourcestring 79 SRound = '%0:s of %1:s';79 SRound = '%0:s'; 80 80 81 81 { TFormMain } … … 95 95 // IntToStr(TPlayer(Engine.Players[0]).Direction); 96 96 StatusBar1.Panels[2].Text := FloatToStr(RoundTo(Engine.DrawDuration / OneMillisecond, -2)); 97 StatusBar1.Panels[3].Text := Format(SRound, [IntToStr(Engine.CurrentRound), 98 IntToStr(Engine.MaxRound)]); 97 StatusBar1.Panels[3].Text := Format(SRound, [IntToStr(Engine.CurrentRound)]); 99 98 finally 100 99 Engine.Lock.Release;
Note:
See TracChangeset
for help on using the changeset viewer.