-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathTUPopupMenu.dfm
More file actions
37 lines (37 loc) · 910 Bytes
/
Copy pathTUPopupMenu.dfm
File metadata and controls
37 lines (37 loc) · 910 Bytes
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
object PopupForm: TPopupForm
Left = 0
Top = 0
Caption = 'PopupForm'
ClientHeight = 201
ClientWidth = 447
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object UScrollBox1: TUScrollBox
Left = 0
Top = 0
Width = 447
Height = 201
HorzScrollBar.Tracking = True
VertScrollBar.Tracking = True
Align = alClient
Color = 15132390
ParentColor = False
TabOrder = 0
AniSet.AniKind = akOut
AniSet.AniFunctionKind = afkQuintic
AniSet.DelayStartTime = 0
AniSet.Duration = 120
AniSet.Step = 11
CustomBackColor.Enabled = False
CustomBackColor.Color = 15132390
CustomBackColor.LightColor = 15132390
CustomBackColor.DarkColor = 2039583
end
end