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 moved

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormImportPattern.pas

    r218 r219  
    1 unit UFormImportPattern;
    2 
    3 {$mode delphi}
     1unit FormImportPattern;
    42
    53interface
     
    75uses
    86  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    9   UAcronym;
     7  Acronym;
    108
    119type
     
    3432  end;
    3533
    36 var
    37   FormImportPattern: TFormImportPattern;
    3834
    3935implementation
     
    4238
    4339uses
    44   UCore;
     40  Core;
    4541
    4642{ TFormImportPattern }
     
    5349procedure TFormImportPattern.FormCreate(Sender: TObject);
    5450begin
    55   Core.Translator.TranslateComponentRecursive(Self);
    56   Core.ThemeManager.UseTheme(Self);
    5751  InitControls;
    5852end;
Note: See TracChangeset for help on using the changeset viewer.