Changeset 120 for trunk/Forms
- Timestamp:
- Dec 11, 2024, 11:43:07 AM (6 weeks ago)
- Location:
- trunk/Forms
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormHistory.pas
r104 r120 53 53 54 54 procedure TFormHistory.Timer1Timer(Sender: TObject); 55 var56 I: Integer;57 55 begin 58 56 if RedrawPending then begin -
trunk/Forms/FormMain.pas
r108 r120 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus, Math, 7 ActnList, ExtCtrls, StdCtrls, Game, PersistentForm, ApplicationInfo,8 LCLType, Syncobjs, DateUtils, FormEx,Board;7 ActnList, ExtCtrls, Game, PersistentForm, LCLType, Syncobjs, DateUtils, FormEx, 8 Board; 9 9 10 10 type -
trunk/Forms/FormNew.pas
r106 r120 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 Spin, Game, FormEx , Math;7 Spin, Game, FormEx; 8 8 9 9 type
Note:
See TracChangeset
for help on using the changeset viewer.