Ignore:
Timestamp:
Jan 17, 2025, 9:05:54 PM (4 days ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
  • Modified: Remove U prefix from unit names.
  • Modified: Use Gneeric.Collections instead of fgl.
  • Modified: Do not use global form variables.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpr

    r215 r219  
    11program AcronymDecoder;
    2 
    3 {$mode delphi}{$H+}
    42
    53uses
     
    86  {$ENDIF}
    97  Interfaces, // this includes the LCL widgetset
    10   Forms, UAcronym, Common, SysUtils,
    11   UFormMain, UCore, UFormCheck
     8  Forms, Acronym, Common, SysUtils,
     9  FormMain, Core, FormCheck
    1210  { you can add units after this };
    1311
     
    2624  {$ENDIF}
    2725
    28   Application.Title := 'Acronym Decoder';
     26  Application.Title:='Acronym Decoder';
    2927  RequireDerivedFormResource := True;
    3028  Application.Initialize;
    31   Application.CreateForm(TCore, Core);
    32   Application.CreateForm(TFormMain, FormMain);
     29  Application.CreateForm(TCore, Core.Core);
    3330  Application.Run;
    3431end.
Note: See TracChangeset for help on using the changeset viewer.