source: trunk/Forms/FormCompare.lfm

Last change on this file was 162, checked in by chronos, 11 months ago
  • Modified: Updated Common package.
File size: 2.4 KB
Line 
1object FormCompare: TFormCompare
2 Left = 846
3 Height = 456
4 Top = 492
5 Width = 867
6 Caption = 'Compare'
7 ClientHeight = 456
8 ClientWidth = 867
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnShow = FormShow
14 LCLVersion = '2.2.6.0'
15 object ButtonCancel: TButton
16 Left = 600
17 Height = 38
18 Top = 400
19 Width = 113
20 Anchors = [akRight, akBottom]
21 Caption = 'Cancel'
22 ModalResult = 2
23 TabOrder = 0
24 end
25 object ButtonCompare: TButton
26 Left = 736
27 Height = 38
28 Top = 400
29 Width = 113
30 Anchors = [akRight, akBottom]
31 Caption = 'Compare'
32 ModalResult = 1
33 OnClick = ButtonCompareClick
34 TabOrder = 1
35 end
36 object ScrollBox1: TScrollBox
37 Left = 8
38 Height = 376
39 Top = 8
40 Width = 841
41 HorzScrollBar.Page = 276
42 VertScrollBar.Page = 230
43 Anchors = [akTop, akLeft, akRight, akBottom]
44 ClientHeight = 374
45 ClientWidth = 839
46 TabOrder = 2
47 object EditAnotherFile: TEdit
48 Left = 144
49 Height = 43
50 Top = 19
51 Width = 562
52 Anchors = [akTop, akLeft, akRight]
53 TabOrder = 0
54 end
55 object ButtonBrowse: TButton
56 Left = 720
57 Height = 38
58 Top = 19
59 Width = 113
60 Anchors = [akTop, akRight]
61 Caption = 'Browse'
62 OnClick = ButtonBrowseClick
63 TabOrder = 1
64 end
65 object Label1: TLabel
66 Left = 21
67 Height = 26
68 Top = 26
69 Width = 104
70 Caption = 'Another file:'
71 ParentColor = False
72 end
73 object CheckBoxSortContacts: TCheckBox
74 Left = 23
75 Height = 30
76 Top = 81
77 Width = 136
78 Caption = 'Sort contacts'
79 Checked = True
80 State = cbChecked
81 TabOrder = 2
82 end
83 object CheckBoxNormalizePhoneNumbers: TCheckBox
84 Left = 23
85 Height = 30
86 Top = 120
87 Width = 253
88 Caption = 'Normalize phone numbers'
89 Checked = True
90 State = cbChecked
91 TabOrder = 3
92 end
93 object CheckBoxWithoutPhotos: TCheckBox
94 Left = 24
95 Height = 30
96 Top = 160
97 Width = 157
98 Caption = 'Without photos'
99 Checked = True
100 State = cbChecked
101 TabOrder = 4
102 end
103 object CheckBoxRemoveExactDuplicates: TCheckBox
104 Left = 24
105 Height = 30
106 Top = 200
107 Width = 236
108 Caption = 'Remove exact duplicates'
109 Checked = True
110 State = cbChecked
111 TabOrder = 5
112 end
113 end
114 object OpenDialog1: TOpenDialog
115 Left = 753
116 Top = 153
117 end
118end
Note: See TracBrowser for help on using the repository browser.