Changeset 75 for trunk/IDE/Forms/FormTargetOptions.pas
- Timestamp:
- Jun 4, 2024, 12:22:49 AM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/FormTargetOptions.pas
r74 r75 1 unit UFormTargetOptions; 2 3 {$mode delphi} 1 unit FormTargetOptions; 4 2 5 3 interface … … 7 5 uses 8 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 9 UTarget;7 Target; 10 8 11 9 type … … 34 32 end; 35 33 36 var37 FormTargetOptions: TFormTargetOptions;38 34 39 35 implementation
Note:
See TracChangeset
for help on using the changeset viewer.