Ignore:
Timestamp:
Feb 9, 2022, 3:51:26 PM (2 years ago)
Author:
chronos
Message:
  • Added: Support for profile photo as URL.
  • Added: New UContactImage form to show profile photo in bigger size and with URL.
  • Modified: Profile photo image load/save handling moved to separate unit UContactImage.
  • Fixed: Some dynamically created forms were not translated.
  • Added: Remember last used file name for image open/save dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormGenerate.lfm

    r69 r103  
    11object FormGenerate: TFormGenerate
    22  Left = 470
    3   Height = 562
     3  Height = 585
    44  Top = 372
    5   Width = 812
     5  Width = 846
    66  Caption = 'Generate contacts'
    7   ClientHeight = 562
    8   ClientWidth = 812
    9   DesignTimePPI = 144
     7  ClientHeight = 585
     8  ClientWidth = 846
     9  DesignTimePPI = 150
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '2.0.12.0'
     13  LCLVersion = '2.2.0.4'
    1414  object Label1: TLabel
    15     Left = 19
    16     Height = 24
    17     Top = 19
    18     Width = 55
     15    Left = 20
     16    Height = 27
     17    Top = 20
     18    Width = 59
    1919    Caption = 'Count:'
    20     ParentColor = False
    2120    ParentFont = False
    2221  end
    2322  object SpinEditCount: TSpinEdit
    24     Left = 155
    25     Height = 42
    26     Top = 18
    27     Width = 152
     23    Left = 161
     24    Height = 43
     25    Top = 19
     26    Width = 158
    2827    MaxValue = 1000000000
    2928    MinValue = 1
     
    3332  end
    3433  object ButtonGenerate: TButton
    35     Left = 19
    36     Height = 37
    37     Top = 173
    38     Width = 113
     34    Left = 20
     35    Height = 39
     36    Top = 180
     37    Width = 118
    3938    Caption = 'Generate'
    4039    OnClick = ButtonGenerateClick
Note: See TracChangeset for help on using the changeset viewer.