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.pas

    r153 r154  
    1212
    1313  TFormCompare = class(TForm)
     14    ButtonBrowse: TButton;
    1415    ButtonCancel: TButton;
    1516    ButtonCompare: TButton;
    16     ButtonBrowse: TButton;
    17     CheckBoxWithoutPhotos: TCheckBox;
    18     CheckBoxSortContacts: TCheckBox;
    1917    CheckBoxNormalizePhoneNumbers: TCheckBox;
    2018    CheckBoxRemoveExactDuplicates: TCheckBox;
     19    CheckBoxSortContacts: TCheckBox;
     20    CheckBoxWithoutPhotos: TCheckBox;
    2121    EditAnotherFile: TEdit;
    2222    Label1: TLabel;
    2323    OpenDialog1: TOpenDialog;
     24    ScrollBox1: TScrollBox;
    2425    procedure ButtonBrowseClick(Sender: TObject);
    2526    procedure ButtonCompareClick(Sender: TObject);
Note: See TracChangeset for help on using the changeset viewer.