Ignore:
Timestamp:
Apr 28, 2016, 10:56:31 PM (8 years ago)
Author:
chronos
Message:
  • Added: Window for acronym categories management. There acronyms can be added, modifed and removed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpr

    r13 r14  
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms, UFormMain, UAcronym, synapse, UFormImport, Common, SysUtils, TemplateGenerics,
    11   UFormAcronym, CoolTranslator, UFormSettings, UFormCategorySelect
     11  UFormAcronym, CoolTranslator, UFormSettings, UFormCategorySelect,
     12UFormCategories
    1213  { you can add units after this };
    1314
     
    3536  Application.CreateForm(TFormSettings, FormSettings);
    3637  Application.CreateForm(TFormCategorySelect, FormCategorySelect);
     38  Application.CreateForm(TFormCategories, FormCategories);
    3739  Application.Run;
    3840end.
Note: See TracChangeset for help on using the changeset viewer.