Ignore:
Timestamp:
Oct 30, 2010, 9:21:38 PM (14 years ago)
Author:
george
Message:
  • Modified: TObjectList replaced by specialized generic TListObject.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Forms/UMainForm.pas

    r81 r82  
    99  Dialogs, StdCtrls, UCompiler, UProducerAsm8051, Registry,
    1010  UProducerDynamicC, ComCtrls, ExtCtrls, SynEdit, SynHighlighterPas, UProducerTreeView,
    11   UProducerPascal, Contnrs, UProject, FileUtil, Menus, ActnList, UCoolDocking,
     11  UProducerPascal, ListObject, UProject, FileUtil, Menus, ActnList, UCoolDocking,
    1212  UCompiledForm, UCodeTreeForm, URegistry, ULastOpenedList, UApplicationInfo,
    1313  UDebugLog;
     
    150150  CompiledForm.Show;
    151151
    152   TCoolDockManager(Container2.Panel.DockManager).DockStyle := dsTabs;
     152  //TCoolDockManager(Container2.Panel.DockManager).DockStyle := dsTabs;
    153153
    154154  ProjectManager.Parent.Parent.Width := 200;
Note: See TracChangeset for help on using the changeset viewer.