Advertisement
Guest User

Explorer Rainmeter Skin

a guest
Mar 26th, 2013
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.13 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3. MouseScrollUpAction=[!CommandMeasure mPath "IndexUp"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  4. MouseScrollDownAction=[!CommandMeasure mPath "IndexDown"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  5.  
  6. [Variables]
  7. IconSize=small
  8.  
  9. ;----------------------------------------------------
  10. ; Styles
  11. ;----------------------------------------------------
  12.  
  13. [TextStyle]
  14. FontColor=255,255,255,255
  15. AntiAlias=1
  16.  
  17. [TextHighlight]
  18. FontColor=150,150,255,255
  19.  
  20. [IconStyle]
  21. X=5
  22. Y=r
  23. AntiAlias=1
  24.  
  25. [HighlightStyle]
  26. SolidColor=0,0,0,1
  27. X=5
  28. Y=5R
  29. W=220
  30. H=([Index1Icon:H] > [Index1Info:H] ? [Index1Icon:H] : [Index1Info:H])
  31. DynamicVariables=1
  32. MouseOverAction=[!SetOption #CURRENTSECTION# SolidColor "50,50,255,150"][!UpdateMeter #CURRENTSECTION#][!Redraw]
  33. MouseLeaveAction=[!SetOption #CURRENTSECTION# SolidColor ""][!UpdateMeter #CURRENTSECTION#][!Redraw]
  34.  
  35. [InfoStyle]
  36. X=5R
  37. Y=r
  38. Text="%1 #CRLF#%2 #CRLF#%3 "
  39. AutoScale=1
  40. AntiAlias=1
  41.  
  42. ;----------------------------------------------------
  43. ; Measures
  44. ;----------------------------------------------------
  45.  
  46. [mPath]
  47. Measure=Plugin
  48. Plugin=FileView
  49. Path="C:\users\Christian\"
  50. Count=16
  51.  
  52. [mFolderCount]
  53. Measure=Plugin
  54. Plugin=FileView
  55. Path=[mPath]
  56. Type=FolderCount
  57. Group=Children
  58.  
  59. [mFileCount]
  60. Measure=Plugin
  61. Plugin=FileView
  62. Path=[mPath]
  63. Type=FileCount
  64. Group=Children
  65.  
  66. [mFolderSize]
  67. Measure=Plugin
  68. Plugin=FileView
  69. Path=[mPath]
  70. Type=FolderSize
  71. Group=Children
  72.  
  73. ;----------------------------------------------------
  74. ; Index 1
  75.  
  76. [mIndex1Name]
  77. Measure=Plugin
  78. Plugin=FileView
  79. Path=[mPath]
  80. Type=FileName
  81. Index=1
  82. Group=Children
  83.  
  84. [mIndex1Size]
  85. Measure=Plugin
  86. Plugin=FileView
  87. Path=[mPath]
  88. Type=FileSize
  89. Index=1
  90. Group=Children
  91.  
  92. [mIndex1Date]
  93. Measure=Plugin
  94. Plugin=FileView
  95. Path=[mPath]
  96. Type=FileDate
  97. Index=1
  98. Group=Children
  99.  
  100. [mIndex1Icon]
  101. Measure=Plugin
  102. Plugin=FileView
  103. Path=[mPath]
  104. Type=Icon
  105. IconSize=#IconSize#
  106. Index=1
  107. Group=Children
  108.  
  109. ;----------------------------------------------------
  110. ; Index 2
  111.  
  112. [mIndex2Name]
  113. Measure=Plugin
  114. Plugin=FileView
  115. Path=[mPath]
  116. Type=FileName
  117. Index=2
  118. Group=Children
  119.  
  120. [mIndex2Size]
  121. Measure=Plugin
  122. Plugin=FileView
  123. Path=[mPath]
  124. Type=FileSize
  125. Index=2
  126. Group=Children
  127.  
  128. [mIndex2Date]
  129. Measure=Plugin
  130. Plugin=FileView
  131. Path=[mPath]
  132. Type=FileDate
  133. Index=2
  134. Group=Children
  135.  
  136. [mIndex2Icon]
  137. Measure=Plugin
  138. Plugin=FileView
  139. Path=[mPath]
  140. Type=Icon
  141. IconSize=#IconSize#
  142. Index=2
  143. Group=Children
  144.  
  145. ;----------------------------------------------------
  146. ; Index 3
  147.  
  148. [mIndex3Name]
  149. Measure=Plugin
  150. Plugin=FileView
  151. Path=[mPath]
  152. Type=FileName
  153. Index=3
  154. Group=Children
  155.  
  156. [mIndex3Size]
  157. Measure=Plugin
  158. Plugin=FileView
  159. Path=[mPath]
  160. Type=FileSize
  161. Index=3
  162. Group=Children
  163.  
  164. [mIndex3Date]
  165. Measure=Plugin
  166. Plugin=FileView
  167. Path=[mPath]
  168. Type=FileDate
  169. Index=3
  170. Group=Children
  171.  
  172. [mIndex3Icon]
  173. Measure=Plugin
  174. Plugin=FileView
  175. Path=[mPath]
  176. Type=Icon
  177. IconSize=#IconSize#
  178. Index=3
  179. Group=Children
  180.  
  181. ;----------------------------------------------------
  182. ; Index 4
  183.  
  184. [mIndex4Name]
  185. Measure=Plugin
  186. Plugin=FileView
  187. Path=[mPath]
  188. Type=FileName
  189. Index=4
  190. Group=Children
  191.  
  192. [mIndex4Size]
  193. Measure=Plugin
  194. Plugin=FileView
  195. Path=[mPath]
  196. Type=FileSize
  197. Index=4
  198. Group=Children
  199.  
  200. [mIndex4Date]
  201. Measure=Plugin
  202. Plugin=FileView
  203. Path=[mPath]
  204. Type=FileDate
  205. Index=4
  206. Group=Children
  207.  
  208. [mIndex4Icon]
  209. Measure=Plugin
  210. Plugin=FileView
  211. Path=[mPath]
  212. Type=Icon
  213. IconSize=#IconSize#
  214. Index=4
  215. Group=Children
  216.  
  217. ;----------------------------------------------------
  218. ; Index 5
  219.  
  220. [mIndex5Name]
  221. Measure=Plugin
  222. Plugin=FileView
  223. Path=[mPath]
  224. Type=FileName
  225. Index=5
  226. Group=Children
  227.  
  228. [mIndex5Size]
  229. Measure=Plugin
  230. Plugin=FileView
  231. Path=[mPath]
  232. Type=FileSize
  233. Index=5
  234. Group=Children
  235.  
  236. [mIndex5Date]
  237. Measure=Plugin
  238. Plugin=FileView
  239. Path=[mPath]
  240. Type=FileDate
  241. Index=5
  242. Group=Children
  243.  
  244. [mIndex5Icon]
  245. Measure=Plugin
  246. Plugin=FileView
  247. Path=[mPath]
  248. Type=Icon
  249. IconSize=#IconSize#
  250. Index=5
  251. Group=Children
  252.  
  253. ;----------------------------------------------------
  254. ; Index 6
  255.  
  256. [mIndex6Name]
  257. Measure=Plugin
  258. Plugin=FileView
  259. Path=[mPath]
  260. Type=FileName
  261. Index=6
  262. Group=Children
  263.  
  264. [mIndex6Size]
  265. Measure=Plugin
  266. Plugin=FileView
  267. Path=[mPath]
  268. Type=FileSize
  269. Index=6
  270. Group=Children
  271.  
  272. [mIndex6Date]
  273. Measure=Plugin
  274. Plugin=FileView
  275. Path=[mPath]
  276. Type=FileDate
  277. Index=6
  278. Group=Children
  279.  
  280. [mIndex6Icon]
  281. Measure=Plugin
  282. Plugin=FileView
  283. Path=[mPath]
  284. Type=Icon
  285. IconSize=#IconSize#
  286. Index=6
  287. Group=Children
  288.  
  289. ;----------------------------------------------------
  290. ; Index 7
  291.  
  292. [mIndex7Name]
  293. Measure=Plugin
  294. Plugin=FileView
  295. Path=[mPath]
  296. Type=FileName
  297. Index=7
  298. Group=Children
  299.  
  300. [mIndex7Size]
  301. Measure=Plugin
  302. Plugin=FileView
  303. Path=[mPath]
  304. Type=FileSize
  305. Index=7
  306. Group=Children
  307.  
  308. [mIndex7Date]
  309. Measure=Plugin
  310. Plugin=FileView
  311. Path=[mPath]
  312. Type=FileDate
  313. Index=7
  314. Group=Children
  315.  
  316. [mIndex7Icon]
  317. Measure=Plugin
  318. Plugin=FileView
  319. Path=[mPath]
  320. Type=Icon
  321. IconSize=#IconSize#
  322. Index=7
  323. Group=Children
  324.  
  325. ;----------------------------------------------------
  326. ; Index 8
  327.  
  328. [mIndex8Name]
  329. Measure=Plugin
  330. Plugin=FileView
  331. Path=[mPath]
  332. Type=FileName
  333. Index=8
  334. Group=Children
  335.  
  336. [mIndex8Size]
  337. Measure=Plugin
  338. Plugin=FileView
  339. Path=[mPath]
  340. Type=FileSize
  341. Index=8
  342. Group=Children
  343.  
  344. [mIndex8Date]
  345. Measure=Plugin
  346. Plugin=FileView
  347. Path=[mPath]
  348. Type=FileDate
  349. Index=8
  350. Group=Children
  351.  
  352. [mIndex8Icon]
  353. Measure=Plugin
  354. Plugin=FileView
  355. Path=[mPath]
  356. Type=Icon
  357. IconSize=#IconSize#
  358. Index=8
  359. Group=Children
  360.  
  361. ;----------------------------------------------------
  362. ; Index 9
  363.  
  364. [mIndex9Name]
  365. Measure=Plugin
  366. Plugin=FileView
  367. Path=[mPath]
  368. Type=FileName
  369. Index=9
  370. Group=Children
  371.  
  372. [mIndex9Size]
  373. Measure=Plugin
  374. Plugin=FileView
  375. Path=[mPath]
  376. Type=FileSize
  377. Index=9
  378. Group=Children
  379.  
  380. [mIndex9Date]
  381. Measure=Plugin
  382. Plugin=FileView
  383. Path=[mPath]
  384. Type=FileDate
  385. Index=9
  386. Group=Children
  387.  
  388. [mInder9Icon]
  389. Measure=Plugin
  390. Plugin=FileView
  391. Path=[mPath]
  392. Type=Icon
  393. IconSize=#IconSize#
  394. Index=9
  395. Group=Children
  396.  
  397. ;----------------------------------------------------
  398. ; Index 10
  399.  
  400. [mIndex10Name]
  401. Measure=Plugin
  402. Plugin=FileView
  403. Path=[mPath]
  404. Type=FileName
  405. Index=10
  406. Group=Children
  407.  
  408. [mIndex10Size]
  409. Measure=Plugin
  410. Plugin=FileView
  411. Path=[mPath]
  412. Type=FileSize
  413. Index=10
  414. Group=Children
  415.  
  416. [mIndex10Date]
  417. Measure=Plugin
  418. Plugin=FileView
  419. Path=[mPath]
  420. Type=FileDate
  421. Index=10
  422. Group=Children
  423.  
  424. [mIndex10Icon]
  425. Measure=Plugin
  426. Plugin=FileView
  427. Path=[mPath]
  428. Type=Icon
  429. IconSize=#IconSize#
  430. Index=10
  431. Group=Children
  432.  
  433. ;----------------------------------------------------
  434. ; Index 11
  435.  
  436. [mIndex11Name]
  437. Measure=Plugin
  438. Plugin=FileView
  439. Path=[mPath]
  440. Type=FileName
  441. Index=11
  442. Group=Children
  443.  
  444. [mIndex11Size]
  445. Measure=Plugin
  446. Plugin=FileView
  447. Path=[mPath]
  448. Type=FileSize
  449. Index=11
  450. Group=Children
  451.  
  452. [mIndex11Date]
  453. Measure=Plugin
  454. Plugin=FileView
  455. Path=[mPath]
  456. Type=FileDate
  457. Index=11
  458. Group=Children
  459.  
  460. [mIndex11Icon]
  461. Measure=Plugin
  462. Plugin=FileView
  463. Path=[mPath]
  464. Type=Icon
  465. IconSize=#IconSize#
  466. Index=11
  467. Group=Children
  468.  
  469. ;----------------------------------------------------
  470. ; Index 12
  471.  
  472. [mIndex12Name]
  473. Measure=Plugin
  474. Plugin=FileView
  475. Path=[mPath]
  476. Type=FileName
  477. Index=12
  478. Group=Children
  479.  
  480. [mIndex12Size]
  481. Measure=Plugin
  482. Plugin=FileView
  483. Path=[mPath]
  484. Type=FileSize
  485. Index=12
  486. Group=Children
  487.  
  488. [mIndex12Date]
  489. Measure=Plugin
  490. Plugin=FileView
  491. Path=[mPath]
  492. Type=FileDate
  493. Index=12
  494. Group=Children
  495.  
  496. [mIndex12Icon]
  497. Measure=Plugin
  498. Plugin=FileView
  499. Path=[mPath]
  500. Type=Icon
  501. IconSize=#IconSize#
  502. Index=12
  503. Group=Children
  504.  
  505. ;----------------------------------------------------
  506. ; Index 13
  507.  
  508. [mIndex13Name]
  509. Measure=Plugin
  510. Plugin=FileView
  511. Path=[mPath]
  512. Type=FileName
  513. Index=13
  514. Group=Children
  515.  
  516. [mIndex13Size]
  517. Measure=Plugin
  518. Plugin=FileView
  519. Path=[mPath]
  520. Type=FileSize
  521. Index=13
  522. Group=Children
  523.  
  524. [mIndex13Date]
  525. Measure=Plugin
  526. Plugin=FileView
  527. Path=[mPath]
  528. Type=FileDate
  529. Index=13
  530. Group=Children
  531.  
  532. [mIndex13Icon]
  533. Measure=Plugin
  534. Plugin=FileView
  535. Path=[mPath]
  536. Type=Icon
  537. IconSize=#IconSize#
  538. Index=13
  539. Group=Children
  540.  
  541. ;----------------------------------------------------
  542. ; Index 14
  543.  
  544. [mIndex14Name]
  545. Measure=Plugin
  546. Plugin=FileView
  547. Path=[mPath]
  548. Type=FileName
  549. Index=14
  550. Group=Children
  551.  
  552. [mIndex14Size]
  553. Measure=Plugin
  554. Plugin=FileView
  555. Path=[mPath]
  556. Type=FileSize
  557. Index=14
  558. Group=Children
  559.  
  560. [mIndex14Date]
  561. Measure=Plugin
  562. Plugin=FileView
  563. Path=[mPath]
  564. Type=FileDate
  565. Index=14
  566. Group=Children
  567.  
  568. [mIndex14Icon]
  569. Measure=Plugin
  570. Plugin=FileView
  571. Path=[mPath]
  572. Type=Icon
  573. IconSize=#IconSize#
  574. Index=14
  575. Group=Children
  576.  
  577. ;----------------------------------------------------
  578. ; Index 15
  579.  
  580. [mIndex15Name]
  581. Measure=Plugin
  582. Plugin=FileView
  583. Path=[mPath]
  584. Type=FileName
  585. Index=15
  586. Group=Children
  587.  
  588. [mIndex15Size]
  589. Measure=Plugin
  590. Plugin=FileView
  591. Path=[mPath]
  592. Type=FileSize
  593. Index=15
  594. Group=Children
  595.  
  596. [mIndex15Date]
  597. Measure=Plugin
  598. Plugin=FileView
  599. Path=[mPath]
  600. Type=FileDate
  601. Index=15
  602. Group=Children
  603.  
  604. [mIndex15Icon]
  605. Measure=Plugin
  606. Plugin=FileView
  607. Path=[mPath]
  608. Type=Icon
  609. IconSize=#IconSize#
  610. Index=15
  611. Group=Children
  612.  
  613. ;----------------------------------------------------
  614. ; Index 16
  615.  
  616. [mIndex16Name]
  617. Measure=Plugin
  618. Plugin=FileView
  619. Path=[mPath]
  620. Type=FileName
  621. Index=16
  622. Group=Children
  623.  
  624. [mIndex16Size]
  625. Measure=Plugin
  626. Plugin=FileView
  627. Path=[mPath]
  628. Type=FileSize
  629. Index=16
  630. Group=Children
  631.  
  632. [mIndex16Date]
  633. Measure=Plugin
  634. Plugin=FileView
  635. Path=[mPath]
  636. Type=FileDate
  637. Index=16
  638. Group=Children
  639.  
  640. [mIndex16Icon]
  641. Measure=Plugin
  642. Plugin=FileView
  643. Path=[mPath]
  644. Type=Icon
  645. IconSize=#IconSize#
  646. Index=16
  647. Group=Children
  648.  
  649.  
  650. ;----------------------------------------------------
  651. ; Meters
  652. ;----------------------------------------------------
  653.  
  654. [Background]
  655. Meter=Image
  656. SolidColor=0,0,0,50
  657. W=225
  658. H=900
  659.  
  660. [PathTitle]
  661. Meter=String
  662. MeterStyle=TextStyle
  663. Text=Path:
  664.  
  665. [Path]
  666. Meter=String
  667. MeasureName=mPath
  668. MeterStyle=TextStyle | TextHighlight
  669. Text="%1 "
  670. X=R
  671.  
  672. [FolderCountTitle]
  673. Meter=String
  674. MeterStyle=TextStyle
  675. X=0
  676. Y=R
  677. Text=Folders:
  678.  
  679. [FolderCount]
  680. Meter=String
  681. MeasureName=mFolderCount
  682. MeterStyle=TextStyle | TextHighlight
  683. X=R
  684. Y=r
  685.  
  686. [FileCountTitle]
  687. Meter=String
  688. MeterStyle=TextStyle
  689. X=10R
  690. Y=r
  691. Text=Files:
  692.  
  693. [FileCount]
  694. Meter=String
  695. MeasureName=mFileCount
  696. MeterStyle=TextStyle | TextHighlight
  697. X=R
  698. Y=r
  699.  
  700. [FolderSizeTitle]
  701. Meter=String
  702. MeterStyle=TextStyle
  703. X=10R
  704. Y=r
  705. Text=Size:
  706.  
  707. [FolderSize]
  708. Meter=String
  709. MeasureName=mFolderSize
  710. MeterStyle=TextStyle | TextHighlight
  711. X=R
  712. Y=r
  713. AutoScale=1
  714.  
  715. [Index1]
  716. Meter=Image
  717. MeterStyle=HighlightStyle
  718. LeftMouseUpAction=[!CommandMeasure mIndex1Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  719.  
  720. [Index1Icon]
  721. Meter=Image
  722. MeasureName=mIndex1Icon
  723. MeterStyle=IconStyle
  724.  
  725. [Index1Info]
  726. Meter=String
  727. MeasureName=mIndex1Name
  728. MeasureName2=mIndex1Size
  729. MeasureName3=mIndex1Date
  730. MeterStyle=TextStyle | InfoStyle
  731.  
  732. [Index2]
  733. Meter=Image
  734. MeterStyle=HighlightStyle
  735. LeftMouseUpAction=[!CommandMeasure mIndex2Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  736.  
  737. [Index2Icon]
  738. Meter=Image
  739. MeasureName=mIndex2Icon
  740. MeterStyle=IconStyle
  741.  
  742. [Index2Info]
  743. Meter=String
  744. MeasureName=mIndex2Name
  745. MeasureName2=mIndex2Size
  746. MeasureName3=mIndex2Date
  747. MeterStyle=TextStyle | InfoStyle
  748.  
  749. [Index3]
  750. Meter=Image
  751. MeterStyle=HighlightStyle
  752. LeftMouseUpAction=[!CommandMeasure mIndex3Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  753.  
  754. [Index3Icon]
  755. Meter=Image
  756. MeasureName=mIndex3Icon
  757. MeterStyle=IconStyle
  758.  
  759. [Index3Info]
  760. Meter=String
  761. MeasureName=mIndex3Name
  762. MeasureName2=mIndex3Size
  763. MeasureName3=mIndex3Date
  764. MeterStyle=TextStyle | InfoStyle
  765.  
  766. [Index4]
  767. Meter=Image
  768. MeterStyle=HighlightStyle
  769. LeftMouseUpAction=[!CommandMeasure mIndex4Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  770.  
  771. [Index4Icon]
  772. Meter=Image
  773. MeasureName=mIndex4Icon
  774. MeterStyle=IconStyle
  775.  
  776. [Index4Info]
  777. Meter=String
  778. MeasureName=mIndex4Name
  779. MeasureName2=mIndex4Size
  780. MeasureName3=mIndex4Date
  781. MeterStyle=TextStyle | InfoStyle
  782.  
  783. [Index5]
  784. Meter=Image
  785. MeterStyle=HighlightStyle
  786. LeftMouseUpAction=[!CommandMeasure mIndex5Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  787.  
  788. [Index5Icon]
  789. Meter=Image
  790. MeasureName=mIndex5Icon
  791. MeterStyle=IconStyle
  792.  
  793. [Index5Info]
  794. Meter=String
  795. MeasureName=mIndex5Name
  796. MeasureName2=mIndex5Size
  797. MeasureName3=mIndex5Date
  798. MeterStyle=TextStyle | InfoStyle
  799.  
  800. [Index6]
  801. Meter=Image
  802. MeterStyle=HighlightStyle
  803. LeftMouseUpAction=[!CommandMeasure mIndex6Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  804.  
  805. [Index6Icon]
  806. Meter=Image
  807. MeasureName=mIndex6Icon
  808. MeterStyle=IconStyle
  809.  
  810. [Index6Info]
  811. Meter=String
  812. MeasureName=mIndex6Name
  813. MeasureName2=mIndex6Size
  814. MeasureName3=mIndex6Date
  815. MeterStyle=TextStyle | InfoStyle
  816.  
  817. [Index7]
  818. Meter=Image
  819. MeterStyle=HighlightStyle
  820. LeftMouseUpAction=[!CommandMeasure mIndex7Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  821.  
  822. [Index7Icon]
  823. Meter=Image
  824. MeasureName=mIndex7Icon
  825. MeterStyle=IconStyle
  826.  
  827. [Index7Info]
  828. Meter=String
  829. MeasureName=mIndex7Name
  830. MeasureName2=mIndex7Size
  831. MeasureName3=mIndex7Date
  832. MeterStyle=TextStyle | InfoStyle
  833.  
  834. [Index8]
  835. Meter=Image
  836. MeterStyle=HighlightStyle
  837. LeftMouseUpAction=[!CommandMeasure mIndex8Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  838.  
  839. [Index8Icon]
  840. Meter=Image
  841. MeasureName=mIndex8Icon
  842. MeterStyle=IconStyle
  843.  
  844. [Index8Info]
  845. Meter=String
  846. MeasureName=mIndex8Name
  847. MeasureName2=mIndex8Size
  848. MeasureName3=mIndex8Date
  849. MeterStyle=TextStyle | InfoStyle
  850.  
  851. [Index9]
  852. Meter=Image
  853. MeterStyle=HighlightStyle
  854. LeftMouseUpAction=[!CommandMeasure mIndex9Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  855.  
  856. [Index9Icon]
  857. Meter=Image
  858. MeasureName=mIndex9Icon
  859. MeterStyle=IconStyle
  860.  
  861. [Index9Info]
  862. Meter=String
  863. MeasureName=mIndex9Name
  864. MeasureName2=mIndex9Size
  865. MeasureName3=mIndex9Date
  866. MeterStyle=TextStyle | InfoStyle
  867.  
  868. [Index10]
  869. Meter=Image
  870. MeterStyle=HighlightStyle
  871. LeftMouseUpAction=[!CommandMeasure mIndex10Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  872.  
  873. [Index10Icon]
  874. Meter=Image
  875. MeasureName=mIndex10Icon
  876. MeterStyle=IconStyle
  877.  
  878. [Index10Info]
  879. Meter=String
  880. MeasureName=mIndex10Name
  881. MeasureName2=mIndex10Size
  882. MeasureName3=mIndex10Date
  883. MeterStyle=TextStyle | InfoStyle
  884.  
  885. [Index11]
  886. Meter=Image
  887. MeterStyle=HighlightStyle
  888. LeftMouseUpAction=[!CommandMeasure mIndex11Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  889.  
  890. [Index11Icon]
  891. Meter=Image
  892. MeasureName=mIndex11Icon
  893. MeterStyle=IconStyle
  894.  
  895. [Index11Info]
  896. Meter=String
  897. MeasureName=mIndex11Name
  898. MeasureName2=mIndex11Size
  899. MeasureName3=mIndex11Date
  900. MeterStyle=TextStyle | InfoStyle
  901.  
  902. [Index12]
  903. Meter=Image
  904. MeterStyle=HighlightStyle
  905. LeftMouseUpAction=[!CommandMeasure mIndex12Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  906.  
  907. [Index12Icon]
  908. Meter=Image
  909. MeasureName=mIndex12Icon
  910. MeterStyle=IconStyle
  911.  
  912. [Index12Info]
  913. Meter=String
  914. MeasureName=mIndex12Name
  915. MeasureName2=mIndex12Size
  916. MeasureName3=mIndex12Date
  917. MeterStyle=TextStyle | InfoStyle
  918.  
  919. [Index13]
  920. Meter=Image
  921. MeterStyle=HighlightStyle
  922. LeftMouseUpAction=[!CommandMeasure mIndex13Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  923.  
  924. [Index13Icon]
  925. Meter=Image
  926. MeasureName=mIndex13Icon
  927. MeterStyle=IconStyle
  928.  
  929. [Index13Info]
  930. Meter=String
  931. MeasureName=mIndex13Name
  932. MeasureName2=mIndex13Size
  933. MeasureName3=mIndex13Date
  934. MeterStyle=TextStyle | InfoStyle
  935.  
  936. [Index14]
  937. Meter=Image
  938. MeterStyle=HighlightStyle
  939. LeftMouseUpAction=[!CommandMeasure mIndex14Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  940.  
  941. [Index14Icon]
  942. Meter=Image
  943. MeasureName=mIndex14Icon
  944. MeterStyle=IconStyle
  945.  
  946. [Index14Info]
  947. Meter=String
  948. MeasureName=mIndex14Name
  949. MeasureName2=mIndex14Size
  950. MeasureName3=mIndex14Date
  951. MeterStyle=TextStyle | InfoStyle
  952.  
  953. [Index15]
  954. Meter=Image
  955. MeterStyle=HighlightStyle
  956. LeftMouseUpAction=[!CommandMeasure mIndex15Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  957.  
  958. [Index15Icon]
  959. Meter=Image
  960. MeasureName=mIndex15Icon
  961. MeterStyle=IconStyle
  962.  
  963. [Index15Info]
  964. Meter=String
  965. MeasureName=mIndex15Name
  966. MeasureName2=mIndex15Size
  967. MeasureName3=mIndex15Date
  968. MeterStyle=TextStyle | InfoStyle
  969.  
  970. [Index16]
  971. Meter=Image
  972. MeterStyle=HighlightStyle
  973. LeftMouseUpAction=[!CommandMeasure mIndex16Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  974.  
  975. [Index16Icon]
  976. Meter=Image
  977. MeasureName=mIndex16Icon
  978. MeterStyle=IconStyle
  979.  
  980. [Index16Info]
  981. Meter=String
  982. MeasureName=mIndex16Name
  983. MeasureName2=mIndex16Size
  984. MeasureName3=mIndex16Date
  985. MeterStyle=TextStyle | InfoStyle
  986.  
  987. [CurrentFolder]
  988. Meter=String
  989. MeterStyle=TextStyle
  990. FontSize=15
  991. X=5
  992. Y=10R
  993. Text=Current Folder
  994. LeftMouseUpAction=[!execute [mPath]][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
  995. MouseOverAction=[!SetOption #CURRENTSECTION# SolidColor "50,50,255,150"][!UpdateMeter #CURRENTSECTION#][!Redraw]
  996. MouseLeaveAction=[!SetOption #CURRENTSECTION# SolidColor ""][!UpdateMeter #CURRENTSECTION#][!Redraw]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement