Changeset 184 for Docking/CoolDocking/Demo/IDE/IDE.lpr
- Timestamp:
- Mar 10, 2011, 9:57:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/Demo/IDE/IDE.lpr
r178 r184 11 11 UToolPaletteForm, UProjectManagerForm, UMessagesForm, UCallStackForm, 12 12 ULocalVariablesForm, UToDoListForm, UWatchListForm, UThreadStatusForm, 13 USourceEditorForm 13 USourceEditorForm, UComponentTree 14 14 { you can add units after this }; 15 15 … … 31 31 Application.CreateForm(TThreadStatusForm, ThreadStatusForm); 32 32 Application.CreateForm(TSourceEditorForm, SourceEditorForm); 33 Application.CreateForm(TComponentTree, ComponentTree); 33 34 Application.Run; 34 35 end.
Note:
See TracChangeset
for help on using the changeset viewer.