home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / aktualnosci / shareware / Rhinoceros / rh11eval_20000320.exe / %MAINDIR% / DemoStartup.ini < prev    next >
Encoding:
INI File  |  2000-06-08  |  2.0 KB  |  101 lines

  1. [General]
  2. Title=Rhinoceros CD
  3. ExitString=Exit to Rhino
  4. ExitPoint=L,350,230
  5. ExitFont=10,Arial
  6. ColorNormal=255,255,255
  7. ColorSelected=255,255,255
  8. IconFile=autorun.ico
  9. ;Window and taskbar title
  10. Title=Rhino Demonstration Version
  11. IconFile=test.ico
  12. Background Bitmap=demostartup.bmp
  13.  
  14. [CheckBox]
  15. ;Show check box
  16. ; 1 = yes
  17. ; anything else = no
  18. Display=0
  19. ;Top left
  20. ;Point=350,233
  21. Point=20,233
  22. Text=Show this at startup
  23. TextColor=200,200,200
  24. Font=10,Arial
  25.  
  26. [Display Strings]
  27. ;Number of text strings
  28. count=5
  29. ;Text strings to display
  30. 1=Getting Started
  31. 2=Tutorials
  32. 3=Feature List
  33. 4=Technical Support
  34. 5=Order Rhino
  35.  
  36. ;String justification and insertion points
  37. [Display String Points]
  38. 1=L,350,120
  39. 2=L,350,140
  40. 3=L,350,160
  41. 4=L,350,180
  42. 5=L,350,200
  43.  
  44. ;String fonts
  45. ;Pitch,Font name
  46. [Display String Fonts]
  47. 1=10,Arial
  48. 2=10,Arial
  49. 3=10,Arial
  50. 4=10,Arial
  51. 5=10,Arial
  52.  
  53. [Cold Bitmaps]
  54. ;Number of bitmaps
  55. count=5
  56. 0=button.bmp
  57. 1=button.bmp
  58. 2=button.bmp
  59. 3=button.bmp
  60. 4=button.bmp
  61. 5=button.bmp
  62.  
  63. [Hot Bitmaps]
  64. 0=buttond.bmp
  65. 1=buttond.bmp
  66. 2=buttond.bmp
  67. 3=buttond.bmp
  68. 4=buttond.bmp
  69. 5=buttond.bmp
  70.  
  71. [Bitmap points]
  72. 0=330,230
  73. 1=330,120
  74. 2=330,140
  75. 3=330,160
  76. 4=330,180
  77. 5=330,200
  78.  
  79. ; Macro to execute when text is clicked on
  80. ; Run:  = WinExecute
  81. ; Open: = ShellExecute
  82. ; Help: = Open help file and display specified key
  83. ; Api:  = Run aplication specfic command
  84. ;   Note: if macro is prefixed with "! " will be prepended with cancel
  85. ;   Note: There is no AipClose, an API command will always close the dialog.
  86. ; RunClose:
  87. ; OpenClose:
  88. ; HelpClose:
  89. ;   Same as above only close dialog after calling macro
  90. ;
  91. ; Prefixing macro with %path% will prepend the path to the currently
  92. ; running executable to the command macro
  93. ;
  94. [Display String Macros]
  95. 1=HelpClose:%path%GettingStarted.hlp,Getting Started
  96. 2=HelpClose:%path%GettingStarted.hlp,Tutorials
  97. 3=HelpClose:%path%GettingStarted.hlp,Features
  98. 4=HelpClose:%path%GettingStarted.hlp,Technical Support
  99. 5=OpenClose:%path%OrderRhino.htm
  100.  
  101.