Main.dfm
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:9k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 288
  3.   Top = 166
  4.   BorderStyle = bsSingle
  5.   Caption = 'simple Shoutcast Radio'
  6.   ClientHeight = 255
  7.   ClientWidth = 360
  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 Label1: TLabel
  22.     Left = 8
  23.     Top = 16
  24.     Width = 25
  25.     Height = 13
  26.     Caption = 'URL:'
  27.   end
  28.   object ComboBox1: TComboBox
  29.     Left = 40
  30.     Top = 16
  31.     Width = 225
  32.     Height = 21
  33.     ItemHeight = 13
  34.     TabOrder = 0
  35.     Text = 'http://64.236.34.67:80/stream/1039'
  36.     Items.Strings = (
  37.       'http://64.236.34.67:80/stream/1039'
  38.       'http://64.236.34.4:80/stream/1040'
  39.       'http://62.4.21.34:8000'
  40.       'http://64.62.197.5:8000'
  41.       'http://62.179.101.66:7128'
  42.       'http://64.236.34.97:80/stream/1025'
  43.       'http://64.236.34.196:80/stream/2005')
  44.   end
  45.   object Button6: TButton
  46.     Left = 280
  47.     Top = 16
  48.     Width = 65
  49.     Height = 25
  50.     Caption = 'connect'
  51.     TabOrder = 1
  52.     OnClick = Button6Click
  53.   end
  54.   object GroupBox5: TGroupBox
  55.     Left = 8
  56.     Top = 40
  57.     Width = 233
  58.     Height = 65
  59.     Caption = 'Buffering'
  60.     TabOrder = 2
  61.     object Label7: TLabel
  62.       Left = 8
  63.       Top = 24
  64.       Width = 46
  65.       Height = 13
  66.       Caption = 'Prebuffer:'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = []
  72.       ParentFont = False
  73.     end
  74.     object Label2: TLabel
  75.       Left = 8
  76.       Top = 44
  77.       Width = 31
  78.       Height = 13
  79.       Caption = 'Buffer:'
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clWindowText
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = []
  85.       ParentFont = False
  86.     end
  87.     object Label8: TLabel
  88.       Left = 181
  89.       Top = 24
  90.       Width = 20
  91.       Height = 13
  92.       Caption = 'N/A'
  93.       Font.Charset = ANSI_CHARSET
  94.       Font.Color = clWindowText
  95.       Font.Height = -11
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = []
  98.       ParentFont = False
  99.     end
  100.     object Label3: TLabel
  101.       Left = 181
  102.       Top = 44
  103.       Width = 20
  104.       Height = 13
  105.       Caption = 'N/A'
  106.       Font.Charset = ANSI_CHARSET
  107.       Font.Color = clWindowText
  108.       Font.Height = -11
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = []
  111.       ParentFont = False
  112.     end
  113.     object TrackBar1: TTrackBar
  114.       Left = 56
  115.       Top = 21
  116.       Width = 121
  117.       Height = 20
  118.       LineSize = 100
  119.       Max = 1000
  120.       Orientation = trHorizontal
  121.       PageSize = 100
  122.       Frequency = 10
  123.       Position = 300
  124.       SelEnd = 0
  125.       SelStart = 0
  126.       TabOrder = 0
  127.       ThumbLength = 12
  128.       TickMarks = tmBoth
  129.       TickStyle = tsNone
  130.       OnChange = TrackBar1Change
  131.     end
  132.     object TrackBar2: TTrackBar
  133.       Left = 56
  134.       Top = 40
  135.       Width = 121
  136.       Height = 17
  137.       LineSize = 100
  138.       Max = 1000
  139.       Orientation = trHorizontal
  140.       Frequency = 10
  141.       Position = 150
  142.       SelEnd = 0
  143.       SelStart = 0
  144.       TabOrder = 1
  145.       ThumbLength = 12
  146.       TickMarks = tmBoth
  147.       TickStyle = tsNone
  148.       OnChange = TrackBar2Change
  149.     end
  150.   end
  151.   object GroupBox4: TGroupBox
  152.     Left = 248
  153.     Top = 48
  154.     Width = 105
  155.     Height = 79
  156.     Caption = 'MetaData'
  157.     TabOrder = 3
  158.     object RadioButton3: TRadioButton
  159.       Left = 8
  160.       Top = 24
  161.       Width = 57
  162.       Height = 25
  163.       Caption = 'parse'
  164.       Checked = True
  165.       Font.Charset = DEFAULT_CHARSET
  166.       Font.Color = clWindowText
  167.       Font.Height = -11
  168.       Font.Name = 'MS Sans Serif'
  169.       Font.Style = []
  170.       ParentFont = False
  171.       TabOrder = 0
  172.       TabStop = True
  173.     end
  174.     object RadioButton4: TRadioButton
  175.       Left = 8
  176.       Top = 48
  177.       Width = 89
  178.       Height = 17
  179.       Caption = 'don'#39't parse'
  180.       Font.Charset = DEFAULT_CHARSET
  181.       Font.Color = clWindowText
  182.       Font.Height = -11
  183.       Font.Name = 'MS Sans Serif'
  184.       Font.Style = []
  185.       ParentFont = False
  186.       TabOrder = 1
  187.     end
  188.   end
  189.   object GroupBox2: TGroupBox
  190.     Left = 8
  191.     Top = 128
  192.     Width = 345
  193.     Height = 65
  194.     Caption = 'Server info'
  195.     Font.Charset = ANSI_CHARSET
  196.     Font.Color = clWindowText
  197.     Font.Height = -11
  198.     Font.Name = 'MS Sans Serif'
  199.     Font.Style = []
  200.     ParentFont = False
  201.     TabOrder = 4
  202.     object Label20: TLabel
  203.       Left = 8
  204.       Top = 16
  205.       Width = 31
  206.       Height = 13
  207.       Caption = 'Name:'
  208.       Font.Charset = ANSI_CHARSET
  209.       Font.Color = clWindowText
  210.       Font.Height = -11
  211.       Font.Name = 'MS Sans Serif'
  212.       Font.Style = []
  213.       ParentFont = False
  214.     end
  215.     object Label21: TLabel
  216.       Left = 8
  217.       Top = 32
  218.       Width = 32
  219.       Height = 13
  220.       Caption = 'Genre:'
  221.       Font.Charset = ANSI_CHARSET
  222.       Font.Color = clWindowText
  223.       Font.Height = -11
  224.       Font.Name = 'MS Sans Serif'
  225.       Font.Style = []
  226.       ParentFont = False
  227.     end
  228.     object Label22: TLabel
  229.       Left = 8
  230.       Top = 48
  231.       Width = 22
  232.       Height = 13
  233.       Caption = 'URL'
  234.       Font.Charset = ANSI_CHARSET
  235.       Font.Color = clWindowText
  236.       Font.Height = -11
  237.       Font.Name = 'MS Sans Serif'
  238.       Font.Style = []
  239.       ParentFont = False
  240.     end
  241.     object Label23: TLabel
  242.       Left = 272
  243.       Top = 48
  244.       Width = 33
  245.       Height = 13
  246.       Caption = 'Bitrate:'
  247.       Font.Charset = ANSI_CHARSET
  248.       Font.Color = clWindowText
  249.       Font.Height = -11
  250.       Font.Name = 'MS Sans Serif'
  251.       Font.Style = []
  252.       ParentFont = False
  253.     end
  254.     object Label24: TLabel
  255.       Left = 56
  256.       Top = 16
  257.       Width = 24
  258.       Height = 13
  259.       Cursor = crHandPoint
  260.       Caption = 'N/A'
  261.       Font.Charset = ANSI_CHARSET
  262.       Font.Color = clWindowText
  263.       Font.Height = -11
  264.       Font.Name = 'MS Sans Serif'
  265.       Font.Style = [fsBold]
  266.       ParentFont = False
  267.     end
  268.     object Label25: TLabel
  269.       Left = 56
  270.       Top = 32
  271.       Width = 20
  272.       Height = 13
  273.       Cursor = crHandPoint
  274.       Caption = 'N/A'
  275.       Font.Charset = ANSI_CHARSET
  276.       Font.Color = clWindowText
  277.       Font.Height = -11
  278.       Font.Name = 'MS Sans Serif'
  279.       Font.Style = []
  280.       ParentFont = False
  281.     end
  282.     object Label26: TLabel
  283.       Left = 56
  284.       Top = 48
  285.       Width = 20
  286.       Height = 13
  287.       Cursor = crHandPoint
  288.       Caption = 'N/A'
  289.       Font.Charset = ANSI_CHARSET
  290.       Font.Color = clWindowText
  291.       Font.Height = -11
  292.       Font.Name = 'MS Sans Serif'
  293.       Font.Style = []
  294.       ParentFont = False
  295.       OnClick = Label26Click
  296.     end
  297.     object Label27: TLabel
  298.       Left = 312
  299.       Top = 48
  300.       Width = 20
  301.       Height = 13
  302.       Caption = 'N/A'
  303.       Font.Charset = ANSI_CHARSET
  304.       Font.Color = clWindowText
  305.       Font.Height = -11
  306.       Font.Name = 'MS Sans Serif'
  307.       Font.Style = []
  308.       ParentFont = False
  309.     end
  310.   end
  311.   object GroupBox3: TGroupBox
  312.     Left = 8
  313.     Top = 195
  314.     Width = 345
  315.     Height = 53
  316.     Caption = 'Stream info'
  317.     TabOrder = 5
  318.     object Label16: TLabel
  319.       Left = 10
  320.       Top = 18
  321.       Width = 23
  322.       Height = 13
  323.       Caption = 'Title:'
  324.       Font.Charset = DEFAULT_CHARSET
  325.       Font.Color = clWindowText
  326.       Font.Height = -11
  327.       Font.Name = 'MS Sans Serif'
  328.       Font.Style = []
  329.       ParentFont = False
  330.     end
  331.     object Label17: TLabel
  332.       Left = 10
  333.       Top = 35
  334.       Width = 25
  335.       Height = 13
  336.       Caption = 'URL:'
  337.       Font.Charset = DEFAULT_CHARSET
  338.       Font.Color = clWindowText
  339.       Font.Height = -11
  340.       Font.Name = 'MS Sans Serif'
  341.       Font.Style = []
  342.       ParentFont = False
  343.     end
  344.     object Label18: TLabel
  345.       Left = 42
  346.       Top = 18
  347.       Width = 24
  348.       Height = 13
  349.       Cursor = crHandPoint
  350.       Caption = 'N/A'
  351.       Font.Charset = ANSI_CHARSET
  352.       Font.Color = clWindowText
  353.       Font.Height = -11
  354.       Font.Name = 'MS Sans Serif'
  355.       Font.Style = [fsBold]
  356.       ParentFont = False
  357.     end
  358.     object Label19: TLabel
  359.       Left = 42
  360.       Top = 35
  361.       Width = 20
  362.       Height = 13
  363.       Cursor = crHandPoint
  364.       Caption = 'N/A'
  365.       Font.Charset = ANSI_CHARSET
  366.       Font.Color = clWindowText
  367.       Font.Height = -11
  368.       Font.Name = 'MS Sans Serif'
  369.       Font.Style = []
  370.       ParentFont = False
  371.       OnClick = Label19Click
  372.     end
  373.   end
  374.   object GroupBox9: TGroupBox
  375.     Left = 8
  376.     Top = 104
  377.     Width = 233
  378.     Height = 25
  379.     TabOrder = 6
  380.     object Label5: TLabel
  381.       Left = 6
  382.       Top = 8
  383.       Width = 65
  384.       Height = 13
  385.       Caption = 'Current State:'
  386.       Font.Charset = DEFAULT_CHARSET
  387.       Font.Color = clWindowText
  388.       Font.Height = -11
  389.       Font.Name = 'MS Sans Serif'
  390.       Font.Style = []
  391.       ParentFont = False
  392.     end
  393.     object Label6: TLabel
  394.       Left = 81
  395.       Top = 8
  396.       Width = 24
  397.       Height = 13
  398.       Caption = 'N/A'
  399.       Font.Charset = ANSI_CHARSET
  400.       Font.Color = clWindowText
  401.       Font.Height = -11
  402.       Font.Name = 'MS Sans Serif'
  403.       Font.Style = [fsBold]
  404.       ParentFont = False
  405.     end
  406.   end
  407.   object TmrNillAll: TTimer
  408.     Enabled = False
  409.     Interval = 1
  410.     OnTimer = TmrNillAllTimer
  411.     Left = 312
  412.     Top = 216
  413.   end
  414. end