home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 May / com_0505_1.iso / internet / filesharing / eMule0.45b-Installer.exe / Template.eMuleSkin.ini < prev    next >
Encoding:
INI File  |  2005-01-20  |  14.4 KB  |  568 lines

  1. ; this file is part of eMule
  2. ; Copyright (C)2002-2004 Merkur ( devs@emule-project.net / http://www.emule-project.net )
  3. ; This program is free software; you can redistribute it and/or
  4. ; modify it under the terms of the GNU General Public License
  5. ; as published by the Free Software Foundation; either
  6. ; version 2 of the License, or (at your option) any later version.
  7. ; This program is distributed in the hope that it will be useful,
  8. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.    See the
  10. ; GNU General Public License for more details.
  11. ; You should have received a copy of the GNU General Public License
  12. ; along with this program; if not, write to the Free Software
  13. ; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  14. ; *****************************************************************************
  15. ; eMule Skin Template
  16. ; *****************************************************************************
  17. ;
  18. ; Hint: If you start creating and customizing a skin you may want instantly
  19. ; see the changes you made to the skin profile. While a skin is not
  20. ; automatically reloaded once it has changed, there is though a short cut for
  21. ; reloading an already loaded skin.
  22. ;
  23. ;   Right Click on the Main Toolbar while holding down the Ctrl-Key will
  24. ;   reload the currently loaded skin and any changes made to the skin will
  25. ;   be applied.
  26.  
  27. [Colors]
  28.  
  29. ; *****************************************************************************
  30. ; Specifying colors for controls
  31. ; *****************************************************************************
  32. ;
  33. ; For the following controls one can specify the background, foreground and
  34. ; highlight color.
  35. ;
  36. ; Syntax:
  37. ; -------
  38. ;
  39. ;  <Control>Bk = <red>, <green>, <blue> ... Background color (RGB)
  40. ;  <Control>Fg = <red>, <green>, <blue> ... Foreground/text color (RGB)
  41. ;  <Control>Hl = <red>, <green>, <blue> ... Highlight color (RGB)
  42. ;
  43. ;  <Control> ... Keyword of the control (case insensitive)
  44. ;  <red> ....... Red color in decimal, hexdecimal or octal notation
  45. ;  <green> ..... Green color in decimal, hexdecimal or octal notation
  46. ;  <blue> ...... Blue color in decimal, hexdecimal or octal notation
  47. ;  
  48. ; Examples:
  49. ; ---------
  50. ;
  51. ;  ServersLvBk = 245,255,245
  52. ;  ServersLvFg = 255, 30, 30
  53. ;  DownloadsLvBk=0xff,0xf5,0xf5
  54.  
  55.  
  56. ; Default listview colors; if no other listview colors (see list below) are
  57. ; specified, those default listview colors will be used.
  58. DefLvBk                =
  59. DefLvFg                =
  60. DefLvHl                =
  61.  
  62. ; Server window / Servers list
  63. ServersLvBk            =
  64. ServersLvFg            =
  65. ServersLvHl            =
  66.  
  67. ; Search window / Search Results
  68. SearchResultsLvBk    =
  69. SearchResultsLvFg    =
  70. SearchResultsLvHl    =
  71. SearchResultsLvFg_Downloading     =
  72. SearchResultsLvFg_DownloadStopped =
  73. SearchResultsLvFg_Sharing         =
  74. SearchResultsLvFg_Known           =
  75. SearchResultsLvFg_AvblyBase       =
  76.  
  77. ; Transfer window / Downloads list
  78. DownloadsLvBk        =
  79. DownloadsLvFg        =
  80. DownloadsLvHl        =
  81.  
  82. ; Transfer window / Uploads list
  83. UploadsLvBk            =
  84. UploadsLvFg            =
  85. UploadsLvHl            =
  86.  
  87. ; Transfer window / Queued Clients list
  88. QueuedLvBk            =
  89. QueuedLvFg            =
  90. QueuedLvHl            =
  91.  
  92. ; Transfer window / Known Clients list
  93. ClientsLvBk            =
  94. ClientsLvFg            =
  95. ClientsLvHl            =
  96.  
  97. ; Message window / Friends list
  98. FriendsLvBk            =
  99. FriendsLvFg            =
  100. FriendsLvHl            =
  101.  
  102. ; IRC window / Nicks list
  103. IRCNicksLvBk        =
  104. IRCNicksLvFg        =
  105. IRCNicksLvHl        =
  106.  
  107. ; IRC window / Channels list
  108. IRCChannelsLvBk        =
  109. IRCChannelsLvFg        =
  110. IRCChannelsLvHl        =
  111.  
  112. ; Shared files window / Shared files list
  113. SharedFilesLvBk        =
  114. SharedFilesLvFg        =
  115. SharedFilesLvHl        =
  116.  
  117. ; Kademlia window / Contatcs
  118. KadContactsLvBk        =
  119. KadContactsLvFg        =
  120. KadContactsLvHl        =
  121.  
  122. ; Kademlia window / Search actions
  123. KadActionsLvBk        =
  124. KadActionsLvFg        =
  125. KadActionsLvHl        =
  126.  
  127. ; Statistics window / Statistics tree
  128. StatisticsTvBk        =
  129. StatisticsTvFg        =
  130.  
  131. ; Log window
  132. LogFg               =
  133. LogBk               =
  134.  
  135. ; Verbose Log window
  136. VerboseLogFg        =
  137. VerboseLogBk        =
  138.  
  139. ; Server info window
  140. ;ServerInfoLogFg    =
  141. ServerInfoLogBk     =
  142.  
  143. ; Message (Chat) windows
  144. ;ChatFg             =
  145. ChatBk              =
  146.  
  147. ; IRC status, channel windows
  148. ;IRCChannelFg       =
  149. IRCChannelBk        =
  150.  
  151.  
  152.  
  153. [Icons]
  154.  
  155. ; *****************************************************************************
  156. ; Specifying icon resource files
  157. ; *****************************************************************************
  158. ;
  159. ; Syntax:
  160. ; -------
  161. ;
  162. ;  <IconID> = <Path> [ , <IconIndex> | <ResourceID> ]
  163. ;
  164. ;  <IconID> ... Identifier of the icon (case insensitive)
  165. ;  <Path> ..... Path to the icon resource file. The path may also contain
  166. ;               environment variables enclosed in '%' characters. For easier
  167. ;               distribution of eMule Skin Profiles, the paths should be
  168. ;               specified *relative* or with system environment variables.
  169. ;  <IconIndex>  Index of the icon in the icon resource file icon table.
  170. ;  <ResID>      Resource identifier of the icon in the icon resource file.
  171. ;
  172. ;
  173. ; Icon resource files can be specified with relative paths (RECOMMENDED). The root
  174. ; directory for all icon resource files is the directory of skin profile file.
  175. ;
  176. ; Example:
  177. ; --------
  178. ;   If the skin profile file's path is:
  179. ;
  180. ;     C:\Program Files\eMule\Skins\MySkin.eMuleSkin.ini
  181. ;
  182. ;    and the icon resource files are specified with
  183. ;
  184. ;     bn_connect=MySkin\Connect.ico
  185. ;     bn_server=MySkin\Server.ico
  186. ;     ...
  187. ;
  188. ;   the icon resource files are loaded from
  189. ;
  190. ;     C:\Program Files\eMule\Skins\MySkin\Connect.ico
  191. ;     C:\Program Files\eMule\Skins\MySkin\Server.ico
  192. ;
  193. ;
  194. ; Icon resource files can be specified with environment strings. The environment
  195. ; strings which can be used here are defined by the operating system. The following
  196. ; example assumes a Windows XP system. Note that there are no real absolute paths
  197. ; specified. This profile can therefore be used on each Windows XP system.
  198. ;
  199. ; Example:
  200. ; --------
  201. ;     Disconnect           =%SystemRoot%\system32\shell32.dll,27
  202. ;     StopConnecting       =%SystemRoot%\system32\user32.dll,3
  203. ;     Kademlia             =%SystemRoot%\system32\shell32.dll,13
  204. ;     Server               =%SystemRoot%\system32\ntshrui.dll,2
  205. ;     Transfer             =%SystemRoot%\system32\shell32.dll,126
  206. ;     Search               =%SystemRoot%\system32\shell32.dll,22
  207. ;     SharedFiles          =%SystemRoot%\system32\shell32.dll,158
  208. ;     Messages             =%CommonProgramFiles%\Microsoft Shared\Speech\1031\spcplui.dll,4
  209. ;     IRC                  =%SystemRoot%\system32\shell32.dll,160
  210. ;     Statistics           =%SystemRoot%\system32\shell32.dll,166
  211. ;     Preferences          =%SystemRoot%\system32\shell32.dll,165
  212. ;     Tools                =%SystemRoot%\system32\main.cpl,10
  213. ;     Help                 =%SystemRoot%\system32\shell32.dll,23
  214. ;
  215. ; Resolution of icon resource files
  216. ; ---------------------------------
  217. ; All icons are expected to be 16x16 pixels if not *otherwise* noted!
  218.  
  219. ; Main toolbar buttons; resolution of icons = 32x32 and 16x16
  220. ; -------------------------------------------------
  221. Connect                    =
  222. Disconnect                =
  223. StopConnecting            =
  224. Kademlia                =
  225. Server                    =
  226. Transfer                =
  227. Search                    =
  228. SharedFiles             =
  229. Messages                =
  230. IRC                        =
  231. Statistics                =
  232. Preferences                =
  233. Tools                    =
  234. Help                    =
  235.  
  236.  
  237. ; Preferences dialog; icons not listed here are taken from according 'Main Toolbar' icons (16x16)
  238. ; -----------------------------------------------------------------------------------------------
  239. Display                    =
  240. Connection                =
  241. Proxy                    =
  242. Folders                    =
  243. Notifications            =
  244. Scheduler                =
  245. Security                =
  246. Tweak                    =
  247. Web                        =
  248.  
  249.  
  250. ; Client types (the 'plus' suffix means = has credits)
  251. ; -------------------------------------------------
  252. ClientEdonkey           =
  253. ClientEdonkeyPlus       =
  254.  
  255. ClientCompatible        =
  256. ClientCompatiblePlus    =
  257.  
  258. ClientEdonkeyHybrid     =
  259. ClientEdonkeyHybridPlus =
  260.  
  261. ClientMldonkey          =
  262. ClientMldonkeyPlus      =
  263.  
  264. ClientShareaza          =
  265. ClientShareazaPlus      =
  266.  
  267. ClientAMule             =
  268. ClientAMulePlus         =
  269.  
  270. ClientLPhant            =
  271. ClientLPhantPlus        =
  272.  
  273. ; Icon overlay image for successfully identified secure clients
  274. ClientSecureOvl         =
  275.  
  276.  
  277. ; Source states
  278. ; -------------------------------------------------
  279. SrcConnecting           =
  280. SrcDownloading          =
  281. SrcNnpQf                =
  282. SrcOnQueue              =
  283. SrcUnknown              =
  284.  
  285.  
  286. ; File ratings
  287. ; -------------------------------------------------
  288. RatingReceived          =
  289. BadRatingReceived       =
  290.  
  291.  
  292. ; Client/Friend menu
  293. ; -------------------------------------------------
  294. AddFriend                =
  295. DeleteFriend            =
  296. FriendSlot                =
  297. ViewFiles                =
  298. SendMessage                =
  299. ClientDetails            =
  300.  
  301.  
  302. ; Friend types
  303. ; -------------------------------------------------
  304. Friend                  =
  305. FriendConnected         =
  306. FriendNoClient          =
  307. FriendWithClient        =
  308.  
  309.  
  310. ; Kademlia search actions
  311. ; -------------------------------------------------
  312. KadFileSearch           =
  313. KadNodeSearch           =
  314. KadStoreFile            =
  315. KadStoreWord            =
  316. KadWordSearch           =
  317.  
  318.  
  319. ; Kademlia contact types (0 = good contact ... 4 = dead contact)
  320. ; --------------------------------------------------------------
  321. Contact0                =
  322. Contact1                =
  323. Contact2                =
  324. Contact3                =
  325. Contact4                =
  326.  
  327.  
  328. ; Search window
  329. ; -------------------------------------------------
  330. SearchParams            =
  331. SearchResults           =
  332. ; Search methods; resolution of icons = 13x13 and 16x16
  333. SearchMethod_Server     =
  334. SearchMethod_Global     =
  335. SearchMethod_Kademlia   =
  336. SearchMethod_ServerActive=
  337. SearchMethod_GlobalActive=
  338. SearchMethod_KademliaActive=
  339. SearchMethod_FileDonkey =
  340. SearchFileType_Any        =
  341. SearchFileType_Archive    =
  342. SearchFileType_Audio    =
  343. SearchFileType_CDImage    =
  344. SearchFileType_Picture    =
  345. SearchFileType_Program    =
  346. SearchFileType_Video    =
  347. SearchFileType_Document    =
  348.  
  349.  
  350. ; Statistics window
  351. ; -------------------------------------------------
  352. StatsClients            =
  353. StatsCumulative         =
  354. StatsDetail                =
  355. StatsDay                =
  356. StatsGeneric            =
  357. StatsProjected            =
  358. StatsMonth              =
  359. StatsTime                =
  360. StatsYear               =
  361. Harddisk                =
  362.  
  363.  
  364. ; Status bar / Statistics
  365. ; -------------------------------------------------
  366. ConnectedNotNot            =
  367. ConnectedNotLow            =
  368. ConnectedNotHigh        =
  369. ConnectedLowNot            =
  370. ConnectedLowLow            =
  371. ConnectedLowHigh        =
  372. ConnectedHighNot        =
  373. ConnectedHighLow        =
  374. ConnectedHighHigh        =
  375. Up0Down0                 =
  376. Up0Down1                =
  377. Up1Down0                =
  378. Up1Down1                =
  379. TransferUpDown            =
  380. Upload                  =
  381. Download                =
  382.  
  383.  
  384. ; Server window
  385. ; -------------------------------------------------
  386. ServerList              =
  387. ServerInfo              =
  388. ServerUpdateMET         =
  389. AddServer               =
  390. Info                    =
  391. Log                     =
  392.  
  393.  
  394. ; Transfer window
  395. ; -------------------------------------------------
  396. ClientsOnQueue            =
  397. ClientsKnown            =
  398.  
  399.  
  400. ; Shared files window
  401. ; -------------------------------------------------
  402. SharedFilesList            =
  403. FileCommentsOvl            =
  404. FileSharedServer        =
  405. FileSharedKad            =
  406.  
  407.  
  408. ; Tray icon
  409. ; -------------------------------------------------
  410. TrayConnected           =
  411. TrayLowID               =
  412. TrayNotConnected        =
  413.  
  414.  
  415. ; Tray menu
  416. ; -------------------------------------------------
  417. Speed                    =
  418. SpeedMin                =
  419. SpeedMax                =
  420. RestoreWindow            =
  421. Exit                    =
  422.  
  423.  
  424. ; Preview dialog
  425. ; -------------------------------------------------
  426. Back                    =
  427. Forward                 =
  428. Cancel                  =
  429.  
  430.  
  431. ; Message/Chat window
  432. ; -------------------------------------------------
  433. Chat                    =
  434. Message                 =
  435. MessagePending          =
  436.  
  437.  
  438. ; Kad window
  439. ; -------------------------------------------------
  440. KadBootstrap            =
  441. KadContactList          =
  442. KadCurrentSearches      =
  443.  
  444.  
  445. ; General (file) actions
  446. ; -------------------------------------------------
  447. Rename                    =
  448. Pause                    =
  449. Resume                    =
  450. Stop                    =
  451. Delete                    =
  452. Preview                    =
  453. ClearComplete            =
  454. Restore                    =
  455. OpenFile                =
  456. OpenFolder                =
  457.  
  458.  
  459. ; General edit actions
  460. ; -------------------------------------------------
  461. Copy                    =
  462. CopySelected            =
  463. CopyVisible                =
  464. DeleteSelected            =
  465.  
  466.  
  467. ; File related
  468. ; -------------------------------------------------
  469. FileInfo                =
  470. FileComments            =
  471. MediaInfo                =
  472. MetaData                =
  473. FileRename                =
  474. FilePriority            =
  475.  
  476.  
  477. ; Diverse
  478. ; -------------------------------------------------
  479.  
  480. ; Closeable tab control
  481. CloseTab                =
  482.  
  483. ; Partfile conversion
  484. Convert                 =
  485.  
  486. ; IP filter dialog
  487. IPFilter                =
  488.  
  489. Wizard                    =
  490.  
  491. ListAdd                    =
  492. ListRemove                =
  493.  
  494. ExportSelected            =
  495. ExportAll                =
  496.  
  497. Collapse                =
  498. ExpandMain                =
  499. ExpandAll                =
  500.  
  501. Category                =
  502.  
  503. Priority                =
  504. Prio_Normal                =
  505. Prio_Auto                =
  506. Prio_High                =
  507. Prio_Low                =
  508.  
  509. PasteLink                =
  510. eD2kLink                =
  511.  
  512. IrcClipboard            =
  513.  
  514.  
  515.  
  516. [Bitmaps]
  517.  
  518. ; *****************************************************************************
  519. ; Specifying bitmap (image) resource files
  520. ; *****************************************************************************
  521. ;
  522. ; Syntax:
  523. ; -------
  524. ;
  525. ;  <BitmapID> = <Path>
  526. ;
  527. ;  <BitmapID>.. Identifier of the bitmap (case insensitive)
  528. ;  <Path> ..... Path to the bitmap resource file. The path may also contain
  529. ;               environment variables enclosed in '%' characters. For easier
  530. ;               distribution of eMule Skin Profiles, the paths should be
  531. ;               specified *relative* or with system environment variables.
  532. ;               Supported file formats: BMP, GIF, JPG (and some more if GDIPLUS.DLL
  533. ;               is available)
  534.  
  535. ; Splash & About dialog (350 x 300 pixels)
  536. About                    =
  537.  
  538. ; Main toolbar background
  539. MainToolBarBk            =
  540.  
  541.  
  542.  
  543. [HTML]
  544.  
  545. ; *****************************************************************************
  546. ; Specifying HTML files
  547. ; *****************************************************************************
  548. ;
  549. ; Syntax:
  550. ; -------
  551. ;
  552. ;  <HTMLID> = <Path>
  553. ;
  554. ;  <HTMLID>.... Identifier of the HTMLID (case insensitive)
  555. ;  <Path> ..... Path to the HTMLID file. The path may also contain
  556. ;               environment variables enclosed in '%' characters. For easier
  557. ;               distribution of eMule Skin Profiles, the paths should be
  558. ;               specified *relative* or with system environment variables.
  559.  
  560. ; Mini eMule window
  561. MiniMule                =
  562.