Line | |
---|
1 | object FormNormalize: TFormNormalize
|
---|
2 | Left = 663
|
---|
3 | Height = 413
|
---|
4 | Top = 452
|
---|
5 | Width = 765
|
---|
6 | Caption = 'Normalize'
|
---|
7 | ClientHeight = 413
|
---|
8 | ClientWidth = 765
|
---|
9 | DesignTimePPI = 144
|
---|
10 | OnClose = FormClose
|
---|
11 | OnShow = FormShow
|
---|
12 | LCLVersion = '2.2.6.0'
|
---|
13 | object ScrollBox1: TScrollBox
|
---|
14 | Left = 8
|
---|
15 | Height = 336
|
---|
16 | Top = 8
|
---|
17 | Width = 743
|
---|
18 | HorzScrollBar.Page = 600
|
---|
19 | VertScrollBar.Page = 219
|
---|
20 | Anchors = [akTop, akLeft, akRight, akBottom]
|
---|
21 | ClientHeight = 334
|
---|
22 | ClientWidth = 741
|
---|
23 | TabOrder = 0
|
---|
24 | object CheckBoxRemovePhoneSpaces: TCheckBox
|
---|
25 | Left = 20
|
---|
26 | Height = 30
|
---|
27 | Top = 16
|
---|
28 | Width = 318
|
---|
29 | Caption = 'Remove spaces in phone numbers'
|
---|
30 | TabOrder = 0
|
---|
31 | end
|
---|
32 | object CheckBoxAddPhonePrefix: TCheckBox
|
---|
33 | Left = 20
|
---|
34 | Height = 30
|
---|
35 | Top = 55
|
---|
36 | Width = 306
|
---|
37 | Caption = 'Add default country phone prefix'
|
---|
38 | TabOrder = 1
|
---|
39 | end
|
---|
40 | object CheckBoxRemoveExactDuplicates: TCheckBox
|
---|
41 | Left = 20
|
---|
42 | Height = 30
|
---|
43 | Top = 96
|
---|
44 | Width = 236
|
---|
45 | Caption = 'Remove exact duplicates'
|
---|
46 | TabOrder = 2
|
---|
47 | end
|
---|
48 | object EditPhoneCountryCode: TEdit
|
---|
49 | Left = 480
|
---|
50 | Height = 43
|
---|
51 | Top = 55
|
---|
52 | Width = 120
|
---|
53 | TabOrder = 3
|
---|
54 | end
|
---|
55 | object CheckBoxRemovePhotos: TCheckBox
|
---|
56 | Left = 20
|
---|
57 | Height = 30
|
---|
58 | Top = 136
|
---|
59 | Width = 158
|
---|
60 | Caption = 'Remove photos'
|
---|
61 | TabOrder = 4
|
---|
62 | end
|
---|
63 | object CheckBoxConvertInternationaCallPrefixToCountryCode: TCheckBox
|
---|
64 | Left = 20
|
---|
65 | Height = 30
|
---|
66 | Top = 176
|
---|
67 | Width = 429
|
---|
68 | Caption = 'Convert international call prefix to country code'
|
---|
69 | TabOrder = 5
|
---|
70 | end
|
---|
71 | object EditPhoneInternationalCallPrefix: TEdit
|
---|
72 | Left = 480
|
---|
73 | Height = 43
|
---|
74 | Top = 176
|
---|
75 | Width = 120
|
---|
76 | TabOrder = 6
|
---|
77 | end
|
---|
78 | end
|
---|
79 | object ButtonCancel: TButton
|
---|
80 | Left = 504
|
---|
81 | Height = 38
|
---|
82 | Top = 360
|
---|
83 | Width = 113
|
---|
84 | Anchors = [akRight, akBottom]
|
---|
85 | Caption = 'Cancel'
|
---|
86 | ModalResult = 2
|
---|
87 | TabOrder = 1
|
---|
88 | end
|
---|
89 | object ButtonProcess: TButton
|
---|
90 | Left = 638
|
---|
91 | Height = 38
|
---|
92 | Top = 360
|
---|
93 | Width = 113
|
---|
94 | Anchors = [akRight, akBottom]
|
---|
95 | Caption = 'Process'
|
---|
96 | ModalResult = 1
|
---|
97 | OnClick = ButtonProcessClick
|
---|
98 | TabOrder = 2
|
---|
99 | end
|
---|
100 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.