-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuf_mp3player.lfm
276 lines (276 loc) · 5.8 KB
/
uf_mp3player.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
object f_mp3player: Tf_mp3player
Left = 185
Height = 383
Top = 227
Width = 542
Caption = 'mp3player'
ClientHeight = 383
ClientWidth = 542
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '0.9.30.2RC1'
object lb_soundmixer: TComboBox
Left = 72
Height = 21
Top = 1
Width = 378
Anchors = [akTop, akLeft, akRight]
AutoSize = False
DropDownCount = 20
ItemHeight = 13
OnChange = lb_soundmixerChange
Style = csDropDownList
TabOrder = 0
end
object Label1: TLabel
Left = 8
Height = 14
Top = 8
Width = 58
Caption = 'Soud mixer:'
ParentColor = False
end
object b_play: TButton
Left = 458
Height = 25
Top = 0
Width = 75
Anchors = [akTop, akRight]
Caption = 'Play'
Enabled = False
OnClick = b_playClick
TabOrder = 1
end
object e_log: TMemo
Left = 0
Height = 76
Top = 307
Width = 542
Align = alBottom
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 2
Visible = False
end
object Label3: TLabel
Left = 24
Height = 14
Top = 32
Width = 35
Caption = 'Volume'
ParentColor = False
end
object Panel3: TPanel
Left = 73
Height = 16
Top = 32
Width = 170
ClientHeight = 16
ClientWidth = 170
TabOrder = 3
object psp_volume: TPairSplitter
Left = 1
Height = 14
Top = 1
Width = 168
Align = alClient
Position = 90
object psp_volume_left: TPairSplitterSide
Cursor = crArrow
Left = 0
Height = 14
Top = 0
Width = 90
ClientWidth = 90
ClientHeight = 14
OnResize = psp_volume_leftResize
object Panel1: TPanel
Left = 0
Height = 14
Top = 0
Width = 90
Align = alClient
BevelOuter = bvNone
Color = clMaroon
ParentColor = False
TabOrder = 0
end
end
object psp_volume_right: TPairSplitterSide
Cursor = crArrow
Left = 95
Height = 14
Top = 0
Width = 73
ClientWidth = 73
ClientHeight = 14
object Panel2: TPanel
Left = 0
Height = 14
Top = 0
Width = 73
Align = alClient
BevelOuter = bvNone
Color = clInfoBk
ParentColor = False
TabOrder = 0
end
end
end
end
object cb_fade: TCheckBox
Left = 15
Height = 17
Top = 55
Width = 44
Caption = 'Fade'
OnChange = cb_fadeChange
TabOrder = 4
end
object b_stop: TButton
Left = 458
Height = 25
Top = 32
Width = 75
Anchors = [akTop, akRight]
Caption = 'Stop'
OnClick = b_stopClick
TabOrder = 5
end
object Panel4: TPanel
Left = 73
Height = 16
Top = 56
Width = 170
ClientHeight = 16
ClientWidth = 170
TabOrder = 6
object psp_fade: TPairSplitter
Left = 1
Height = 14
Top = 1
Width = 168
Align = alClient
Position = 90
object psp_fade_left: TPairSplitterSide
Cursor = crArrow
Left = 0
Height = 14
Top = 0
Width = 90
ClientWidth = 90
ClientHeight = 14
OnResize = psp_fade_leftResize
object Panel5: TPanel
Left = 0
Height = 14
Top = 0
Width = 90
Align = alClient
BevelOuter = bvNone
Color = clMaroon
ParentColor = False
TabOrder = 0
end
end
object psp_fade_right: TPairSplitterSide
Cursor = crArrow
Left = 95
Height = 14
Top = 0
Width = 73
ClientWidth = 73
ClientHeight = 14
object Panel6: TPanel
Left = 0
Height = 14
Top = 0
Width = 73
Align = alClient
BevelOuter = bvNone
Color = clInfoBk
ParentColor = False
TabOrder = 0
end
end
end
end
object Panel7: TPanel
Left = 0
Height = 211
Top = 96
Width = 542
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
BevelOuter = bvNone
ClientHeight = 211
ClientWidth = 542
TabOrder = 7
object Panel8: TPanel
Left = 456
Height = 211
Top = 0
Width = 86
Align = alRight
ClientHeight = 211
ClientWidth = 86
TabOrder = 0
object b_add: TButton
Left = 8
Height = 25
Top = 9
Width = 75
Caption = 'Add'
OnClick = b_addClick
TabOrder = 0
end
object b_remove: TButton
Left = 8
Height = 25
Top = 41
Width = 75
Caption = 'Rmv'
OnClick = b_removeClick
TabOrder = 1
end
object cb_autonext: TCheckBox
Left = 8
Height = 17
Top = 72
Width = 66
Caption = 'AutoNext'
OnChange = cb_autonextChange
TabOrder = 2
end
end
object lb_files: TListBox
Left = 0
Height = 211
Top = 0
Width = 456
Align = alClient
ItemHeight = 0
OnDblClick = lb_filesDblClick
OnSelectionChange = lb_filesSelectionChange
TabOrder = 1
end
end
object pb_prog: TProgressBar
Left = 8
Height = 8
Top = 80
Width = 525
Anchors = [akTop, akLeft, akRight]
Max = 1000
Smooth = True
TabOrder = 8
end
object d_fn: TOpenDialog
left = 360
end
object Tick: TTimer
Interval = 150
OnTimer = TickTimer
left = 328
end
end