- UID
- 365714
- 主题
- 注册时间
- 2013-4-20
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 6 天 [LV.2]偶尔看看I
|
发表于 2013-4-21 15:43:03
|
显示全部楼层
;End of added Metadata
[Variables]
FontColor=255, 255, 255, 200
FontColor2=255, 255, 255, 200
FontFace=方正静蕾简体
BarColor=255, 255, 255, 90
FontSize=28
FontSizeBig=110
SolidColor=255, 255, 255, 80
StringL=Left
StringR=Right
StringC=Center
HDD1=C:
;=====================================================
;[Measures]===========================================
;=====================================================
[MeasureHDD1Size]
Measure=FreeDiskSpace
Total=1
Drive=#HDD1#
[MeasureHDD1Free]
Measure=FreeDiskSpace
Drive=#HDD1#
;=====================================================
;[Graphics]===========================================
;=====================================================
[MeterHDD1]
Meter=String
X=0
Y=0
FontColor=#FontColor2#
FontFace=#FontFace#
FontSize=#FontSizeBig#
StringAlign=#StringL#
AntiAlias=1
Text=#HDD1#
LeftMouseDownAction=!Execute ["#HDD1#"]
[MeterHDD1Size]
Meter=String
MeasureName=MeasureHDD1Size
X=315
Y=45
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
StringAlign=#StringR#
AntiAlias=1
Prefix="容量: "
Postfix="B"
AutoScale=1
[Dragbox1]
Meter=Image
X=r
Y=r
H=18
W=10
SolidColor
|
|