listbox.pkg
来自「这是一个学习Symbian的ListBox的好例子,我也是看学个学会的」· PKG 代码 · 共 25 行
PKG
25 行
;
; Installation file for My application
;
;Languages
&EN
;
; UID is the app's UID
;
#{"(app title)"},(0x047532CC),1,0,0
;
;Supports Series 60 v 0.9
;This line indicates that this installation is for the Series 60 platform v0.9
;This line must appear _exactly_ as shown below in the sis file
;If this line is missing or incorrect, the sis file will not be able
;to be installed on Series 60 v0.9 platforms
(0x101F6F88), 0, 0, 0, {"Series60ProductID"}
;
; Four files to install
;
"\dvp\Symbian\sdk\Series60\Epoc32\release\thumb\urel\My.app" -"!:\system\apps\My\My.app"
"\dvp\Symbian\sdk\Series60\Epoc32\release\thumb\urel\My.rsc" -"!:\system\apps\My\My.rsc"
"\dvp\Symbian\sdk\Series60\Epoc32\release\thumb\urel\My_caption.rsc" -"!:\system\apps\My\My_caption.rsc"
"\dvp\Symbian\sdk\Series60\Epoc32\release\thumb\urel\My.aif" -"!:\system\apps\My\My.aif"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?