home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd2.bin / convert / eJayMp3Pro / mp3pro_demo.exe / RADIO.TXT < prev    next >
Encoding:
Text File  |  2000-08-25  |  525 b   |  37 lines

  1. ( Window
  2.     ( W_Radio
  3.         . Typ = Window
  4.         . Parent = W_MainScreen
  5.         . X = 10
  6.         . Y = 68
  7.         . Width  = 773
  8.         . Height = 399
  9.         . Title = Info
  10.         . ParentArea = true
  11.         ( ParentArea
  12.             . X0 = 10
  13.             . Y0 = 68
  14.             . X1 = 17
  15.             . Y1 = 120
  16.         )
  17.     )
  18. )
  19. ( Szene
  20.     ( S_Radio
  21.         . LoadDatabase = list
  22.         ( LoadDatabase
  23.             : db/radio/controls.txt
  24.         )
  25.         . Typ = Szene
  26.         . Visible = true
  27.         . Window = W_Radio
  28.         . X = 0
  29.         . Y = 0
  30.         . Scale = on
  31.         ( Visible_Execute
  32.             : ActiveX.AX_Radio
  33.             : Script.PY_Radio
  34.         )
  35.     )
  36. )
  37.