Changeset 14 for trunk/StudioModules/LDModuleDebug/ULDModuleDebug.pas
- Timestamp:
- Aug 6, 2012, 10:49:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StudioModules/LDModuleDebug/ULDModuleDebug.pas
r12 r14 90 90 MenuItemViewFormCPU.Action := AViewFormCPU; 91 91 RegisterMainMenuItem(MenuItemViewFormCPU, MenuItemViewDebug, 3); 92 DockForm(FormOutput, dtRight); 93 DockForm(FormInput, dtRight); 94 DockForm(FormCPU, dtRight); 95 DockForm(FormMemory, dtRight); 92 96 end; 93 97 inherited;
Note:
See TracChangeset
for help on using the changeset viewer.