Changeset 4 for trunk/chronis.lpr


Ignore:
Timestamp:
Jun 3, 2010, 5:25:10 PM (14 years ago)
Author:
george
Message:
  • Přidáno: Knihovna pro uchování stavu rozevření stromu.
  • Přidáno: Ikonky stromu skupin.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/chronis.lpr

    r3 r4  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UPersistentForm, URegistry, USqlDatabase,
     10  Forms, UPersistentForm, URegistry, USqlDatabase, UTreeState,
    1111UItemView, UItemEdit, ULoginForm, UMainForm
    1212  { you can add units after this };
     
    1616begin
    1717  Application.Initialize;
     18  Application.CreateForm(TMainForm, MainForm);
    1819  Application.CreateForm(TItemViewForm, ItemViewForm);
    1920  Application.CreateForm(TItemEditForm, ItemEditForm);
Note: See TracChangeset for help on using the changeset viewer.