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 = 2 35 20 1 255 0xFF000000 0x000000FF
Playlist = 174 35 24 1 255 0xFF000000 0x000000FF
Artist = 88 55 17 1 255 0xFF000000 0x000000FF
Title = 88 81 17 1 255 0xFF000000 0x000000FF
Album = 88 106 17 1 255 0xFF000000 0x000000FF
Time = 88 130 17 1 255 0xFF000000 0x00000000
TimeCurrent = 34 147 20 1 255 0xFF000000 0x000000FF
TimeElapsed = 121 147 20 1 255 0xFF000000 0x00000000
SoftLabel = 3 201 20 1 255 0x00000000 0x000000FF

; Pictures:  x  y  (a_v|a_h) 

TitlePicture = 0 16 20
SoftPicture = 0 200 20
Backward = 6 165 20
Play = 50 146 20
Pause = 50 146 20
Stop = 50 177 20
Forward = 158 165 20
Random = 152 181 20
RepetitionOne = 3 181 20
RepetitionAll = 3 181 20

; Objects:  x  y  w  h  color

Background = 0 16 176 220 0x00000000
ProgressBar = 19 168 137 5 0xFF000000
VolumeBar = 19 168 137 5 0xFF808000

; Setting: 1 - on, 0 - off

StatusLine = 1

⌨️ 快捷键说明

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