- UID
- 104097
- 主题
- 注册时间
- 2011-4-16
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 5 天 [LV.2]偶尔看看I
|
楼主 |
发表于 2011-4-25 13:16:59
|
显示全部楼层
硬盘代码如下
[Rainmeter]
[email protected]
AppVersion=1.0
Update=1000
[Variables]
Drive=C:
Image=C2.png
update.Spd=1000
FontColor=0, 0, 0
FontColor2=0, 0, 0, 160
FontColorLine=0, 0, 0, 128
FontName=GeosansLight
FontHeight1=16
FontHeight2=10
AntiAlias=1
; -------------------------
[Oznacovac]
Meter=IMAGE
X=0
Y=0
W=80
H=100
SolidColor=105, 105, 105, 1
Hidden=0
[Button]
Meter=Image
X=r
Y=r
ImageName=#Image#
LeftMouseDownAction=!Execute ["#Drive#"]
[Label]
Meter=STRING
MeasureName=MeasureHD
X=130
Y=30
StringStyle=BOLD
FontColor=#FontColor#
FontFace=#FontName#
FontSize=#FontHeight1#
StringAlign=CENTER
StringStyle=NORMAL
AntiAlias=1
Text="EXTERNAL"
AntiAlias=1
AutoScale=1
NumOfDecimals=1
[MeasureHD]
Measure=FreeDiskSpace
Drive=#Drive#
[HDD]
Meter=STRING
MeasureName=MeasureHD
X=105
Y=55
FontColor=#FontColor#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=CENTER
StringStyle=NORMAL
AntiAlias=1
Text="%1"
AntiAlias=1
AutoScale=1
NumOfDecimals=1
[MeasureHDT]
Measure=FreeDiskSpace
Drive=#Drive#
Total=1
[HDD Total]
Meter=STRING
MeasureName=MeasureHDT
X=145
Y=55
FontColor=#FontColor#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=CENTER
StringStyle=NORMAL
AntiAlias=1
Text="%1"
AntiAlias=1
AutoScale=1
NumOfDecimals=1 |
|