Changeset 126 for trunk/UCore.lfm


Ignore:
Timestamp:
Apr 6, 2022, 11:36:27 AM (2 years ago)
Author:
chronos
Message:
  • Added: Action to remove exact duplicates.
  • Modified: Test cases definition moved to separate file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r123 r126  
    33  OnDestroy = DataModuleDestroy
    44  OldCreateOrder = False
    5   Height = 551
    6   HorizontalOffset = 697
    7   VerticalOffset = 632
    8   Width = 756
    9   PPI = 150
     5  Height = 529
     6  HorizontalOffset = 669
     7  VerticalOffset = 607
     8  Width = 726
     9  PPI = 144
    1010  object ImageList1: TImageList
    11     Left = 120
    12     Top = 208
     11    Left = 115
     12    Top = 200
    1313    Bitmap = {
    1414      4C7A1300000010000000100000008B1500000000000078DADD9B075854C7DAC7
     
    190190  object ActionList1: TActionList
    191191    Images = ImageList1
    192     Left = 400
    193     Top = 208
     192    Left = 384
     193    Top = 200
    194194    object AExit: TAction
    195195      Caption = 'Exit'
     
    293293      OnExecute = AFileCompareExecute
    294294    end
     295    object ARemoveExactDuplicates: TAction
     296      Caption = 'Remove exact duplicates'
     297      OnExecute = ARemoveExactDuplicatesExecute
     298    end
    295299  end
    296300  object LastOpenedList1: TLastOpenedList
    297301    MaxCount = 10
    298302    OnChange = LastOpenedList1Change
    299     Left = 400
    300     Top = 300
     303    Left = 384
     304    Top = 288
    301305  end
    302306  object OpenDialog1: TOpenDialog
    303307    Title = 'Open existing file'
    304     Left = 400
    305     Top = 380
     308    Left = 384
     309    Top = 365
    306310  end
    307311  object SaveDialog1: TSaveDialog
    308312    Title = 'Save file as'
    309     Left = 120
    310     Top = 380
     313    Left = 115
     314    Top = 365
    311315  end
    312316  object ApplicationInfo1: TApplicationInfo
     
    321325    AppName = 'vCard Studio'
    322326    Description = 'vCard files management tool'
    323     ReleaseDate = 44636
     327    ReleaseDate = 44687
    324328    RegistryKey = '\Software\Chronosoft\vCard Studio'
    325329    RegistryRoot = rrKeyCurrentUser
     
    85218525      0000000000000000000000000000000000000000000000000000
    85228526    }
    8523     Left = 120
    8524     Top = 300
     8527    Left = 115
     8528    Top = 288
    85258529  end
    85268530  object PersistentForm1: TPersistentForm
    85278531    MinVisiblePart = 50
    85288532    EntireVisible = False
    8529     Left = 400
    8530     Top = 130
     8533    Left = 384
     8534    Top = 125
    85318535  end
    85328536  object Translator: TTranslator
    85338537    POFilesFolder = 'Languages'
    8534     Left = 120
    8535     Top = 50
     8538    OnTranslate = TranslatorTranslate
     8539    Left = 115
     8540    Top = 48
    85368541  end
    85378542  object ScaleDPI1: TScaleDPI
    85388543    AutoDetect = False
    8539     Left = 400
    8540     Top = 50
     8544    Left = 384
     8545    Top = 48
    85418546  end
    85428547  object ThemeManager1: TThemeManager
    8543     Left = 120
    8544     Top = 130
     8548    Left = 115
     8549    Top = 125
    85458550  end
    85468551  object AboutDialog1: TAboutDialog
     
    85488553    ThemeManager = ThemeManager1
    85498554    ApplicationInfo = ApplicationInfo1
    8550     Left = 600
    8551     Top = 50
     8555    Left = 576
     8556    Top = 48
    85528557  end
    85538558  object SelectDirectoryDialog1: TSelectDirectoryDialog
    85548559    Title = 'Select directory'
    8555     Left = 602
    8556     Top = 392
     8560    Left = 578
     8561    Top = 376
    85578562  end
    85588563end
Note: See TracChangeset for help on using the changeset viewer.