home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2001 December / PCM_0112.iso / media / demo / eJay_FreePlayer.EXE / MAIN.TXT < prev    next >
Encoding:
Text File  |  2000-05-19  |  2.7 KB  |  133 lines

  1. ( Window 
  2.     ( W_MainScreen
  3.         . Typ = Window
  4.         . X = 513
  5.         . Y = 200
  6.         . Width  = 204
  7.         . Height = 182
  8.         . MinWidth = 204
  9.         . MinHeight = 182
  10.         . BorderMask = db/main/mini.msk
  11.         . MiniMask = db/main/mini.msk
  12.         . FullMask = db/main/full.msk
  13.         . ActiveMask = MiniMask
  14.         . Title = eJay FreePlayer
  15.         . Resize = false
  16.         . Visible = true
  17.         ( Save
  18.             . Control = O_General
  19.             . State = Option.WindowState.Value
  20.             . Width = Option.WindowWidth.Value
  21.             . Height = Option.WindowHeight.Value
  22.             . PositionX = Option.WindowPositionX.Value
  23.             . PositionY = Option.WindowPositionY.Value
  24.             . ScreenX = Option.WindowScreenX.Value
  25.         )
  26.     )
  27. )
  28. ( Bitmap
  29.     ( B0
  30.         . Typ = Bitmap
  31.         . File = main.bmp
  32.     )
  33. )
  34. ( Szene
  35.     ( S_Main
  36.         . Typ = Szene
  37.         . Visible = false
  38.         . Window = W_MainScreen
  39.         . X = 0
  40.         . Y = 0
  41.         . LoadDatabase = startup.txt
  42.         ( Visible_Execute
  43.             : Options.O_SoundControl
  44.             : Options.O_General
  45.             : Options.O_Animation
  46.             : Bitmap.BM_Main
  47.             : Bitmap.BM_AutoShiftClick
  48.             : Button.B_Back
  49.             : Button.B_Stop
  50.             : Button.B_Play
  51.             : Button.B_Pause
  52.             : Button.B_Forward
  53.             : Button.B_Animator
  54.             : Button.B_Audio
  55.             : Button.B_Help
  56.             : Button.B_Lock
  57.             : Button.B_Loop
  58.             : Button.B_Minimize
  59.             : Button.B_Options
  60.             : Button.B_OpenPlaylist
  61.             : Button.B_Quit
  62.             : Button.B_Radio
  63.             : Button.B_Shuffle
  64.             : Button.B_Station
  65.             : Button.B_WWW
  66.             : MultiBitmap.MBM_VOLUMESLIDER
  67.             : MultiBitmap.MBM_POSITION
  68.             : TextOutput.TO_Title
  69.             : TextOutput.TO_Time
  70.             : SoundControl.SC_SoundControl
  71.             : PlayerCommand.PC_PlayerCommand
  72.             : WindowMover.WM_FreePlayer
  73.         )
  74.     )
  75. )
  76. ( Texte
  77.     ( T_Texte
  78.         . Typ = Texte
  79.         ( NoMP3Station
  80.             . Type = Information
  81.             . Header = eJay FreePlayer
  82.             . Text = $L_T_NO_MP3STATION_INSTALLED
  83.         )
  84.         ( RenameError
  85.             . Type = Information
  86.             . Header = $L_H_RENAME_ERROR
  87.             . Text = $L_T_RENAME_ERROR
  88.         )
  89.         ( NewFolderError
  90.             . Type = Information
  91.             . Header = $L_H_NEW_FOLDER_ERROR
  92.             . Text = $L_T_NEW_FOLDER_ERROR
  93.         )
  94.         ( Encodings
  95.             . Text = $L_T_DEMO_ENCODINGS_LEFT
  96.         )
  97.         ( DeletePlaylist
  98.             . Type = Question
  99.             . Header = $L_H_DEL_PLAYLIST_QUERY
  100.             . Text = $L_T_DEL_PLAYLIST_QUERY
  101.         )
  102.         ( OnlineQuery
  103.             . Type = Question
  104.             . Header = $L_H_ONLINE_QUERY
  105.             . Text = $L_T_ONLINE_QUERY
  106.         )
  107.         ( NoCDDBFound
  108.             . Type = Information
  109.             . Header = $L_H_NO_CDDB_DATA
  110.             . Text = $L_T_NO_CDDB_DATA
  111.         )
  112.         ( ArchivPathDialog
  113.             . Text = $L_T_SELECT_ARCHIVE_PATH
  114.         )
  115.         ( ExplorerPlay
  116.             . Text = $L_T_EXPLORER_PLAY
  117.         )
  118.         ( NotWorking
  119.             . Type = Information
  120.             . Header = eJay FreePlayer
  121.             . Text = $L_T_NOTWORKING
  122.         )
  123.         ( DownloadUpdate
  124.             . Type = Question
  125.             . Header = $L_H_ONLINE_QUERY
  126.             . Text = $L_T_UPDATE
  127.         )
  128.     )
  129. )
  130.  
  131.  
  132.  
  133.