Changeset 120 for trunk/Forms


Ignore:
Timestamp:
Dec 11, 2024, 11:43:07 AM (6 weeks ago)
Author:
chronos
Message:
  • Modified: Packaging files update.
Location:
trunk/Forms
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormHistory.pas

    r104 r120  
    5353
    5454procedure TFormHistory.Timer1Timer(Sender: TObject);
    55 var
    56   I: Integer;
    5755begin
    5856  if RedrawPending then begin
  • trunk/Forms/FormMain.pas

    r108 r120  
    55uses
    66  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;
    99
    1010type
  • trunk/Forms/FormNew.pas

    r106 r120  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    7   Spin, Game, FormEx, Math;
     7  Spin, Game, FormEx;
    88
    99type
Note: See TracChangeset for help on using the changeset viewer.