Changeset 154 for trunk/Forms/FormCompare.pas
- Timestamp:
- Jun 6, 2023, 10:11:12 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCompare.pas
r153 r154 12 12 13 13 TFormCompare = class(TForm) 14 ButtonBrowse: TButton; 14 15 ButtonCancel: TButton; 15 16 ButtonCompare: TButton; 16 ButtonBrowse: TButton;17 CheckBoxWithoutPhotos: TCheckBox;18 CheckBoxSortContacts: TCheckBox;19 17 CheckBoxNormalizePhoneNumbers: TCheckBox; 20 18 CheckBoxRemoveExactDuplicates: TCheckBox; 19 CheckBoxSortContacts: TCheckBox; 20 CheckBoxWithoutPhotos: TCheckBox; 21 21 EditAnotherFile: TEdit; 22 22 Label1: TLabel; 23 23 OpenDialog1: TOpenDialog; 24 ScrollBox1: TScrollBox; 24 25 procedure ButtonBrowseClick(Sender: TObject); 25 26 procedure ButtonCompareClick(Sender: TObject);
Note:
See TracChangeset
for help on using the changeset viewer.