home *** CD-ROM | disk | FTP | other *** search
/ ELSA 3D Revelator / Revelator.iso / ELSAWARE / ESTART / SSTRTENG.INI < prev    next >
Encoding:
INI File  |  1999-10-18  |  1.9 KB  |  68 lines

  1. ; Intro Tool description file
  2.  
  3. [BITMAP]
  4. ; the bitmap section defines all bitmap related input
  5. ; all bitmaps are BMP or DIB formats and must have the same size
  6. ; BACKGROUND: main bitmap file; obligatory
  7. ; ACTIVATED:  bitmap with activated areas
  8. ; PRESSED:    bitmap with pressed areas
  9. BACKGROUND=SUPPORT\E_d_24.bmp
  10. ACTIVATED=SUPPORT\E_a_24.bmp
  11. PRESSED=SUPPORT\E_p_24.bmp
  12.  
  13. [BITMAP4]
  14. BACKGROUND=SUPPORT\E_d_4.bmp
  15. ACTIVATED=SUPPORT\E_a_4.bmp
  16. PRESSED=SUPPORT\E_p_4.bmp
  17.  
  18. ;[BITMAP8]
  19. ;[BITMAP32]
  20. ; sections BITMAPxx have the same structur like BITMAP with fixed bitdepth
  21. ; the program will first search in these section for colordepth matching bitmaps 
  22. ; and then in the BITMAP section
  23.  
  24. [CONTROL]
  25. ; stretch bitmap to window, default off (0)
  26. STRETCH=0
  27. ; SIZE=<XSize> x <YSize> size window to fixed size
  28. SIZE=maximized
  29. ; font description of info text (optional)
  30. FONTNAME=Arial
  31. FONTSIZE=15
  32. ;Fontstyle: NORMAL,THIN,BOLD,ITALIC,UNDERLINE,STRIKEOUT
  33. FONTSTYLE= BOLD
  34. FONTCOLOR=210,210,230
  35. ; area for text output (optional), default is (10,10, maxx-10, maxy-10)
  36. TEXTAREA=48,410,480,30
  37. DefaultText=Please press button
  38. ;Titel=ELSA Winnerware C-98
  39. ;INTROWAVE=\ELSAWARE\ESTART\AUDIO\REVROCKS.WAV
  40. ;ACTIVATEWAVE=LASER.WAV
  41.  
  42.  
  43. [HOTSPOTS]
  44. ; hotspot areas in bitmap
  45. ; <name>=<posx>, <posy>, <sizex>, <sizey>, <command>
  46.  
  47. GERMANY=490,110,160,80,LOAD sstrtdeu.ini
  48. ;ENGLISH=490,190,160,80,LOAD sstrteng.ini
  49. FRANCE=490,275,160,85,LOAD sstrtfra.ini
  50.  
  51. FAQ=10,110,160,80,SHELLEX ..\..\FAQ\ENGLISH\INDEX.HTM
  52. ELSA=10,190,160,80,SHELLEX ..\CONTACT\ENG\CONTACT.HTM
  53. DEINST=10,270,160,80,..\EDswitch\EDswitch.exe clear:ALL
  54. MEXIT=10,350,160,80,LOAD estrteng.ini
  55.  
  56. [INFOTEXT]
  57. ; info text of hotspots, displayed when activated
  58. ; <name>=<text>[,<posx>, <posy>, <sizex>, <sizey>]
  59.  
  60. GERMANY=Deutsch wΣhlen
  61. ;ENGLISH=Select English
  62. FRANCE=En franτais
  63.  
  64. FAQ=Frequently asked question
  65. ELSA=About ELSA
  66. DEINST=Deinstallation of all VGA drivers
  67. MEXIT=Exit program
  68.