Changeset 2 for trunk/chronis.lpr


Ignore:
Timestamp:
May 30, 2010, 6:09:55 PM (14 years ago)
Author:
george
Message:
  • Přidáno: Uchování polohy a velikosti oken.
  • Přidáno: Čtení stromu skupin a objektů. Zobrazení seznamů objektů.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11lib
         2Config.xml
         3chronis
  • trunk/chronis.lpr

    r1 r2  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, USqlDatabase, UMainForm, ULoginForm
     10  Forms, UMainForm, ULoginForm, UPersistentForm, URegistry, USqlDatabase
    1111  { you can add units after this };
    1212
     
    1515begin
    1616  Application.Initialize;
     17  Application.CreateForm(TMainForm, MainForm);
    1718  Application.Run;
    1819end.
Note: See TracChangeset for help on using the changeset viewer.