-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfloatformu.lfm
85 lines (85 loc) · 1.68 KB
/
floatformu.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
object FloatForm: TFloatForm
Left = 1286
Height = 324
Top = 422
Width = 320
BorderIcons = []
BorderStyle = bsNone
BorderWidth = 1
ClientHeight = 324
ClientWidth = 320
Color = clBlack
FormStyle = fsSystemStayOnTop
OnDestroy = FormDestroy
PopupMode = pmExplicit
ShowInTaskBar = stNever
LCLVersion = '2.0.3.0'
object Panel1: TPanel
Left = 1
Height = 322
Top = 1
Width = 318
Align = alClient
ClientHeight = 322
ClientWidth = 318
Color = clCream
ParentColor = False
TabOrder = 0
object L_CoreName: TLabel
Left = 4
Height = 13
Top = 4
Width = 310
Align = alTop
AutoSize = False
BorderSpacing.Around = 3
Caption = 'L_CoreName'
Font.Style = [fsBold]
Layout = tlCenter
ParentColor = False
ParentFont = False
end
object L_Description: TLabel
Left = 4
Height = 1
Top = 317
Width = 310
Align = alBottom
BorderSpacing.Top = 2
BorderSpacing.Around = 3
Color = clCream
Layout = tlCenter
ParentColor = False
Transparent = False
WordWrap = True
end
object L_Title: TLabel
Left = 4
Height = 1
Top = 20
Width = 310
Align = alTop
BorderSpacing.Around = 3
ParentColor = False
WordWrap = True
end
object CoreImagePanel: TuEImage
Left = 1
Height = 288
Top = 24
Width = 316
Debug = False
Align = alClient
Center = True
Proportional = True
Stretch = True
end
end
object TimerShow: TTimer
Enabled = False
Interval = 500
OnTimer = TimerShowTimer
left = 264
top = 8
end
end