home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / audio / jukebox / siren / sfsiren.cab / GlowStick.SirenSkin / SirenSkin.ini < prev    next >
INI File  |  2000-09-27  |  3KB  |  105 lines

  1. [General]
  2. SkinFormatVersion=1.6
  3. Name=GlowStick
  4. Author=Gregg Plummer
  5. Copyright=1999 Sonic Foundry, Inc.
  6. About=
  7.  
  8. [Defaults]
  9. MaskColor=255,0,255        ; Sets the default for all images if present.
  10. TextFontName=
  11. TextFontSize=
  12. TextStyle=
  13. TextColor=
  14. ;TextBackgroundColor=64,64,64    ; Turns on text backgrounds by default if present.
  15. TextShadowColor=        ; Default color draw for shadows, if a non-zero offset is present.
  16.  
  17. [Background]
  18. Show=MouseOver And NotPlaying
  19. Bitmap=tube.bmp,0,0,201,16    ; =<Default> -or- <FileName>[,left,top[,right,bottom]]
  20. ;Rectangle=            ; Rectangle to pluck background image from.
  21. ;Position=100,100            ; -or- specify where to pluck the image from...
  22. Size=202,17            ; ... and the size of the rect to pluck.
  23.  
  24. [LogoButton]
  25. ;Position=10,10
  26.  
  27. [CompactModeButton]
  28. Show=MouseOver
  29. Position=88,0
  30. Size=13,17
  31. DisabledBitmap    = disabled.bmp,88,0
  32. NormalBitmap    = tube.bmp,88,0
  33. MouseOverBitmap    = on.bmp,88,0
  34. DepressedBitmap    = compact-press.bmp,88,0
  35.  
  36. [PlayButton]
  37. Show=MouseOver
  38. Position=101,0
  39. Size=13,17
  40. DisabledBitmap    = disabled.bmp,101,0
  41. NormalBitmap    = tube.bmp,101,0
  42. MouseOverBitmap    = on.bmp,101,0
  43. DepressedBitmap    = play-press.bmp,101,0
  44.  
  45. [PauseButton]
  46. Show=MouseOver
  47. Position=114,0
  48. Size=13,17
  49. DisabledBitmap    = disabled.bmp,114,0
  50. NormalBitmap    = tube.bmp,114,0
  51. MouseOverBitmap    = on.bmp,114,0
  52. DepressedBitmap    = pause-press.bmp,114,0
  53. ActiveNormalBitmap = on.bmp,114,0
  54.  
  55. [StopButton]
  56. Show=MouseOver
  57. Position=127,0
  58. Size=13,17
  59. DisabledBitmap    = disabled.bmp,127,0
  60. NormalBitmap    = tube.bmp,127,0
  61. MouseOverBitmap    = on.bmp,127,0
  62. DepressedBitmap    = stop-press.bmp,127,0
  63.  
  64. [PreviousSongButton]
  65. Show=MouseOver
  66. Position=140,0
  67. Size=13,17
  68. DisabledBitmap    = disabled.bmp,140,0
  69. NormalBitmap    = tube.bmp,140,0
  70. MouseOverBitmap    = on.bmp,140,0
  71. DepressedBitmap    = previous-press.bmp,140,0
  72.  
  73. [NextSongButton]
  74. Show=MouseOver
  75. Position=153,0
  76. Size=13,17
  77. DisabledBitmap    = disabled.bmp,153,0
  78. NormalBitmap    = tube.bmp,153,0
  79. MouseOverBitmap    = on.bmp,153,0
  80. DepressedBitmap    = next-press.bmp,153,0
  81.  
  82. [EjectButton]
  83. Show=MouseOver
  84. Position=166,0
  85. Size=13,17
  86. DisabledBitmap    = disabled.bmp,166,0
  87. NormalBitmap    = tube.bmp,166,0
  88. MouseOverBitmap    = on.bmp,166,0
  89. DepressedBitmap    = eject-press.bmp,166,0
  90.  
  91. [SelectPlaylistButton]
  92. Show=MouseOver
  93. Position=179,0
  94. Size=13,17
  95. DisabledBitmap    = disabled.bmp,179,0
  96. NormalBitmap    = tube.bmp,179,0
  97. MouseOverBitmap    = on.bmp,179,0
  98. DepressedBitmap    = menu-press.bmp,179,0
  99.  
  100. [Display2]
  101. Show=NotMouseOver AND Playing
  102. Position=89,2
  103. Size=104,13
  104. ;clipBitmap=vismask.bmp,89,2
  105. ;ClipMaskColor=255,255,255