Changeset 7 for trunk/Packages
- Timestamp:
- Mar 14, 2013, 10:21:42 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 FioInfo.lps 4 4 FioInfo.exe 5 FioInfo.dbg
-
- Property svn:ignore
-
trunk/Packages/Common/UApplicationInfo.pas
r6 r7 14 14 TApplicationInfo = class(TComponent) 15 15 private 16 FDescrtiption: string; 16 17 FIdentification: Byte; 17 18 FVersionMajor: Byte; … … 47 48 property RegistryKey: string read FRegistryKey write FRegistryKey; 48 49 property RegistryRoot: TRegistryRoot read FRegistryRoot write FRegistryRoot; 50 property Description: string read FDescrtiption write FDescrtiption; 49 51 end; 50 52
Note:
See TracChangeset
for help on using the changeset viewer.