-
Notifications
You must be signed in to change notification settings - Fork 6
/
view.mmpFormPlaylist.dfm
94 lines (94 loc) · 2.07 KB
/
view.mmpFormPlaylist.dfm
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
object PlaylistForm: TPlaylistForm
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsNone
Caption = 'Playlist'
ClientHeight = 585
ClientWidth = 556
Color = 2829099
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 13
object backPanel: TPanel
Left = 0
Top = 0
Width = 556
Height = 585
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object lblFolder: TLabel
Left = 0
Top = 559
Width = 556
Height = 13
Align = alBottom
Caption = 'Folder:'
ExplicitWidth = 34
end
object buttonPanel: TPanel
Left = 0
Top = 572
Width = 556
Height = 13
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object shiftLabel: TLabel
Left = 0
Top = 0
Width = 171
Height = 13
Align = alLeft
Caption = 'press [P] again to close this window'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object moveLabel: TLabel
Left = 171
Top = 0
Width = 434
Height = 13
Align = alLeft
AutoSize = False
Caption =
' If the video window is resized or moved, this playlist wil' +
'l stay attached to it'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ExplicitLeft = 223
end
end
object LB: TListBox
Left = 224
Top = 248
Width = 121
Height = 97
ItemHeight = 13
TabOrder = 1
OnKeyPress = LBKeyPress
OnMouseEnter = LBMouseEnter
OnMouseLeave = LBMouseLeave
end
end
object applicationEvents: TApplicationEvents
OnMessage = applicationEventsMessage
Left = 392
Top = 440
end
end