⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 quickstart.pkg

📁 《UIQ 3 The Complete Guide》书的源代码
💻 PKG
字号:
; QuickStart.pkg
;

; Specify the languages - as previously supported
; Languages
; none - English only by default

; List of localised vendor names - one per language. At least one must be provided (English [EN]). 
; List must correspond to list of languages specified elsewhere in the .pkg
%{"Quick Start Example"}

; The non-localised, globally unique vendor name (mandatory)
:"Symbian Press"

; Package header
; Name, UID3, Major, Minor, Build, Package-type
#{"QuickStart"}, (0xE00000AD), 1, 0, 0, TYPE=SA

; ProductID for UIQ 3.0
; Product/platform version UID, Major, Minor, Build, Component name
(0x101F6300), 3, 0, 0, {"UIQ30ProductID"}

; Files to install for Quick Start application
; If you move the example to another destination then you also need to change these paths.
"\Symbian\UIQ3SDK\epoc32\release\GCCE\urel\QuickStart.exe"-"!:\sys\bin\QuickStart.exe"
"\Symbian\UIQ3SDK\epoc32\data\Z\Resource\Apps\QuickStart.rsc"-"!:\resource\apps\QuickStart.rsc"
"\Symbian\UIQ3SDK\epoc32\data\Z\Resource\Apps\QuickStart_loc.rsc"-"!:\resource\apps\QuickStart_loc.rsc"
"\Symbian\UIQ3SDK\epoc32\data\Z\Resource\Apps\QuickStart_icons.mbm"-"!:\resource\apps\QuickStart_icons.mbm"
"\Symbian\UIQ3SDK\epoc32\data\z\Private\10003a3f\Apps\QuickStart_reg.rsc"-"!:\private\10003a3f\import\apps\QuickStart_reg.rsc"

⌨️ 快捷键说明

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