Changeset 169 for trunk/UCore.lfm
- Timestamp:
- Jan 22, 2018, 11:00:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.lfm
r163 r169 3 3 OnDestroy = DataModuleDestroy 4 4 OldCreateOrder = False 5 Height = 518 6 HorizontalOffset = 477 7 VerticalOffset = 302 8 Width = 557 5 Height = 648 6 HorizontalOffset = 596 7 VerticalOffset = 378 8 Width = 696 9 PPI = 120 9 10 object CoolTranslator1: TCoolTranslator 10 11 POFilesFolder = 'Languages' 11 12 OnTranslate = CoolTranslator1Translate 12 left = 1 5213 top = 1 5213 left = 190 14 top = 190 14 15 end 15 16 object PersistentForm1: TPersistentForm 16 17 MinVisiblePart = 50 17 18 EntireVisible = False 18 left = 29219 top = 1 5619 left = 365 20 top = 195 20 21 end 21 22 object JobProgressView1: TJobProgressView … … 23 24 ShowDelay = 0 24 25 AutoClose = False 25 left = 29226 top = 27226 left = 365 27 top = 340 27 28 end 28 29 object ScaleDPI1: TScaleDPI 29 30 AutoDetect = False 30 left = 1 5631 top = 27231 left = 195 32 top = 340 32 33 end 33 34 object ImageList1: TImageList 34 left = 29235 top = 33635 left = 365 36 top = 420 36 37 Bitmap = { 37 38 4C69140000001000000010000000000000000000000000000000000000000000 … … 1216 1217 Visible = True 1217 1218 OnClick = TrayIcon1Click 1218 left = 1 521219 top = 3361219 left = 190 1220 top = 420 1220 1221 end 1221 1222 object PopupMenuTrayIcon: TPopupMenu 1222 1223 Images = ImageList1 1223 left = 1 521224 top = 4001224 left = 190 1225 top = 500 1225 1226 object MenuItem2: TMenuItem 1226 1227 Action = FormMain.AShow … … 1249 1250 Height = 32 1250 1251 Width = 32 1251 left = 4241252 top = 3361252 left = 530 1253 top = 420 1253 1254 Bitmap = { 1254 1255 4C69110000002000000020000000000000000000000000000000000000000000 … … 3442 3443 EmailContact = 'robie@centrum.cz' 3443 3444 AppName = 'Acronym Decoder' 3445 Description = 'Simple tool for quick searching of meaning for various acronyms and abbreviations.' 3444 3446 ReleaseDate = 43046 3445 3447 RegistryKey = '\Software\' 3446 3448 RegistryRoot = rrKeyCurrentUser 3447 3449 License = 'CC0' 3448 left = 803449 top = 243450 left = 100 3451 top = 30 3450 3452 end 3451 3453 end
Note:
See TracChangeset
for help on using the changeset viewer.