home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_3DNick / C_3dnick.dat next >
Encoding:
Text File  |  1996-10-09  |  2.9 KB  |  135 lines

  1. ; This is a generic chooser.dat file.
  2. ;
  3. ; General Characteristics
  4. ;
  5. [General]
  6. DebugFlag=0
  7. AppTitle=Microsoft 3D Movie Maker Demos
  8. ;Icon=<Placeholder>.exe
  9. ReturnAfterLaunch=1
  10. DemosAtSameLevel=0
  11. TaskbarAdjust=0
  12. BitmapDir=controls\
  13. SoundDir=controls\
  14.  
  15. ;
  16. ; Main Screen
  17. ;
  18. [Main]
  19. Image=screen.bmp
  20. ;
  21. ; Incoming Splash Screen
  22. ;
  23. [SplashIn]
  24. UsingSplashIn=0
  25. BlackBackground=0
  26. Image=black.dib
  27. TitlebarAdjust=0
  28. UsingButtons=0
  29. OKButton=ok_up.bmp,ok_dwn.bmp,,84,194
  30. ;QuitButton=quit_up.bmp,quit_dwn.bmp,,200,200
  31.  
  32. ;
  33. ; Outgoing Splash Screen
  34. ;
  35. [SplashOut]
  36. UsingSplashOut=0
  37. BlackBackground=0
  38. Image=black.dib
  39. TitlebarAdjust=0
  40.  
  41. ;-----------------------------------------------------
  42. ; To enable / disable the PicClip facility, set
  43. ; the UsingPicClip to 1 (enable) or 0 (disable).
  44. ; (If set to 0, all other fields are ignored)
  45. ;
  46. ; - "Cols" & "Rows" describe the layout of the 
  47. ;     PicClip source bitmap
  48. ; - "Interval" is the VB Timer interval (milliseconds)
  49. ;
  50. [PicClip]
  51. UsingPicClip=0
  52. Image=strip.bmp
  53. Left=353
  54. Top=219
  55. Cols=15
  56. Rows=1
  57. TimerInterval=20
  58.  
  59. ;--------------------------------------
  60. ; Sound Section
  61. ; There should always be a Splash sound.
  62. ; At the very least, play SILENCE.WAV,
  63. ; to turn off any sound that might still
  64. ; be playing from a previous application.
  65. ;
  66. [Sound]
  67. ;SplashLength=1
  68. Splash=silence.wav
  69. Main=silence.wav
  70. BtnDown=btn_dwn.wav
  71. ;BtnUp=btn_up.wav
  72. Demo=silence.wav
  73. Exit=silence.wav
  74.  
  75. ;-----------------------------------------------------------------
  76. ; Define Buttons and the demos associated with them
  77. ; Button 0 is the Exit -- doesn't have a demo.
  78. ;
  79. [Buttons]
  80. nButtons=3
  81. Button0=exitup.bmp,exitdwn.bmp,exitov.bmp,554,390
  82. Button1=2btnup.bmp,2btndwn.bmp,2btnov.bmp,361,157
  83. Button2=3btnup.bmp,3btndwn.bmp,3btnov.bmp,361,264
  84. ;
  85. Demo1=info.bmp
  86. Demo2=info.bmp
  87.  
  88. Demo1Extended=1
  89. Demo2Extended=1
  90.  
  91. ; Setup for an Extended Demos
  92. ; (a bitmap which is itself second level set of
  93. ;  demos and buttons, specified here.)
  94. [Demo1Extension]
  95. nButtons=2
  96. Button0=can_up.bmp,can_dn.bmp,can_up.bmp,502,400
  97. Button1=cont_up.bmp,cont_dn.bmp,cont_up.bmp,410,400
  98. Demo1=3dncktry\nick3d1.exe
  99.  
  100. [Demo2Extension]
  101. nButtons=2
  102. Button0=can_up.bmp,can_dn.bmp,can_up.bmp,502,400
  103. Button1=cont_up.bmp,cont_dn.bmp,cont_up.bmp,410,400
  104. Demo1=3dmmtry\cdvers.exe
  105.  
  106. ;-----------------------------------------------------------
  107. ; Autodemos
  108. ; Autodemos are specified by the Button number.
  109. ;
  110. [AutoDemos]
  111. nAutodemos=0
  112. AutodemoSeconds=9920
  113. autodemo1=3
  114.  
  115. ;**************************************
  116. ; Proto-Localization
  117. ; for CD error message
  118. ;
  119. ; "default" language = US English
  120. ; For message in German, set language=deutsch
  121. ;
  122. [CurrentLanguage]
  123. language=default
  124. ;language=deutsch
  125. ;language=francais
  126. ;language=italian
  127. ;language=espanol
  128.  
  129. [Message1]
  130. default=Please insert the CD.
  131. deutsch=Legen Sie bitte die CD ein.
  132. francais=Veullez insΘrer le CD.
  133. italian=Per cortesia inserire il CD.
  134. espanol=Por favor, inserte el CD.
  135.