Ignore:
Timestamp:
Feb 13, 2012, 1:47:33 PM (13 years ago)
Author:
chronos
Message:
  • Added: Package Common replace units LastOpenedList and Registry.
  • Modified: Instead of unfinished advanced docking manager use static dockign to panels and PageControl sheets.
Location:
trunk/IDE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE

    • Property svn:ignore
      •  

        old new  
        11lib
        22backup
         3Transpascal.dbg
         4Transpascal.lps
         5Transpascal.exe
  • trunk/IDE/Transpascal.lpr

    r30 r34  
    77  cthreads,
    88  {$ENDIF}{$ENDIF}
    9   Forms, CoolDocking, Interfaces, SysUtils,
     9  Forms, Interfaces, SysUtils,
    1010  UMainForm in 'UMainForm.pas' {MainForm},
    11   UTextSource in 'UTextSource.pas', UProject, UApplicationInfo, URegistry,
    12   ULastOpenedList, UDebugLog, TranspascalCompiler, UProjectManager, UCodeForm,
    13   UMessagesForm, UCompiledForm, UCodeTreeForm, TemplateGenerics;
     11  UTextSource, UProject, UApplicationInfo, URegistry, ULastOpenedList,
     12  UDebugLog, TranspascalCompiler, UProjectManager, UCodeForm, UMessagesForm,
     13  UCompiledForm, UCodeTreeForm, TemplateGenerics, Common, UAboutForm;
    1414
    1515{$R *.res}
     
    3131  Application.CreateForm(TCompiledForm, CompiledForm);
    3232  Application.CreateForm(TCodeTreeForm, CodeTreeForm);
     33  Application.CreateForm(TAboutForm, AboutForm);
    3334  Application.Run;
    3435end.
Note: See TracChangeset for help on using the changeset viewer.