Changeset 221 for trunk/Forms/FormCheck.pas
- Timestamp:
- Jan 17, 2025, 10:06:21 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCheck.pas
r219 r221 6 6 Classes, SysUtils, LazFileUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 7 ExtCtrls, ComCtrls, Menus, ActnList, Acronym, RegistryEx, Registry, Common, 8 Generics.Collections ;8 Generics.Collections, FormEx; 9 9 10 10 type … … 27 27 { TFormCheck } 28 28 29 TFormCheck = class(TForm )29 TFormCheck = class(TFormEx) 30 30 AGoToLocation: TAction; 31 31 ASaveToCsv: TAction;
Note:
See TracChangeset
for help on using the changeset viewer.