home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Comunicatii / emule / eMule0.42d-Installer.exe / Template.eMuleSkin.ini < prev    next >
INI File  |  2004-02-26  |  11KB  |  386 lines

  1. ; *****************************************************************************
  2. ; eMule Skin Template
  3. ; *****************************************************************************
  4. ;
  5. ; Hint: If you start creating and customizing a skin you may want instantly
  6. ; see the changes you made to the skin profile. While a skin is not
  7. ; automatically reloaded once it has changed, there is though a short cut for
  8. ; reloading an already loaded skin.
  9. ;
  10. ;   Right Click on the Main Toolbar while holding down the Ctrl-Key will
  11. ;   reload the currently loaded skin and any changes made to the skin will
  12. ;   be applied.
  13.  
  14. [Colors]
  15.  
  16. ; *****************************************************************************
  17. ; Specifying colors for controls
  18. ; *****************************************************************************
  19. ;
  20. ; For the following controls one can specify the background, foreground and
  21. ; highlight color.
  22. ;
  23. ; Syntax:
  24. ; -------
  25. ;
  26. ;  <Control>Bk = <red>, <green>, <blue> ... Background color (RGB)
  27. ;  <Control>Fg = <red>, <green>, <blue> ... Foreground/text color (RGB)
  28. ;  <Control>Hl = <red>, <green>, <blue> ... Highlight color (RGB)
  29. ;
  30. ;  <Control> ... Keyword of the control (case insensitive)
  31. ;  <red> ....... Red color in decimal, hexdecimal or octal notation
  32. ;  <green> ..... Green color in decimal, hexdecimal or octal notation
  33. ;  <blue> ...... Blue color in decimal, hexdecimal or octal notation
  34. ;  
  35. ; Examples:
  36. ; ---------
  37. ;
  38. ;  ServersLvBk = 245,255,245
  39. ;  ServersLvFg = 255, 30, 30
  40. ;  DownloadsLvBk=0xff,0xf5,0xf5
  41.  
  42.  
  43. ; Default listview colors; if no other listview colors (see list below) are
  44. ; specified, those default listview colors will be used.
  45. DefLvBk                =
  46. DefLvFg                =
  47. DefLvHl                =
  48.  
  49. ; Server window / Servers list
  50. ServersLvBk            =
  51. ServersLvFg            =
  52. ServersLvHl            =
  53.  
  54. ; Search window / Search Results
  55. SearchResultsLvBk    =
  56. SearchResultsLvFg    =
  57. SearchResultsLvHl    =
  58.  
  59. ; Transfer window / Downloads list
  60. DownloadsLvBk        =
  61. DownloadsLvFg        =
  62. DownloadsLvHl        =
  63.  
  64. ; Transfer window / Uploads list
  65. UploadsLvBk            =
  66. UploadsLvFg            =
  67. UploadsLvHl            =
  68.  
  69. ; Transfer window / Queued Clients list
  70. QueuedLvBk            =
  71. QueuedLvFg            =
  72. QueuedLvHl            =
  73.  
  74. ; Transfer window / Known Clients list
  75. ClientsLvBk            =
  76. ClientsLvFg            =
  77. ClientsLvHl            =
  78.  
  79. ; Message window / Friends list
  80. FriendsLvBk            =
  81. FriendsLvFg            =
  82. FriendsLvHl            =
  83.  
  84. ; IRC window / Nicks list
  85. IRCNicksLvBk        =
  86. IRCNicksLvFg        =
  87. IRCNicksLvHl        =
  88.  
  89. ; IRC window / Channels list
  90. IRCChannelsLvBk        =
  91. IRCChannelsLvFg        =
  92. IRCChannelsLvHl        =
  93.  
  94. ; Shared files window / Shared files list
  95. SharedFilesLvBk        =
  96. SharedFilesLvFg        =
  97. SharedFilesLvHl        =
  98.  
  99. ; Kademlia window / Contacts
  100. KadContactsLvBk        =
  101. KadContactsLvFg        =
  102. KadContactsLvHl        =
  103.  
  104. ; Kademlia window / Search actions
  105. KadActionsLvBk        =
  106. KadActionsLvFg        =
  107. KadActionsLvHl        =
  108.  
  109. ; Statistics window / Statistics tree
  110. StatisticsTvBk        =
  111. StatisticsTvFg        =
  112.  
  113.  
  114. [Icons]
  115.  
  116. ; *****************************************************************************
  117. ; Specifying icon resource files
  118. ; *****************************************************************************
  119. ;
  120. ; Syntax:
  121. ; -------
  122. ;
  123. ;  <IconID> = <Path> [ , <IconIndex> | <ResourceID> ]
  124. ;
  125. ;  <IconID> ... Identifier of the icon (case insensitive)
  126. ;  <Path> ..... Path to the icon resource file. The path may also contain
  127. ;               environment variables enclosed in '%' characters. For easier
  128. ;               distribution of eMule Skin Profiles, the paths should be
  129. ;               specified *relative* or with system environment variables.
  130. ;  <IconIndex>  Index of the icon in the icon resource file icon table.
  131. ;  <ResID>      Resource identifier of the icon in the icon resource file.
  132. ;
  133. ;
  134. ; Icon resource files can be specified with relative paths (RECOMMENDED). The root
  135. ; directory for all icon resource files is the directory of skin profile file.
  136. ;
  137. ; Example:
  138. ; --------
  139. ;   If the skin profile file's path is:
  140. ;
  141. ;     C:\Program Files\eMule\Skins\MySkin.eMuleSkin.ini
  142. ;
  143. ;    and the icon resource files are specified with
  144. ;
  145. ;     bn_connect=MySkin\Connect.ico
  146. ;     bn_server=MySkin\Server.ico
  147. ;     ...
  148. ;
  149. ;   the icon resource files are loaded from
  150. ;
  151. ;     C:\Program Files\eMule\Skins\MySkin\Connect.ico
  152. ;     C:\Program Files\eMule\Skins\MySkin\Server.ico
  153. ;
  154. ;
  155. ; Icon resource files can be specified with environment strings. The environment
  156. ; strings which can be used here are defined by the operating system. The following
  157. ; example assumes a Windows XP system. Note that there are no real absolute paths
  158. ; specified. This profile can therefore be used on each Windows XP system.
  159. ;
  160. ; Example:
  161. ; --------
  162. ;     bn_disconnect           =%SystemRoot%\system32\shell32.dll,27
  163. ;     bn_stopconnecting       =%SystemRoot%\system32\user32.dll,3
  164. ;     bn_server               =%SystemRoot%\system32\ntshrui.dll,2
  165. ;     bn_kademlia             =%SystemRoot%\system32\shell32.dll,13
  166. ;     bn_search               =%SystemRoot%\system32\shell32.dll,22
  167. ;     bn_download             =%SystemRoot%\system32\shell32.dll,126
  168. ;     bn_files                =%SystemRoot%\system32\shell32.dll,158
  169. ;     bn_messages             =%CommonProgramFiles%\Microsoft Shared\Speech\1031\spcplui.dll,4
  170. ;     bn_irc                  =%SystemRoot%\system32\shell32.dll,160
  171. ;     bn_statistics           =%SystemRoot%\system32\shell32.dll,166
  172. ;     bn_preferences          =%SystemRoot%\system32\shell32.dll,165
  173. ;     bn_tools                =%SystemRoot%\system32\main.cpl,10
  174. ;     bn_help                 =%SystemRoot%\system32\shell32.dll,23
  175. ;
  176. ; Resolution of icon resource files
  177. ; ---------------------------------
  178. ; All icons are expected to be 16x16 pixels if not *otherwise* noted!
  179.  
  180. ; Main toolbar buttons; resolution of icons = 32x32
  181. ; -------------------------------------------------
  182. bn_connect              =
  183. bn_disconnect           =
  184. bn_stopconnecting       =
  185. bn_kademlia             =
  186. bn_server               =
  187. bn_download             =
  188. bn_search               =
  189. bn_files                =
  190. bn_messages             =
  191. bn_irc                  =
  192. bn_statistics           =
  193. bn_preferences          =
  194. bn_tools                =
  195. bn_help                 =
  196.  
  197.  
  198. ; Preferences dialog
  199. ; -------------------------------------------------
  200. pref_connection         =
  201. pref_display            =
  202. pref_files              =
  203. pref_folders            =
  204. pref_general            =
  205. pref_irc                =
  206. pref_notifications      =
  207. pref_proxy              =
  208. pref_scheduler          =
  209. pref_security           =
  210. pref_server             =
  211. pref_statistics         =
  212. pref_tweak              =
  213. pref_webserver          =
  214.  
  215.  
  216. ; Client types (the 'plus' suffix means = has credits)
  217. ; -------------------------------------------------
  218. ClientEdonkey           =
  219. ClientEdonkeyPlus       =
  220.  
  221. ClientCompatible        =
  222. ClientCompatiblePlus    =
  223.  
  224. ClientEdonkeyHybrid     =
  225. ClientEdonkeyHybridPlus =
  226.  
  227. ClientMldonkey          =
  228. ClientMldonkeyPlus      =
  229.  
  230. ClientShareaza          =
  231. ClientShareazaPlus      =
  232.  
  233. ; Icon overlay image for successfully identified secure clients
  234. ClientSecureOvl         =
  235.  
  236.  
  237. ; Source states
  238. ; -------------------------------------------------
  239. SrcConnecting           =
  240. SrcDownloading          =
  241. SrcNnpQf                =
  242. SrcOnQueue              =
  243. SrcUnknown              =
  244.  
  245.  
  246. ; File ratings
  247. ; -------------------------------------------------
  248. RatingReceived          =
  249. BadRatingReceived       =
  250.  
  251.  
  252. ; Friend types
  253. ; -------------------------------------------------
  254. Friend                  =
  255. FriendConnected         =
  256. FriendNoClient          =
  257. FriendWithClient        =
  258.  
  259.  
  260. ; Kademlia search actions
  261. ; -------------------------------------------------
  262. KadFileSearch           =
  263. KadNodeSearch           =
  264. KadStoreFile            =
  265. KadStoreWord            =
  266. KadWordSearch           =
  267.  
  268.  
  269. ; Kademlia contact types (0 = good contact ... 4 = dead contact)
  270. ; --------------------------------------------------------------
  271. Contact0                =
  272. Contact1                =
  273. Contact2                =
  274. Contact3                =
  275. Contact4                =
  276.  
  277.  
  278. ; Search window
  279. ; -------------------------------------------------
  280. SearchParams            =
  281. SearchResults           =
  282. ; Search methods; resolution of icons = 13x13 and 16x16
  283. SearchMethod_server     =
  284. SearchMethod_global     =
  285. SearchMethod_kademlia   =
  286. SearchMethod_jigle      =
  287. SearchMethod_filedonkey =
  288.  
  289.  
  290. ; Statistics window
  291. ; -------------------------------------------------
  292. Statistics              =
  293. StatsClients            =
  294. StatsCumulative         =
  295. StatsDay                =
  296. StatsGeneric            =
  297. StatsMonth              =
  298. StatsYear               =
  299. Harddisk                =
  300. SharedFiles             =
  301.  
  302.  
  303. ; Status bar / Statistics
  304. ; -------------------------------------------------
  305. ConnectedNotNot            =
  306. ConnectedNotLow            =
  307. ConnectedNotHigh        =
  308. ConnectedLowNot            =
  309. ConnectedLowLow            =
  310. ConnectedLowHigh        =
  311. ConnectedHighNot        =
  312. ConnectedHighLow        =
  313. ConnectedHighHigh        =
  314. Up0Down0                 =
  315. Up0Down1                =
  316. Up1Down0                =
  317. Up1Down1                =
  318. Upload                  =
  319. Download                =
  320.  
  321.  
  322. ; Server window
  323. ; -------------------------------------------------
  324. ServerList              =
  325. Server                  =
  326. ServerInfo              =
  327. ServerUpdateMET         =
  328. AddServer               =
  329. MyInfo                  =
  330. Log                     =
  331.  
  332.  
  333. ; Tray icon
  334. ; -------------------------------------------------
  335. TrayConnected           =
  336. TrayLowID               =
  337. TrayNotConnected        =
  338.  
  339.  
  340. ; Preview dialog
  341. ; -------------------------------------------------
  342. Back                    =
  343. Forward                 =
  344. Cancel                  =
  345.  
  346.  
  347. ; Message/Chat window
  348. ; -------------------------------------------------
  349. Chat                    =
  350. Message                 =
  351. MessagePending          =
  352.  
  353.  
  354. ; Diverse
  355. ; -------------------------------------------------
  356. ; Closeable tab control
  357. CloseTab                =
  358. ; Partfile conversion
  359. Convert                 =
  360.  
  361.  
  362.  
  363.  
  364. [Bitmaps]
  365.  
  366. ; *****************************************************************************
  367. ; Specifying bitmap (image) resource files
  368. ; *****************************************************************************
  369. ;
  370. ; Syntax:
  371. ; -------
  372. ;
  373. ;  <BitmapID> = <Path>
  374. ;
  375. ;  <BitmapID>.. Identifier of the bitmap (case insensitive)
  376. ;  <Path> ..... Path to the bitmap resource file. The path may also contain
  377. ;               environment variables enclosed in '%' characters. For easier
  378. ;               distribution of eMule Skin Profiles, the paths should be
  379. ;               specified *relative* or with system environment variables.
  380. ;               Supported file formats: BMP, GIF, JPG (and some more if GDIPLUS.DLL
  381. ;               is available)
  382.  
  383. ; Splash & About dialog (350 x 300 pixels)
  384. About                    =
  385.