Changeset 126 for trunk/UCore.lfm
- Timestamp:
- Apr 6, 2022, 11:36:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.lfm
r123 r126 3 3 OnDestroy = DataModuleDestroy 4 4 OldCreateOrder = False 5 Height = 5 516 HorizontalOffset = 6 977 VerticalOffset = 6 328 Width = 7 569 PPI = 1 505 Height = 529 6 HorizontalOffset = 669 7 VerticalOffset = 607 8 Width = 726 9 PPI = 144 10 10 object ImageList1: TImageList 11 Left = 1 2012 Top = 20 811 Left = 115 12 Top = 200 13 13 Bitmap = { 14 14 4C7A1300000010000000100000008B1500000000000078DADD9B075854C7DAC7 … … 190 190 object ActionList1: TActionList 191 191 Images = ImageList1 192 Left = 400193 Top = 20 8192 Left = 384 193 Top = 200 194 194 object AExit: TAction 195 195 Caption = 'Exit' … … 293 293 OnExecute = AFileCompareExecute 294 294 end 295 object ARemoveExactDuplicates: TAction 296 Caption = 'Remove exact duplicates' 297 OnExecute = ARemoveExactDuplicatesExecute 298 end 295 299 end 296 300 object LastOpenedList1: TLastOpenedList 297 301 MaxCount = 10 298 302 OnChange = LastOpenedList1Change 299 Left = 400300 Top = 300303 Left = 384 304 Top = 288 301 305 end 302 306 object OpenDialog1: TOpenDialog 303 307 Title = 'Open existing file' 304 Left = 400305 Top = 3 80308 Left = 384 309 Top = 365 306 310 end 307 311 object SaveDialog1: TSaveDialog 308 312 Title = 'Save file as' 309 Left = 1 20310 Top = 3 80313 Left = 115 314 Top = 365 311 315 end 312 316 object ApplicationInfo1: TApplicationInfo … … 321 325 AppName = 'vCard Studio' 322 326 Description = 'vCard files management tool' 323 ReleaseDate = 446 36327 ReleaseDate = 44687 324 328 RegistryKey = '\Software\Chronosoft\vCard Studio' 325 329 RegistryRoot = rrKeyCurrentUser … … 8521 8525 0000000000000000000000000000000000000000000000000000 8522 8526 } 8523 Left = 1 208524 Top = 3008527 Left = 115 8528 Top = 288 8525 8529 end 8526 8530 object PersistentForm1: TPersistentForm 8527 8531 MinVisiblePart = 50 8528 8532 EntireVisible = False 8529 Left = 4008530 Top = 1 308533 Left = 384 8534 Top = 125 8531 8535 end 8532 8536 object Translator: TTranslator 8533 8537 POFilesFolder = 'Languages' 8534 Left = 120 8535 Top = 50 8538 OnTranslate = TranslatorTranslate 8539 Left = 115 8540 Top = 48 8536 8541 end 8537 8542 object ScaleDPI1: TScaleDPI 8538 8543 AutoDetect = False 8539 Left = 4008540 Top = 508544 Left = 384 8545 Top = 48 8541 8546 end 8542 8547 object ThemeManager1: TThemeManager 8543 Left = 1 208544 Top = 1 308548 Left = 115 8549 Top = 125 8545 8550 end 8546 8551 object AboutDialog1: TAboutDialog … … 8548 8553 ThemeManager = ThemeManager1 8549 8554 ApplicationInfo = ApplicationInfo1 8550 Left = 6008551 Top = 508555 Left = 576 8556 Top = 48 8552 8557 end 8553 8558 object SelectDirectoryDialog1: TSelectDirectoryDialog 8554 8559 Title = 'Select directory' 8555 Left = 6028556 Top = 3 928560 Left = 578 8561 Top = 376 8557 8562 end 8558 8563 end
Note:
See TracChangeset
for help on using the changeset viewer.