Changeset 61 for branches/Transpascal/Transpascal.lpr
- Timestamp:
- Oct 14, 2010, 2:30:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Transpascal.lpr
r60 r61 10 10 UMainForm in 'UMainForm.pas' {MainForm}, 11 11 UTextSource in 'UTextSource.pas', UProject, TranspascalCompiler, 12 UProjec Manager;12 UProjectManager, UCodeForm, UMessagesForm; 13 13 14 14 {$R *.res} … … 21 21 Application.Initialize; 22 22 Application.CreateForm(TMainForm, MainForm); 23 Application.CreateForm(TForm1, Form1); 23 Application.CreateForm(TProjectManager, ProjectManager); 24 Application.CreateForm(TCodeForm, CodeForm); 25 Application.CreateForm(TMessagesForm, MessagesForm); 24 26 Application.Run; 25 27 end.
Note:
See TracChangeset
for help on using the changeset viewer.