home *** CD-ROM | disk | FTP | other *** search
/ 500 3D Clip Art Graphics / 500_3D_Clip_Art / 500_3D_Clip_Art.iso / TGSFront.ini < prev    next >
INI File  |  1999-11-10  |  2KB  |  108 lines

  1. ;
  2. ;  Initialization file for TGSFront.exe
  3. ;
  4. [ProductInfo]
  5.  
  6. ;
  7. ; Directory for misc files such as bitmaps
  8. ; Relative paths start from the location of the executable
  9. ; To use a relative path you must start with either .\ or ..\
  10. ;
  11. MiscDirectory=./misc
  12.  
  13. ;
  14. ; Name of product
  15. ; This will show up as the title of the application
  16. ;
  17. ProductName=TGS 3Space ClipArtist Lite
  18.  
  19. ;
  20. ; Bitmap for large image
  21. ; Dimensions for TGSFront.bmp is 346x300
  22. ; In general the dimension for this bitmap should close to 350x300
  23. ;
  24. LargeBitmap=setup.bmp
  25.  
  26. ;
  27. ; Bitmap for product name image
  28. ; Dimensions for 3sp.bmp is 360x63
  29. ; In general the dimension for this bitmap should close to 350x64
  30. ;
  31. ProductNameBitmap=3sca.bmp
  32.  
  33. ;
  34. ; Bitmap for company name image
  35. ; Dimensions for TGS.bmp is 282x25
  36. ; In general the dimension for this bitmap should close to 300x25
  37. ;
  38. CompanyNameBitmap=TGS.bmp
  39.  
  40. ;
  41. ; Background color
  42. ;   Should be the same color as the background of the large image
  43. ;   Default value is 192 192 192
  44. ;
  45. SetDialogBkColor=255 255 255
  46.  
  47. [ButtonInfo]
  48. ;
  49. ; Number of buttons (1-5)
  50. ;
  51. Count=4
  52.  
  53. ;
  54. ; Exit button flag
  55. ;
  56. Button1Exit=FALSE
  57. ;
  58. ; lpFile parameter for ShellExecute
  59. ;
  60. Button1lpFile=.\disk1\setup.exe
  61. ;
  62. ; lpParameter parameter for ShellExecute
  63. ;
  64. Button1lpParameter=
  65. ;
  66. ; lpDirectory parameter for ShellExecute
  67. ;
  68. Button1lpDirectory=.\disk1
  69. ;
  70. ; Bitmap for up button
  71. ; Dimensions for InstallUp.bmp and all other buttons is 128x64
  72. ; In general the dimension for this bitmap should close to 128x64
  73. ;
  74. Button1BitmapUp=InstallUp.bmp
  75. ;
  76. ; Bitmap for down button
  77. ;
  78. Button1BitmapDown=InstallDown.bmp
  79. ;
  80. ; Bitmap for highlight button
  81. ;
  82. Button1BitmapHilit=InstallHilit.bmp
  83.  
  84. Button2Exit=FALSE
  85. Button2lpFile=.\readme.txt
  86. Button2lpParameter=
  87. Button2lpDirectory=.\disk1
  88. Button2BitmapUp=ReadmeUp.bmp
  89. Button2BitmapDown=ReadmeDown.bmp
  90. Button2BitmapHilit=ReadmeHilit.bmp
  91.  
  92. Button3Exit=FALSE
  93. Button3lpFile=.\html\index.html
  94. Button3lpParameter=
  95. Button3lpDirectory=.
  96. Button3BitmapUp=StartedUp.bmp
  97. Button3BitmapDown=StartedDown.bmp
  98. Button3BitmapHilit=StartedHilit.bmp
  99.  
  100. Button4Exit=TRUE
  101. Button4lpFile=
  102. Button4lpParameter=
  103. Button4lpDirectory=
  104. Button4BitmapUp=ExitUp.bmp
  105. Button4BitmapDown=ExitDown.bmp
  106. Button4BitmapHilit=ExitHilit.bmp
  107.  
  108.