Changeset 23 for trunk/Forms
- Timestamp:
- May 4, 2016, 11:49:47 PM (9 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.lfm
r22 r23 9 9 OnCreate = FormCreate 10 10 OnShow = FormShow 11 LCLVersion = '1. 7'11 LCLVersion = '1.6.0.4' 12 12 object LabelAppName: TLabel 13 13 Left = 20 … … 77 77 RegistryRoot = rrKeyCurrentUser 78 78 License = 'GNU/GPL' 79 left = 20 879 left = 200 80 80 top = 253 81 81 end -
trunk/Forms/UFormImport.pas
r22 r23 7 7 uses 8 8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 9 httpsend,UAcronym;9 UAcronym; 10 10 11 11 type
Note:
See TracChangeset
for help on using the changeset viewer.