Last change
on this file was 128, checked in by chronos, 3 years ago |
- Modified: Use Generics.Collection instead of fgl for better Delphi compatibility.
|
File size:
2.1 KB
|
Line | |
---|
1 | object FormFindDuplicity: TFormFindDuplicity
|
---|
2 | Left = 455
|
---|
3 | Height = 523
|
---|
4 | Top = 355
|
---|
5 | Width = 807
|
---|
6 | Caption = 'Find duplicities'
|
---|
7 | ClientHeight = 523
|
---|
8 | ClientWidth = 807
|
---|
9 | DesignTimePPI = 144
|
---|
10 | OnClose = FormClose
|
---|
11 | OnCreate = FormCreate
|
---|
12 | OnDestroy = FormDestroy
|
---|
13 | OnShow = FormShow
|
---|
14 | LCLVersion = '2.2.0.4'
|
---|
15 | object ListView1: TListView
|
---|
16 | Left = 5
|
---|
17 | Height = 455
|
---|
18 | Top = 63
|
---|
19 | Width = 797
|
---|
20 | Align = alClient
|
---|
21 | BorderSpacing.Around = 5
|
---|
22 | Columns = <
|
---|
23 | item
|
---|
24 | Caption = 'Field'
|
---|
25 | Width = 180
|
---|
26 | end
|
---|
27 | item
|
---|
28 | Caption = 'Contacts'
|
---|
29 | Width = 360
|
---|
30 | end
|
---|
31 | item
|
---|
32 | Caption = 'Count'
|
---|
33 | Width = 243
|
---|
34 | end>
|
---|
35 | OwnerData = True
|
---|
36 | ParentFont = False
|
---|
37 | PopupMenu = PopupMenu1
|
---|
38 | ReadOnly = True
|
---|
39 | RowSelect = True
|
---|
40 | TabOrder = 0
|
---|
41 | ViewStyle = vsReport
|
---|
42 | OnData = ListView1Data
|
---|
43 | OnDblClick = AShowContactsExecute
|
---|
44 | end
|
---|
45 | object Panel1: TPanel
|
---|
46 | Left = 0
|
---|
47 | Height = 58
|
---|
48 | Top = 0
|
---|
49 | Width = 807
|
---|
50 | Align = alTop
|
---|
51 | BevelOuter = bvNone
|
---|
52 | ClientHeight = 58
|
---|
53 | ClientWidth = 807
|
---|
54 | ParentFont = False
|
---|
55 | TabOrder = 1
|
---|
56 | object ComboBoxField: TComboBox
|
---|
57 | Left = 160
|
---|
58 | Height = 41
|
---|
59 | Top = 16
|
---|
60 | Width = 326
|
---|
61 | ItemHeight = 0
|
---|
62 | OnChange = ComboBoxFieldChange
|
---|
63 | ParentFont = False
|
---|
64 | Style = csDropDownList
|
---|
65 | TabOrder = 0
|
---|
66 | end
|
---|
67 | object Label1: TLabel
|
---|
68 | Left = 13
|
---|
69 | Height = 26
|
---|
70 | Top = 19
|
---|
71 | Width = 135
|
---|
72 | Caption = 'By contact field:'
|
---|
73 | ParentFont = False
|
---|
74 | end
|
---|
75 | object ButtonMerge: TButton
|
---|
76 | Left = 496
|
---|
77 | Height = 38
|
---|
78 | Top = 14
|
---|
79 | Width = 113
|
---|
80 | Caption = 'Merge'
|
---|
81 | OnClick = ButtonMergeClick
|
---|
82 | TabOrder = 1
|
---|
83 | end
|
---|
84 | end
|
---|
85 | object ActionList1: TActionList
|
---|
86 | Left = 262
|
---|
87 | Top = 154
|
---|
88 | object AShowContacts: TAction
|
---|
89 | Caption = 'Show contacts'
|
---|
90 | OnExecute = AShowContactsExecute
|
---|
91 | end
|
---|
92 | end
|
---|
93 | object PopupMenu1: TPopupMenu
|
---|
94 | Left = 90
|
---|
95 | Top = 149
|
---|
96 | object MenuItem1: TMenuItem
|
---|
97 | Action = AShowContacts
|
---|
98 | end
|
---|
99 | end
|
---|
100 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.