home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 June / PCWorld_2001-06_cd.bin / Software / Topware / getright / getrgt.exe / %MAINDIR% / skins / circle.grs / skin2.ini < prev   
Encoding:
INI File  |  2000-08-22  |  6.6 KB  |  271 lines

  1. //------------------------------------------------------------------------------
  2. // GetRight 4.2d and higher supports a newer type of skin!
  3. // Each GetRight skin version 2 is one big bitmap (256 color bitmaps please).
  4. // With this INI file you set the coordinates of all the different parts so GetRight knows what to draw where.
  5. // Does take a bit more work to setup all the stuff here...but gives MUCH more
  6. // flexibility than the previous skin method.  Just about any appearance is possible.
  7. // This file is Required.
  8. //------------------------------------------------------------------------------
  9.  
  10. // Big Windows INI format file.
  11. // For each graphic item, generally set the X,Y and the Height and Width (H,W) of the object.
  12.  
  13. // For some of the items, likely will just need to play with the values to make it look good.
  14. // For example, Arial font sized 6,12 looks MUCH better than when sized 6,11
  15.  
  16. // Other Extras...you can also include a CLICK.WAV file in the skin.  This sound is played
  17. // whenever one of the buttons is clicked.  Can be any sound, but recommended you keep is pretty short.
  18.  
  19.  
  20. [Defaults]
  21. // Can set default text colors and font.  Then can just do exceptions later.
  22. // If no font is set, the default Windows font is used.
  23. TextRGB=0x999999
  24. TextShadowRGB=0x999999
  25. FontSizeX=4
  26. FontSizeY=8
  27. // For fonts, best to stick with those that come with Windows or are very common...Arial, Times New Roman, System, etc.
  28. FontName=Arial
  29. // For both Bold and Angle, if not included, does not bold, and no angle.
  30. FontBold=0
  31. FontAngle=0
  32.  
  33.  
  34. [Options]
  35. // Setting transparent=0 means it is a rectangular window with no transparent areas.
  36. // Using this lets the skin load slightly faster.
  37. Transparent=1
  38.  
  39. // Can draw a "shadow" for each line of text.  This helps make it more readable on some textured backgrounds.
  40. // Can't do shadowing individually...it is on or off for all.
  41. Shadow=0
  42.  
  43. // Says you are using mouse-over images.  Setting to 0 if not using them or 1 if you are.
  44. MouseOver=1
  45.  
  46. [Main]
  47. WindowX=0
  48. WindowY=0
  49. WindowW=253
  50. WindowH=253
  51.  
  52.  
  53. // The titlebar area on the bitmap, and the different area (if desired) to use
  54. // when the window is inactive.  
  55. TitleX=0
  56. TitleY=0
  57. TitleH=253
  58. TitleW=253
  59. TitleInactX=0
  60. TitleInactY=253
  61.  
  62. // Location for finding pixel with the transparent color.
  63. // Transparency works best if you use one of the Windows System colors for the transparent color (bright green or purple or something).
  64. // Just avoids any dithering problems if people have a very low color display.
  65. TransparentX=2
  66. TransparentY=2
  67.  
  68. // Advertising banner.  
  69. // Remove them, or set to 0,0 if your skin does not contain space for the banner.  
  70. // If there is no space for a banner, shareware/trial users won't be able to use the skin.
  71. // Will be sized to Width=468 Height=60  H,W items ignored.
  72. BannerX=0
  73. BannerY=255
  74.  
  75. [TitleButtons]
  76. // The areas used for the Minimize to Tray Icon, Minimize and Close buttons
  77. // normally found in the titlebar (tho can be located anywhere.)
  78. // Include Down and Mouse Over states for the buttons.
  79. ToTrayX=104
  80. ToTrayY=18
  81. ToTrayH=17
  82. ToTrayW=15
  83. ToTrayDownX=253
  84. ToTrayDownY=19
  85. ToTrayOverX=253
  86. ToTrayOverY=1
  87.  
  88. MinimizeX=119
  89. MinimizeY=18
  90. MinimizeH=17
  91. MinimizeW=15
  92. MinimizeDownX=268
  93. MinimizeDownY=19
  94. MinimizeOverX=268
  95. MinimizeOverY=1
  96.  
  97. CloseX=134
  98. CloseY=18
  99. CloseH=17
  100. CloseW=15
  101. CloseDownX=283
  102. CloseDownY=19
  103. CloseOverX=283
  104. CloseOverY=1
  105.  
  106. [Buttons]
  107. // The areas used for the GetRight Options, pause/resume/stop/view (Control), and Cancel buttons
  108. // Include Down and Mouse Over states for the buttons.
  109. // The Control button states are set in the [ControlButton] INI section
  110. OptionsX=96
  111. OptionsY=209
  112. OptionsH=28
  113. OptionsW=61
  114. OptionsDownX=315
  115. OptionsDownY=37
  116. OptionsOverX=253
  117. OptionsOverY=37
  118.  
  119. // All the different states for the Control (pause/resume/stop/view) button are set in the [ControlButton] section
  120. ControlX=97
  121. ControlY=34
  122. ControlH=24
  123. ControlW=59
  124.  
  125. CancelX=0
  126. CancelY=0
  127. CancelH=0
  128. CancelW=0
  129. CancelDownX=0
  130. CancelDownY=0
  131. CancelOverX=0
  132. CancelOverY=0
  133.  
  134. [ControlButton]
  135. PauseUpX=254
  136. PauseUpY=91
  137. PauseDownX=254
  138. PauseDownY=209
  139. PauseOverX=254
  140. PauseOverY=150
  141.  
  142. ResumeUpX=254
  143. ResumeUpY=66
  144. ResumeDownX=254
  145. ResumeDownY=184
  146. ResumeOverX=254
  147. ResumeOverY=125
  148.  
  149. StopUpX=313
  150. StopUpY=91
  151. StopDownX=313
  152. StopDownY=209
  153. StopOverX=313
  154. StopOverY=150
  155.  
  156. ViewUpX=313
  157. ViewUpY=66
  158. ViewDownX=313
  159. ViewDownY=184
  160. ViewOverX=313
  161. ViewOverY=125
  162.  
  163. [Progress]
  164. // For all the fill direction items, can set the different directions.
  165. // If no direction is set, Left to Right is used.
  166. // 0 = left 2 right
  167. // 1 = right 2 left
  168. // 2 = top 2 bottom
  169. // 3 = bottom 2 top
  170. FillDirection=3
  171.  
  172. // The normal (not segmented) working bar area on the window, with the filled area.
  173. NormalX=70
  174. NormalY=92
  175. NormalW=113
  176. NormalH=113
  177. NormalFilledX=253
  178. NormalFilledY=243
  179.  
  180. // When segmenting, the total progress bar (with the Unfilled Background to use and Filled area.)
  181. SegmentTotalX=0
  182. SegmentTotalY=0
  183. SegmentTotalW=0
  184. SegmentTotalH=0
  185. SegmentTotalBackX=0
  186. SegmentTotalBackY=0
  187. SegmentTotalFilledX=0
  188. SegmentTotalFilledY=0
  189. SegmentTotalFillDirection=3
  190.  
  191. // When segmenting, the progress bar for showing all the segment status.
  192. // With the Unfilled Background to use and Filled area.
  193. // If neither SegmentTotal* or Segments* items are set, the regular 
  194. // working bar is used, and filled to show the individual segment status.
  195. SegmentsX=70
  196. SegmentsY=92
  197. SegmentsW=113
  198. SegmentsH=113
  199. SegmentsBackX=70
  200. SegmentsBackY=92
  201. SegmentsFilledX=253
  202. SegmentsFilledY=243
  203. SegmentsFillDirection=3
  204.  
  205. [Graph]
  206. // Graph is Optional.  Shows a speed graph similar to that on the bottom right of the Download Status.
  207. // Shows the speed for the current download.
  208. // GraphX=188
  209. // GraphY=136
  210. // GraphH=24
  211. // GraphW=36
  212. // Can set the colors for the background, the grid, the top edge of the graph and the graph body.
  213. // Can of course set some colors the same, such as to have an invisible grid.
  214. // BackgroundRGB=0x333333
  215. // GridRGB=0x000000
  216. // GraphEdgeRGB=0x99A2B2
  217. // GraphRGB=0x47556E
  218. // The number of lines X and Y to include on the grid in the background.
  219. // GridLinesX=3
  220. // GridLinesY=2
  221.  
  222. [Text]
  223. CaptionX=0
  224. CaptionY=0
  225. CaptionH=0
  226. CaptionW=0
  227.  
  228. UrlX=31
  229. UrlY=73
  230. UrlH=7
  231. UrlW=193
  232. UrlJustify=C
  233. UrlFontX=4
  234. UrlFontY=7
  235.  
  236. ToX=44
  237. ToY=57
  238. ToH=7
  239. ToW=165
  240. ToJustify=C
  241. ToFontSizeX=5
  242. ToFontSizeY=8
  243. ToFontX=4
  244. ToFontY=7
  245.  
  246. SizeX=37
  247. SizeY=66
  248. SizeH=7
  249. SizeW=181
  250. SizeJustify=C
  251. SizeFontSizeX=6
  252. SizeFontSizeY=8
  253. SizeFontX=4
  254. SizeFontY=7
  255.  
  256. TimeX=37
  257. TimeY=85
  258. TimeH=7
  259. TimeW=181
  260. TimeJustify=C
  261. TimeFontSizeX=6
  262. TimeFontSizeY=8
  263. TimeFontX=4
  264. TimeFontY=7
  265.  
  266. [Author]
  267. NAME=Peter Burford
  268. URL=http://www.getright.com/skins.html
  269.  
  270.  
  271.