Advertisement
Speeedfire

Untitled

Nov 3rd, 2012
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 25.80 KB | None | 0 0
  1.  ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  2. ;Rainmeter Settings
  3. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  4. [Rainmeter]
  5. Author=Uwe Pliha
  6. AppVersion=14000
  7. Update=1000
  8. BackgroundMode=1
  9. BackgroundMargins=10,10,10,10
  10. SolidColor=0,0,64,64
  11. SolidColor2=0,0,96,196
  12. GradientAngle=0
  13. BevelType=0
  14.  
  15. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  16. ;Main Settings
  17. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  18. [Variables]
  19. ;German Date/Time Style
  20. TimeFormat="%H:%M:%S"
  21. DateFormat="%Y.%m.%d"
  22.  
  23. ;American Date/Time Style
  24. ;TimeFormat="%I:%M %p"
  25. ;DateFormat="%A %b / %d / %Y"
  26.  
  27. ;Drive
  28. Drive1="C"
  29. Drive2="D"
  30.  
  31. Default_Color=255,255,255,228
  32. Default_Fontface=Tahoma
  33. Default_Fontsize=8
  34. Default_Style=NORMAL
  35. Default_Antialias=0
  36. Color_Red=255,255,255
  37. Color_Green=255,255,255
  38. Color_Yellow=244, 226, 2
  39. Color_Dark_Yellow=244, 226, 2,96
  40. Next_Line=12r
  41. Left_Align=15
  42.  
  43. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  44. ;Measures
  45. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  46. [Mse_CPU]
  47. Measure=CPU
  48.  
  49. ;Memory
  50. ;-----------
  51. [Mse_RAMUsed]
  52. Measure=PhysicalMemory
  53.  
  54. [Mse_RAMFree]
  55. Measure=PhysicalMemory
  56. InvertMeasure=1
  57.  
  58. [Mse_RAM_Total]
  59. Measure=Calc
  60. Formula=Mse_RAMFree + Mse_RAMUsed
  61.  
  62. [Mse_SWPUsed]
  63. Measure=SwapMemory
  64.  
  65. [Mse_SWPFree]
  66. Measure=SwapMemory
  67. InvertMeasure=1
  68.  
  69. [Mse_SWPTotal]
  70. Measure=Calc
  71. Formula=Mse_SWPFree + Mse_SWPUsed
  72.  
  73. [Mse_NetIn]
  74. Measure=NetIn
  75. Substitute="k":"K","m":"M","g":"G","t":"T"
  76.  
  77. [Mse_NetIn1]
  78. Measure=Calc
  79. Formula=Mse_NetIn/1024
  80.  
  81. [Mse_NetOut]
  82. Measure=NetOut
  83. Substitute="k":"K","m":"M","g":"G","t":"T"
  84.  
  85. [Mse_NetOut1]
  86. Measure=Calc
  87. Formula=Mse_NetOut/1024
  88.  
  89. [Mse_Time]
  90. Measure=Time
  91. Format=#TimeFormat#
  92. Substitute=#TimeSubstitute#
  93.  
  94. [Mse_Date]
  95. Measure=Time
  96. Format=#DateFormat#
  97. Substitute=#MonthName#
  98.  
  99. [Mse_Weekday]
  100. Measure=Time
  101. Format="%A"
  102. Substitute=#DayName#
  103.  
  104. [Mse_WinUptime]
  105. Measure=Uptime
  106.  
  107. [Mse_UserName]
  108. Measure= Plugin
  109. Plugin=Plugins\SysInfo.dll
  110. SysInfoType=USER_NAME
  111.  
  112. [Mse_ComputerName]
  113. Measure= Plugin
  114. Plugin=Plugins\SysInfo.dll
  115. SysInfoType=COMPUTER_NAME
  116.  
  117. [Mse_Screen_Size]
  118. Measure= Plugin
  119. Plugin=Plugins\SysInfo.dll
  120. SysInfoType=SCREEN_SIZE
  121.  
  122. [Mse_OS]
  123. Measure=Plugin
  124. Plugin=Plugins\SysInfo.dll
  125. SysInfoType=OS_VERSION
  126.  
  127. [Mse_CPU_Speed]
  128. Measure=Plugin
  129. Plugin=Plugins\PowerPlugin.dll
  130. PowerState=MHZ
  131.  
  132. [Mse_CPU_Speed1]
  133. Measure=Calc
  134. Formula=Mse_CPU_Speed/1000
  135.  
  136. [Mse_Processes]
  137. Measure=Plugin
  138. Plugin=plugins\PerfMon.dll
  139. PerfMonObject="System"
  140. PerfMonCounter="Processes"
  141. PerfMonInstance=""
  142. PerfMonDifference=0
  143.  
  144. [Mse_TopProcess]
  145. Measure=Plugin
  146. Plugin=Plugins\AdvancedCPU.dll
  147. TopProcess=2
  148. CPUExclude=Idle;Rainmeter
  149.  
  150. [Mse_TopProcess2]
  151. Measure=Plugin
  152. Plugin=Plugins\AdvancedCPU.dll
  153. TopProcess=1
  154. CPUExclude=Idle
  155.  
  156. ; [Mse_DiskIO]
  157. ; Measure=Plugin
  158. ; Plugin=PerfMon.dll
  159. ; PerfMonObject=LogicalDisk
  160. ; PerfMonCounter="Disk Bytes/sec"
  161. ; PerfMonInstance=_Total
  162. ; PerfMonInstance="C:"
  163.  
  164. [Mse_DiskIO_Read]
  165. Measure=Plugin
  166. Plugin=Plugins\PerfMon.dll
  167. PerfMonObject=PhysicalDisk
  168. PerfMonCounter="Disk Read Bytes/sec"
  169. PerfMonInstance=_Total
  170.  
  171. [Mse_DiskIO_Read_KB]
  172. Measure=Calc
  173. Formula=Mse_DiskIO_Read/1024
  174.  
  175. [Mse_DiskIO_Write]
  176. Measure=Plugin
  177. Plugin=Plugins\PerfMon.dll
  178. PerfMonObject=PhysicalDisk
  179. PerfMonCounter="Disk Write Bytes/sec"
  180. PerfMonInstance=_Total
  181.  
  182. [Mse_DiskIO_Write_KB]
  183. Measure=Calc
  184. Formula=Mse_DiskIO_Write/1024
  185.  
  186. [Mse_Domain]
  187. Measure= Plugin
  188. Plugin=Plugins\SysInfo.dll
  189. SysInfoType=DOMAIN_NAME
  190.  
  191. [Mse_TCP]
  192. Measure=Plugin
  193. Plugin=Plugins\PerfMon.dll
  194. PerfMonObject=TCP
  195. PerfMonCounter="Connections Active"
  196. PerfMonInstance=_Total
  197.  
  198. [Mse_IP]
  199. Measure=Plugin
  200. Plugin=Plugins\SysInfo.dll
  201. SysInfoType=IP_ADDRESS
  202. SysInfoData=1
  203.  
  204. [Mse_Netmask]
  205. Measure=Plugin
  206. Plugin=Plugins\SysInfo.dll
  207. SysInfoType=NET_MASK
  208. SysInfoData=1
  209.  
  210. [Mse_IPWeb]
  211. Measure=Plugin
  212. Plugin=Plugins\WebParser.dll
  213. URL=http://checkip.dyndns.org
  214. RegExp="(?siU)<body>(.+)Address: (.+)</body>"
  215. StringIndex=2
  216. UpdateRate=300
  217.  
  218. [Mse_DNS]
  219. Measure=Plugin
  220. Plugin=Plugins\SysInfo.dll
  221. SysInfoType=DNS_SERVER
  222. SysInfoData=0
  223.  
  224. [Mse_Gateway]
  225. Measure=Plugin
  226. Plugin=Plugins\SysInfo.dll
  227. SysInfoType=GATEWAY_ADDRESS
  228. SysInfoData=1
  229.  
  230. [Mse_NetIn]
  231. Measure=NetIn
  232.  
  233. [Mse_NetOut]
  234. Measure=NetOut
  235.  
  236. [Mse_NetInCumulative]
  237. Measure=NetIn
  238. Cumulative=1
  239.  
  240. [Mse_NetOutCumulative]
  241. Measure=NetOut
  242. Cumulative=1
  243.  
  244. [Mse_RAM_Total]
  245. Measure=PhysicalMemory
  246. Total=1
  247.  
  248. [Mse_RAM_Used]
  249. Measure=PhysicalMemory
  250.  
  251. [Mse_RAM_Free]
  252. Measure=PhysicalMemory
  253. InvertMeasure=1
  254.  
  255. [Mse_SWAP_Total]
  256. Measure=SwapMemory
  257. Total=1
  258.  
  259. [Mse_SWAP_Used]
  260. Measure=SwapMemory
  261.  
  262. [Mse_SWAP_Free]
  263. Measure=SwapMemory
  264. InvertMeasure=1
  265.  
  266. [Mse_Acline]
  267. Measure=Plugin
  268. PlugIn=PlugIns\PowerPlugin
  269. PowerState=ACLINE
  270. Substitute="0":"Unplugged","1":"Plugged"
  271.  
  272. [Mse_BatStatus]
  273. Measure=Plugin
  274. PlugIn=PlugIns\PowerPlugin
  275. PowerState=STATUS
  276.  
  277. [Mse_BatLifetimeRemain]
  278. Measure=Plugin
  279. PlugIn=PlugIns\PowerPlugin
  280. PowerState=PERCENT
  281.  
  282. [Mse_BatLifetime]
  283. Measure=Plugin
  284. PlugIn=PlugIns\PowerPlugin
  285. PowerState=LIFETIME
  286.  
  287. [Mse_BatLifetimeUsed]
  288. Measure=Plugin
  289. PlugIn=PlugIns\PowerPlugin
  290. PowerState=PERCENT
  291. InvertMeasure=1
  292.  
  293. [Mse_SpeedFan_Temp_CPU]
  294. Measure=Plugin
  295. Plugin=Plugins\SpeedFanPlugin.dll
  296. SpeedFanType=TEMPERATURE
  297. SpeedFanNumber=3
  298.  
  299. [Mse_SpeedFan_Temp_HDD]
  300. Measure=Plugin
  301. Plugin=Plugins\SpeedFanPlugin.dll
  302. SpeedFanType=TEMPERATURE
  303. SpeedFanNumber=0
  304.  
  305. [Mse_TotalC]
  306. Measure=FreeDiskSpace
  307. Drive=C:
  308. Total=1
  309.  
  310. [Mse_FreeC]
  311. Measure=FreeDiskSpace
  312. Drive=C:
  313.  
  314. [Mse_UsedC]
  315. Measure=FreeDiskSpace
  316. Drive=C:
  317. InvertMeasure=1
  318.  
  319. [Mse_TotalD]
  320. Measure=FreeDiskSpace
  321. Drive=D:
  322. Total=1
  323.  
  324. [Mse_FreeD]
  325. Measure=FreeDiskSpace
  326. Drive=D:
  327.  
  328. [Mse_UsedD]
  329. Measure=FreeDiskSpace
  330. Drive=D:
  331. InvertMeasure=1
  332.  
  333. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  334. ;Main Design
  335. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  336. [Date]
  337. Meter=STRING
  338. MeasureName=Mse_Date
  339. X=#Left_Align#
  340. Y=5
  341. H=20
  342. W=100
  343. FontColor=#Default_Color#
  344. FontFace=#Default_Fontface#
  345. Fontsize=#Default_Fontsize#
  346. StringAlign=LEFT
  347. StringStyle=BOLD
  348. AntiAlias=#Default_Antialias#
  349. ClipString=1
  350.  
  351. [Time]
  352. Meter=STRING
  353. MeasureName=Mse_Time
  354. X=185
  355. Y=0r
  356. FontColor=#Default_Color#
  357. Fontface=#Default_Fontface#
  358. Fontsize=#Default_Fontsize#
  359. StringAlign=RIGHT
  360. ;StringStyle=#Default_Style#
  361. StringStyle=BOLD
  362. AntiAlias=#Default_Antialias#
  363.  
  364. [Header_System]
  365. Meter=STRING
  366. X=#Left_Align#
  367. Y=20r
  368. FontColor=#Color_Yellow#
  369. StringStyle=BOLD
  370. Fontsize=#Default_Fontsize#
  371. StringAlign=LEFT
  372. Fontface=#Default_Fontface#
  373. Text="Rendszer:"
  374. AntiAlias=#Default_Antialias#
  375.  
  376. [Seperator_System]
  377. Meter=IMAGE
  378. X=#Left_Align#
  379. Y=#Next_Line#
  380. W=170
  381. H=1
  382. SolidColor=#Color_Dark_Yellow#
  383.  
  384. [UserNameText]
  385. Meter=STRING
  386. X=#Left_Align#
  387. Y=5r
  388. FontColor=#Default_Color#
  389. Fontface=#Default_Fontface#
  390. Fontsize=#Default_Fontsize#
  391. StringAlign=LEFT
  392. StringStyle=#Default_Style#
  393. Text="Felhasználó:"
  394. AntiAlias=#Default_Antialias#
  395.  
  396. [UserName]
  397. Meter=STRING
  398. MeasureName=Mse_UserName
  399. X=100
  400. Y=0r
  401. FontColor=#Default_Color#
  402. Fontface=#Default_Fontface#
  403. Fontsize=#Default_Fontsize#
  404. StringAlign=LEFT
  405. StringStyle=#Default_Style#
  406. AntiAlias=#Default_Antialias#
  407.  
  408. ; [ComputerNameText]
  409. ; Meter=STRING
  410. ; X=#Left_Align#
  411. ; Y=#Next_Line#
  412. ; FontColor=#Default_Color#
  413. ; Fontface=#Default_Fontface#
  414. ; Fontsize=#Default_Fontsize#
  415. ; StringAlign=LEFT
  416. ; StringStyle=#Default_Style#
  417. ; Text="Host:"
  418. ; AntiAlias=#Default_Antialias#
  419.  
  420. ; [ComputerName]
  421. ; Meter=STRING
  422. ; MeasureName=Mse_ComputerName
  423. ; X=100
  424. ; Y=0r
  425. ; FontColor=#Default_Color#
  426. ; Fontface=#Default_Fontface#
  427. ; Fontsize=#Default_Fontsize#
  428. ; StringAlign=LEFT
  429. ; StringStyle=#Default_Style#
  430. ; AntiAlias=#Default_Antialias#
  431.  
  432. ; [OSText]
  433. ; Meter=STRING
  434. ; X=#Left_Align#
  435. ; Y=#Next_Line#
  436. ; FontColor=#Default_Color#
  437. ; Fontface=#Default_Fontface#
  438. ; Fontsize=#Default_Fontsize#
  439. ; StringAlign=LEFT
  440. ; StringStyle=#Default_Style#
  441. ; Prefix="OS:"
  442. ; AntiAlias=#Default_Antialias#
  443.  
  444. ; [OS]
  445. ; Meter=STRING
  446. ; MeasureName=Mse_OS
  447. ; X=100
  448. ; Y=0r
  449. ; FontColor=#Default_Color#
  450. ; Fontface=#Default_Fontface#
  451. ; Fontsize=#Default_Fontsize#
  452. ; StringAlign=LEFT
  453. ; StringStyle=#Default_Style#
  454. ; AntiAlias=#Default_Antialias#
  455.  
  456. ; [ScreenSize_Text]
  457. ; Meter=STRING
  458. ; X=#Left_Align#
  459. ; Y=#Next_Line#
  460. ; FontColor=#Default_Color#
  461. ; Fontface=#Default_Fontface#
  462. ; Fontsize=#Default_Fontsize#
  463. ; StringAlign=LEFT
  464. ; StringStyle=#Default_Style#
  465. ; Prefix="Screen:"
  466. ; AntiAlias=#Default_Antialias#
  467.  
  468. ; [ScreenSize]
  469. ; Meter=STRING
  470. ; MeasureName=Mse_Screen_Size
  471. ; X=100
  472. ; Y=0r
  473. ; FontColor=#Default_Color#
  474. ; Fontface=#Default_Fontface#
  475. ; Fontsize=#Default_Fontsize#
  476. ; StringAlign=LEFT
  477. ; StringStyle=#Default_Style#
  478. ; AntiAlias=#Default_Antialias#
  479.  
  480. ; [Header_Performance]
  481. ; Meter=STRING
  482. ; X=#Left_Align#
  483. ; Y=20r
  484. ; FontColor=#Color_Yellow#
  485. ; StringStyle=BOLD
  486. ; Fontsize=#Default_Fontsize#
  487. ; StringAlign=LEFT
  488. ; Fontface=#Default_Fontface#
  489. ; Text="Performance:"
  490. ; AntiAlias=#Default_Antialias#
  491.  
  492. [Seperator_Performance]
  493. Meter=IMAGE
  494. X=#Left_Align#
  495. Y=#Next_Line#
  496. W=170
  497. H=1
  498. SolidColor=#Color_Dark_Yellow#
  499.  
  500. [CPU_Text]
  501. Meter=STRING
  502. X=#Left_Align#
  503. Y=5r
  504. FontColor=#Default_Color#
  505. Fontsize=#Default_Fontsize#
  506. Fontface=#Default_Fontface#
  507. AntiAlias=#Default_Antialias#
  508. Text="CPU:"
  509.  
  510. [CPU]
  511. MeasureName=Mse_CPU
  512. Meter=STRING
  513. X=80
  514. Y=0r
  515. FontColor=#Default_Color#
  516. Fontsize=#Default_Fontsize#
  517. Fontface=#Default_Fontface#
  518. StringAlign=LEFT
  519. StringStyle=NORMAL
  520. AntiAlias=#Default_Antialias#
  521. NumOfDecimals=0
  522. Text="%1%"
  523.  
  524. [CPU_Speed]
  525. MeasureName=Mse_CPU_Speed1
  526. Meter=STRING
  527. X=30r
  528. Y=0r
  529. FontColor=#Default_Color#
  530. StringStyle=#Default_Style#
  531. Fontsize=#Default_Fontsize#
  532. StringAlign=LEFT
  533. Fontface=#Default_Fontface#
  534. Text="(@ %1 GHz)"
  535. AntiAlias=#Default_Antialias#
  536.  
  537. [CPUHist]
  538. Meter=HISTOGRAM
  539. MeasureName=Mse_CPU
  540. X=80
  541. Y=#Next_Line#
  542. W=105
  543. H=18
  544. PrimaryColor=244, 226, 2,128
  545.  
  546. [CPUGraph]
  547. Meter=Line
  548. MeasureName=Mse_CPU
  549. X=0r
  550. Y=1r
  551. H=18
  552. W=105
  553. LineCount=1
  554. LineColor=#Color_Yellow#
  555. HorizontalLine=1
  556. AntiAlias=1
  557. SolidColor=128,128,128,255
  558. SolidColor2=128,128,128,0
  559. GradientAngle=90
  560.  
  561. [RAMText]
  562. Meter=STRING
  563. X=#Left_Align#
  564. Y=20r
  565. FontColor=#Default_Color#
  566. StringStyle=#Default_Style#
  567. Fontsize=#Default_Fontsize#
  568. StringAlign=LEFT
  569. Fontface=#Default_Fontface#
  570. Text="RAM:"
  571. AntiAlias=#Default_Antialias#
  572.  
  573. [RAMUsed]
  574. MeasureName=Mse_RAM_Used
  575. Meter=STRING
  576. X=80
  577. Y=0r
  578. FontColor=#Default_Color#
  579. StringStyle=#Default_Style#
  580. Fontsize=#Default_Fontsize#
  581. StringAlign=LEFT
  582. Fontface=#Default_Fontface#
  583. Text="%1B"
  584. AntiAlias=#Default_Antialias#
  585. NumOfDecimals=2
  586. AutoScale=1
  587.  
  588. [RAM]
  589. MeasureName=Mse_RAM_Total
  590. Meter=STRING
  591. X=50r
  592. Y=0r
  593. FontColor=#Default_Color#
  594. StringStyle=#Default_Style#
  595. Fontsize=#Default_Fontsize#
  596. StringAlign=LEFT
  597. Fontface=#Default_Fontface#
  598. Text=" / %1B"
  599. AntiAlias=#Default_Antialias#
  600. AutoScale=1
  601.  
  602. [RAMBar]
  603. Meter=IMAGE
  604. X=80
  605. Y=16r
  606. W=105
  607. H=8
  608. SolidColor=255, 255, 255, 48
  609.  
  610. [RAMUsedBar]
  611. MeasureName=Mse_RAM_Used
  612. Meter=BAR
  613. X=80
  614. Y=0r
  615. W=105
  616. H=8
  617. BarColor=255, 255, 255, 90
  618. BarOrientation=HORIZONTAL
  619.  
  620. [SwapText]
  621. Meter=STRING
  622. X=#Left_Align#
  623. Y=#Next_Line#
  624. FontColor=#Default_Color#
  625. StringStyle=#Default_Style#
  626. Fontsize=#Default_Fontsize#
  627. StringAlign=LEFT
  628. Fontface=#Default_Fontface#
  629. Text="SWAP:"
  630. AntiAlias=#Default_Antialias#
  631.  
  632. [SwapUsed]
  633. MeasureName=Mse_SWAP_Used
  634. Meter=STRING
  635. X=80
  636. Y=0r
  637. FontColor=#Default_Color#
  638. StringStyle=#Default_Style#
  639. Fontsize=#Default_Fontsize#
  640. StringAlign=LEFT
  641. Fontface=#Default_Fontface#
  642. Text="%1B"
  643. AntiAlias=#Default_Antialias#
  644. NumOfDecimals=2
  645. AutoScale=1
  646.  
  647. [SwapTotal]
  648. MeasureName=Mse_SWAP_Total
  649. Meter=STRING
  650. X=50r
  651. Y=0r
  652. FontColor=#Default_Color#
  653. StringStyle=#Default_Style#
  654. Fontsize=#Default_Fontsize#
  655. StringAlign=LEFT
  656. Fontface=#Default_Fontface#
  657. Text=" / %1B"
  658. AntiAlias=#Default_Antialias#
  659. AutoScale=1
  660.  
  661. [SwapBarTotal]
  662. Meter=IMAGE
  663. X=80
  664. Y=16r
  665. W=105
  666. H=8
  667. SolidColor=255, 255, 255, 48
  668.  
  669. [SwapBarUsed]
  670. MeasureName=Mse_SWAP_Used
  671. Meter=BAR
  672. X=80
  673. Y=0r
  674. W=105
  675. H=8
  676. BarColor=255, 255, 255, 90
  677. BarOrientation=HORIZONTAL
  678.  
  679. [ProcessesText]
  680. Meter=STRING
  681. X=#Left_Align#
  682. Y=#Next_Line#
  683. FontColor=#Default_Color#
  684. StringStyle=#Default_Style#
  685. Fontsize=#Default_Fontsize#
  686. StringAlign=LEFT
  687. Fontface=#Default_Fontface#
  688. Text="Processes:"
  689. AntiAlias=#Default_Antialias#
  690.  
  691. [Processes]
  692. MeasureName=Mse_Processes
  693. Meter=STRING
  694. X=80
  695. Y=0r
  696. FontColor=#Default_Color#
  697. StringStyle=#Default_Style#
  698. Fontsize=#Default_Fontsize#
  699. StringAlign=LEFT
  700. Fontface=#Default_Fontface#
  701. AntiAlias=#Default_Antialias#
  702.  
  703. [DiskIO_Text]
  704. Meter=STRING
  705. X=#Left_Align#
  706. Y=#Next_Line#
  707. FontColor=#Default_Color#
  708. StringStyle=#Default_Style#
  709. Fontsize=#Default_Fontsize#
  710. StringAlign=LEFT
  711. Fontface=#Default_Fontface#
  712. Text="Disk I/O:"
  713. AntiAlias=#Default_Antialias#
  714. NumOfDecimals=
  715. AutoScale=1
  716.  
  717. [DiskIO_Read_Text]
  718. Meter=STRING
  719. X=80
  720. Y=0r
  721. FontColor=#Color_Green#
  722. StringStyle=#Default_Style#
  723. Fontsize=#Default_Fontsize#
  724. StringAlign=LEFT
  725. Fontface=#Default_Fontface#
  726. Text="Read"
  727. AntiAlias=#Default_Antialias#
  728. NumOfDecimals=
  729. AutoScale=1
  730.  
  731. [DiskIO_Read]
  732. MeasureName=Mse_DiskIO_Read_KB
  733. Meter=STRING
  734. X=120
  735. Y=0r
  736. FontColor=#Color_Green#
  737. StringStyle=#Default_Style#
  738. Fontsize=#Default_Fontsize#
  739. StringAlign=LEFT
  740. Fontface=#Default_Fontface#
  741. AntiAlias=#Default_Antialias#
  742. NumOfDecimals=0
  743. Text="%1 kb/s"
  744. AutoScale=0
  745. ;StringStyle=BOLD
  746.  
  747. [DiskIO_Write_Text]
  748. Meter=STRING
  749. X=80
  750. Y=12r
  751. FontColor=#Color_Red#
  752. StringStyle=#Default_Style#
  753. Fontsize=#Default_Fontsize#
  754. StringAlign=LEFT
  755. Fontface=#Default_Fontface#
  756. Text="Write"
  757. AntiAlias=#Default_Antialias#
  758. NumOfDecimals=
  759. AutoScale=1
  760.  
  761. [DiskIO_Write]
  762. MeasureName=Mse_DiskIO_Write_KB
  763. Meter=STRING
  764. X=120
  765. Y=0r
  766. FontColor=#Color_Red#
  767. StringStyle=#Default_Style#
  768. Fontsize=#Default_Fontsize#
  769. StringAlign=LEFT
  770. Fontface=#Default_Fontface#
  771. AntiAlias=#Default_Antialias#
  772. Text="%1 kb/s"
  773. AutoScale=0
  774. NumOfDecimals=0
  775.  
  776. [Header_Process]
  777. Meter=STRING
  778. X=#Left_Align#
  779. Y=20r
  780. FontColor=#Color_Yellow#
  781. StringStyle=BOLD
  782. Fontsize=#Default_Fontsize#
  783. StringAlign=LEFT
  784. Fontface=#Default_Fontface#
  785. Text="Top Process:"
  786. AntiAlias=#Default_Antialias#
  787.  
  788. [Seperator_Process]
  789. Meter=IMAGE
  790. X=#Left_Align#
  791. Y=#Next_Line#
  792. W=170
  793. H=1
  794. SolidColor=#Color_Dark_Yellow#
  795.  
  796. [TopProcessName]
  797. MeasureName=Mse_TopProcess
  798. Meter=STRING
  799. X=#Left_Align#
  800. Y=5r
  801. FontColor=#Default_Color#
  802. Fontface=#Default_Fontface#
  803. Fontsize=#Default_Fontsize#
  804. StringAlign=LEFT
  805. Text="%1"
  806. AntiAlias=#Default_Antialias#
  807.  
  808. [TopProcessLoad]
  809. MeasureName=Mse_TopProcess2
  810. Meter=STRING
  811. X=185
  812. Y=0r
  813. FontColor=#Default_Color#
  814. Fontface=#Default_Fontface#
  815. Fontsize=#Default_Fontsize#
  816. StringAlign=RIGHT
  817. Text="%1%"
  818. AntiAlias=#Default_Antialias#
  819. NumOfDecimals=0
  820. Scale=100000
  821.  
  822. [Header_Network]
  823. Meter=STRING
  824. X=#Left_Align#
  825. Y=20r
  826. FontColor=#Color_Yellow#
  827. StringStyle=BOLD
  828. Fontsize=#Default_Fontsize#
  829. StringAlign=LEFT
  830. Fontface=#Default_Fontface#
  831. Text="Network:"
  832. AntiAlias=#Default_Antialias#
  833.  
  834. [Seperator_Network]
  835. Meter=IMAGE
  836. X=#Left_Align#
  837. Y=#Next_Line#
  838. W=170
  839. H=1
  840. SolidColor=#Color_Dark_Yellow#
  841.  
  842. [DomainText]
  843. Meter=STRING
  844. X=#Left_Align#
  845. Y=5r
  846. FontColor=#Default_Color#
  847. Fontface=#Default_Fontface#
  848. Fontsize=#Default_Fontsize#
  849. StringAlign=LEFT
  850. StringStyle=#Default_Style#
  851. Text="Domain:"
  852. AntiAlias=#Default_Antialias#
  853.  
  854. [Domain]
  855. Meter=STRING
  856. MeasureName=Mse_Domain
  857. X=80
  858. Y=0r
  859. FontColor=#Default_Color#
  860. Fontface=#Default_Fontface#
  861. Fontsize=#Default_Fontsize#
  862. StringAlign=LEFT
  863. StringStyle=#Default_Style#
  864. AntiAlias=#Default_Antialias#
  865.  
  866. [NetIPText]
  867. Meter=STRING
  868. X=#Left_Align#
  869. Y=#Next_Line#
  870. FontColor=#Default_Color#
  871. StringStyle=#Default_Style#
  872. Fontsize=#Default_Fontsize#
  873. StringAlign=LEFT
  874. Fontface=#Default_Fontface#
  875. Text="IP:"
  876. AntiAlias=#Default_Antialias#
  877.  
  878. [NetIP]
  879. MeasureName=Mse_IP
  880. Meter=STRING
  881. X=80
  882. Y=0r
  883. FontColor=#Default_Color#
  884. StringStyle=#Default_Style#
  885. Fontsize=#Default_Fontsize#
  886. StringAlign=LEFT
  887. Fontface=#Default_Fontface#
  888. AntiAlias=#Default_Antialias#
  889.  
  890. ; [Netmask_Text]
  891. ; Meter=STRING
  892. ; X=#Left_Align#
  893. ; Y=#Next_Line#
  894. ; FontColor=#Default_Color#
  895. ; StringStyle=#Default_Style#
  896. ; Fontsize=#Default_Fontsize#
  897. ; StringAlign=LEFT
  898. ; Fontface=#Default_Fontface#
  899. ; Text="Netmask:"
  900. ; AntiAlias=#Default_Antialias#
  901.  
  902. ; [Netmask]
  903. ; MeasureName=Mse_Netmask
  904. ; Meter=STRING
  905. ; X=80
  906. ; Y=0r
  907. ; FontColor=#Default_Color#
  908. ; StringStyle=#Default_Style#
  909. ; Fontsize=#Default_Fontsize#
  910. ; StringAlign=LEFT
  911. ; Fontface=#Default_Fontface#
  912. ; AntiAlias=#Default_Antialias#
  913.  
  914. [IPWebText]
  915. Meter=STRING
  916. X=#Left_Align#
  917. Y=#Next_Line#
  918. FontColor=#Default_Color#
  919. StringStyle=#Default_Style#
  920. Fontsize=#Default_Fontsize#
  921. StringAlign=LEFT
  922. Fontface=#Default_Fontface#
  923. Text="Web-IP: "
  924. AntiAlias=#Default_Antialias#
  925.  
  926. [IPWeb]
  927. Meter=STRING
  928. MeasureName=Mse_IPWeb
  929. X=80
  930. Y=0r
  931. FontColor=#Default_Color#
  932. StringStyle=#Default_Style#
  933. Fontsize=#Default_Fontsize#
  934. StringAlign=LEFT
  935. Fontface=#Default_Fontface#
  936. AntiAlias=#Default_Antialias#
  937.  
  938. ; [NetDNSText]
  939. ; Meter=STRING
  940. ; X=#Left_Align#
  941. ; Y=#Next_Line#
  942. ; FontColor=#Default_Color#
  943. ; StringStyle=#Default_Style#
  944. ; Fontsize=#Default_Fontsize#
  945. ; StringAlign=LEFT
  946. ; Fontface=#Default_Fontface#
  947. ; Text="DNS:"
  948. ; AntiAlias=#Default_Antialias#
  949.  
  950. ; [NetDNS]
  951. ; MeasureName=Mse_DNS
  952. ; Meter=STRING
  953. ; X=80
  954. ; Y=0r
  955. ; FontColor=#Default_Color#
  956. ; StringStyle=#Default_Style#
  957. ; Fontsize=#Default_Fontsize#
  958. ; StringAlign=LEFT
  959. ; Fontface=#Default_Fontface#
  960. ; AntiAlias=#Default_Antialias#
  961.  
  962. ; [NetGWText]
  963. ; Meter=STRING
  964. ; X=#Left_Align#
  965. ; Y=#Next_Line#
  966. ; FontColor=#Default_Color#
  967. ; StringStyle=#Default_Style#
  968. ; Fontsize=#Default_Fontsize#
  969. ; StringAlign=LEFT
  970. ; Fontface=#Default_Fontface#
  971. ; Text="GW:"
  972. ; AntiAlias=#Default_Antialias#
  973.  
  974. ; [NetGW]
  975. ; MeasureName=Mse_Gateway
  976. ; Meter=STRING
  977. ; X=80
  978. ; Y=0r
  979. ; FontColor=#Default_Color#
  980. ; StringStyle=#Default_Style#
  981. ; Fontsize=#Default_Fontsize#
  982. ; StringAlign=LEFT
  983. ; Fontface=#Default_Fontface#
  984. ; AntiAlias=#Default_Antialias#
  985.  
  986. ; [TCP_Text]
  987. ; Meter=STRING
  988. ; X=#Left_Align#
  989. ; Y=#Next_Line#
  990. ; FontColor=#Default_Color#
  991. ; StringStyle=#Default_Style#
  992. ; Fontsize=#Default_Fontsize#
  993. ; StringAlign=LEFT
  994. ; Fontface=#Default_Fontface#
  995. ; Text="Connections:"
  996. ; AntiAlias=#Default_Antialias#
  997.  
  998. ; [TCP]
  999. ; MeasureName=Mse_TCP
  1000. ; Meter=STRING
  1001. ; X=80
  1002. ; Y=0r
  1003. ; FontColor=#Default_Color#
  1004. ; StringStyle=#Default_Style#
  1005. ; Fontsize=#Default_Fontsize#
  1006. ; StringAlign=LEFT
  1007. ; Fontface=#Default_Fontface#
  1008. ; AntiAlias=#Default_Antialias#
  1009.  
  1010. [NetInText]
  1011. MeasureName=Mse_NetIn
  1012. Meter=STRING
  1013. X=#Left_Align#
  1014. Y=18r
  1015. FontColor=#Color_Green#
  1016. StringStyle=#Default_Style#
  1017. Fontsize=#Default_Fontsize#
  1018. StringAlign=LEFT
  1019. Fontface=#Default_Fontface#
  1020. Text="DL:"
  1021. AutoScale=1
  1022. AntiAlias=#Default_Antialias#
  1023.  
  1024. [NetIn]
  1025. MeasureName=Mse_NetIn1
  1026. Meter=STRING
  1027. X=85
  1028. Y=0r
  1029. FontColor=#Color_Green#
  1030. StringStyle=#Default_Style#
  1031. Fontsize=#Default_Fontsize#
  1032. StringAlign=RIGHT
  1033. Fontface=#Default_Fontface#
  1034. Text="%1 kb/s"
  1035. AutoScale=0
  1036. AntiAlias=#Default_Antialias#
  1037.  
  1038. [NetInGraph]
  1039. Meter=Line
  1040. MeasureName=Mse_NetIn
  1041. X=85
  1042. Y=0r
  1043. H=15
  1044. W=100
  1045. LineCount=1
  1046. LineColor=#Color_Green#
  1047. AntiAlias=1
  1048. AutoScale=1
  1049. SolidColor=128,128,128,255
  1050. SolidColor2=128,128,128,0
  1051. GradientAngle=90
  1052.  
  1053. [NetInHist]
  1054. Meter=HISTOGRAM
  1055. MeasureName=Mse_NetIn
  1056. X=0
  1057. Y=-1r
  1058. H=15
  1059. W=100
  1060. PrimaryColor=#Color_Green#
  1061.  
  1062. [NetOutText]
  1063. Meter=STRING
  1064. X=#Left_Align#
  1065. Y=20r
  1066. FontColor=#Color_Red#
  1067. StringStyle=#Default_Style#
  1068. Fontsize=#Default_Fontsize#
  1069. StringAlign=LEFT
  1070. Fontface=#Default_Fontface#
  1071. Text="UL:"
  1072. AutoScale=1
  1073. AntiAlias=#Default_Antialias#
  1074.  
  1075. [NetOut]
  1076. MeasureName=Mse_NetOut1
  1077. Meter=STRING
  1078. X=85
  1079. Y=0r
  1080. FontColor=#Color_Red#
  1081. StringStyle=#Default_Style#
  1082. Fontsize=#Default_Fontsize#
  1083. StringAlign=RIGHT
  1084. Fontface=#Default_Fontface#
  1085. Text="%1 kb/s"
  1086. AutoScale=0
  1087. AntiAlias=#Default_Antialias#
  1088.  
  1089. [NetOutGraph]
  1090. Meter=Line
  1091. MeasureName=Mse_NetOut
  1092. X=85
  1093. Y=0r
  1094. H=15
  1095. W=100
  1096. LineCount=1
  1097. LineColor=#Color_Red#
  1098. AntiAlias=1
  1099. AutoScale=1
  1100. SolidColor=128,128,128,255
  1101. SolidColor2=128,128,128,0
  1102. GradientAngle=90
  1103.  
  1104. [NetOutHist]
  1105. Meter=HISTOGRAM
  1106. MeasureName=Mse_NetOut
  1107. X=0
  1108. Y=0r
  1109. H=15
  1110. W=100
  1111. PrimaryColor=#Color_Red#
  1112.  
  1113. [Header_Health]
  1114. Meter=STRING
  1115. X=#Left_Align#
  1116. Y=20r
  1117. FontColor=#Color_Yellow#
  1118. StringStyle=BOLD
  1119. Fontsize=#Default_Fontsize#
  1120. StringAlign=LEFT
  1121. Fontface=#Default_Fontface#
  1122. Text="Állapot:"
  1123. AntiAlias=#Default_Antialias#
  1124.  
  1125. [Seperator_Health]
  1126. Meter=IMAGE
  1127. X=#Left_Align#
  1128. Y=#Next_Line#
  1129. W=170
  1130. H=1
  1131. SolidColor=#Color_Dark_Yellow#
  1132.  
  1133. [UptimeText]
  1134. Meter=STRING
  1135. X=#Left_Align#
  1136. Y=5r
  1137. FontColor=#Default_Color#
  1138. Fontface=#Default_Fontface#
  1139. Fontsize=#Default_Fontsize#
  1140. StringAlign=LEFT
  1141. StringStyle=#Default_Style#
  1142. AntiAlias=#Default_Antialias#
  1143. Text="Uptime:"
  1144.  
  1145. [Uptime]
  1146. Meter=STRING
  1147. MeasureName=Mse_WinUptime
  1148. X=80
  1149. Y=0r
  1150. H=20
  1151. W=80
  1152. FontColor=#Default_Color#
  1153. Fontface=#Default_Fontface#
  1154. Fontsize=#Default_Fontsize#
  1155. StringAlign=LEFT
  1156. StringStyle=#Default_Style#
  1157. AntiAlias=#Default_Antialias#
  1158. Text=%1 h
  1159. ClipString=1
  1160.  
  1161. [SpeedFan_Temp_CPU_Text]
  1162. Meter=STRING
  1163. X=#Left_Align#
  1164. Y=#Next_Line#
  1165. FontColor=#Default_Color#
  1166. Fontface=#Default_Fontface#
  1167. Fontsize=#Default_Fontsize#
  1168. StringAlign=LEFT
  1169. StringStyle=#Default_Style#
  1170. AntiAlias=#Default_Antialias#
  1171. Text="Temp CPU:"
  1172.  
  1173. [SpeedFan_Temp_CPU]
  1174. Meter=STRING
  1175. MeasureName=Mse_SpeedFan_Temp_CPU
  1176. X=80
  1177. Y=0r
  1178. FontColor=#Default_Color#
  1179. Fontface=#Default_Fontface#
  1180. Fontsize=#Default_Fontsize#
  1181. StringAlign=LEFT
  1182. StringStyle=#Default_Style#
  1183. AntiAlias=#Default_Antialias#
  1184. Text=%1 °C
  1185.  
  1186. [SpeedFan_Temp_HDD_Text]
  1187. Meter=STRING
  1188. X=#Left_Align#
  1189. Y=#Next_Line#
  1190. FontColor=#Default_Color#
  1191. Fontface=#Default_Fontface#
  1192. Fontsize=#Default_Fontsize#
  1193. StringAlign=LEFT
  1194. StringStyle=#Default_Style#
  1195. AntiAlias=#Default_Antialias#
  1196. Text="Temp HDD:"
  1197.  
  1198. [SpeedFan_Temp_HDD]
  1199. Meter=STRING
  1200. MeasureName=Mse_SpeedFan_Temp_HDD
  1201. X=80
  1202. Y=0r
  1203. FontColor=#Default_Color#
  1204. Fontface=#Default_Fontface#
  1205. Fontsize=#Default_Fontsize#
  1206. StringAlign=LEFT
  1207. StringStyle=#Default_Style#
  1208. AntiAlias=#Default_Antialias#
  1209. Text=%1 °C
  1210.  
  1211. ; [Power_AC_Text]
  1212. ; Meter=STRING
  1213. ; X=#Left_Align#
  1214. ; Y=#Next_Line#
  1215. ; FontColor=#Default_Color#
  1216. ; StringStyle=#Default_Style#
  1217. ; Fontsize=#Default_Fontsize#
  1218. ; StringAlign=LEFT
  1219. ; Fontface=#Default_Fontface#
  1220. ; Text="AC-Line:"
  1221. ; AntiAlias=#Default_Antialias#
  1222.  
  1223. ; [Power_AC]
  1224. ; MeasureName=Mse_Acline
  1225. ; Meter=STRING
  1226. ; X=80
  1227. ; Y=0r
  1228. ; FontColor=#Default_Color#
  1229. ; StringStyle=#Default_Style#
  1230. ; Fontsize=#Default_Fontsize#
  1231. ; StringAlign=LEFT
  1232. ; Fontface=#Default_Fontface#
  1233. ; AntiAlias=#Default_Antialias#
  1234.  
  1235. ; [Power_Battery_Text]
  1236. ; Meter=STRING
  1237. ; X=#Left_Align#
  1238. ; Y=#Next_Line#
  1239. ; FontColor=#Default_Color#
  1240. ; StringStyle=#Default_Style#
  1241. ; Fontsize=#Default_Fontsize#
  1242. ; StringAlign=LEFT
  1243. ; Fontface=#Default_Fontface#
  1244. ; Text="Battery:"
  1245. ; AntiAlias=#Default_Antialias#
  1246.  
  1247. ; [Power_Battery]
  1248. ; MeasureName=Mse_BatLifetimeRemain
  1249. ; Meter=STRING
  1250. ; X=80
  1251. ; Y=0r
  1252. ; FontColor=#Default_Color#
  1253. ; StringStyle=#Default_Style#
  1254. ; Fontsize=#Default_Fontsize#
  1255. ; StringAlign=LEFT
  1256. ; Fontface=#Default_Fontface#
  1257. ; Text="%1%"
  1258. ; AntiAlias=#Default_Antialias#
  1259.  
  1260. ; [Power_Battery_Status_Text]
  1261. ; Meter=STRING
  1262. ; X=#Left_Align#
  1263. ; Y=#Next_Line#
  1264. ; FontColor=#Default_Color#
  1265. ; StringStyle=#Default_Style#
  1266. ; Fontsize=#Default_Fontsize#
  1267. ; StringAlign=LEFT
  1268. ; Fontface=#Default_Fontface#
  1269. ; Text="Status:"
  1270. ; AntiAlias=#Default_Antialias#
  1271.  
  1272. ; [Power_Battery_Status]
  1273. ; MeasureName=Mse_BatStatus
  1274. ; Meter=STRING
  1275. ; X=80
  1276. ; Y=0r
  1277. ; FontColor=#Default_Color#
  1278. ; StringStyle=#Default_Style#
  1279. ; Fontsize=#Default_Fontsize#
  1280. ; StringAlign=LEFT
  1281. ; Fontface=#Default_Fontface#
  1282. ; AntiAlias=#Default_Antialias#
  1283.  
  1284. ; [Power_Battery_Lifetime_Text]
  1285. ; Meter=STRING
  1286. ; X=#Left_Align#
  1287. ; Y=#Next_Line#
  1288. ; FontColor=#Default_Color#
  1289. ; StringStyle=#Default_Style#
  1290. ; Fontsize=#Default_Fontsize#
  1291. ; StringAlign=LEFT
  1292. ; Fontface=#Default_Fontface#
  1293. ; Text="Remaining:"
  1294. ; AntiAlias=#Default_Antialias#
  1295.  
  1296. ; [Power_Battery_Lifetime]
  1297. ; MeasureName=Mse_BatLifetime
  1298. ; Meter=STRING
  1299. ; X=80
  1300. ; Y=0r
  1301. ; FontColor=#Default_Color#
  1302. ; StringStyle=#Default_Style#
  1303. ; Fontsize=#Default_Fontsize#
  1304. ; StringAlign=LEFT
  1305. ; Fontface=#Default_Fontface#
  1306. ; Text="%1 h"
  1307. ; AntiAlias=#Default_Antialias#
  1308.  
  1309. [Header_Drives]
  1310. Meter=STRING
  1311. X=#Left_Align#
  1312. Y=20r
  1313. FontColor=#Color_Yellow#
  1314. StringStyle=BOLD
  1315. Fontsize=#Default_Fontsize#
  1316. StringAlign=LEFT
  1317. Fontface=#Default_Fontface#
  1318. Text="Meghajtók:"
  1319. AntiAlias=#Default_Antialias#
  1320.  
  1321. [Seperator_Drives]
  1322. Meter=IMAGE
  1323. X=#Left_Align#
  1324. Y=#Next_Line#
  1325. W=170
  1326. H=1
  1327. SolidColor=#Color_Dark_Yellow#
  1328.  
  1329. [DriveCText]
  1330. Meter=STRING
  1331. X=0r
  1332. Y=5r
  1333. FontColor=#Default_Color#
  1334. StringStyle=#Default_Style#
  1335. Fontsize=#Default_Fontsize#
  1336. StringAlign=LEFT
  1337. Fontface=#Default_Fontface#
  1338. Text="[C:\]"
  1339. AntiAlias=#Default_Antialias#
  1340.  
  1341. [DriveCUsed]
  1342. MeasureName=Mse_UsedC
  1343. Meter=STRING
  1344. X=60
  1345. Y=0r
  1346. FontColor=#Default_Color#
  1347. StringStyle=#Default_Style#
  1348. Fontsize=#Default_Fontsize#
  1349. StringAlign=LEFT
  1350. Fontface=#Default_Fontface#
  1351. Text="%1B"
  1352. AntiAlias=#Default_Antialias#
  1353. NumOfDecimals=2
  1354. AutoScale=1
  1355.  
  1356. [DriveCTotal]
  1357. MeasureName=Mse_TotalC
  1358. Meter=STRING
  1359. X=50r
  1360. Y=0r
  1361. FontColor=#Default_Color#
  1362. StringStyle=#Default_Style#
  1363. Fontsize=#Default_Fontsize#
  1364. StringAlign=LEFT
  1365. Fontface=#Default_Fontface#
  1366. Text=" / %1B"
  1367. AntiAlias=#Default_Antialias#
  1368. NumOfDecimals=2
  1369. AutoScale=1
  1370.  
  1371. [DriveCBarTotal]
  1372. Meter=IMAGE
  1373. X=#Left_Align#
  1374. Y=16r
  1375. W=170
  1376. H=8
  1377. SolidColor=255, 255, 255, 48
  1378.  
  1379. [DriveCBarFree]
  1380. MeasureName=Mse_UsedC
  1381. Meter=BAR
  1382. X=#Left_Align#
  1383. Y=0r
  1384. W=170
  1385. H=8
  1386. BarColor=255, 255, 255, 90
  1387. BarOrientation=HORIZONTAL
  1388.  
  1389.  
  1390. [DriveDText]
  1391. Meter=STRING
  1392. X=0r
  1393. Y=5r
  1394. FontColor=#Default_Color#
  1395. StringStyle=#Default_Style#
  1396. Fontsize=#Default_Fontsize#
  1397. StringAlign=LEFT
  1398. Fontface=#Default_Fontface#
  1399. Text="[D:\]"
  1400. AntiAlias=#Default_Antialias#
  1401.  
  1402. [DriveDUsed]
  1403. MeasureName=Mse_UsedC
  1404. Meter=STRING
  1405. X=60
  1406. Y=0r
  1407. FontColor=#Default_Color#
  1408. StringStyle=#Default_Style#
  1409. Fontsize=#Default_Fontsize#
  1410. StringAlign=LEFT
  1411. Fontface=#Default_Fontface#
  1412. Text="%1B"
  1413. AntiAlias=#Default_Antialias#
  1414. NumOfDecimals=2
  1415. AutoScale=1
  1416.  
  1417. [DriveDTotal]
  1418. MeasureName=Mse_TotalD
  1419. Meter=STRING
  1420. X=50r
  1421. Y=0r
  1422. FontColor=#Default_Color#
  1423. StringStyle=#Default_Style#
  1424. Fontsize=#Default_Fontsize#
  1425. StringAlign=LEFT
  1426. Fontface=#Default_Fontface#
  1427. Text=" / %1B"
  1428. AntiAlias=#Default_Antialias#
  1429. NumOfDecimals=2
  1430. AutoScale=1
  1431.  
  1432. [DriveDBarTotal]
  1433. Meter=IMAGE
  1434. X=#Left_Align#
  1435. Y=16r
  1436. W=170
  1437. H=8
  1438. SolidColor=255, 255, 255, 48
  1439.  
  1440. [DriveDBarFree]
  1441. MeasureName=Mse_UsedD
  1442. Meter=BAR
  1443. X=#Left_Align#
  1444. Y=0r
  1445. W=170
  1446. H=8
  1447. BarColor=255, 255, 255, 90
  1448. BarOrientation=HORIZONTAL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement