Changeset 4 for trunk/AcronymDecoder.lpr


Ignore:
Timestamp:
Apr 20, 2016, 11:11:26 PM (9 years ago)
Author:
chronos
Message:
  • Added: Now it is possible to add, modify, remove and remove all acronyms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpr

    r3 r4  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UAcronym, synapse, UFormImport, Common, TemplateGenerics
     10  Forms, UFormMain, UAcronym, synapse, UFormImport, Common, TemplateGenerics,
     11  UFormAcronym
    1112  { you can add units after this };
    1213
     
    1920  Application.CreateForm(TFormMain, FormMain);
    2021  Application.CreateForm(TFormImport, FormImport);
     22  Application.CreateForm(TFormAcronym, FormAcronym);
    2123  Application.Run;
    2224end.
Note: See TracChangeset for help on using the changeset viewer.