Changeset 158 for trunk/Forms/FormNormalize.lfm
- Timestamp:
- Jun 12, 2023, 12:07:42 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormNormalize.lfm
r155 r158 14 14 object ScrollBox1: TScrollBox 15 15 Left = 8 16 Height = 3 4716 Height = 336 17 17 Top = 8 18 18 Width = 743 19 19 HorzScrollBar.Page = 600 20 VertScrollBar.Page = 2 0920 VertScrollBar.Page = 219 21 21 Anchors = [akTop, akLeft, akRight, akBottom] 22 ClientHeight = 3 4323 ClientWidth = 7 3922 ClientHeight = 334 23 ClientWidth = 741 24 24 TabOrder = 0 25 25 object CheckBoxRemovePhoneSpaces: TCheckBox 26 26 Left = 20 27 Height = 2927 Height = 30 28 28 Top = 16 29 Width = 3 0329 Width = 318 30 30 Caption = 'Remove spaces in phone numbers' 31 31 TabOrder = 0 … … 33 33 object CheckBoxAddPhonePrefix: TCheckBox 34 34 Left = 20 35 Height = 2935 Height = 30 36 36 Top = 55 37 Width = 29437 Width = 306 38 38 Caption = 'Add default country phone prefix' 39 39 TabOrder = 1 … … 41 41 object CheckBoxRemoveExactDuplicates: TCheckBox 42 42 Left = 20 43 Height = 2943 Height = 30 44 44 Top = 96 45 Width = 2 2545 Width = 236 46 46 Caption = 'Remove exact duplicates' 47 47 TabOrder = 2 … … 49 49 object EditPhoneCountryCode: TEdit 50 50 Left = 480 51 Height = 3351 Height = 43 52 52 Top = 55 53 53 Width = 120 … … 56 56 object CheckBoxRemovePhotos: TCheckBox 57 57 Left = 20 58 Height = 2958 Height = 30 59 59 Top = 136 60 Width = 15 760 Width = 158 61 61 Caption = 'Remove photos' 62 62 TabOrder = 4 … … 64 64 object CheckBoxConvertInternationaCallPrefixToCountryCode: TCheckBox 65 65 Left = 20 66 Height = 2966 Height = 30 67 67 Top = 176 68 Width = 4 0568 Width = 429 69 69 Caption = 'Convert international call prefix to country code' 70 70 TabOrder = 5 … … 72 72 object EditPhoneInternationalCallPrefix: TEdit 73 73 Left = 480 74 Height = 3374 Height = 43 75 75 Top = 176 76 76 Width = 120 … … 79 79 end 80 80 object ButtonCancel: TButton 81 Left = 63881 Left = 504 82 82 Height = 38 83 Top = 36 383 Top = 360 84 84 Width = 113 85 85 Anchors = [akRight, akBottom] … … 89 89 end 90 90 object ButtonProcess: TButton 91 Left = 50291 Left = 638 92 92 Height = 38 93 Top = 36 393 Top = 360 94 94 Width = 113 95 95 Anchors = [akRight, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.