Changeset 113 for tags/1.3.0/UCore.lfm


Ignore:
Timestamp:
Feb 15, 2022, 10:11:54 AM (2 years ago)
Author:
chronos
Message:
  • Modified: Version 1.3.0 release releated changes.

Merged revision(s) 112 from trunk:

  • Fixed: Contact photo was not saved correctly.
  • Fixed: URL contact photo was incorrectly encoded with BASE64 encoding.
  • Fixed: Disabled not correctly working autodetection of max. line length.
  • Fixed: Tab order in Contact name details window.
Location:
tags/1.3.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.0

  • tags/1.3.0/UCore.lfm

    r110 r113  
    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      4C7A120000001000000010000000801200000000000078DADD9A095855D5DAC7
     
    165165  object ActionList1: TActionList
    166166    Images = ImageList1
    167     Left = 400
    168     Top = 208
     167    Left = 384
     168    Top = 200
    169169    object AExit: TAction
    170170      Caption = 'Exit'
     
    258258    MaxCount = 10
    259259    OnChange = LastOpenedList1Change
    260     Left = 400
    261     Top = 300
     260    Left = 384
     261    Top = 288
    262262  end
    263263  object OpenDialog1: TOpenDialog
    264264    Title = 'Open existing file'
    265     Left = 400
    266     Top = 380
     265    Left = 384
     266    Top = 365
    267267  end
    268268  object SaveDialog1: TSaveDialog
    269269    Title = 'Save file as'
    270     Left = 120
    271     Top = 380
     270    Left = 115
     271    Top = 365
    272272  end
    273273  object ApplicationInfo1: TApplicationInfo
     
    276276    VersionMinor = 3
    277277    VersionBugFix = 0
    278     VersionSuffix = 'alfa'
    279278    HomePage = 'https://app.zdechov.net/vcard-studio'
    280279    AuthorsName = 'Chronos'
     
    282281    AppName = 'vCard Studio'
    283282    Description = 'vCard files management tool'
    284     ReleaseDate = 44606
     283    ReleaseDate = 44607
    285284    RegistryKey = '\Software\Chronosoft\vCard Studio'
    286285    RegistryRoot = rrKeyCurrentUser
     
    84828481      0000000000000000000000000000000000000000000000000000
    84838482    }
    8484     Left = 120
    8485     Top = 300
     8483    Left = 115
     8484    Top = 288
    84868485  end
    84878486  object PersistentForm1: TPersistentForm
    84888487    MinVisiblePart = 50
    84898488    EntireVisible = False
    8490     Left = 400
    8491     Top = 130
     8489    Left = 384
     8490    Top = 125
    84928491  end
    84938492  object Translator: TTranslator
    84948493    POFilesFolder = 'Languages'
    8495     Left = 120
    8496     Top = 50
     8494    Left = 115
     8495    Top = 48
    84978496  end
    84988497  object ScaleDPI1: TScaleDPI
    84998498    AutoDetect = False
    8500     Left = 400
    8501     Top = 50
     8499    Left = 384
     8500    Top = 48
    85028501  end
    85038502  object ThemeManager1: TThemeManager
    8504     Left = 120
    8505     Top = 130
     8503    Left = 115
     8504    Top = 125
    85068505  end
    85078506  object AboutDialog1: TAboutDialog
     
    85098508    ThemeManager = ThemeManager1
    85108509    ApplicationInfo = ApplicationInfo1
    8511     Left = 600
    8512     Top = 50
     8510    Left = 576
     8511    Top = 48
    85138512  end
    85148513  object SelectDirectoryDialog1: TSelectDirectoryDialog
    85158514    Title = 'Select directory'
    8516     Left = 602
    8517     Top = 392
     8515    Left = 578
     8516    Top = 376
    85188517  end
    85198518end
Note: See TracChangeset for help on using the changeset viewer.