-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.lfm
100 lines (100 loc) · 2.49 KB
/
main.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
object Form1: TForm1
Left = -8
Height = 423
Top = -8
Width = 900
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Books Library 2.0'
ClientHeight = 423
ClientWidth = 900
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '2.0.12.0'
object Edit1: TEdit
AnchorSideLeft.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ListBox1
Left = 8
Height = 22
Top = 21
Width = 595
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 5
TabOrder = 0
Text = 'python'
end
object ListBox1: TListBox
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 8
Height = 367
Top = 48
Width = 884
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Font.CharSet = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ItemHeight = 24
OnClick = ListBox1Click
OnDrawItem = ListBox1DrawItem
ParentFont = False
Style = lbOwnerDrawFixed
TabOrder = 1
end
object Button2: TButton
AnchorSideLeft.Control = Edit1
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ListBox1
Left = 611
Height = 24
Top = 19
Width = 281
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 5
Caption = 'Search'
Default = True
OnClick = Button2Click
TabOrder = 2
end
object Label1: TLabel
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 737
Height = 15
Top = 0
Width = 155
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
Caption = '[email protected]'
ParentColor = False
end
object Label2: TLabel
AnchorSideLeft.Control = Owner
Left = 8
Height = 15
Top = 0
Width = 721
AutoSize = False
BorderSpacing.Left = 8
ParentColor = False
end
end