blob: ed8fd45dd9febdd19096219d15e90e3b8a1b0a34 (
plain) (
blame)
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
|
object VerseListFrm: TVerseListFrm
Left = 457
Top = 100
Width = 256
Height = 315
Caption = 'Verse List'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = True
Position = poScreenCenter
Scaled = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object plPreview: TPanel
Left = 0
Top = 143
Width = 248
Height = 145
Align = alBottom
Caption = 'plPreview'
TabOrder = 0
end
object ListBox1: TListBox
Left = 0
Top = 0
Width = 248
Height = 143
Align = alClient
ItemHeight = 13
TabOrder = 1
OnClick = ListBox1Click
OnDblClick = ListBox1DblClick
end
end
|