home *** CD-ROM | disk | FTP | other *** search
- ( Window
- ( W_MainScreen
- . Typ = Window
- . X = 513
- . Y = 200
- . Width = 204
- . Height = 182
- . MinWidth = 204
- . MinHeight = 182
- . BorderMask = db/main/mini.msk
- . MiniMask = db/main/mini.msk
- . FullMask = db/main/full.msk
- . ActiveMask = MiniMask
- . Title = eJay FreePlayer
- . Resize = false
- . Visible = true
- ( Save
- . Control = O_General
- . State = Option.WindowState.Value
- . Width = Option.WindowWidth.Value
- . Height = Option.WindowHeight.Value
- . PositionX = Option.WindowPositionX.Value
- . PositionY = Option.WindowPositionY.Value
- . ScreenX = Option.WindowScreenX.Value
- )
- )
- )
- ( Bitmap
- ( B0
- . Typ = Bitmap
- . File = main.bmp
- )
- )
- ( Szene
- ( S_Main
- . Typ = Szene
- . Visible = false
- . Window = W_MainScreen
- . X = 0
- . Y = 0
- . LoadDatabase = startup.txt
- ( Visible_Execute
- : Options.O_SoundControl
- : Options.O_General
- : Options.O_Animation
- : Bitmap.BM_Main
- : Bitmap.BM_AutoShiftClick
- : Button.B_Back
- : Button.B_Stop
- : Button.B_Play
- : Button.B_Pause
- : Button.B_Forward
- : Button.B_Animator
- : Button.B_Audio
- : Button.B_Help
- : Button.B_Lock
- : Button.B_Loop
- : Button.B_Minimize
- : Button.B_Options
- : Button.B_OpenPlaylist
- : Button.B_Quit
- : Button.B_Radio
- : Button.B_Shuffle
- : Button.B_Station
- : Button.B_WWW
- : MultiBitmap.MBM_VOLUMESLIDER
- : MultiBitmap.MBM_POSITION
- : TextOutput.TO_Title
- : TextOutput.TO_Time
- : SoundControl.SC_SoundControl
- : PlayerCommand.PC_PlayerCommand
- : WindowMover.WM_FreePlayer
- )
- )
- )
- ( Texte
- ( T_Texte
- . Typ = Texte
- ( NoMP3Station
- . Type = Information
- . Header = eJay FreePlayer
- . Text = $L_T_NO_MP3STATION_INSTALLED
- )
- ( RenameError
- . Type = Information
- . Header = $L_H_RENAME_ERROR
- . Text = $L_T_RENAME_ERROR
- )
- ( NewFolderError
- . Type = Information
- . Header = $L_H_NEW_FOLDER_ERROR
- . Text = $L_T_NEW_FOLDER_ERROR
- )
- ( Encodings
- . Text = $L_T_DEMO_ENCODINGS_LEFT
- )
- ( DeletePlaylist
- . Type = Question
- . Header = $L_H_DEL_PLAYLIST_QUERY
- . Text = $L_T_DEL_PLAYLIST_QUERY
- )
- ( OnlineQuery
- . Type = Question
- . Header = $L_H_ONLINE_QUERY
- . Text = $L_T_ONLINE_QUERY
- )
- ( NoCDDBFound
- . Type = Information
- . Header = $L_H_NO_CDDB_DATA
- . Text = $L_T_NO_CDDB_DATA
- )
- ( ArchivPathDialog
- . Text = $L_T_SELECT_ARCHIVE_PATH
- )
- ( ExplorerPlay
- . Text = $L_T_EXPLORER_PLAY
- )
- ( NotWorking
- . Type = Information
- . Header = eJay FreePlayer
- . Text = $L_T_NOTWORKING
- )
- ( DownloadUpdate
- . Type = Question
- . Header = $L_H_ONLINE_QUERY
- . Text = $L_T_UPDATE
- )
- )
- )
-
-
-
-