Changeset 118 for trunk/BigMetro.lpr


Ignore:
Timestamp:
Oct 23, 2022, 10:55:55 PM (19 months ago)
Author:
chronos
Message:
  • Added: UCore main data module.
  • Added: Test cases support for better future testing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BigMetro.lpr

    r93 r118  
    88  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, SysUtils, UFormMain, UFormImages, Common, UMenu, UControls,
    11 UMetroPassenger, UColors, UView, URiver, UCity;
     10  Forms, SysUtils, UFormMain, UFormImages, UFormTestCase, UFormTest, Common,
     11  UMenu, UControls, UMetroPassenger, UColors, UView, URiver, UCity, UCore,
     12  UTestCases;
    1213
    1314{$R *.res}
     
    2829  Application.Scaled:=True;
    2930  Application.Initialize;
     31  Application.CreateForm(TCore, Core);
    3032  Application.CreateForm(TFormMain, FormMain);
    3133  Application.CreateForm(TFormImages, FormImages);
Note: See TracChangeset for help on using the changeset viewer.