Ignore:
Timestamp:
Jun 6, 2023, 10:11:12 PM (12 months ago)
Author:
chronos
Message:
  • Fixed: Resize of compare and normalize forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCompare.lfm

    r151 r154  
    1313  OnShow = FormShow
    1414  LCLVersion = '2.2.6.0'
    15   object EditAnotherFile: TEdit
    16     Left = 144
    17     Height = 43
    18     Top = 19
    19     Width = 570
    20     Anchors = [akTop, akLeft, akRight]
    21     TabOrder = 0
    22   end
    23   object ButtonBrowse: TButton
    24     Left = 730
     15  object ButtonCancel: TButton
     16    Left = 736
    2517    Height = 38
    26     Top = 19
    27     Width = 113
    28     Anchors = [akTop, akRight]
    29     Caption = 'Browse'
    30     OnClick = ButtonBrowseClick
    31     TabOrder = 1
    32   end
    33   object Label1: TLabel
    34     Left = 21
    35     Height = 26
    36     Top = 26
    37     Width = 104
    38     Caption = 'Another file:'
    39     ParentColor = False
    40   end
    41   object ButtonCancel: TButton
    42     Left = 730
    43     Height = 38
    44     Top = 389
     18    Top = 400
    4519    Width = 113
    4620    Anchors = [akRight, akBottom]
    4721    Caption = 'Cancel'
    4822    ModalResult = 2
    49     TabOrder = 2
     23    TabOrder = 0
    5024  end
    5125  object ButtonCompare: TButton
    52     Left = 586
     26    Left = 600
    5327    Height = 38
    54     Top = 389
     28    Top = 400
    5529    Width = 113
    5630    Anchors = [akRight, akBottom]
     
    5832    ModalResult = 1
    5933    OnClick = ButtonCompareClick
    60     TabOrder = 3
     34    TabOrder = 1
    6135  end
    62   object CheckBoxSortContacts: TCheckBox
    63     Left = 23
    64     Height = 30
    65     Top = 81
    66     Width = 136
    67     Caption = 'Sort contacts'
    68     Checked = True
    69     State = cbChecked
    70     TabOrder = 4
    71   end
    72   object CheckBoxNormalizePhoneNumbers: TCheckBox
    73     Left = 23
    74     Height = 30
    75     Top = 120
    76     Width = 253
    77     Caption = 'Normalize phone numbers'
    78     Checked = True
    79     State = cbChecked
    80     TabOrder = 5
    81   end
    82   object CheckBoxWithoutPhotos: TCheckBox
    83     Left = 24
    84     Height = 30
    85     Top = 160
    86     Width = 157
    87     Caption = 'Without photos'
    88     Checked = True
    89     State = cbChecked
    90     TabOrder = 6
    91   end
    92   object CheckBoxRemoveExactDuplicates: TCheckBox
    93     Left = 24
    94     Height = 30
    95     Top = 200
    96     Width = 236
    97     Caption = 'Remove exact duplicates'
    98     Checked = True
    99     State = cbChecked
    100     TabOrder = 7
     36  object ScrollBox1: TScrollBox
     37    Left = 8
     38    Height = 376
     39    Top = 8
     40    Width = 841
     41    HorzScrollBar.Page = 276
     42    VertScrollBar.Page = 230
     43    Anchors = [akTop, akLeft, akRight, akBottom]
     44    ClientHeight = 374
     45    ClientWidth = 839
     46    TabOrder = 2
     47    object EditAnotherFile: TEdit
     48      Left = 144
     49      Height = 43
     50      Top = 19
     51      Width = 562
     52      Anchors = [akTop, akLeft, akRight]
     53      TabOrder = 0
     54    end
     55    object ButtonBrowse: TButton
     56      Left = 720
     57      Height = 38
     58      Top = 19
     59      Width = 113
     60      Anchors = [akTop, akRight]
     61      Caption = 'Browse'
     62      OnClick = ButtonBrowseClick
     63      TabOrder = 1
     64    end
     65    object Label1: TLabel
     66      Left = 21
     67      Height = 26
     68      Top = 26
     69      Width = 104
     70      Caption = 'Another file:'
     71      ParentColor = False
     72    end
     73    object CheckBoxSortContacts: TCheckBox
     74      Left = 23
     75      Height = 30
     76      Top = 81
     77      Width = 136
     78      Caption = 'Sort contacts'
     79      Checked = True
     80      State = cbChecked
     81      TabOrder = 2
     82    end
     83    object CheckBoxNormalizePhoneNumbers: TCheckBox
     84      Left = 23
     85      Height = 30
     86      Top = 120
     87      Width = 253
     88      Caption = 'Normalize phone numbers'
     89      Checked = True
     90      State = cbChecked
     91      TabOrder = 3
     92    end
     93    object CheckBoxWithoutPhotos: TCheckBox
     94      Left = 24
     95      Height = 30
     96      Top = 160
     97      Width = 157
     98      Caption = 'Without photos'
     99      Checked = True
     100      State = cbChecked
     101      TabOrder = 4
     102    end
     103    object CheckBoxRemoveExactDuplicates: TCheckBox
     104      Left = 24
     105      Height = 30
     106      Top = 200
     107      Width = 236
     108      Caption = 'Remove exact duplicates'
     109      Checked = True
     110      State = cbChecked
     111      TabOrder = 5
     112    end
    101113  end
    102114  object OpenDialog1: TOpenDialog
    103     Left = 713
    104     Top = 113
     115    Left = 753
     116    Top = 153
    105117  end
    106118end
Note: See TracChangeset for help on using the changeset viewer.