Ignore:
Timestamp:
Oct 14, 2010, 2:30:40 PM (14 years ago)
Author:
george
Message:
  • Added: Separated dockable windows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Transpascal.lpr

    r60 r61  
    1010  UMainForm in 'UMainForm.pas' {MainForm},
    1111  UTextSource in 'UTextSource.pas', UProject, TranspascalCompiler,
    12 UProjecManager;
     12UProjectManager, UCodeForm, UMessagesForm;
    1313
    1414{$R *.res}
     
    2121  Application.Initialize;
    2222  Application.CreateForm(TMainForm, MainForm);
    23   Application.CreateForm(TForm1, Form1);
     23  Application.CreateForm(TProjectManager, ProjectManager);
     24  Application.CreateForm(TCodeForm, CodeForm);
     25  Application.CreateForm(TMessagesForm, MessagesForm);
    2426  Application.Run;
    2527end.
Note: See TracChangeset for help on using the changeset viewer.