Changeset 41 for trunk/BigMetro.lpr


Ignore:
Timestamp:
Dec 18, 2016, 12:49:59 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Avoid loading images from files by putting them to hidden form as component.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BigMetro.lpr

    r39 r41  
    88  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, SysUtils, UFormMain, UEngine, UGeometric, UTrack, UMetaCanvas
    11   { you can add units after this };
     10  Forms, SysUtils, UFormMain, UEngine, UGeometric, UTrack, UMetaCanvas,
     11UFormImages;
    1212
    1313{$R *.res}
     
    2828  Application.Initialize;
    2929  Application.CreateForm(TFormMain, FormMain);
     30  Application.CreateForm(TFormImages, FormImages);
    3031  Application.Run;
    3132end.
Note: See TracChangeset for help on using the changeset viewer.