home *** CD-ROM | disk | FTP | other *** search
/ eJay Sound Collection 2 / eJay_SC2CD6.iso / eJay / soundbrowser / pxddb.txt < prev    next >
Text File  |  2000-06-05  |  37KB  |  1,693 lines

  1. ( SoundBrowser
  2.     ( Deutsch 
  3.         ( VollVersion    
  4.             ( 640x480
  5.                 ( Window 
  6.                     ( W_MainScreen
  7.                         . Typ = Window
  8.                         . Width  = 640
  9.                         . Height = 480
  10.                         . MinWidth = 640
  11.                         . MinHeight = 480
  12.                         . Title = eJay Soundbrowser 1.5
  13.                         . Resize = disable
  14.                         . BorderMask = border.msk
  15.                         . Animate = true
  16.                         . Timeout = 2500
  17.                         . Startup = startup.bmp
  18.                         ( Smooth 
  19.                             . Erase = 25
  20.                             . Startup = 150
  21.                         )
  22.                     )
  23.                 )
  24.                 ( Szene
  25.                     ( S_Main
  26.                         . Typ = Szene
  27.                         . Visible = false
  28.                         . Window = W_MainScreen
  29.                         . X = 0
  30.                         . Y = 0
  31.                         ( Visible_Execute
  32.                             : Bitmap.BM_Background
  33.                             : Bitmap.BM_Search
  34.                             : Bitmap.BM_Destination
  35.                             : Bitmap.BM_Sample
  36.                             : Button.B_Logo
  37.                             : Button.B_Help
  38.                             : Button.B_Minimize
  39.                             : Button.B_Close
  40.                             : Button.B_Plus
  41.                             : Button.B_Minus
  42.                             : Button.B_PlayLister
  43.                             : Button.B_StopLister
  44.                             : Button.B_Loop
  45.                             : Button.B_StopStretcher
  46.                             : Button.B_PlayFile
  47.                             : Button.B_StopFile
  48.                             : Button.B_NewFolder
  49.                             : Button.B_Save
  50.                             : Button.B_Logo
  51.                             : Button.B_Wav
  52.                             : Button.B_Pxd
  53.                             : SoundTree.C_SoundTree
  54.                             #: Scroller.SBH_SoundTree
  55.                             : Scroller.SBV_SoundTree
  56.                             : SoundLister.C_SoundLister
  57.                             #: Scroller.SBH_SoundLister
  58.                             : Scroller.SBV_SoundLister
  59.                             : DirectoryLister.C_Explorer
  60.                             : Scroller.SBH_Explorer
  61.                             : Scroller.SBV_Explorer
  62.                             : Stretcher.S_Stretcher
  63.                             : TextOutput.TO_SourceBMPLabel
  64.                             : TextOutput.TO_DestBMPLabel
  65.                             : TextOutput.TO_SourceBMP
  66.                             : TextOutput.TO_DestBMP
  67.                             : TextOutput.TO_Name
  68.                             : TextOutput.TO_NameLabel
  69.                             : TextOutput.TO_Speed
  70.                             : TextOutput.TO_SpeedLabel
  71.                             : TextOutput.TO_Style
  72.                             : TextOutput.TO_StyleLabel
  73.                             : TextOutput.TO_Ton
  74.                             : TextOutput.TO_TonLabel
  75.                             : TextOutput.TO_InstrumentLabel
  76.                             : TextOutput.TO_Instrument
  77.                             : TextOutput.TO_MonoStereo
  78.                             : TextOutput.TO_Status
  79.                             : TextOutput.TO_Browse
  80.                             : TextOutput.TO_DauerLabel
  81.                             : TextOutput.TO_Dauer
  82.                             : ClickMap.CM_Copy
  83.                             : MultiBitmap.MBM_Progress
  84.                             : Slider.SL_Stretcher
  85.                             : SoundCommand.SC_Command
  86.                             : Player.P_Player
  87.                             : DragDrop.DND_SoundBrowser
  88.                             : WindowMover.WM_001
  89.                             : WindowMover.WM_002
  90.                         )
  91.                     )
  92.                 )
  93.                 ( Button
  94.                     ( B_Minus
  95.                         . Typ = Button
  96.                         . Visible = false
  97.                         . Aktiv = BM_MinusAktiv
  98.                         . Passiv = BM_MinusPassiv
  99.                         . X = 329
  100.                         . Y = 408
  101.                         ( Events
  102.                             : MouseUp
  103.                             : MouseDown
  104.                             : KeyUp
  105.                             : KeyDown
  106.                         )
  107.                         . Function = S_Stretcher.StepRight
  108.                         . Functionvalue = true
  109.                     )
  110.                     ( B_Plus
  111.                         . Typ = Button
  112.                         . Visible = false
  113.                         . Aktiv = BM_PlusAktiv
  114.                         . Passiv = BM_PlusPassiv
  115.                         . X = 519
  116.                         . Y = 409
  117.                         ( Events
  118.                             : MouseUp
  119.                             : MouseDown
  120.                             : KeyUp
  121.                             : KeyDown
  122.                         )
  123.                         . Function = S_Stretcher.StepLeft
  124.                         . Functionvalue = true
  125.                     )
  126.                     ( B_Save
  127.                         . Typ = Button
  128.                         . Visible = false
  129.                         . Aktiv = BM_SaveAktiv
  130.                         . Passiv = BM_SavePassiv
  131.                         . X = 554
  132.                         . Y = 395
  133.                         . AutoReset = 1
  134.                         ( Events
  135.                             : MouseUp
  136.                             : MouseDown
  137.                             : KeyUp
  138.                             : KeyDown
  139.                             : Command
  140.                         )
  141.                         . Function = SC_Command.Copy
  142.                         . Functionvalue = S_Stretcher
  143.                     )
  144.                     ( B_Close
  145.                         . Typ = Button
  146.                         . Visible = false
  147.                         . Aktiv = BM_CloseAktiv
  148.                         . Passiv = BM_ClosePassiv
  149.                         . AutoReset = 2
  150.                         . X = 601
  151.                         . Y = 4
  152.                         ( Events
  153.                             : MouseUp
  154.                             : MouseDown
  155.                             : KeyUp
  156.                             : KeyDown
  157.                             : Command
  158.                         )
  159.                         . Function = W_MainScreen.Command
  160.                         . Functionvalue = Close
  161.                     )
  162.                     ( B_Minimize
  163.                         . Typ = Button
  164.                         . Visible = false
  165.                         . Aktiv = BM_MinimizeAktiv
  166.                         . Passiv = BM_MinimizePassiv
  167.                         . X = 584
  168.                         . Y = 4
  169.                         . AutoReset = 1
  170.                         ( Events
  171.                             : MouseUp
  172.                             : MouseDown
  173.                             : KeyUps
  174.                             : KeyDown
  175.                             : Command
  176.                         )
  177.                         . Function = W_MainScreen.Command
  178.                         . Functionvalue = Minimize
  179.                     )
  180.                     ( B_Help
  181.                         . Typ = Button
  182.                         . Visible = false
  183.                         . Aktiv = BM_HelpAktiv
  184.                         . Passiv = BM_HelpPassiv
  185.                         . X = 566
  186.                         . Y = 4
  187.                         . AutoReset = 1
  188.                         ( Events
  189.                             : MouseUp
  190.                             : MouseDown
  191.                             : KeyUps
  192.                             : KeyDown
  193.                             : Command
  194.                         )
  195.                         . Function = Shell.SH_Browser.Execute
  196.                         . Functionvalue = open,ejay.hlp,,
  197.                     )
  198.                     ( B_Logo
  199.                         . Typ = Button
  200.                         . Visible = false
  201.                         . Aktiv = BM_LogoAktiv
  202.                         . Passiv = BM_LogoPassiv
  203.                         . X = 291
  204.                         . Y = 0
  205.                         . AutoReset = 1
  206.                         ( Events
  207.                             : MouseUp
  208.                             : MouseDown
  209.                             : Command
  210.                         )
  211.                         . Function = Shell.SH_Browser.Open
  212.                         . Functionvalue = http://www.eJay.com
  213.                     )
  214.                     ( B_PlayLister
  215.                         . Typ = Button
  216.                         . Visible = false
  217.                         . Aktiv = BM_PlayAktiv
  218.                         . Passiv = BM_PlayPassiv
  219.                         . X = 361
  220.                         . Y = 316
  221.                         ( Events
  222.                             : MouseDown
  223.                             : KeyUps
  224.                             : KeyDown
  225.                             : Drop
  226.                         )
  227.                         . DropCommand = SoundLister.C_SoundLister.Play
  228.                         . Function = SoundLister.C_SoundLister.Play
  229.                         . Functionvalue = C_SoundLister
  230.                     )
  231.                     ( B_StopLister
  232.                         . Typ = Button
  233.                         . Visible = false
  234.                         . Aktiv = BM_StopAktiv
  235.                         . Passiv = BM_StopPassiv
  236.                         . X = 337
  237.                         . Y = 316
  238.                         ( Events
  239.                             : MouseUp
  240.                             : MouseDown
  241.                             : KeyUps
  242.                             : KeyDown
  243.                             : Drop
  244.                         )
  245.                         . Function = P_Player.Stop
  246.                         . Functionvalue = true
  247.                     )
  248.                     ( B_Loop
  249.                         . Typ = Button
  250.                         . Visible = false
  251.                         . Aktiv = BM_LoopAktiv
  252.                         . Passiv = BM_LoopPassiv
  253.                         . Switch = true
  254.                         . X = 579
  255.                         . Y = 420
  256.                         ( Events
  257.                             : MouseDown
  258.                             : MouseUp
  259.                         )
  260.                         . DropCommand = Stretcher.S_Stretcher.Play
  261.                         . Function = Stretcher.S_Stretcher.Play
  262.                         . Functionvalue = S_Stretcher
  263.                      )
  264.                     ( B_StopStretcher
  265.                         . Typ = Button
  266.                         . Visible = false
  267.                         . Aktiv = BM_StopStretcherAktiv
  268.                         . Passiv = BM_StopStretcherPassiv
  269.                         . X = 555
  270.                         . Y = 420
  271.                         ( Events
  272.                             : MouseUp
  273.                             : MouseDown
  274.                             : KeyUps
  275.                             : KeyDown
  276.                             : Drop
  277.                         )
  278.                         . Function = P_Player.Stop
  279.                         . Functionvalue = true
  280.                     )
  281.                     ( B_PlayFile
  282.                         . Typ = Button
  283.                         . Visible = false
  284.                         . Aktiv = BM_PlayFileAktiv
  285.                         . Passiv = BM_PlayFilePassiv
  286.                         . X = 578
  287.                         . Y = 288
  288.                         ( Events
  289.                             : MouseDown
  290.                             : KeyUps
  291.                             : KeyDown
  292.                             : Drop
  293.                         )
  294.                         . DropCommand = Player.P_Player.Play
  295.                         . Function = Player.P_Player.Play
  296.                         . Functionvalue = C_Explorer
  297.                     )
  298.                     ( B_StopFile
  299.                         . Typ = Button
  300.                         . Visible = false
  301.                         . Aktiv = BM_StopFileAktiv
  302.                         . Passiv = BM_StopFilePassiv
  303.                         . X = 553
  304.                         . Y = 288
  305.                         ( Events
  306.                             : MouseUp
  307.                             : MouseDown
  308.                             : KeyUps
  309.                             : KeyDown
  310.                             : Drop
  311.                         )
  312.                         . Function = P_Player.Stop
  313.                         . Functionvalue = true
  314.                     )
  315.                     ( B_NewFolder
  316.                         . Typ = Button
  317.                         . Visible = false
  318.                         . Aktiv = BM_BrowseAktiv
  319.                         . Passiv = BM_BrowsePassiv
  320.                         . AutoReset = 1
  321.                         . X = 431
  322.                         . Y = 314
  323.                         ( Events
  324.                             : MouseUp
  325.                             : MouseDown
  326.                             : KeyUps
  327.                             : KeyDown
  328.                             : Command
  329.                         )
  330.                         . Function = C_Explorer.NewFolder
  331.                         . Functionvalue = NeuerOrdner
  332.                     )
  333.                     ( B_Stop
  334.                         . Typ = Button
  335.                         . Visible = false
  336.                         . Aktiv = BM_StopAktiv
  337.                         . Passiv = BM_StopPassiv
  338.                         . X = 358
  339.                         . Y = 515
  340.                         ( Events
  341.                             : MouseUp
  342.                             : MouseDown
  343.                             : KeyUps
  344.                             : KeyDown
  345.                         )
  346.                     )
  347.                     ( B_Pxd
  348.                         . Typ = Button
  349.                         . Visible = false
  350.                         . OnOff = true
  351.                         . Aktiv = BM_PxdAktiv
  352.                         . Passiv = BM_PxdPassiv
  353.                         . X = 520
  354.                         . Y = 288
  355.                         ( Events
  356.                             : MouseU