forked from ibv/LDAP-Admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathListViewDlg.dfm
71 lines (71 loc) · 1.42 KB
/
ListViewDlg.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
object ListViewDlg: TListViewDlg
Left = 263
Height = 280
Top = 208
Width = 504
ClientHeight = 280
ClientWidth = 504
Color = clBtnFace
ParentFont = True
Position = poOwnerFormCenter
LCLVersion = '1.6.0.4'
object Panel1: TPanel
Left = 0
Height = 280
Top = 0
Width = 504
Align = alClient
BevelOuter = bvNone
BorderWidth = 8
ClientHeight = 280
ClientWidth = 504
TabOrder = 0
object ListView: TListView
Left = 8
Height = 232
Top = 8
Width = 488
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
Columns = <
item
Width = 160
end
item
Width = 324
end>
HideSelection = False
MultiSelect = True
ReadOnly = True
RowSelect = True
ScrollBars = ssAutoBoth
TabOrder = 0
ViewStyle = vsReport
OnChange = ListViewChange
OnDblClick = ListViewDblClick
end
object OKBtn: TButton
Left = 332
Height = 25
Top = 247
Width = 75
Anchors = [akRight, akBottom]
Caption = '&OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 1
end
object CancelBtn: TButton
Left = 413
Height = 25
Top = 247
Width = 75
Anchors = [akRight, akBottom]
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
end
end