Changeset 155 for trunk/Forms/FormNormalize.lfm
- Timestamp:
- Jun 6, 2023, 10:45:32 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormNormalize.lfm
r154 r155 18 18 Width = 743 19 19 HorzScrollBar.Page = 600 20 VertScrollBar.Page = 2 1120 VertScrollBar.Page = 209 21 21 Anchors = [akTop, akLeft, akRight, akBottom] 22 ClientHeight = 34 523 ClientWidth = 7 4122 ClientHeight = 343 23 ClientWidth = 739 24 24 TabOrder = 0 25 25 object CheckBoxRemovePhoneSpaces: TCheckBox 26 26 Left = 20 27 Height = 3027 Height = 29 28 28 Top = 16 29 Width = 3 1829 Width = 303 30 30 Caption = 'Remove spaces in phone numbers' 31 31 TabOrder = 0 … … 33 33 object CheckBoxAddPhonePrefix: TCheckBox 34 34 Left = 20 35 Height = 3035 Height = 29 36 36 Top = 55 37 Width = 30637 Width = 294 38 38 Caption = 'Add default country phone prefix' 39 39 TabOrder = 1 … … 41 41 object CheckBoxRemoveExactDuplicates: TCheckBox 42 42 Left = 20 43 Height = 3043 Height = 29 44 44 Top = 96 45 Width = 2 3645 Width = 225 46 46 Caption = 'Remove exact duplicates' 47 47 TabOrder = 2 … … 49 49 object EditPhoneCountryCode: TEdit 50 50 Left = 480 51 Height = 4351 Height = 33 52 52 Top = 55 53 53 Width = 120 … … 56 56 object CheckBoxRemovePhotos: TCheckBox 57 57 Left = 20 58 Height = 3058 Height = 29 59 59 Top = 136 60 Width = 15 860 Width = 157 61 61 Caption = 'Remove photos' 62 62 TabOrder = 4 … … 64 64 object CheckBoxConvertInternationaCallPrefixToCountryCode: TCheckBox 65 65 Left = 20 66 Height = 3066 Height = 29 67 67 Top = 176 68 Width = 4 2968 Width = 405 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 = 4375 Top = 1 6874 Height = 33 75 Top = 176 76 76 Width = 120 77 77 TabOrder = 6
Note:
See TracChangeset
for help on using the changeset viewer.