home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / prehravace / tunes / mp3t2demo.exe / MP3Tunes.exe / 0 / RCDATA / TLIVE365 / TLIVE365.txt < prev   
Text File  |  2003-10-13  |  3KB  |  138 lines

  1. object Live365: TLive365
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Live365'
  7.   ClientHeight = 177
  8.   ClientWidth = 257
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmMainForm
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 8
  23.     Top = 8
  24.     Width = 93
  25.     Height = 38
  26.     Picture.Data = {<image000.bmp>}
  27.     Transparent = True
  28.   end
  29.   object Label3: TLabel
  30.     Left = 8
  31.     Top = 160
  32.     Width = 194
  33.     Height = 13
  34.     Caption = 'You can'#39't switch to Relay mode externaly'
  35.   end
  36.   object GroupBox1: TGroupBox
  37.     Left = 104
  38.     Top = 4
  39.     Width = 145
  40.     Height = 85
  41.     Caption = 'Current server settings'
  42.     TabOrder = 2
  43.     object mode: TLabel
  44.       Left = 57
  45.       Top = 16
  46.       Width = 24
  47.       Height = 13
  48.       Caption = 'none'
  49.     end
  50.     object Label1: TLabel
  51.       Left = 16
  52.       Top = 16
  53.       Width = 30
  54.       Height = 13
  55.       Caption = 'Mode:'
  56.     end
  57.     object Label5: TLabel
  58.       Left = 16
  59.       Top = 32
  60.       Width = 13
  61.       Height = 13
  62.       Caption = 'IP:'
  63.     end
  64.     object Label6: TLabel
  65.       Left = 16
  66.       Top = 48
  67.       Width = 22
  68.       Height = 13
  69.       Caption = 'Port:'
  70.     end
  71.     object ip: TLabel
  72.       Left = 56
  73.       Top = 32
  74.       Width = 6
  75.       Height = 13
  76.       Caption = '0'
  77.     end
  78.     object port: TLabel
  79.       Left = 56
  80.       Top = 48
  81.       Width = 6
  82.       Height = 13
  83.       Caption = '0'
  84.     end
  85.     object Active: TLabel
  86.       Left = 112
  87.       Top = 16
  88.       Width = 12
  89.       Height = 13
  90.       Caption = 'off'
  91.     end
  92.     object Label2: TLabel
  93.       Left = 16
  94.       Top = 64
  95.       Width = 39
  96.       Height = 13
  97.       Caption = 'Listners:'
  98.     end
  99.     object Listners: TLabel
  100.       Left = 56
  101.       Top = 64
  102.       Width = 6
  103.       Height = 13
  104.       Caption = '0'
  105.     end
  106.   end
  107.   object LiveMode: TRadioGroup
  108.     Left = 8
  109.     Top = 100
  110.     Width = 241
  111.     Height = 53
  112.     Caption = ' Switch to: '
  113.     ItemIndex = 0
  114.     Items.Strings = (
  115.       'Basic'
  116.       'Live')
  117.     TabOrder = 0
  118.   end
  119.   object Button2: TButton
  120.     Left = 112
  121.     Top = 116
  122.     Width = 75
  123.     Height = 25
  124.     Caption = 'Switch Mode'
  125.     TabOrder = 1
  126.     OnClick = Button2Click
  127.   end
  128.   object Button1: TButton
  129.     Left = 16
  130.     Top = 56
  131.     Width = 75
  132.     Height = 25
  133.     Caption = 'Refresh ->'
  134.     TabOrder = 3
  135.     OnClick = Button1Click
  136.   end
  137. end
  138.