Changeset 219 for trunk/Forms/FormImportPattern.pas
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportPattern.pas
r218 r219 1 unit UFormImportPattern; 2 3 {$mode delphi} 1 unit FormImportPattern; 4 2 5 3 interface … … 7 5 uses 8 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 9 UAcronym;7 Acronym; 10 8 11 9 type … … 34 32 end; 35 33 36 var37 FormImportPattern: TFormImportPattern;38 34 39 35 implementation … … 42 38 43 39 uses 44 UCore;40 Core; 45 41 46 42 { TFormImportPattern } … … 53 49 procedure TFormImportPattern.FormCreate(Sender: TObject); 54 50 begin 55 Core.Translator.TranslateComponentRecursive(Self);56 Core.ThemeManager.UseTheme(Self);57 51 InitControls; 58 52 end;
Note:
See TracChangeset
for help on using the changeset viewer.