source: tags/1.1.0/Forms/UFormFindDuplicity.lfm

Last change on this file was 23, checked in by chronos, 3 years ago
  • Added: Snap package definition file.
  • Fixed: Selected theme in settings also changed language.
  • Modified: Load correctly language files if installed on Linux.
File size: 1.9 KB
Line 
1object FormFindDuplicity: TFormFindDuplicity
2 Left = 455
3 Height = 481
4 Top = 397
5 Width = 701
6 Caption = 'Find duplicities'
7 ClientHeight = 481
8 ClientWidth = 701
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnShow = FormShow
14 LCLVersion = '2.0.12.0'
15 object ListView1: TListView
16 Left = 5
17 Height = 413
18 Top = 63
19 Width = 691
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 = 136
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 = 701
50 Align = alTop
51 BevelOuter = bvNone
52 ClientHeight = 58
53 ClientWidth = 701
54 ParentFont = False
55 TabOrder = 1
56 object ComboBoxField: TComboBox
57 Left = 173
58 Height = 41
59 Top = 14
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 = 24
70 Top = 19
71 Width = 111
72 Caption = 'Contact field:'
73 ParentColor = False
74 ParentFont = False
75 end
76 end
77 object ActionList1: TActionList
78 Left = 262
79 Top = 154
80 object AShowContacts: TAction
81 Caption = 'Show contacts'
82 OnExecute = AShowContactsExecute
83 end
84 end
85 object PopupMenu1: TPopupMenu
86 Left = 90
87 Top = 149
88 object MenuItem1: TMenuItem
89 Action = AShowContacts
90 end
91 end
92end
Note: See TracBrowser for help on using the repository browser.