exelauncher.loc

来自「一个symbian中执行exe程序的实例」· LOC 代码 · 共 41 行

LOC
41
字号
/*
* ============================================================================
*  Name     : ExeLauncher.loc
*  Part of  : ExeLauncher
*  Created  : 01.09.2005 by Artem Marchenko
*  Description:
*     This is a localisation file for ExeLauncher
*     A .loc file is the one and only place where the logical strings
*     to be localised are defined. 
*     Initial content was generated by Series 60 Application Wizard.
*  -------------------------------------------------------------------
*  Version  : 1.0
*  Copyright: Artem Marchenko 2005
* ============================================================================
*/

// LOCALISATION STRINGS

// menu exit
#define qtn_appl_exit "Exit"

#define qtn_appl_run "Run"
#define qtn_appl_edit "Edit"


// example caption strings for app
#define qtn_app_caption_string "ExeLauncher"

#define qtn_app_short_caption_string "ExeLauncher"

#define qtn_fl_item1_title "File 1"
#define qtn_fl_item2_title "File 2"
#define qtn_fl_item3_title "File 3"

#define qtn_fl_item1_text "Z:\\System\\Programs\\HelloExeDll.dll"
#define qtn_fl_item2_text "Z:\\System\\Programs\\GlobalKeyCapture.dll"
#define qtn_fl_item3_text "C:\\System\\Programs\\YorExe.exe"
#define qtn_error_not_found_text "File not found"

// End of File

⌨️ 快捷键说明

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