home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-06-08 | 2.0 KB | 101 lines |
- [General]
- Title=Rhinoceros CD
- ExitString=Exit to Rhino
- ExitPoint=L,350,230
- ExitFont=10,Arial
- ColorNormal=255,255,255
- ColorSelected=255,255,255
- IconFile=autorun.ico
- ;Window and taskbar title
- Title=Rhino Demonstration Version
- IconFile=test.ico
- Background Bitmap=demostartup.bmp
-
- [CheckBox]
- ;Show check box
- ; 1 = yes
- ; anything else = no
- Display=0
- ;Top left
- ;Point=350,233
- Point=20,233
- Text=Show this at startup
- TextColor=200,200,200
- Font=10,Arial
-
- [Display Strings]
- ;Number of text strings
- count=5
- ;Text strings to display
- 1=Getting Started
- 2=Tutorials
- 3=Feature List
- 4=Technical Support
- 5=Order Rhino
-
- ;String justification and insertion points
- [Display String Points]
- 1=L,350,120
- 2=L,350,140
- 3=L,350,160
- 4=L,350,180
- 5=L,350,200
-
- ;String fonts
- ;Pitch,Font name
- [Display String Fonts]
- 1=10,Arial
- 2=10,Arial
- 3=10,Arial
- 4=10,Arial
- 5=10,Arial
-
- [Cold Bitmaps]
- ;Number of bitmaps
- count=5
- 0=button.bmp
- 1=button.bmp
- 2=button.bmp
- 3=button.bmp
- 4=button.bmp
- 5=button.bmp
-
- [Hot Bitmaps]
- 0=buttond.bmp
- 1=buttond.bmp
- 2=buttond.bmp
- 3=buttond.bmp
- 4=buttond.bmp
- 5=buttond.bmp
-
- [Bitmap points]
- 0=330,230
- 1=330,120
- 2=330,140
- 3=330,160
- 4=330,180
- 5=330,200
-
- ; Macro to execute when text is clicked on
- ; Run: = WinExecute
- ; Open: = ShellExecute
- ; Help: = Open help file and display specified key
- ; Api: = Run aplication specfic command
- ; Note: if macro is prefixed with "! " will be prepended with cancel
- ; Note: There is no AipClose, an API command will always close the dialog.
- ; RunClose:
- ; OpenClose:
- ; HelpClose:
- ; Same as above only close dialog after calling macro
- ;
- ; Prefixing macro with %path% will prepend the path to the currently
- ; running executable to the command macro
- ;
- [Display String Macros]
- 1=HelpClose:%path%GettingStarted.hlp,Getting Started
- 2=HelpClose:%path%GettingStarted.hlp,Tutorials
- 3=HelpClose:%path%GettingStarted.hlp,Features
- 4=HelpClose:%path%GettingStarted.hlp,Technical Support
- 5=OpenClose:%path%OrderRhino.htm
-
-