Ignore:
Timestamp:
Aug 1, 2012, 11:10:12 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Base pagecontrol layout.
Location:
trunk/Studio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Studio

    • Property svn:ignore
      •  

        old new  
        22LibreDevelopStudio.exe
        33LibreDevelopStudio.lps
         4LibreDevelopStudio
  • trunk/Studio/LibreDevelopStudio.lpr

    r1 r4  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UCore, UFormMain;
     10  Forms, UCore, UDataModule;
    1111
    1212{$R *.res}
     
    1616  Application.Initialize;
    1717  Application.CreateForm(TCore, Core);
    18   Application.CreateForm(TFormMain, FormMain);
     18  Application.CreateForm(TDataModule1, DataModule1);
    1919  Application.Run;
    2020end.
Note: See TracChangeset for help on using the changeset viewer.