home *** CD-ROM | disk | FTP | other *** search
/ Freelog 58 / Freelog058.iso / Internet / emule / eMule0.42g-Installer.exe / Template.eMuleSkin.ini < prev    next >
INI File  |  2004-05-03  |  11KB  |  390 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
  100. KadBootstrap        =
  101. KADContactList        =
  102. KadCurrentSearches    =
  103. ; Contatcs
  104. KadContactsLvBk        =
  105. KadContactsLvFg        =
  106. KadContactsLvHl        =
  107.  
  108. ; Kademlia window / Search actions
  109. KadActionsLvBk        =
  110. KadActionsLvFg        =
  111. KadActionsLvHl        =
  112.  
  113. ; Statistics window / Statistics tree
  114. StatisticsTvBk        =
  115. StatisticsTvFg        =
  116.  
  117.  
  118. [Icons]
  119.  
  120. ; *****************************************************************************
  121. ; Specifying icon resource files
  122. ; *****************************************************************************
  123. ;
  124. ; Syntax:
  125. ; -------
  126. ;
  127. ;  <IconID> = <Path> [ , <IconIndex> | <ResourceID> ]
  128. ;
  129. ;  <IconID> ... Identifier of the icon (case insensitive)
  130. ;  <Path> ..... Path to the icon resource file. The path may also contain
  131. ;               environment variables enclosed in '%' characters. For easier
  132. ;               distribution of eMule Skin Profiles, the paths should be
  133. ;               specified *relative* or with system environment variables.
  134. ;  <IconIndex>  Index of the icon in the icon resource file icon table.
  135. ;  <ResID>      Resource identifier of the icon in the icon resource file.
  136. ;
  137. ;
  138. ; Icon resource files can be specified with relative paths (RECOMMENDED). The root
  139. ; directory for all icon resource files is the directory of skin profile file.
  140. ;
  141. ; Example:
  142. ; --------
  143. ;   If the skin profile file's path is:
  144. ;
  145. ;     C:\Program Files\eMule\Skins\MySkin.eMuleSkin.ini
  146. ;
  147. ;    and the icon resource files are specified with
  148. ;
  149. ;     bn_connect=MySkin\Connect.ico
  150. ;     bn_server=MySkin\Server.ico
  151. ;     ...
  152. ;
  153. ;   the icon resource files are loaded from
  154. ;
  155. ;     C:\Program Files\eMule\Skins\MySkin\Connect.ico
  156. ;     C:\Program Files\eMule\Skins\MySkin\Server.ico
  157. ;
  158. ;
  159. ; Icon resource files can be specified with environment strings. The environment
  160. ; strings which can be used here are defined by the operating system. The following
  161. ; example assumes a Windows XP system. Note that there are no real absolute paths
  162. ; specified. This profile can therefore be used on each Windows XP system.
  163. ;
  164. ; Example:
  165. ; --------
  166. ;     bn_disconnect           =%SystemRoot%\system32\shell32.dll,27
  167. ;     bn_stopconnecting       =%SystemRoot%\system32\user32.dll,3
  168. ;     bn_server               =%SystemRoot%\system32\ntshrui.dll,2
  169. ;     bn_kademlia             =%SystemRoot%\system32\shell32.dll,13
  170. ;     bn_search               =%SystemRoot%\system32\shell32.dll,22
  171. ;     bn_download             =%SystemRoot%\system32\shell32.dll,126
  172. ;     bn_files                =%SystemRoot%\system32\shell32.dll,158
  173. ;     bn_messages             =%CommonProgramFiles%\Microsoft Shared\Speech\1031\spcplui.dll,4
  174. ;     bn_irc                  =%SystemRoot%\system32\shell32.dll,160
  175. ;     bn_statistics           =%SystemRoot%\system32\shell32.dll,166
  176. ;     bn_preferences          =%SystemRoot%\system32\shell32.dll,165
  177. ;     bn_tools                =%SystemRoot%\system32\main.cpl,10
  178. ;     bn_help                 =%SystemRoot%\system32\shell32.dll,23
  179. ;
  180. ; Resolution of icon resource files
  181. ; ---------------------------------
  182. ; All icons are expected to be 16x16 pixels if not *otherwise* noted!
  183.  
  184. ; Main toolbar buttons; resolution of icons = 32x32
  185. ; -------------------------------------------------
  186. bn_connect              =
  187. bn_disconnect           =
  188. bn_stopconnecting       =
  189. bn_kademlia             =
  190. bn_server               =
  191. bn_download             =
  192. bn_search               =
  193. bn_files                =
  194. bn_messages             =
  195. bn_irc                  =
  196. bn_statistics           =
  197. bn_preferences          =
  198. bn_tools                =
  199. bn_help                 =
  200.  
  201.  
  202. ; Preferences dialog
  203. ; -------------------------------------------------
  204. pref_connection         =
  205. pref_display            =
  206. pref_files              =
  207. pref_folders            =
  208. pref_general            =
  209. pref_irc                =
  210. pref_notifications      =
  211. pref_proxy              =
  212. pref_scheduler          =
  213. pref_security           =
  214. pref_server             =
  215. pref_statistics         =
  216. pref_tweak              =
  217. pref_webserver          =
  218.  
  219.  
  220. ; Client types (the 'plus' suffix means = has credits)
  221. ; -------------------------------------------------
  222. ClientEdonkey           =
  223. ClientEdonkeyPlus       =
  224.  
  225. ClientCompatible        =
  226. ClientCompatiblePlus    =
  227.  
  228. ClientEdonkeyHybrid     =
  229. ClientEdonkeyHybridPlus =
  230.  
  231. ClientMldonkey          =
  232. ClientMldonkeyPlus      =
  233.  
  234. ClientShareaza          =
  235. ClientShareazaPlus      =
  236.  
  237. ; Icon overlay image for successfully identified secure clients
  238. ClientSecureOvl         =
  239.  
  240.  
  241. ; Source states
  242. ; -------------------------------------------------
  243. SrcConnecting           =
  244. SrcDownloading          =
  245. SrcNnpQf                =
  246. SrcOnQueue              =
  247. SrcUnknown              =
  248.  
  249.  
  250. ; File ratings
  251. ; -------------------------------------------------
  252. RatingReceived          =
  253. BadRatingReceived       =
  254.  
  255.  
  256. ; Friend types
  257. ; -------------------------------------------------
  258. Friend                  =
  259. FriendConnected         =
  260. FriendNoClient          =
  261. FriendWithClient        =
  262.  
  263.  
  264. ; Kademlia search actions
  265. ; -------------------------------------------------
  266. KadFileSearch           =
  267. KadNodeSearch           =
  268. KadStoreFile            =
  269. KadStoreWord            =
  270. KadWordSearch           =
  271.  
  272.  
  273. ; Kademlia contact types (0 = good contact ... 4 = dead contact)
  274. ; --------------------------------------------------------------
  275. Contact0                =
  276. Contact1                =
  277. Contact2                =
  278. Contact3                =
  279. Contact4                =
  280.  
  281.  
  282. ; Search window
  283. ; -------------------------------------------------
  284. SearchParams            =
  285. SearchResults           =
  286. ; Search methods; resolution of icons = 13x13 and 16x16
  287. SearchMethod_server     =
  288. SearchMethod_global     =
  289. SearchMethod_kademlia   =
  290. SearchMethod_jigle      =
  291. SearchMethod_filedonkey =
  292.  
  293.  
  294. ; Statistics window
  295. ; -------------------------------------------------
  296. Statistics              =
  297. StatsClients            =
  298. StatsCumulative         =
  299. StatsDay                =
  300. StatsGeneric            =
  301. StatsMonth              =
  302. StatsYear               =
  303. Harddisk                =
  304. SharedFiles             =
  305.  
  306.  
  307. ; Status bar / Statistics
  308. ; -------------------------------------------------
  309. ConnectedNotNot            =
  310. ConnectedNotLow            =
  311. ConnectedNotHigh        =
  312. ConnectedLowNot            =
  313. ConnectedLowLow            =
  314. ConnectedLowHigh        =
  315. ConnectedHighNot        =
  316. ConnectedHighLow        =
  317. ConnectedHighHigh        =
  318. Up0Down0                 =
  319. Up0Down1                =
  320. Up1Down0                =
  321. Up1Down1                =
  322. Upload                  =
  323. Download                =
  324.  
  325.  
  326. ; Server window
  327. ; -------------------------------------------------
  328. ServerList              =
  329. Server                  =
  330. ServerInfo              =
  331. ServerUpdateMET         =
  332. AddServer               =
  333. MyInfo                  =
  334. Log                     =
  335.  
  336.  
  337. ; Tray icon
  338. ; -------------------------------------------------
  339. TrayConnected           =
  340. TrayLowID               =
  341. TrayNotConnected        =
  342.  
  343.  
  344. ; Preview dialog
  345. ; -------------------------------------------------
  346. Back                    =
  347. Forward                 =
  348. Cancel                  =
  349.  
  350.  
  351. ; Message/Chat window
  352. ; -------------------------------------------------
  353. Chat                    =
  354. Message                 =
  355. MessagePending          =
  356.  
  357.  
  358. ; Diverse
  359. ; -------------------------------------------------
  360. ; Closeable tab control
  361. CloseTab                =
  362. ; Partfile conversion
  363. Convert                 =
  364. IPFilter        =
  365.  
  366.  
  367.  
  368. [Bitmaps]
  369.  
  370. ; *****************************************************************************
  371. ; Specifying bitmap (image) resource files
  372. ; *****************************************************************************
  373. ;
  374. ; Syntax:
  375. ; -------
  376. ;
  377. ;  <BitmapID> = <Path>
  378. ;
  379. ;  <BitmapID>.. Identifier of the bitmap (case insensitive)
  380. ;  <Path> ..... Path to the bitmap resource file. The path may also contain
  381. ;               environment variables enclosed in '%' characters. For easier
  382. ;               distribution of eMule Skin Profiles, the paths should be
  383. ;               specified *relative* or with system environment variables.
  384. ;               Supported file formats: BMP, GIF, JPG (and some more if GDIPLUS.DLL
  385. ;               is available)
  386.  
  387. ; Splash & About dialog (350 x 300 pixels)
  388. About                    =
  389.