home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_2_1994.iso / 00128 / s / disk1 / scenes.in_ / scenes.bin
Text File  |  1993-08-11  |  2KB  |  66 lines

  1. ;
  2. ; Microsoft Scenes INI File
  3. ; Copyright (C) 1993 Microsoft Corporation
  4. ;
  5.  
  6. [main]
  7. ;
  8. ; ShowCaption=0|1, indicates if captions should be displayed
  9. ; WndXPos=last X position of upper left corner of main window
  10. ; WndYPos=last Y position of upper left corner of main window
  11. ; KeepWallpaper=0|1, indicates if wallpaper should stay on desktop after exit
  12. ; InfoWndVisible=0|1, indicates if info window is visible
  13. ; CheckCTL3D=0|1, verify that CTL3D in use is newer than 2.000. (if it is
  14. ;                     2.000 or older, ugly things can happen.)
  15. ;
  16. ShowCaption=1
  17. WndXPos=-1
  18. WndYPos=-1
  19. KeepWallpaper=0
  20. InfoWndVisible=0
  21. CheckCTL3D=1
  22.  
  23. [screensaver]
  24. ;
  25. ; ChangeDelay=delay between picture changes, in seconds
  26. ; CurrentFX=special effects to use in picture transitions
  27. ; CurrentPictureSet=current picture set from the [picture sets] section, or *
  28. ; NextPicture=zero based index of current picture in CurrentPictureSet
  29. ; CornerQStart=0|1, boolean value indicates if mouse quick start is enabled
  30. ; CurrentQKey=current (Ctrl+Alt+)key for keyboard quickstart
  31. ; QKeyActive=0|1, boolean value indicates if keyboard quick start is enabled
  32. ; Password=the users encryped password
  33. ; Enabled=position of the on/off switch for the screensaver
  34. ;
  35. ChangeDelay=300
  36. CurrentFX=-1
  37. CurrentPictureSet=
  38. NextPicture=1
  39. CornerQStart=0
  40. CurrentQKey=S
  41. QKeyActive=1
  42. Password=
  43. Enabled=1
  44. ActivePassword=0
  45.  
  46. [wallpaper]
  47. ;
  48. ; Static=0|1, indicates that screensaver should not touch the wallpaper
  49. ;             (1 means screensaver should change the wallpaper,
  50. ;          0 means that the screensaver should not change the wallpaper).
  51. ; CurrentPictureSet=current picture set from the [picture sets] section
  52. ; CurrentPicture=zero based index of current picture in CurrentPictureSet
  53. ; NeedsUpdated=0|1, indicates wallpaper has changed, needs to be expanded
  54. ;
  55. Static=1
  56. CurrentPictureSet=
  57. CurrentPicture=0
  58. NeedsUpdated=0
  59.  
  60. [picture sets]
  61. ;
  62. ; this is a list of paths to installed picture sets
  63. ;
  64. Outer Space=c:\scenes\picsets\space\
  65.  
  66.