Changeset 21 for trunk/chronis.lpr


Ignore:
Timestamp:
Jun 16, 2011, 10:32:01 AM (13 years ago)
Author:
george
Message:
  • Added: Item selection form for TypeRelationOne.
  • Modified: Primary keys have to have their property record for each object.
  • Added: Object propery havet to be initialized with Editable flag.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/chronis.lpr

    r19 r21  
    1111  ULoginForm, UMainForm, UItemAdd, TemplateGenerics, CoolTranslator, Common,
    1212  CoolWeb, USystem, UCore, UApplicationInfo, USettingForm, UDataTypes,
    13 UImportStructureForm
     13UImportStructureForm, UItemSelect
    1414  { you can add units after this };
    1515
     
    3737  Application.CreateForm(TSettingForm, SettingForm);
    3838  Application.CreateForm(TImportStructureForm, ImportStructureForm);
     39  Application.CreateForm(TItemSelectForm, ItemSelectForm);
    3940  Application.Run;
    4041end.
Note: See TracChangeset for help on using the changeset viewer.