-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgss_form1.~dfm
More file actions
528 lines (528 loc) · 11.8 KB
/
Copy pathgss_form1.~dfm
File metadata and controls
528 lines (528 loc) · 11.8 KB
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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
object Form1: TForm1
Left = 259
Top = 258
BorderStyle = bsSingle
Caption = 'GRT'#39's Streaming Server'
ClientHeight = 290
ClientWidth = 569
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Button7: TButton
Left = 8
Top = 248
Width = 73
Height = 21
Caption = 'Start'
TabOrder = 0
OnClick = Button7Click
end
object Button1: TButton
Left = 88
Top = 248
Width = 73
Height = 21
Caption = 'Stop'
TabOrder = 1
OnClick = Button1Click
end
object StatusBar1: TStatusBar
Left = 0
Top = 271
Width = 569
Height = 19
Panels = <
item
Width = 120
end
item
Width = 250
end
item
Width = 50
end>
SimplePanel = False
end
object CheckBox1: TCheckBox
Left = 456
Top = 250
Width = 17
Height = 17
TabOrder = 3
OnClick = CheckBox1Click
end
object controls: TPageControl
Left = 8
Top = 8
Width = 465
Height = 233
ActivePage = TabSheet6
MultiLine = True
TabIndex = 6
TabOrder = 4
object TabSheet1: TTabSheet
Caption = 'Hangk'#225'rtya'
object Label1: TLabel
Left = 8
Top = 20
Width = 65
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Hangk'#225'rtya:'
end
object Label2: TLabel
Left = 8
Top = 44
Width = 65
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Sample rate:'
end
object Label3: TLabel
Left = 8
Top = 68
Width = 65
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Csatorn'#225'k:'
end
object soundcard: TComboBox
Left = 80
Top = 16
Width = 369
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object khz: TComboBox
Left = 80
Top = 40
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 1
TabOrder = 1
Text = '44100'
Items.Strings = (
'32000'
'44100'
'48000')
end
object channels: TComboBox
Left = 80
Top = 64
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 1
TabOrder = 2
Text = 'Stereo'
Items.Strings = (
'Mono'
'Stereo')
end
end
object TabSheet2: TTabSheet
Caption = 'DSP'
ImageIndex = 1
object dspmodules: TListBox
Left = 8
Top = 112
Width = 353
Height = 73
ItemHeight = 13
TabOrder = 0
end
object Button5: TButton
Left = 368
Top = 112
Width = 81
Height = 21
Caption = 'DSP Start'
TabOrder = 1
OnClick = Button5Click
end
object Button6: TButton
Left = 368
Top = 136
Width = 81
Height = 21
Caption = 'DSP Stop'
TabOrder = 2
OnClick = Button6Click
end
object Button3: TButton
Left = 368
Top = 160
Width = 81
Height = 21
Caption = 'DSP be'#225'll'#237't'#225'sa'
TabOrder = 3
OnClick = Button3Click
end
object dsps: TComboBox
Left = 8
Top = 8
Width = 441
Height = 97
Style = csSimple
ItemHeight = 13
TabOrder = 4
Text = 'dsps'
OnChange = dspsChange
end
end
object TabSheet7: TTabSheet
Caption = 'DSP2'
ImageIndex = 6
object dsps2: TComboBox
Left = 8
Top = 8
Width = 441
Height = 97
Style = csSimple
ItemHeight = 13
TabOrder = 0
OnChange = dsps2Change
end
object dsp2modules: TListBox
Left = 8
Top = 112
Width = 353
Height = 73
ItemHeight = 13
TabOrder = 1
end
object Button2: TButton
Left = 368
Top = 112
Width = 81
Height = 21
Caption = 'DSP Start'
TabOrder = 2
OnClick = Button2Click
end
object Button4: TButton
Left = 368
Top = 136
Width = 81
Height = 21
Caption = 'DSP Stop'
TabOrder = 3
OnClick = Button4Click
end
object Button8: TButton
Left = 368
Top = 160
Width = 81
Height = 21
Caption = 'DSP be'#225'll'#237't'#225'sa'
TabOrder = 4
OnClick = Button8Click
end
end
object TabSheet3: TTabSheet
Caption = 'MP3 Enk'#243'dol'#225's'
ImageIndex = 2
object Label4: TLabel
Left = 8
Top = 20
Width = 105
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'MP3 bitrate:'
end
object Label5: TLabel
Left = 216
Top = 20
Width = 105
Height = 13
AutoSize = False
Caption = 'Kbps'
end
object bitrate: TComboBox
Left = 120
Top = 16
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 6
TabOrder = 0
Text = '128'
Items.Strings = (
'32'
'48'
'64'
'80'
'96'
'112'
'128'
'160'
'192'
'256'
'320')
end
end
object TabSheet4: TTabSheet
Caption = 'Metadata'
ImageIndex = 3
object Label6: TLabel
Left = 8
Top = 28
Width = 113
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'C'#237'm URL vagy f'#225'jln'#233'v:'
end
object Label7: TLabel
Left = 8
Top = 52
Width = 113
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Let'#246'lt'#233'si gyakoris'#225'g:'
end
object Label8: TLabel
Left = 192
Top = 52
Width = 105
Height = 13
AutoSize = False
Caption = 'm'#225'sodperc'
end
object Label11: TLabel
Left = 8
Top = 108
Width = 113
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Stream neve:'
end
object Label12: TLabel
Left = 8
Top = 132
Width = 113
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Stream URL:'
end
object Label13: TLabel
Left = 8
Top = 156
Width = 113
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'St'#237'lus:'
end
object Label9: TLabel
Left = 8
Top = 76
Width = 113
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Sz'#246'veg cser'#233'k:'
end
object mdconnector: TEdit
Left = 128
Top = 24
Width = 321
Height = 21
TabOrder = 0
Text = 'http://main.pecstv.hu/mediterran/title.tv'
OnChange = mdconnectorChange
end
object mdinterval: TEdit
Left = 128
Top = 48
Width = 41
Height = 21
TabOrder = 1
Text = '5'
end
object ud_mdinterval: TUpDown
Left = 169
Top = 48
Width = 16
Height = 21
Associate = mdinterval
Min = 1
Max = 600
Position = 5
TabOrder = 2
Wrap = False
end
object streamname: TEdit
Left = 128
Top = 104
Width = 321
Height = 21
TabOrder = 3
Text = 'Mediterr'#225'n R'#225'di'#243
end
object streamurl: TEdit
Left = 128
Top = 128
Width = 321
Height = 21
TabOrder = 4
Text = 'http://www.mediterranradio.hu'
end
object streampublic: TCheckBox
Left = 128
Top = 176
Width = 97
Height = 17
Caption = 'Publikus'
Checked = True
State = cbChecked
TabOrder = 5
end
object streamgenre: TEdit
Left = 128
Top = 152
Width = 321
Height = 21
TabOrder = 6
Text = 'Pop Top 40, 80'#39's'
end
object titleSubsts: TEdit
Left = 128
Top = 72
Width = 321
Height = 21
TabOrder = 7
Text = 'INFO,Mediterr'#225'n R'#225'di'#243';REKLAM,Mediterr'#225'n R'#225'di'#243
end
end
object TabSheet5: TTabSheet
Caption = 'Webszerver'
ImageIndex = 4
object Label10: TLabel
Left = 80
Top = 12
Width = 33
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Port:'
end
object port: TEdit
Left = 120
Top = 8
Width = 49
Height = 21
TabOrder = 0
Text = '8000'
end
object ud_port: TUpDown
Left = 169
Top = 8
Width = 16
Height = 21
Associate = port
Min = 80
Max = 32000
Position = 8000
TabOrder = 1
Thousands = False
Wrap = False
end
end
object TabSheet6: TTabSheet
Caption = 'N'#233'vjegy'
ImageIndex = 5
object Memo1: TMemo
Left = 16
Top = 16
Width = 305
Height = 153
BorderStyle = bsNone
Color = clBtnFace
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Lines.Strings = (
'Ezt a programot Gerebenics Andor '#237'rta.'
''
'A program a Winamp DSP plugin SDK, '
'a Lame MP3 enk'#243'der (www.mp3dev.org), '
'a LibFaac '#233's a LibFaad2 felhaszn'#225'l'#225's'#225'val '
'k'#233'sz'#252'lt.'
''
'email: grt2@freemail.hu'
'msn: grtxx@hotmail.com'
''
'2008.06.14.')
ParentCtl3D = False
ParentFont = False
ReadOnly = True
TabOrder = 0
end
end
end
object StaticText1: TStaticText
Left = 168
Top = 248
Width = 21
Height = 21
Alignment = taCenter
AutoSize = False
BevelInner = bvNone
BevelKind = bkSoft
TabOrder = 5
end
object voltimer: TTimer
Enabled = False
Interval = 20
OnTimer = voltimerTimer
Left = 480
Top = 40
end
object MainMenu1: TMainMenu
Left = 480
Top = 8
object Fjl1: TMenuItem
Caption = 'F'#225'jl'
object Kilps1: TMenuItem
Caption = 'Kil'#233'p'#233's'
OnClick = Kilps1Click
end
end
object savesettings: TMenuItem
Caption = 'Be'#225'll'#237't'#225'sok ment'#233'se'
OnClick = savesettingsClick
end
end
object statustimer: TTimer
Interval = 500
OnTimer = statustimerTimer
Left = 480
Top = 72
end
end