Changeset 148 for trunk/UCore.pas
- Timestamp:
- Jun 5, 2023, 7:40:45 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r146 r148 5 5 uses 6 6 Classes, SysUtils, FileUtil, Controls, ActnList, Forms, Dialogs, ExtCtrls, 7 ULastOpenedList, UApplicationInfo, UPersistentForm, UScaleDPI, UCommon,8 UTranslator, UDataFile, UVCard, Menus, URegistry, UTheme, UAboutDialog,7 LastOpenedList, ApplicationInfo, PersistentForm, ScaleDPI, Common, 8 Translator, DataFile, VCard, Menus, RegistryEx, Theme, AboutDialog, 9 9 Registry; 10 10 … … 115 115 116 116 uses 117 UFormMain, UFormSettings, UFormContacts, UFormFindDuplicity, UTestCase,117 UFormMain, UFormSettings, UFormContacts, UFormFindDuplicity, TestCase, 118 118 UFormGenerate, UFormError, UFormFind, UFormTest, UFormSource, UFormCompare, 119 119 UTestCases, UVCardFile; … … 453 453 procedure TCore.TranslatorTranslate(Sender: TObject); 454 454 begin 455 UTestCase.Translate;455 TestCase.Translate; 456 456 end; 457 457
Note:
See TracChangeset
for help on using the changeset viewer.