home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rainmeter / rainmeter-0.11.exe / System-CDEFG.ini < prev    next >
INI File  |  2004-07-08  |  14KB  |  932 lines

  1. ;
  2. ; Rainmeter configuration file
  3. ;
  4. ; Layout based on NonartGrey by rrunner
  5. ; http://www.skinbase.org/rate.php?id=10170
  6. ;
  7.  
  8. [Rainmeter]
  9. BackgroundMode=1
  10. Author=Rainy (layout by rrunner)
  11. Update=1000
  12. AppVersion=1001
  13.  
  14. ;-----------------------------------------------------------------------
  15.  
  16. [MeterTop]
  17. Meter=IMAGE
  18. X=0
  19. Y=0
  20. ImageName=bg-top.png
  21.  
  22. [MeterMiddle]
  23. Meter=IMAGE
  24. X=0
  25. Y=100
  26. W=189
  27. H=340
  28. ImageName=bg-middle.png
  29.  
  30. [MeterBottom]
  31. Meter=IMAGE
  32. X=0
  33. Y=430
  34. ImageName=bg-bottom.png
  35.  
  36. ;-----------------------------------------------------------------------
  37.  
  38. [MeasureCPU]
  39. Measure=CPU
  40.  
  41. [MeterCPU]
  42. Meter=STRING
  43. MeasureName=MeasureCPU
  44. X=15
  45. Y=40
  46. FontColor=0, 0, 0
  47. StringStyle=BOLD
  48. FontSize=8
  49. StringAlign=LEFT
  50. FontFace=Tahoma
  51. Text="CPU Usage: %1%"
  52. AntiAlias=1
  53.  
  54. [MeterCPUHistogram]
  55. MeasureName=MeasureCPU
  56. Meter=HISTOGRAM
  57. X=0r
  58. Y=10r
  59. W=160
  60. H=30
  61. PrimaryColor=0, 0, 0, 64
  62.  
  63. ;-----------------------------------------------------------------------
  64.  
  65. [MeasurePhysMemTotal]
  66. Measure=PhysicalMemory
  67. Total=1
  68.  
  69. [MeasurePhysMemUsed]
  70. Measure=PhysicalMemory
  71.  
  72. [MeasurePhysMemFree]
  73. Measure=PhysicalMemory
  74. InvertMeasure=1
  75.  
  76. [MeasureSwapMemTotal]
  77. Measure=SwapMemory
  78. Total=1
  79.  
  80. [MeasureSwapMemUsed]
  81. Measure=SwapMemory
  82.  
  83. [MeasureSwapMemFree]
  84. Measure=SwapMemory
  85. InvertMeasure=1
  86.  
  87. [MeterMemory]
  88. Meter=STRING
  89. X=15
  90. Y=40r
  91. FontColor=0, 0, 0
  92. StringStyle=BOLD
  93. FontSize=8
  94. StringAlign=LEFT
  95. FontFace=Tahoma
  96. Text="Memory:"
  97. AntiAlias=1
  98.  
  99. [MeterTotalPhysMemText]
  100. MeasureName=MeasurePhysMemTotal
  101. Meter=STRING
  102. X=0r
  103. Y=15r
  104. FontColor=0, 0, 0
  105. StringStyle=NORMAL
  106. FontSize=8
  107. StringAlign=LEFT
  108. FontFace=Tahoma
  109. Text="Total physical memory: %1B"
  110. AntiAlias=1
  111. AutoScale=1
  112.  
  113. [MeterUsedPhysMemBar]
  114. MeasureName=MeasurePhysMemUsed
  115. Meter=BAR
  116. X=0r
  117. Y=16r
  118. W=160
  119. H=33
  120. BarColor=0, 0, 0, 64
  121. BarOrientation=HORIZONTAL
  122.  
  123. [MeterUsedPhysMemText]
  124. MeasureName=MeasurePhysMemUsed
  125. Meter=STRING
  126. X=0r
  127. Y=3r
  128. FontColor=0, 0, 0
  129. StringStyle=NORMAL
  130. FontSize=8
  131. StringAlign=LEFT
  132. FontFace=Tahoma
  133. Text="Used %1B"
  134. AntiAlias=1
  135. AutoScale=1
  136.  
  137. [MeterFreePhysMemText]
  138. MeasureName=MeasurePhysMemFree
  139. Meter=STRING
  140. X=160r
  141. Y=0r
  142. FontColor=0, 0, 0
  143. StringStyle=NORMAL
  144. FontSize=8
  145. StringAlign=RIGHT
  146. FontFace=Tahoma
  147. Text="Free %1B"
  148. AntiAlias=1
  149. AutoScale=1
  150.  
  151. [MeterUsedPhysMemText%]
  152. MeasureName=MeasurePhysMemUsed
  153. Meter=STRING
  154. X=-160r
  155. Y=15r
  156. FontColor=0, 0, 0
  157. StringStyle=NORMAL
  158. FontSize=8
  159. StringAlign=LEFT
  160. FontFace=Tahoma
  161. Text="%1%"
  162. Percentual=1
  163. AutoScale=1
  164.  
  165. [MeterFreePhysMemText%]
  166. MeasureName=MeasurePhysMemFree
  167. Meter=STRING
  168. X=160r
  169. Y=0r
  170. FontColor=0, 0, 0
  171. StringStyle=NORMAL
  172. FontSize=8
  173. StringAlign=RIGHT
  174. FontFace=Tahoma
  175. Text="%1%"
  176. Percentual=1
  177. AutoScale=1
  178.  
  179. [MeterTotalSwapMemText]
  180. MeasureName=MeasureSwapMemTotal
  181. Meter=STRING
  182. X=-160r
  183. Y=20r
  184. FontColor=0, 0, 0
  185. StringStyle=NORMAL
  186. FontSize=8
  187. StringAlign=LEFT
  188. FontFace=Tahoma
  189. Text="Total virtual memory: %1B"
  190. AntiAlias=1
  191. AutoScale=1
  192.  
  193. [MeterUsedSwapMemBar]
  194. MeasureName=MeasureSwapMemUsed
  195. Meter=BAR
  196. X=0r
  197. Y=16r
  198. W=160
  199. H=33
  200. BarColor=0, 0, 0, 64
  201. BarOrientation=HORIZONTAL
  202.  
  203. [MeterUsedSwapMemText]
  204. MeasureName=MeasureSwapMemUsed
  205. Meter=STRING
  206. X=0r
  207. Y=3r
  208. FontColor=0, 0, 0
  209. StringStyle=NORMAL
  210. FontSize=8
  211. StringAlign=LEFT
  212. FontFace=Tahoma
  213. Text="Used %1B"
  214. AntiAlias=1
  215. AutoScale=1
  216.  
  217. [MeterFreeSwapMemText]
  218. MeasureName=MeasureSwapMemFree
  219. Meter=STRING
  220. X=160r
  221. Y=0r
  222. FontColor=0, 0, 0
  223. StringStyle=NORMAL
  224. FontSize=8
  225. StringAlign=RIGHT
  226. FontFace=Tahoma
  227. Text="Free %1B"
  228. AntiAlias=1
  229. AutoScale=1
  230.  
  231. [MeterUsedSwapMemText%]
  232. MeasureName=MeasureSwapMemUsed
  233. Meter=STRING
  234. X=-160r
  235. Y=15r
  236. FontColor=0, 0, 0
  237. StringStyle=NORMAL
  238. FontSize=8
  239. StringAlign=LEFT
  240. FontFace=Tahoma
  241. Text="%1%"
  242. Percentual=1
  243. AutoScale=1
  244.  
  245. [MeterFreeSwapMemText%]
  246. MeasureName=MeasureSwapMemFree
  247. Meter=STRING
  248. X=160r
  249. Y=0r
  250. FontColor=0, 0, 0
  251. StringStyle=NORMAL
  252. FontSize=8
  253. StringAlign=RIGHT
  254. FontFace=Tahoma
  255. Text="%1%"
  256. Percentual=1
  257. AutoScale=1
  258.  
  259. ;-----------------------------------------------------------------------
  260.  
  261. [MeasureTotalC]
  262. Measure=FreeDiskSpace
  263. Drive=C:
  264. Total=1
  265.  
  266. [MeasureFreeC]
  267. Measure=FreeDiskSpace
  268. Drive=C:
  269.  
  270. [MeasureUsedC]
  271. Measure=FreeDiskSpace
  272. Drive=C:
  273. InvertMeasure=1
  274.  
  275. [MeterDrives]
  276. Meter=STRING
  277. X=15
  278. Y=30r
  279. FontColor=0, 0, 0
  280. StringStyle=BOLD
  281. FontSize=8
  282. StringAlign=LEFT
  283. FontFace=Tahoma
  284. Text="Drives:"
  285. AntiAlias=1
  286.  
  287. [MeterTotalCText]
  288. MeasureName=MeasureTotalC
  289. Meter=STRING
  290. X=0r
  291. Y=15r
  292. FontColor=0, 0, 0
  293. StringStyle=NORMAL
  294. FontSize=8
  295. StringAlign=LEFT
  296. FontFace=Tahoma
  297. Text="[C:\] Total %1B"
  298. AntiAlias=1
  299. AutoScale=1
  300.  
  301. [MeterUsedCBar]
  302. MeasureName=MeasureUsedC
  303. Meter=BAR
  304. X=0r
  305. Y=16r
  306. W=160
  307. H=33
  308. BarColor=0, 0, 0, 64
  309. BarOrientation=HORIZONTAL
  310.  
  311. [MeterUsedCText]
  312. MeasureName=MeasureUsedC
  313. Meter=STRING
  314. X=0r
  315. Y=3r
  316. FontColor=0, 0, 0
  317. StringStyle=NORMAL
  318. FontSize=8
  319. StringAlign=LEFT
  320. FontFace=Tahoma
  321. Text="Used %1B"
  322. AntiAlias=1
  323. AutoScale=1
  324.  
  325. [MeterFreeCText]
  326. MeasureName=MeasureFreeC
  327. Meter=STRING
  328. X=160r
  329. Y=0r
  330. FontColor=0, 0, 0
  331. StringStyle=NORMAL
  332. FontSize=8
  333. StringAlign=RIGHT
  334. FontFace=Tahoma
  335. Text="Free %1B"
  336. AntiAlias=1
  337. AutoScale=1
  338.  
  339. [MeterUsedCText%]
  340. MeasureName=MeasureUsedC
  341. Meter=STRING
  342. X=-160r
  343. Y=15r
  344. FontColor=0, 0, 0
  345. StringStyle=NORMAL
  346. FontSize=8
  347. StringAlign=LEFT
  348. FontFace=Tahoma
  349. Text="%1%"
  350. Percentual=1
  351. AutoScale=1
  352.  
  353. [MeterFreeCText%]
  354. MeasureName=MeasureFreeC
  355. Meter=STRING
  356. X=160r
  357. Y=0r
  358. FontColor=0, 0, 0
  359. StringStyle=NORMAL
  360. FontSize=8
  361. StringAlign=RIGHT
  362. FontFace=Tahoma
  363. Text="%1%"
  364. Percentual=1
  365. AutoScale=1
  366.  
  367. ;-----------------------------------------------------------------------
  368.  
  369. [MeasureTotalD]
  370. Measure=FreeDiskSpace
  371. Drive=D:
  372. Total=1
  373.  
  374. [MeasureFreeD]
  375. Measure=FreeDiskSpace
  376. Drive=D:
  377.  
  378. [MeasureUsedD]
  379. Measure=FreeDiskSpace
  380. Drive=D:
  381. InvertMeasure=1
  382.  
  383. [MeterTotalDText]
  384. MeasureName=MeasureTotalD
  385. Meter=STRING
  386. X=15
  387. Y=15r
  388. FontColor=0, 0, 0
  389. StringStyle=NORMAL
  390. FontSize=8
  391. StringAlign=LEFT
  392. FontFace=Tahoma
  393. Text="[D:\] Total %1B"
  394. AntiAlias=1
  395. AutoScale=1
  396.  
  397. [MeterUsedDBar]
  398. MeasureName=MeasureUsedD
  399. Meter=BAR
  400. X=0r
  401. Y=16r
  402. W=160
  403. H=33
  404. BarColor=0, 0, 0, 64
  405. BarOrientation=HORIZONTAL
  406.  
  407. [MeterUsedCText]
  408. MeasureName=MeasureUsedD
  409. Meter=STRING
  410. X=0r
  411. Y=3r
  412. FontColor=0, 0, 0
  413. StringStyle=NORMAL
  414. FontSize=8
  415. StringAlign=LEFT
  416. FontFace=Tahoma
  417. Text="Used %1B"
  418. AntiAlias=1
  419. AutoScale=1
  420.  
  421. [MeterFreeDText]
  422. MeasureName=MeasureFreeD
  423. Meter=STRING
  424. X=160r
  425. Y=0r
  426. FontColor=0, 0, 0
  427. StringStyle=NORMAL
  428. FontSize=8
  429. StringAlign=RIGHT
  430. FontFace=Tahoma
  431. Text="Free %1B"
  432. AntiAlias=1
  433. AutoScale=1
  434.  
  435. [MeterUsedDText%]
  436. MeasureName=MeasureUsedD
  437. Meter=STRING
  438. X=-160r
  439. Y=15r
  440. FontColor=0, 0, 0
  441. StringStyle=NORMAL
  442. FontSize=8
  443. StringAlign=LEFT
  444. FontFace=Tahoma
  445. Text="%1%"
  446. Percentual=1
  447. AutoScale=1
  448.  
  449. [MeterFreeDText%]
  450. MeasureName=MeasureFreeD
  451. Meter=STRING
  452. X=160r
  453. Y=0r
  454. FontColor=0, 0, 0
  455. StringStyle=NORMAL
  456. FontSize=8
  457. StringAlign=RIGHT
  458. FontFace=Tahoma
  459. Text="%1%"
  460. Percentual=1
  461. AutoScale=1
  462.  
  463. ;-----------------------------------------------------------------------
  464.  
  465. [MeasureTotalE]
  466. Measure=FreeDiskSpace
  467. Drive=E:
  468. Total=1
  469.  
  470. [MeasureFreeE]
  471. Measure=FreeDiskSpace
  472. Drive=E:
  473.  
  474. [MeasureUsedE]
  475. Measure=FreeDiskSpace
  476. Drive=E:
  477. InvertMeasure=1
  478.  
  479. [MeterTotalEText]
  480. MeasureName=MeasureTotalE
  481. Meter=STRING
  482. X=15
  483. Y=15r
  484. FontColor=0, 0, 0
  485. StringStyle=NORMAL
  486. FontSize=8
  487. StringAlign=LEFT
  488. FontFace=Tahoma
  489. Text="[E:\] Total %1B"
  490. AntiAlias=1
  491. AutoScale=1
  492.  
  493. [MeterUsedEBar]
  494. MeasureName=MeasureUsedE
  495. Meter=BAR
  496. X=0r
  497. Y=16r
  498. W=160
  499. H=33
  500. BarColor=0, 0, 0, 64
  501. BarOrientation=HORIZONTAL
  502.  
  503. [MeterUsedEText]
  504. MeasureName=MeasureUsedE
  505. Meter=STRING
  506. X=0r
  507. Y=3r
  508. FontColor=0, 0, 0
  509. StringStyle=NORMAL
  510. FontSize=8
  511. StringAlign=LEFT
  512. FontFace=Tahoma
  513. Text="Used %1B"
  514. AntiAlias=1
  515. AutoScale=1
  516.  
  517. [MeterFreeEText]
  518. MeasureName=MeasureFreeE
  519. Meter=STRING
  520. X=160r
  521. Y=0r
  522. FontColor=0, 0, 0
  523. StringStyle=NORMAL
  524. FontSize=8
  525. StringAlign=RIGHT
  526. FontFace=Tahoma
  527. Text="Free %1B"
  528. AntiAlias=1
  529. AutoScale=1
  530.  
  531. [MeterUsedEText%]
  532. MeasureName=MeasureUsedE
  533. Meter=STRING
  534. X=-160r
  535. Y=15r
  536. FontColor=0, 0, 0
  537. StringStyle=NORMAL
  538. FontSize=8
  539. StringAlign=LEFT
  540. FontFace=Tahoma
  541. Text="%1%"
  542. Percentual=1
  543. AutoScale=1
  544.  
  545. [MeterFreeEText%]
  546. MeasureName=MeasureFreeE
  547. Meter=STRING
  548. X=160r
  549. Y=0r
  550. FontColor=0, 0, 0
  551. StringStyle=NORMAL
  552. FontSize=8
  553. StringAlign=RIGHT
  554. FontFace=Tahoma
  555. Text="%1%"
  556. Percentual=1
  557. AutoScale=1
  558.  
  559. ;-----------------------------------------------------------------------
  560.  
  561. [MeasureTotalF]
  562. Measure=FreeDiskSpace
  563. Drive=F:
  564. Total=1
  565.  
  566. [MeasureFreeF]
  567. Measure=FreeDiskSpace
  568. Drive=F:
  569.  
  570. [MeasureUsedF]
  571. Measure=FreeDiskSpace
  572. Drive=F:
  573. InvertMeasure=1
  574.  
  575. [MeterTotalFText]
  576. MeasureName=MeasureTotalF
  577. Meter=STRING
  578. X=15
  579. Y=15r
  580. FontColor=0, 0, 0
  581. StringStyle=NORMAL
  582. FontSize=8
  583. StringAlign=LEFT
  584. FontFace=Tahoma
  585. Text="[F:\] Total %1B"
  586. AntiAlias=1
  587. AutoScale=1
  588.  
  589. [MeterUsedFBar]
  590. MeasureName=MeasureUsedF
  591. Meter=BAR
  592. X=0r
  593. Y=16r
  594. W=160
  595. H=33
  596. BarColor=0, 0, 0, 64
  597. BarOrientation=HORIZONTAL
  598.  
  599. [MeterUsedFText]
  600. MeasureName=MeasureUsedF
  601. Meter=STRING
  602. X=0r
  603. Y=3r
  604. FontColor=0, 0, 0
  605. StringStyle=NORMAL
  606. FontSize=8
  607. StringAlign=LEFT
  608. FontFace=Tahoma
  609. Text="Used %1B"
  610. AntiAlias=1
  611. AutoScale=1
  612.  
  613. [MeterFreeFText]
  614. MeasureName=MeasureFreeF
  615. Meter=STRING
  616. X=160r
  617. Y=0r
  618. FontColor=0, 0, 0
  619. StringStyle=NORMAL
  620. FontSize=8
  621. StringAlign=RIGHT
  622. FontFace=Tahoma
  623. Text="Free %1B"
  624. AntiAlias=1
  625. AutoScale=1
  626.  
  627. [MeterUsedFText%]
  628. MeasureName=MeasureUsedF
  629. Meter=STRING
  630. X=-160r
  631. Y=15r
  632. FontColor=0, 0, 0
  633. StringStyle=NORMAL
  634. FontSize=8
  635. StringAlign=LEFT
  636. FontFace=Tahoma
  637. Text="%1%"
  638. Percentual=1
  639. AutoScale=1
  640.  
  641. [MeterFreeFText%]
  642. MeasureName=MeasureFreeF
  643. Meter=STRING
  644. X=160r
  645. Y=0r
  646. FontColor=0, 0, 0
  647. StringStyle=NORMAL
  648. FontSize=8
  649. StringAlign=RIGHT
  650. FontFace=Tahoma
  651. Text="%1%"
  652. Percentual=1
  653. AutoScale=1
  654.  
  655. ;-----------------------------------------------------------------------
  656.  
  657. [MeasureTotalG]
  658. Measure=FreeDiskSpace
  659. Drive=G:
  660. Total=1
  661.  
  662. [MeasureFreeG]
  663. Measure=FreeDiskSpace
  664. Drive=G:
  665.  
  666. [MeasureUsedG]
  667. Measure=FreeDiskSpace
  668. Drive=G:
  669. InvertMeasure=1
  670.  
  671. [MeterTotalGText]
  672. MeasureName=MeasureTotalG
  673. Meter=STRING
  674. X=15
  675. Y=15r
  676. FontColor=0, 0, 0
  677. StringStyle=NORMAL
  678. FontSize=8
  679. StringAlign=LEFT
  680. FontFace=Tahoma
  681. Text="[G:\] Total %1B"
  682. AntiAlias=1
  683. AutoScale=1
  684.  
  685. [MeterUsedGBar]
  686. MeasureName=MeasureUsedG
  687. Meter=BAR
  688. X=0r
  689. Y=16r
  690. W=160
  691. H=33
  692. BarColor=0, 0, 0, 64
  693. BarOrientation=HORIZONTAL
  694.  
  695. [MeterUsedGText]
  696. MeasureName=MeasureUsedG
  697. Meter=STRING
  698. X=0r
  699. Y=3r
  700. FontColor=0, 0, 0
  701. StringStyle=NORMAL
  702. FontSize=8
  703. StringAlign=LEFT
  704. FontFace=Tahoma
  705. Text="Used %1B"
  706. AntiAlias=1
  707. AutoScale=1
  708.  
  709. [MeterFreeGText]
  710. MeasureName=MeasureFreeG
  711. Meter=STRING
  712. X=160r
  713. Y=0r
  714. FontColor=0, 0, 0
  715. StringStyle=NORMAL
  716. FontSize=8
  717. StringAlign=RIGHT
  718. FontFace=Tahoma
  719. Text="Free %1B"
  720. AntiAlias=1
  721. AutoScale=1
  722.  
  723. [MeterUsedGText%]
  724. MeasureName=MeasureUsedG
  725. Meter=STRING
  726. X=-160r
  727. Y=15r
  728. FontColor=0, 0, 0
  729. StringStyle=NORMAL
  730. FontSize=8
  731. StringAlign=LEFT
  732. FontFace=Tahoma
  733. Text="%1%"
  734. Percentual=1
  735. AutoScale=1
  736.  
  737. [MeterFreeGText%]
  738. MeasureName=MeasureFreeG
  739. Meter=STRING
  740. X=160r
  741. Y=0r
  742. FontColor=0, 0, 0
  743. StringStyle=NORMAL
  744. FontSize=8
  745. StringAlign=RIGHT
  746. FontFace=Tahoma
  747. Text="%1%"
  748. Percentual=1
  749. AutoScale=1
  750.  
  751. ;-----------------------------------------------------------------------
  752.  
  753. [MeasureNetIn]
  754. Measure=NetIn
  755.  
  756. [MeasureNetOut]
  757. Measure=NetOut
  758.  
  759. [MeasureNetInCumulative]
  760. Measure=NetIn
  761. Cumulative=1
  762.  
  763. [MeasureNetOutCumulative]
  764. Measure=NetOut
  765. Cumulative=1
  766.  
  767. [MeasureIP]
  768. Measure=Plugin
  769. Plugin=Plugins\SysInfo.dll
  770. SysInfoType=IP_ADDRESS
  771. SysInfoData=0
  772.  
  773. [MeasureDNS]
  774. Measure=Plugin
  775. Plugin=Plugins\SysInfo.dll
  776. SysInfoType=DNS_SERVER
  777. SysInfoData=0
  778.  
  779. [MeasureGW]
  780. Measure=Plugin
  781. Plugin=Plugins\SysInfo.dll
  782. SysInfoType=GATEWAY_ADDRESS
  783. SysInfoData=0
  784.  
  785. [MeterNetwork]
  786. Meter=STRING
  787. X=15
  788. Y=30r
  789. FontColor=0, 0, 0
  790. StringStyle=BOLD
  791. FontSize=8
  792. StringAlign=LEFT
  793. FontFace=Tahoma
  794. Text="Network:"
  795. AntiAlias=1
  796.  
  797. [MeterNetIPText]
  798. MeasureName=MeasureIP
  799. Meter=STRING
  800. X=0r
  801. Y=15r
  802. FontColor=0, 0, 0
  803. StringStyle=NORMAL
  804. FontSize=8
  805. StringAlign=LEFT
  806. FontFace=Tahoma
  807. Text="IP:    %1"
  808. AntiAlias=1
  809.  
  810. [MeterNetDNSText]
  811. MeasureName=MeasureDNS
  812. Meter=STRING
  813. X=0r
  814. Y=15r
  815. FontColor=0, 0, 0
  816. StringStyle=NORMAL
  817. FontSize=8
  818. StringAlign=LEFT
  819. FontFace=Tahoma
  820. Text="DNS: %1"
  821. AntiAlias=1
  822.  
  823. [MeterNetGWText]
  824. MeasureName=MeasureGW
  825. Meter=STRING
  826. X=0r
  827. Y=15r
  828. FontColor=0, 0, 0
  829. StringStyle=NORMAL
  830. FontSize=8
  831. StringAlign=LEFT
  832. FontFace=Tahoma
  833. Text="GW:  %1"
  834. AntiAlias=1
  835.  
  836. [MeterNetInText]
  837. MeasureName=MeasureNetIn
  838. Meter=STRING
  839. X=0r
  840. Y=20r
  841. FontColor=0, 0, 0
  842. StringStyle=NORMAL
  843. FontSize=8
  844. StringAlign=LEFT
  845. FontFace=Tahoma
  846. Text="DL: %1B"
  847. AutoScale=1
  848. AntiAlias=1
  849.  
  850. [MeterNetOutText]
  851. MeasureName=MeasureNetOut
  852. Meter=STRING
  853. X=0r
  854. Y=15r
  855. FontColor=0, 0, 0
  856. StringStyle=NORMAL
  857. FontSize=8
  858. StringAlign=LEFT
  859. FontFace=Tahoma
  860. Text="UL: %1B"
  861. AutoScale=1
  862. AntiAlias=1
  863.  
  864. [MeterNetOutHistogram]
  865. MeasureName=MeasureNetOut
  866. Meter=HISTOGRAM
  867. X=80
  868. Y=-24r
  869. W=100
  870. H=20
  871. PrimaryColor=0, 0, 0, 64
  872. AutoScale=1
  873.  
  874. [MeterNetInHistogram]
  875. MeasureName=MeasureNetIn
  876. Meter=HISTOGRAM
  877. X=80
  878. Y=25r
  879. W=100
  880. H=20
  881. PrimaryColor=0, 0, 0, 64
  882. AutoScale=1
  883. Flip=1
  884.  
  885. [MeterNetCumulativeText]
  886. MeasureName=MeasureNetInCumulative
  887. MeasureName2=MeasureNetOutCumulative
  888. Meter=STRING
  889. X=95
  890. Y=25r
  891. FontColor=0, 0, 0
  892. StringStyle=NORMAL
  893. FontSize=8
  894. StringAlign=CENTER
  895. FontFace=Tahoma
  896. Text="Total: %1B / %2B"
  897. AutoScale=1
  898. AntiAlias=1
  899.  
  900. ;-----------------------------------------------------------------------
  901.  
  902. [MeterShine]
  903. Meter=IMAGE
  904. X=7
  905. Y=7
  906. ImageName=shine.png
  907.  
  908. ;-----------------------------------------------------------------------
  909.  
  910. [MeasureUser]
  911. Measure=Plugin
  912. Plugin=Plugins\SysInfo.dll
  913. SysInfoType=USER_NAME
  914.  
  915. [MeasureHost]
  916. Measure=Plugin
  917. Plugin=Plugins\SysInfo.dll
  918. SysInfoType=HOST_NAME
  919.  
  920. [MeterName]
  921. MeasureName=MeasureUser
  922. MeasureName2=MeasureHost
  923. Meter=STRING
  924. X=95
  925. Y=12
  926. FontColor=0, 0, 0, 128
  927. StringStyle=BOLD
  928. FontSize=10
  929. StringAlign=CENTER
  930. FontFace=Tahoma
  931. Text="%1 - %2"
  932. AntiAlias=1