home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-18 | 1.9 KB | 68 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=SUPPORT\E_d_24.bmp
- ACTIVATED=SUPPORT\E_a_24.bmp
- PRESSED=SUPPORT\E_p_24.bmp
-
- [BITMAP4]
- BACKGROUND=SUPPORT\E_d_4.bmp
- ACTIVATED=SUPPORT\E_a_4.bmp
- PRESSED=SUPPORT\E_p_4.bmp
-
- ;[BITMAP8]
- ;[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
- ;ACTIVATEWAVE=LASER.WAV
-
-
- [HOTSPOTS]
- ; hotspot areas in bitmap
- ; <name>=<posx>, <posy>, <sizex>, <sizey>, <command>
-
- GERMANY=490,110,160,80,LOAD sstrtdeu.ini
- ;ENGLISH=490,190,160,80,LOAD sstrteng.ini
- FRANCE=490,275,160,85,LOAD sstrtfra.ini
-
- FAQ=10,110,160,80,SHELLEX ..\..\FAQ\ENGLISH\INDEX.HTM
- ELSA=10,190,160,80,SHELLEX ..\CONTACT\ENG\CONTACT.HTM
- DEINST=10,270,160,80,..\EDswitch\EDswitch.exe clear:ALL
- MEXIT=10,350,160,80,LOAD estrteng.ini
-
- [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
-
- FAQ=Frequently asked question
- ELSA=About ELSA
- DEINST=Deinstallation of all VGA drivers
- MEXIT=Exit program
-