| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501 |
- object Form1: TForm1
- Left = 266
- Top = 229
- BorderStyle = bsToolWindow
- Caption = '*** Shoutcast ***'
- ClientHeight = 375
- ClientWidth = 563
- Color = clBtnFace
- UseDockManager = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 2
- Top = 2
- Width = 559
- Height = 367
- ActivePage = TabSheet2
- TabOrder = 0
- object TabSheet2: TTabSheet
- Caption = 'URL'
- ImageIndex = 1
- object Button6: TButton
- Left = 456
- Top = 88
- Width = 73
- Height = 33
- Caption = 'connect'
- TabOrder = 0
- OnClick = Button6Click
- end
- object GroupBox4: TGroupBox
- Left = 272
- Top = 80
- Width = 177
- Height = 49
- Caption = 'MetaData'
- TabOrder = 1
- object RadioButton3: TRadioButton
- Left = 8
- Top = 16
- Width = 57
- Height = 25
- Caption = 'parse'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- TabStop = True
- end
- object RadioButton4: TRadioButton
- Left = 72
- Top = 16
- Width = 81
- Height = 17
- Caption = 'don'#39't parse'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- end
- object GroupBox5: TGroupBox
- Left = 272
- Top = 8
- Width = 257
- Height = 65
- Caption = 'Buffering'
- TabOrder = 2
- object Label7: TLabel
- Left = 8
- Top = 24
- Width = 46
- Height = 13
- Caption = 'Prebuffer:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 44
- Width = 31
- Height = 13
- Caption = 'Buffer:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label8: TLabel
- Left = 213
- Top = 24
- Width = 20
- Height = 13
- Caption = 'N/A'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 213
- Top = 44
- Width = 20
- Height = 13
- Caption = 'N/A'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object TrackBar1: TTrackBar
- Left = 56
- Top = 21
- Width = 153
- Height = 20
- LineSize = 100
- Max = 1000
- PageSize = 100
- Frequency = 10
- Position = 300
- TabOrder = 0
- ThumbLength = 12
- TickMarks = tmBoth
- TickStyle = tsNone
- OnChange = TrackBar1Change
- end
- object TrackBar2: TTrackBar
- Left = 56
- Top = 40
- Width = 153
- Height = 17
- LineSize = 100
- Max = 1000
- Frequency = 10
- Position = 150
- TabOrder = 1
- ThumbLength = 12
- TickMarks = tmBoth
- TickStyle = tsNone
- OnChange = TrackBar2Change
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 184
- Width = 521
- Height = 65
- Caption = 'Server info'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- object Label20: TLabel
- Left = 8
- Top = 16
- Width = 31
- Height = 13
- Caption = 'Name:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label21: TLabel
- Left = 8
- Top = 32
- Width = 32
- Height = 13
- Caption = 'Genre:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label22: TLabel
- Left = 8
- Top = 48
- Width = 22
- Height = 13
- Caption = 'URL'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label23: TLabel
- Left = 456
- Top = 48
- Width = 33
- Height = 13
- Caption = 'Bitrate:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label24: TLabel
- Left = 56
- Top = 16
- Width = 24
- Height = 13
- Cursor = crHandPoint
- Caption = 'N/A'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label25: TLabel
- Left = 56
- Top = 32
- Width = 20
- Height = 13
- Cursor = crHandPoint
- Caption = 'N/A'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label26: TLabel
- Left = 56
- Top = 48
- Width = 20
- Height = 13
- Cursor = crHandPoint
- Caption = 'N/A'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label27: TLabel
- Left = 496
- Top = 48
- Width = 20
- Height = 13
- Caption = 'N/A'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- end
- object GroupBox3: TGroupBox
- Left = 8
- Top = 259
- Width = 521
- Height = 53
- Caption = 'Stream info'
- TabOrder = 4
- object Label16: TLabel
- Left = 10
- Top = 18
- Width = 23
- Height = 13
- Caption = 'Title:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label17: TLabel
- Left = 10
- Top = 35
- Width = 25
- Height = 13
- Caption = 'URL:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label18: TLabel
- Left = 42
- Top = 18
- Width = 24
- Height = 13
- Cursor = crHandPoint
- Caption = 'N/A'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label19: TLabel
- Left = 42
- Top = 35
- Width = 20
- Height = 13
- Cursor = crHandPoint
- Caption = 'N/A'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- end
- object GroupBox9: TGroupBox
- Left = 272
- Top = 136
- Width = 257
- Height = 25
- TabOrder = 5
- object Label5: TLabel
- Left = 6
- Top = 8
- Width = 65
- Height = 13
- Caption = 'Current State:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 81
- Top = 8
- Width = 24
- Height = 13
- Caption = 'N/A'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object ListBox1: TListBox
- Left = 8
- Top = 8
- Width = 257
- Height = 161
- ItemHeight = 13
- Items.Strings = (
- 'http://64.236.34.67:80/stream/1039'
- 'http://64.236.34.4:80/stream/1040'
- 'http://64.236.34.4:80/stream/1003'
- 'http://62.4.21.34:8000'
- 'http://64.236.34.97:80/stream/1006'
- 'http://64.62.197.5:8000'
- 'http://213.61.7.231:8500'
- 'http://62.179.101.66:7128'
- 'http://67.18.157.58:9000'
- 'http://64.236.34.97:80/stream/1025')
- TabOrder = 6
- OnDblClick = ListBox1DblClick
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'Stream Ripper'
- ImageIndex = 2
- object GroupBox6: TGroupBox
- Left = 8
- Top = 24
- Width = 521
- Height = 65
- Caption = 'used for recording if Metadata is disabled'
- TabOrder = 0
- object Label4: TLabel
- Left = 16
- Top = 32
- Width = 45
- Height = 13
- Caption = 'Filename:'
- end
- object Edit4: TEdit
- Left = 72
- Top = 28
- Width = 241
- Height = 21
- TabOrder = 0
- Text = 'recordedstream.mp3'
- end
- end
- object GroupBox7: TGroupBox
- Left = 8
- Top = 96
- Width = 521
- Height = 65
- Caption = 'recording location'
- TabOrder = 1
- object Label10: TLabel
- Left = 8
- Top = 20
- Width = 25
- Height = 13
- Caption = 'Path:'
- end
- object Label11: TLabel
- Left = 40
- Top = 20
- Width = 38
- Height = 13
- Cursor = crHandPoint
- Caption = 'Label11'
- end
- end
- object GroupBox8: TGroupBox
- Left = 8
- Top = 168
- Width = 521
- Height = 49
- Caption = 'commands'
- TabOrder = 2
- object CheckBox1: TCheckBox
- Left = 208
- Top = 16
- Width = 97
- Height = 17
- Caption = 'Rip Stream'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = CheckBox1Click
- end
- end
- end
- end
- object TmrCloseApp: TTimer
- Enabled = False
- Interval = 1
- OnTimer = TmrCloseAppTimer
- Left = 494
- Top = 338
- end
- object TmrNilAll: TTimer
- Enabled = False
- OnTimer = TmrNilAllTimer
- Left = 526
- Top = 338
- end
- object TmrOpenUrl: TTimer
- Enabled = False
- Interval = 20
- OnTimer = TmrOpenUrlTimer
- Left = 462
- Top = 338
- end
- end
|