Changeset 221 for trunk/Forms/FormImportSources.pas
- Timestamp:
- Jan 17, 2025, 10:06:21 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportSources.pas
r219 r221 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls, 7 ActnList, Menus, Acronym, JobProgressView, ListViewSort, LazUTF8, 7 ActnList, Menus, Acronym, JobProgressView, ListViewSort, LazUTF8, FormEx, 8 8 Generics.Collections; 9 9 … … 12 12 { TFormImportSources } 13 13 14 TFormImportSources = class(TForm )14 TFormImportSources = class(TFormEx) 15 15 AAdd: TAction; 16 16 AEnable: TAction;
Note:
See TracChangeset
for help on using the changeset viewer.