Changeset 36 for trunk/chronis.lpr


Ignore:
Timestamp:
Mar 8, 2012, 7:51:16 AM (12 years ago)
Author:
chronos
Message:
  • Removed: Main tabbed view of opened lists.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        55chronis.exe
        66DebugLog.txt
         7chronis.lps
  • trunk/chronis.lpr

    r33 r36  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UPersistentForm, URegistry, UTreeState, SysUtils, UItemView, UItemEdit,
     10  Forms, UPersistentForm, UTreeState, SysUtils, UItemView, UItemEdit,
    1111  ULoginForm, UMainForm, UItemAdd, TemplateGenerics, CoolTranslator, Common,
    1212  CoolWeb, USystem, UCore, UApplicationInfo, USettingForm, UDataTypes,
     
    2525
    2626begin
     27  Application.Title := 'ChronIS';
    2728  {$IFDEF DEBUG}
    2829  // Heap trace
     
    3738  Application.CreateForm(TImportStructureForm, ImportStructureForm);
    3839  Application.CreateForm(TLoginProfileForm, LoginProfileForm);
    39   Application.CreateForm(TSettingForm, SettingForm);
    4040  Application.Run;
    4141end.
Note: See TracChangeset for help on using the changeset viewer.