Ignore:
Timestamp:
Apr 17, 2019, 1:45:08 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Forms moved to Forms subdirectory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/GraphicTest.lpr

    r522 r524  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, SysUtils, openglcontext, UMainForm, UPlatform, UDrawMethod, UFastBitmap,
    11   UDrawForm, bgrabitmappack,
     10  Forms, SysUtils, openglcontext, UFormMain, UPlatform, UDrawMethod, UFastBitmap,
     11  UFormDraw, bgrabitmappack,
    1212  UCanvasPixels, UCanvasPixelsUpdateLock,
    1313  ULazIntfImageColorsCopy, ULazIntfImageColorsNoCopy, UBGRABitmapPaintBox,
     
    3232  Application.Scaled:=True;
    3333  Application.Initialize;
    34   Application.CreateForm(TMainForm, MainForm);
    35   Application.CreateForm(TDrawForm, DrawForm);
     34  Application.CreateForm(TFormMain, FormMain);
     35  Application.CreateForm(TFormDraw, FormDraw);
    3636  Application.Run;
    3737end.
Note: See TracChangeset for help on using the changeset viewer.