Changeset 25 for trunk/chronis.lpr


Ignore:
Timestamp:
Nov 9, 2011, 1:58:00 PM (13 years ago)
Author:
george
Message:
  • Modified: Login form now use connection profile form for selecting connection parameters.
  • Added: About application dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/chronis.lpr

    r21 r25  
    1111  ULoginForm, UMainForm, UItemAdd, TemplateGenerics, CoolTranslator, Common,
    1212  CoolWeb, USystem, UCore, UApplicationInfo, USettingForm, UDataTypes,
    13 UImportStructureForm, UItemSelect
     13UImportStructureForm, UItemSelect, ULoginProfileForm, UAboutForm
    1414  { you can add units after this };
    1515
     
    3838  Application.CreateForm(TImportStructureForm, ImportStructureForm);
    3939  Application.CreateForm(TItemSelectForm, ItemSelectForm);
     40  Application.CreateForm(TLoginProfileForm, LoginProfileForm);
     41  Application.CreateForm(TAboutForm, AboutForm);
    4042  Application.Run;
    4143end.
Note: See TracChangeset for help on using the changeset viewer.