Changeset 7 for trunk/Dochazka.lpr


Ignore:
Timestamp:
Nov 14, 2012, 12:33:52 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Doplněno zobrazení dalších tabulek.
  • Přidáno: InnoSetup skript pro sestavení instalátoru.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Dochazka.lpr

    r6 r7  
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms, UFormMain, UCore, UAttendance, UPersistentForm, CoolWeb, Common,
    11   CoolTranslator, UFormSetting, SysUtils, UFormList
     11  CoolTranslator, UFormSetting, SysUtils, UFormList, UFormEdit
    1212  { you can add units after this };
    1313
     
    3232  Application.CreateForm(TFormSetting, FormSetting);
    3333  Application.CreateForm(TFormList, FormList);
     34  Application.CreateForm(TFormEdit, FormEdit);
    3435  Application.Run;
    3536end.
Note: See TracChangeset for help on using the changeset viewer.