Ignore:
Timestamp:
Mar 11, 2011, 9:18:59 AM (13 years ago)
Author:
george
Message:
  • Modified: All unit and type names renamed to shorted form. Shortcut "CD" instead of "CoolDock".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/Demo/IDE/IDE.lpr

    r184 r189  
    1111UToolPaletteForm, UProjectManagerForm, UMessagesForm, UCallStackForm,
    1212ULocalVariablesForm, UToDoListForm, UWatchListForm, UThreadStatusForm,
    13 USourceEditorForm, UComponentTree
    14   { you can add units after this };
     13USourceEditorForm, UComponentTree;
    1514
    1615{$R *.res}
    1716
    1817begin
    19   RequireDerivedFormResource := True;
     18//  RequireDerivedFormResource := True;
    2019  Application.Initialize;
    2120  Application.CreateForm(TMainForm, MainForm);
Note: See TracChangeset for help on using the changeset viewer.