Changeset 511 for Common/UApplicationInfo.pas
- Timestamp:
- Apr 11, 2018, 11:32:10 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/UApplicationInfo.pas
r510 r511 6 6 7 7 uses 8 SysUtils, Classes, Forms, URegistry ;8 SysUtils, Classes, Forms, URegistry, Controls; 9 9 10 10 type … … 14 14 TApplicationInfo = class(TComponent) 15 15 private 16 FDescription: string;16 FDescription: TCaption; 17 17 FIdentification: Byte; 18 18 FLicense: string; … … 57 57 58 58 implementation 59 59 60 60 procedure Register; 61 61 begin
Note:
See TracChangeset
for help on using the changeset viewer.