object FormNormalize: TFormNormalize Left = 663 Height = 413 Top = 452 Width = 765 Caption = 'Normalize' ClientHeight = 413 ClientWidth = 765 DesignTimePPI = 144 OnClose = FormClose OnShow = FormShow LCLVersion = '2.2.6.0' object ScrollBox1: TScrollBox Left = 8 Height = 336 Top = 8 Width = 743 HorzScrollBar.Page = 600 VertScrollBar.Page = 219 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 334 ClientWidth = 741 TabOrder = 0 object CheckBoxRemovePhoneSpaces: TCheckBox Left = 20 Height = 30 Top = 16 Width = 318 Caption = 'Remove spaces in phone numbers' TabOrder = 0 end object CheckBoxAddPhonePrefix: TCheckBox Left = 20 Height = 30 Top = 55 Width = 306 Caption = 'Add default country phone prefix' TabOrder = 1 end object CheckBoxRemoveExactDuplicates: TCheckBox Left = 20 Height = 30 Top = 96 Width = 236 Caption = 'Remove exact duplicates' TabOrder = 2 end object EditPhoneCountryCode: TEdit Left = 480 Height = 43 Top = 55 Width = 120 TabOrder = 3 end object CheckBoxRemovePhotos: TCheckBox Left = 20 Height = 30 Top = 136 Width = 158 Caption = 'Remove photos' TabOrder = 4 end object CheckBoxConvertInternationaCallPrefixToCountryCode: TCheckBox Left = 20 Height = 30 Top = 176 Width = 429 Caption = 'Convert international call prefix to country code' TabOrder = 5 end object EditPhoneInternationalCallPrefix: TEdit Left = 480 Height = 43 Top = 176 Width = 120 TabOrder = 6 end end object ButtonCancel: TButton Left = 504 Height = 38 Top = 360 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ButtonProcess: TButton Left = 638 Height = 38 Top = 360 Width = 113 Anchors = [akRight, akBottom] Caption = 'Process' ModalResult = 1 OnClick = ButtonProcessClick TabOrder = 2 end end