Changeset 6 for trunk/Dochazka.lpr


Ignore:
Timestamp:
Nov 14, 2012, 10:35:10 AM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Zobrazení seznamu položek dle zadání struktury tabulky pomocí definice sloupců seznamu.
  • Přidáno: Pamatování si pozice a velikosti okna.
  • Přidáno: Překlad rozhraní do češtiny.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Dochazka.lpr

    r5 r6  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UCore, UAttendance, CoolWeb, Common, UFormSetting, SysUtils
     10  Forms, UFormMain, UCore, UAttendance, UPersistentForm, CoolWeb, Common,
     11  CoolTranslator, UFormSetting, SysUtils, UFormList
    1112  { you can add units after this };
    1213
     
    3031  Application.CreateForm(TFormMain, FormMain);
    3132  Application.CreateForm(TFormSetting, FormSetting);
     33  Application.CreateForm(TFormList, FormList);
    3234  Application.Run;
    3335end.
Note: See TracChangeset for help on using the changeset viewer.