Ignore:
Timestamp:
Aug 6, 2012, 10:49:50 AM (12 years ago)
Author:
chronos
Message:
  • Modified: API revised to slave proxy model.
  • Added: Modules can control docking of forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StudioModules/LDModuleDebug/ULDModuleDebug.pas

    r12 r14  
    9090    MenuItemViewFormCPU.Action := AViewFormCPU;
    9191    RegisterMainMenuItem(MenuItemViewFormCPU, MenuItemViewDebug, 3);
     92    DockForm(FormOutput, dtRight);
     93    DockForm(FormInput, dtRight);
     94    DockForm(FormCPU, dtRight);
     95    DockForm(FormMemory, dtRight);
    9296  end;
    9397  inherited;
Note: See TracChangeset for help on using the changeset viewer.