Ignore:
Timestamp:
Jun 12, 2023, 12:07:42 AM (11 months ago)
Author:
chronos
Message:
  • Added: File menu action Export to export vCard data into CSV, XML, MediaWiki, Excel paste, and HTML.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormNormalize.lfm

    r155 r158  
    1414  object ScrollBox1: TScrollBox
    1515    Left = 8
    16     Height = 347
     16    Height = 336
    1717    Top = 8
    1818    Width = 743
    1919    HorzScrollBar.Page = 600
    20     VertScrollBar.Page = 209
     20    VertScrollBar.Page = 219
    2121    Anchors = [akTop, akLeft, akRight, akBottom]
    22     ClientHeight = 343
    23     ClientWidth = 739
     22    ClientHeight = 334
     23    ClientWidth = 741
    2424    TabOrder = 0
    2525    object CheckBoxRemovePhoneSpaces: TCheckBox
    2626      Left = 20
    27       Height = 29
     27      Height = 30
    2828      Top = 16
    29       Width = 303
     29      Width = 318
    3030      Caption = 'Remove spaces in phone numbers'
    3131      TabOrder = 0
     
    3333    object CheckBoxAddPhonePrefix: TCheckBox
    3434      Left = 20
    35       Height = 29
     35      Height = 30
    3636      Top = 55
    37       Width = 294
     37      Width = 306
    3838      Caption = 'Add default country phone prefix'
    3939      TabOrder = 1
     
    4141    object CheckBoxRemoveExactDuplicates: TCheckBox
    4242      Left = 20
    43       Height = 29
     43      Height = 30
    4444      Top = 96
    45       Width = 225
     45      Width = 236
    4646      Caption = 'Remove exact duplicates'
    4747      TabOrder = 2
     
    4949    object EditPhoneCountryCode: TEdit
    5050      Left = 480
    51       Height = 33
     51      Height = 43
    5252      Top = 55
    5353      Width = 120
     
    5656    object CheckBoxRemovePhotos: TCheckBox
    5757      Left = 20
    58       Height = 29
     58      Height = 30
    5959      Top = 136
    60       Width = 157
     60      Width = 158
    6161      Caption = 'Remove photos'
    6262      TabOrder = 4
     
    6464    object CheckBoxConvertInternationaCallPrefixToCountryCode: TCheckBox
    6565      Left = 20
    66       Height = 29
     66      Height = 30
    6767      Top = 176
    68       Width = 405
     68      Width = 429
    6969      Caption = 'Convert international call prefix to country code'
    7070      TabOrder = 5
     
    7272    object EditPhoneInternationalCallPrefix: TEdit
    7373      Left = 480
    74       Height = 33
     74      Height = 43
    7575      Top = 176
    7676      Width = 120
     
    7979  end
    8080  object ButtonCancel: TButton
    81     Left = 638
     81    Left = 504
    8282    Height = 38
    83     Top = 363
     83    Top = 360
    8484    Width = 113
    8585    Anchors = [akRight, akBottom]
     
    8989  end
    9090  object ButtonProcess: TButton
    91     Left = 502
     91    Left = 638
    9292    Height = 38
    93     Top = 363
     93    Top = 360
    9494    Width = 113
    9595    Anchors = [akRight, akBottom]
Note: See TracChangeset for help on using the changeset viewer.