home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd2.bin / convert / eJayMp3Pro / mp3pro_demo.exe / EXPLORER.TXT < prev    next >
Encoding:
Text File  |  2000-09-25  |  2.5 KB  |  99 lines

  1. ( Window 
  2.         ( W_Explorer
  3.         . Typ =    Window
  4.         . Parent = W_MainScreen
  5.         . X = 10
  6.         . Y = 68
  7.         . Width     = 779
  8.         . Height = 393
  9.         . Title    = Explorer
  10.         . ParentArea = true
  11.         ( ParentArea
  12.             . X0 = 10
  13.             . Y0 = 68
  14.             . X1 = 17
  15.             . Y1 = 120
  16.             )
  17.         )
  18. )
  19. ( Szene
  20.         ( S_Explorer
  21.         . Typ =    Szene
  22.         . Visible = true
  23.         . Window = W_Explorer
  24.         . X = 0
  25.         . Y = 0
  26.         . Scale    = off
  27.         . LoadDatabase = list
  28.         ( LoadDatabase
  29.             : db/explorer/bitmaps.txt
  30.             : db/explorer/buttons.txt
  31.             : db/explorer/controls.txt
  32.             : db/explorer/menus.txt
  33.             )
  34.         . Blender = db/bin/blender/fader.dll
  35.         ( Visible_Execute
  36.             : Bitmap.BM_EXP_RIGHT_EDGE
  37.             #: Bitmap.BM_SplitterLeft
  38.             #: Bitmap.BM_SplitterRight
  39.             : Bitmap.BM_PlaylistNewSave
  40.             : Button.B_NewList
  41.             : Button.B_SaveList
  42.             #: Button.B_BurnList
  43.             #: Bitmap.BM_FillList
  44.             : Bitmap.BM_TimeList
  45.             : Button.B_MusicFiles
  46.             : Button.B_PlaylistLister
  47.             : Button.B_Burn_Buttonex
  48.             : Button.B_Fade_Buttonex
  49.                 #
  50.             # ListView-Zeile
  51.                 #
  52.             : Scroller.SBH_Explorer
  53.             : Scroller.SBV_Explorer
  54.             : ExplorerTree.C_Explorer
  55.             : Scroller.SBH_ExplorerLister
  56.             : Scroller.SBV_ExplorerLister
  57.             : ExplorerLister.C_ExplorerLister
  58.             : Scroller.SBH_Archiv
  59.             : Scroller.SBV_Archiv
  60.             : ArchivTree.C_Archiv
  61.             : Scroller.SBV_ArchivLister
  62.             : Scroller.SBH_ArchivLister
  63.             : ArchivLister.C_ArchivLister
  64.             : Scroller.SBH_Playlist
  65.             : Scroller.SBV_Playlist
  66.             : PlaylistTree.C_Playlist
  67.             : Scroller.SBV_PlaylistLister
  68.             : Scroller.SBH_PlaylistLister
  69.             : PlaylistLister.C_PlaylistLister
  70.             : Scroller.SBV_PlaylistFileLister
  71.             : Scroller.SBH_PlaylistFileLister
  72.             : PlaylistFileLister.C_PlaylistFileLister
  73.                 #
  74.             : Bitmap.BM_SCROLLCORNER_EXPLORER
  75.             : Bitmap.BM_SCROLLCORNER_ARCHIV
  76.             : Bitmap.BM_SCROLLCORNER_PLAYLIST
  77.             : Bitmap.BM_SCROLLCORNER_EXPLORERLISTER
  78.             : Bitmap.BM_SCROLLCORNER_ARCHIVLISTER
  79.             : Bitmap.BM_SCROLLCORNER_PLAYLISTLISTER
  80.             : Bitmap.BM_SCROLLCORNER_PLAYLISTFILELISTER
  81.                 #
  82.             : ButtonBar.BBAR_Outlook
  83.             : Splitter.SPV_RIGHT
  84.             : Splitter.SPV_LEFT
  85.             : Cursor.CUR_SPLITTER
  86.             : DragDrop.DND_MP3Player
  87.             : Script.PY_ExplorerSzene
  88.             : Script.PY_Grabber
  89.             )
  90.             ( Post_Execute
  91.                 : SBV_ExplorerLister.Visible.screenupdate
  92.                 : SBH_ExplorerLister.Visible.screenupdate
  93.                 : SBV_PlaylistFileLister.Visible.screenupdate
  94.                 : SBH_PlaylistFileLister.Visible.screenupdate
  95.             )
  96.         )
  97. )
  98.  
  99.