Changeset 5 for trunk/chronis.lpr


Ignore:
Timestamp:
Jun 3, 2010, 6:00:52 PM (14 years ago)
Author:
george
Message:
  • Přidáno: Formulář pro vkládání položek.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/chronis.lpr

    r4 r5  
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms, UPersistentForm, URegistry, USqlDatabase, UTreeState,
    11 UItemView, UItemEdit, ULoginForm, UMainForm
     11UItemView, UItemEdit, ULoginForm, UMainForm, UItemAdd
    1212  { you can add units after this };
    1313
     
    1919  Application.CreateForm(TItemViewForm, ItemViewForm);
    2020  Application.CreateForm(TItemEditForm, ItemEditForm);
     21  Application.CreateForm(TItemAddForm, ItemAddForm);
    2122  Application.Run;
    2223end.
Note: See TracChangeset for help on using the changeset viewer.