tunes.tsk

来自「摩托罗拉手机最新开发程序」· TSK 代码 · 共 49 行

TSK
49
字号
;   a_v =					;   a_h =
;BASELINE=64 //only text	;RIGHT=8
;BOTTOM=32					;LEFT=4
;TOP=16						;HCENTER=1
;VCENTER=2 //only picture

;  FontStyle =
;PLAIN=255
;ITALIC=1
;BOLD=2
;BOLD_ITALIC=3

;  color = 0x8Red8Green8Blue8Transparent 

; Strings:  x  y  (a_v|a_h)  FontID  FontStyle  ForegroundColor  BackgroundColor 

TrackNumber = 110 50  20 1 255 0x00000000 0x000000FF
Playlist = 10 49  20 1 255 0x00000000 0x000000FF
Artist = 10 82  20 1 255 0x00000000 0x000000FF
Title = 10 64 20 1 255 0x00000000 0x000000FF
Album = 10 100  20 1 255 0x00000000 0x000000FF
Time = 90 172  20 1 255 0x00000000 0x66666666
TimeCurrent = 50 172   20 1 255 0x00000000 0x66666666
TimeElapsed  = 200 170   20 1 255 0x00000000 0x66666666
SoftLabel  = 3 203   20 1 255 0x00000000 0x66666666

; Pictures:  x  y  (a_v|a_h) 

TitlePicture = 0 16 20
SoftPicture = 0 201 20
Backward = 200 158 20
Play = 10 158 20
Pause = 10 158 20
Stop = 10 158 20
Forward = 200 158 20
Random = 200 85 20
RepetitionOne = 200 82 20
RepetitionAll = 200 82 20

; Objects:  x  y  w  h  color

Background = 0 16 176 220 0xFFFFFF00
ProgressBar = 6 130 163 3 0xFF112200
VolumeBar = 6 130 163 3 0x00DD0000

; Setting: 1 - on, 0 - off

StatusLine = 1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?