home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-18 | 2.0 KB | 74 lines |
- ; Intro Tool description file
-
- [BITMAP]
- ; the bitmap section defines all bitmap related input
- ; all bitmaps are BMP or DIB formats and must have the same size
- ; BACKGROUND: main bitmap file; obligatory
- ; ACTIVATED: bitmap with activated areas
- ; PRESSED: bitmap with pressed areas
- BACKGROUND=cd\E_d_24.bmp
- ACTIVATED=cd\E_a_24.bmp
- PRESSED=cd\E_p_24.bmp
-
- [BITMAP4]
- BACKGROUND=cd\E_d_4.bmp
- ACTIVATED=cd\E_a_4.bmp
- PRESSED=cd\E_p_4.bmp
-
- [BITMAP8]
- BACKGROUND=cd\E_d_8.bmp
- ACTIVATED=cd\E_a_8.bmp
- PRESSED=cd\E_p_8.bmp
-
- ;[BITMAP32]
- ; sections BITMAPxx have the same structur like BITMAP with fixed bitdepth
- ; the program will first search in these section for colordepth matching bitmaps
- ; and then in the BITMAP section
-
- [CONTROL]
- ; stretch bitmap to window, default off (0)
- STRETCH=0
- ; SIZE=<XSize> x <YSize> size window to fixed size
- SIZE=maximized
- ; font description of info text (optional)
- FONTNAME=Arial
- FONTSIZE=15
- ;Fontstyle: NORMAL,THIN,BOLD,ITALIC,UNDERLINE,STRIKEOUT
- FONTSTYLE= BOLD
- FONTCOLOR=210,210,230
- ; area for text output (optional), default is (10,10, maxx-10, maxy-10)
- TEXTAREA=48,410,480,30
- DefaultText=Please press button
- ;Titel=ELSA Winnerware C-98
- INTROWAVE=\ELSAWARE\ESTART\AUDIO\REVROCKS.WAV
- WAVELOCK=1
- ;ACTIVATEWAVE=LASER.WAV
-
-
- [HOTSPOTS]
- ; hotspot areas in bitmap
- ; <name>=<posx>, <posy>, <sizex>, <sizey>, <command>
-
- GERMANY=490,110,160,80,LOAD estrtdeu.ini
- ;ENGLISH=490,190,160,80,LOAD estrteng.ini
- FRANCE=490,275,160,85,LOAD estrtfra.ini
-
- INSTALL=10,110,160,80,..\rebotest.exe
- MANUAL=10,190,160,80,..\ACROREAD\ACRORD32.EXE ..\..\MANUAL\PDF\ENGLISH\REVEL_EN.pdf
- SUPPORT=10,270,160,80,LOAD Sstrteng.ini
- EXIT=10,350,160,80, exit, Glocken.WAV
-
- [INFOTEXT]
- ; info text of hotspots, displayed when activated
- ; <name>=<text>[,<posx>, <posy>, <sizex>, <sizey>]
-
- GERMANY=Deutsch wΣhlen
- ;ENGLISH=Select English
- FRANCE=En franτais
-
- INSTALL=Software installation
- MANUAL=Show manual as PDF-file
- SUPPORT=Switch to support infos
-
- EXIT=Exit program
-