Changeset 113 for trunk/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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r112 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
    274274    Identification = 1
    275275    VersionMajor = 1
    276     VersionMinor = 3
     276    VersionMinor = 4
    277277    VersionBugFix = 0
    278278    VersionSuffix = 'alfa'
     
    84828482      0000000000000000000000000000000000000000000000000000
    84838483    }
    8484     Left = 120
    8485     Top = 300
     8484    Left = 115
     8485    Top = 288
    84868486  end
    84878487  object PersistentForm1: TPersistentForm
    84888488    MinVisiblePart = 50
    84898489    EntireVisible = False
    8490     Left = 400
    8491     Top = 130
     8490    Left = 384
     8491    Top = 125
    84928492  end
    84938493  object Translator: TTranslator
    84948494    POFilesFolder = 'Languages'
    8495     Left = 120
    8496     Top = 50
     8495    Left = 115
     8496    Top = 48
    84978497  end
    84988498  object ScaleDPI1: TScaleDPI
    84998499    AutoDetect = False
    8500     Left = 400
    8501     Top = 50
     8500    Left = 384
     8501    Top = 48
    85028502  end
    85038503  object ThemeManager1: TThemeManager
    8504     Left = 120
    8505     Top = 130
     8504    Left = 115
     8505    Top = 125
    85068506  end
    85078507  object AboutDialog1: TAboutDialog
     
    85098509    ThemeManager = ThemeManager1
    85108510    ApplicationInfo = ApplicationInfo1
    8511     Left = 600
    8512     Top = 50
     8511    Left = 576
     8512    Top = 48
    85138513  end
    85148514  object SelectDirectoryDialog1: TSelectDirectoryDialog
    85158515    Title = 'Select directory'
    8516     Left = 602
    8517     Top = 392
     8516    Left = 578
     8517    Top = 376
    85188518  end
    85198519end
Note: See TracChangeset for help on using the changeset viewer.