Main.dfm 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. object Form1: TForm1
  2. Left = 266
  3. Top = 229
  4. BorderStyle = bsToolWindow
  5. Caption = '*** Shoutcast ***'
  6. ClientHeight = 375
  7. ClientWidth = 563
  8. Color = clBtnFace
  9. UseDockManager = True
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poScreenCenter
  17. OnClose = FormClose
  18. OnCreate = FormCreate
  19. PixelsPerInch = 96
  20. TextHeight = 13
  21. object PageControl1: TPageControl
  22. Left = 2
  23. Top = 2
  24. Width = 559
  25. Height = 367
  26. ActivePage = TabSheet2
  27. TabOrder = 0
  28. object TabSheet2: TTabSheet
  29. Caption = 'URL'
  30. ImageIndex = 1
  31. object Button6: TButton
  32. Left = 456
  33. Top = 88
  34. Width = 73
  35. Height = 33
  36. Caption = 'connect'
  37. TabOrder = 0
  38. OnClick = Button6Click
  39. end
  40. object GroupBox4: TGroupBox
  41. Left = 272
  42. Top = 80
  43. Width = 177
  44. Height = 49
  45. Caption = 'MetaData'
  46. TabOrder = 1
  47. object RadioButton3: TRadioButton
  48. Left = 8
  49. Top = 16
  50. Width = 57
  51. Height = 25
  52. Caption = 'parse'
  53. Checked = True
  54. Font.Charset = DEFAULT_CHARSET
  55. Font.Color = clWindowText
  56. Font.Height = -11
  57. Font.Name = 'MS Sans Serif'
  58. Font.Style = []
  59. ParentFont = False
  60. TabOrder = 0
  61. TabStop = True
  62. end
  63. object RadioButton4: TRadioButton
  64. Left = 72
  65. Top = 16
  66. Width = 81
  67. Height = 17
  68. Caption = 'don'#39't parse'
  69. Font.Charset = DEFAULT_CHARSET
  70. Font.Color = clWindowText
  71. Font.Height = -11
  72. Font.Name = 'MS Sans Serif'
  73. Font.Style = []
  74. ParentFont = False
  75. TabOrder = 1
  76. end
  77. end
  78. object GroupBox5: TGroupBox
  79. Left = 272
  80. Top = 8
  81. Width = 257
  82. Height = 65
  83. Caption = 'Buffering'
  84. TabOrder = 2
  85. object Label7: TLabel
  86. Left = 8
  87. Top = 24
  88. Width = 46
  89. Height = 13
  90. Caption = 'Prebuffer:'
  91. Font.Charset = DEFAULT_CHARSET
  92. Font.Color = clWindowText
  93. Font.Height = -11
  94. Font.Name = 'MS Sans Serif'
  95. Font.Style = []
  96. ParentFont = False
  97. end
  98. object Label2: TLabel
  99. Left = 8
  100. Top = 44
  101. Width = 31
  102. Height = 13
  103. Caption = 'Buffer:'
  104. Font.Charset = DEFAULT_CHARSET
  105. Font.Color = clWindowText
  106. Font.Height = -11
  107. Font.Name = 'MS Sans Serif'
  108. Font.Style = []
  109. ParentFont = False
  110. end
  111. object Label8: TLabel
  112. Left = 213
  113. Top = 24
  114. Width = 20
  115. Height = 13
  116. Caption = 'N/A'
  117. Font.Charset = ANSI_CHARSET
  118. Font.Color = clWindowText
  119. Font.Height = -11
  120. Font.Name = 'MS Sans Serif'
  121. Font.Style = []
  122. ParentFont = False
  123. end
  124. object Label3: TLabel
  125. Left = 213
  126. Top = 44
  127. Width = 20
  128. Height = 13
  129. Caption = 'N/A'
  130. Font.Charset = ANSI_CHARSET
  131. Font.Color = clWindowText
  132. Font.Height = -11
  133. Font.Name = 'MS Sans Serif'
  134. Font.Style = []
  135. ParentFont = False
  136. end
  137. object TrackBar1: TTrackBar
  138. Left = 56
  139. Top = 21
  140. Width = 153
  141. Height = 20
  142. LineSize = 100
  143. Max = 1000
  144. PageSize = 100
  145. Frequency = 10
  146. Position = 300
  147. TabOrder = 0
  148. ThumbLength = 12
  149. TickMarks = tmBoth
  150. TickStyle = tsNone
  151. OnChange = TrackBar1Change
  152. end
  153. object TrackBar2: TTrackBar
  154. Left = 56
  155. Top = 40
  156. Width = 153
  157. Height = 17
  158. LineSize = 100
  159. Max = 1000
  160. Frequency = 10
  161. Position = 150
  162. TabOrder = 1
  163. ThumbLength = 12
  164. TickMarks = tmBoth
  165. TickStyle = tsNone
  166. OnChange = TrackBar2Change
  167. end
  168. end
  169. object GroupBox2: TGroupBox
  170. Left = 8
  171. Top = 184
  172. Width = 521
  173. Height = 65
  174. Caption = 'Server info'
  175. Font.Charset = ANSI_CHARSET
  176. Font.Color = clWindowText
  177. Font.Height = -11
  178. Font.Name = 'MS Sans Serif'
  179. Font.Style = []
  180. ParentFont = False
  181. TabOrder = 3
  182. object Label20: TLabel
  183. Left = 8
  184. Top = 16
  185. Width = 31
  186. Height = 13
  187. Caption = 'Name:'
  188. Font.Charset = ANSI_CHARSET
  189. Font.Color = clWindowText
  190. Font.Height = -11
  191. Font.Name = 'MS Sans Serif'
  192. Font.Style = []
  193. ParentFont = False
  194. end
  195. object Label21: TLabel
  196. Left = 8
  197. Top = 32
  198. Width = 32
  199. Height = 13
  200. Caption = 'Genre:'
  201. Font.Charset = ANSI_CHARSET
  202. Font.Color = clWindowText
  203. Font.Height = -11
  204. Font.Name = 'MS Sans Serif'
  205. Font.Style = []
  206. ParentFont = False
  207. end
  208. object Label22: TLabel
  209. Left = 8
  210. Top = 48
  211. Width = 22
  212. Height = 13
  213. Caption = 'URL'
  214. Font.Charset = ANSI_CHARSET
  215. Font.Color = clWindowText
  216. Font.Height = -11
  217. Font.Name = 'MS Sans Serif'
  218. Font.Style = []
  219. ParentFont = False
  220. end
  221. object Label23: TLabel
  222. Left = 456
  223. Top = 48
  224. Width = 33
  225. Height = 13
  226. Caption = 'Bitrate:'
  227. Font.Charset = ANSI_CHARSET
  228. Font.Color = clWindowText
  229. Font.Height = -11
  230. Font.Name = 'MS Sans Serif'
  231. Font.Style = []
  232. ParentFont = False
  233. end
  234. object Label24: TLabel
  235. Left = 56
  236. Top = 16
  237. Width = 24
  238. Height = 13
  239. Cursor = crHandPoint
  240. Caption = 'N/A'
  241. Font.Charset = ANSI_CHARSET
  242. Font.Color = clWindowText
  243. Font.Height = -11
  244. Font.Name = 'MS Sans Serif'
  245. Font.Style = [fsBold]
  246. ParentFont = False
  247. end
  248. object Label25: TLabel
  249. Left = 56
  250. Top = 32
  251. Width = 20
  252. Height = 13
  253. Cursor = crHandPoint
  254. Caption = 'N/A'
  255. Font.Charset = ANSI_CHARSET
  256. Font.Color = clWindowText
  257. Font.Height = -11
  258. Font.Name = 'MS Sans Serif'
  259. Font.Style = []
  260. ParentFont = False
  261. end
  262. object Label26: TLabel
  263. Left = 56
  264. Top = 48
  265. Width = 20
  266. Height = 13
  267. Cursor = crHandPoint
  268. Caption = 'N/A'
  269. Font.Charset = ANSI_CHARSET
  270. Font.Color = clWindowText
  271. Font.Height = -11
  272. Font.Name = 'MS Sans Serif'
  273. Font.Style = []
  274. ParentFont = False
  275. end
  276. object Label27: TLabel
  277. Left = 496
  278. Top = 48
  279. Width = 20
  280. Height = 13
  281. Caption = 'N/A'
  282. Font.Charset = ANSI_CHARSET
  283. Font.Color = clWindowText
  284. Font.Height = -11
  285. Font.Name = 'MS Sans Serif'
  286. Font.Style = []
  287. ParentFont = False
  288. end
  289. end
  290. object GroupBox3: TGroupBox
  291. Left = 8
  292. Top = 259
  293. Width = 521
  294. Height = 53
  295. Caption = 'Stream info'
  296. TabOrder = 4
  297. object Label16: TLabel
  298. Left = 10
  299. Top = 18
  300. Width = 23
  301. Height = 13
  302. Caption = 'Title:'
  303. Font.Charset = DEFAULT_CHARSET
  304. Font.Color = clWindowText
  305. Font.Height = -11
  306. Font.Name = 'MS Sans Serif'
  307. Font.Style = []
  308. ParentFont = False
  309. end
  310. object Label17: TLabel
  311. Left = 10
  312. Top = 35
  313. Width = 25
  314. Height = 13
  315. Caption = 'URL:'
  316. Font.Charset = DEFAULT_CHARSET
  317. Font.Color = clWindowText
  318. Font.Height = -11
  319. Font.Name = 'MS Sans Serif'
  320. Font.Style = []
  321. ParentFont = False
  322. end
  323. object Label18: TLabel
  324. Left = 42
  325. Top = 18
  326. Width = 24
  327. Height = 13
  328. Cursor = crHandPoint
  329. Caption = 'N/A'
  330. Font.Charset = ANSI_CHARSET
  331. Font.Color = clWindowText
  332. Font.Height = -11
  333. Font.Name = 'MS Sans Serif'
  334. Font.Style = [fsBold]
  335. ParentFont = False
  336. end
  337. object Label19: TLabel
  338. Left = 42
  339. Top = 35
  340. Width = 20
  341. Height = 13
  342. Cursor = crHandPoint
  343. Caption = 'N/A'
  344. Font.Charset = ANSI_CHARSET
  345. Font.Color = clWindowText
  346. Font.Height = -11
  347. Font.Name = 'MS Sans Serif'
  348. Font.Style = []
  349. ParentFont = False
  350. end
  351. end
  352. object GroupBox9: TGroupBox
  353. Left = 272
  354. Top = 136
  355. Width = 257
  356. Height = 25
  357. TabOrder = 5
  358. object Label5: TLabel
  359. Left = 6
  360. Top = 8
  361. Width = 65
  362. Height = 13
  363. Caption = 'Current State:'
  364. Font.Charset = DEFAULT_CHARSET
  365. Font.Color = clWindowText
  366. Font.Height = -11
  367. Font.Name = 'MS Sans Serif'
  368. Font.Style = []
  369. ParentFont = False
  370. end
  371. object Label6: TLabel
  372. Left = 81
  373. Top = 8
  374. Width = 24
  375. Height = 13
  376. Caption = 'N/A'
  377. Font.Charset = ANSI_CHARSET
  378. Font.Color = clWindowText
  379. Font.Height = -11
  380. Font.Name = 'MS Sans Serif'
  381. Font.Style = [fsBold]
  382. ParentFont = False
  383. end
  384. end
  385. object ListBox1: TListBox
  386. Left = 8
  387. Top = 8
  388. Width = 257
  389. Height = 161
  390. ItemHeight = 13
  391. Items.Strings = (
  392. 'http://64.236.34.67:80/stream/1039'
  393. 'http://64.236.34.4:80/stream/1040'
  394. 'http://64.236.34.4:80/stream/1003'
  395. 'http://62.4.21.34:8000'
  396. 'http://64.236.34.97:80/stream/1006'
  397. 'http://64.62.197.5:8000'
  398. 'http://213.61.7.231:8500'
  399. 'http://62.179.101.66:7128'
  400. 'http://67.18.157.58:9000'
  401. 'http://64.236.34.97:80/stream/1025')
  402. TabOrder = 6
  403. OnDblClick = ListBox1DblClick
  404. end
  405. end
  406. object TabSheet3: TTabSheet
  407. Caption = 'Stream Ripper'
  408. ImageIndex = 2
  409. object GroupBox6: TGroupBox
  410. Left = 8
  411. Top = 24
  412. Width = 521
  413. Height = 65
  414. Caption = 'used for recording if Metadata is disabled'
  415. TabOrder = 0
  416. object Label4: TLabel
  417. Left = 16
  418. Top = 32
  419. Width = 45
  420. Height = 13
  421. Caption = 'Filename:'
  422. end
  423. object Edit4: TEdit
  424. Left = 72
  425. Top = 28
  426. Width = 241
  427. Height = 21
  428. TabOrder = 0
  429. Text = 'recordedstream.mp3'
  430. end
  431. end
  432. object GroupBox7: TGroupBox
  433. Left = 8
  434. Top = 96
  435. Width = 521
  436. Height = 65
  437. Caption = 'recording location'
  438. TabOrder = 1
  439. object Label10: TLabel
  440. Left = 8
  441. Top = 20
  442. Width = 25
  443. Height = 13
  444. Caption = 'Path:'
  445. end
  446. object Label11: TLabel
  447. Left = 40
  448. Top = 20
  449. Width = 38
  450. Height = 13
  451. Cursor = crHandPoint
  452. Caption = 'Label11'
  453. end
  454. end
  455. object GroupBox8: TGroupBox
  456. Left = 8
  457. Top = 168
  458. Width = 521
  459. Height = 49
  460. Caption = 'commands'
  461. TabOrder = 2
  462. object CheckBox1: TCheckBox
  463. Left = 208
  464. Top = 16
  465. Width = 97
  466. Height = 17
  467. Caption = 'Rip Stream'
  468. Font.Charset = DEFAULT_CHARSET
  469. Font.Color = clWindowText
  470. Font.Height = -11
  471. Font.Name = 'MS Sans Serif'
  472. Font.Style = [fsBold]
  473. ParentFont = False
  474. TabOrder = 0
  475. OnClick = CheckBox1Click
  476. end
  477. end
  478. end
  479. end
  480. object TmrCloseApp: TTimer
  481. Enabled = False
  482. Interval = 1
  483. OnTimer = TmrCloseAppTimer
  484. Left = 494
  485. Top = 338
  486. end
  487. object TmrNilAll: TTimer
  488. Enabled = False
  489. OnTimer = TmrNilAllTimer
  490. Left = 526
  491. Top = 338
  492. end
  493. object TmrOpenUrl: TTimer
  494. Enabled = False
  495. Interval = 20
  496. OnTimer = TmrOpenUrlTimer
  497. Left = 462
  498. Top = 338
  499. end
  500. end