Changeset 37 for branches/topdown/OS.lpr


Ignore:
Timestamp:
Jun 30, 2023, 3:29:14 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Simplified unit names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/topdown/OS.lpr

    r28 r37  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, SysUtils, UFormMain, UApps, USystem, UAppCalc, UFormMenu,
    11   UAppFileManager, UAppTextEditor
     10  Forms, SysUtils, FormMain, Apps, OsSystem, AppCalc, FormMenu,
     11  AppFileManager, AppTextEditor
    1212  { you can add units after this };
    1313
     
    2828  Application.Scaled:=True;
    2929  Application.Initialize;
    30   Application.CreateForm(TFormMain, FormMain);
    31   Application.CreateForm(TFormMenu, FormMenu);
     30  Application.CreateForm(TFormMain, FormMain.FormMain);
    3231  Application.Run;
    3332end.
Note: See TracChangeset for help on using the changeset viewer.