Ignore:
Timestamp:
Nov 22, 2012, 12:28:54 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Draw frame moved to separated form without TPageControl. Each draw method is responsible for creating own TWinControl visual control.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/GraphicTest.lpr

    r317 r443  
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms, lazopenglcontext, UMainForm, UPlatform, UDrawMethod, UFastBitmap,
    11   bgrabitmappack;
     11  bgrabitmappack, UDrawForm;
    1212
    1313{$R *.res}
     
    1717  Application.Initialize;
    1818  Application.CreateForm(TMainForm, MainForm);
     19  Application.CreateForm(TDrawForm, DrawForm);
    1920  Application.Run;
    2021end.
Note: See TracChangeset for help on using the changeset viewer.