Ignore:
Timestamp:
Jun 6, 2023, 10:45:32 PM (12 months ago)
Author:
chronos
Message:
  • Added: Detect Beyond Compare as compare tool on Windows.
  • Modified: Improved forms resize handling.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormNormalize.lfm

    r154 r155  
    1818    Width = 743
    1919    HorzScrollBar.Page = 600
    20     VertScrollBar.Page = 211
     20    VertScrollBar.Page = 209
    2121    Anchors = [akTop, akLeft, akRight, akBottom]
    22     ClientHeight = 345
    23     ClientWidth = 741
     22    ClientHeight = 343
     23    ClientWidth = 739
    2424    TabOrder = 0
    2525    object CheckBoxRemovePhoneSpaces: TCheckBox
    2626      Left = 20
    27       Height = 30
     27      Height = 29
    2828      Top = 16
    29       Width = 318
     29      Width = 303
    3030      Caption = 'Remove spaces in phone numbers'
    3131      TabOrder = 0
     
    3333    object CheckBoxAddPhonePrefix: TCheckBox
    3434      Left = 20
    35       Height = 30
     35      Height = 29
    3636      Top = 55
    37       Width = 306
     37      Width = 294
    3838      Caption = 'Add default country phone prefix'
    3939      TabOrder = 1
     
    4141    object CheckBoxRemoveExactDuplicates: TCheckBox
    4242      Left = 20
    43       Height = 30
     43      Height = 29
    4444      Top = 96
    45       Width = 236
     45      Width = 225
    4646      Caption = 'Remove exact duplicates'
    4747      TabOrder = 2
     
    4949    object EditPhoneCountryCode: TEdit
    5050      Left = 480
    51       Height = 43
     51      Height = 33
    5252      Top = 55
    5353      Width = 120
     
    5656    object CheckBoxRemovePhotos: TCheckBox
    5757      Left = 20
    58       Height = 30
     58      Height = 29
    5959      Top = 136
    60       Width = 158
     60      Width = 157
    6161      Caption = 'Remove photos'
    6262      TabOrder = 4
     
    6464    object CheckBoxConvertInternationaCallPrefixToCountryCode: TCheckBox
    6565      Left = 20
    66       Height = 30
     66      Height = 29
    6767      Top = 176
    68       Width = 429
     68      Width = 405
    6969      Caption = 'Convert international call prefix to country code'
    7070      TabOrder = 5
     
    7272    object EditPhoneInternationalCallPrefix: TEdit
    7373      Left = 480
    74       Height = 43
    75       Top = 168
     74      Height = 33
     75      Top = 176
    7676      Width = 120
    7777      TabOrder = 6
Note: See TracChangeset for help on using the changeset viewer.