forked from Alexey-T/CudaLister
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform_listbox.lfm
54 lines (54 loc) · 1008 Bytes
/
form_listbox.lfm
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
object fmListbox: TfmListbox
Left = 282
Height = 463
Top = 285
Width = 216
BorderStyle = bsDialog
Caption = '选择项目'
ClientHeight = 463
ClientWidth = 216
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.1.0.0'
object Panel1: TPanel
Left = 0
Height = 38
Top = 425
Width = 216
Align = alBottom
BevelOuter = bvNone
ClientHeight = 38
ClientWidth = 216
TabOrder = 0
object Button1: TButton
Left = 8
Height = 25
Top = 8
Width = 96
Caption = '确定'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 112
Height = 25
Top = 8
Width = 96
Cancel = True
Caption = '取消'
ModalResult = 2
TabOrder = 1
end
end
object Listbox: TATListbox
Left = 0
Height = 425
Top = 0
Width = 216
Align = alClient
ParentColor = False
ParentFont = False
VirtualMode = False
end
end