Changeset 6 for trunk/FioInfo.lpr


Ignore:
Timestamp:
Mar 14, 2013, 9:24:41 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Okno s nastavením parametrů komunikace.
  • Přidáno: Pamatování si nastavení voleb.
  • Přidáno: Nyní lze stahovat nové operace, výpis dle časového rozmezí a měsíční výpisy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FioInfo.lpr

    r3 r6  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, laz_synapse, UFioAPI;
     10  Forms, UFormMain, laz_synapse, UFioAPI, Common, TemplateGenerics,
     11  UFormSettings;
    1112
    1213{$R *.res}
     
    1617  Application.Initialize;
    1718  Application.CreateForm(TFormMain, FormMain);
     19  Application.CreateForm(TFormSettings, FormSettings);
    1820  Application.Run;
    1921end.
Note: See TracChangeset for help on using the changeset viewer.