Changeset 19 for trunk/chronis.lpr


Ignore:
Timestamp:
Jun 14, 2011, 12:20:15 PM (13 years ago)
Author:
george
Message:
  • Added: Import existed database structure form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/chronis.lpr

    r15 r19  
    1010  Forms, UPersistentForm, URegistry, UTreeState, SysUtils, UItemView, UItemEdit,
    1111  ULoginForm, UMainForm, UItemAdd, TemplateGenerics, CoolTranslator, Common,
    12   CoolWeb, USystem, UCore, UApplicationInfo, USettingForm, UDataTypes
     12  CoolWeb, USystem, UCore, UApplicationInfo, USettingForm, UDataTypes,
     13UImportStructureForm
    1314  { you can add units after this };
    1415
     
    3536  Application.CreateForm(TItemAddForm, ItemAddForm);
    3637  Application.CreateForm(TSettingForm, SettingForm);
     38  Application.CreateForm(TImportStructureForm, ImportStructureForm);
    3739  Application.Run;
    3840end.
Note: See TracChangeset for help on using the changeset viewer.