Changeset 3 for trunk/chronis.lpr


Ignore:
Timestamp:
Jun 3, 2010, 3:16:40 PM (14 years ago)
Author:
george
Message:
  • Přidáno: Formulář pro zobrazení a editaci položky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/chronis.lpr

    r2 r3  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UMainForm, ULoginForm, UPersistentForm, URegistry, USqlDatabase
     10  Forms, UPersistentForm, URegistry, USqlDatabase,
     11UItemView, UItemEdit, ULoginForm, UMainForm
    1112  { you can add units after this };
    1213
     
    1516begin
    1617  Application.Initialize;
    17   Application.CreateForm(TMainForm, MainForm);
     18  Application.CreateForm(TItemViewForm, ItemViewForm);
     19  Application.CreateForm(TItemEditForm, ItemEditForm);
    1820  Application.Run;
    1921end.
Note: See TracChangeset for help on using the changeset viewer.