?? conslauncher.rss
字號(hào):
/* Copyright (c) 2003 Symbian Software Ltd. All rights reserved */
NAME CONL
#include <uikon.rh>
#include <controls.rh>
#include "ConsLauncher.hrh"
RESOURCE RSS_SIGNATURE
{
}
RESOURCE TBUF r_default_document_name
{
buf="";
}
RESOURCE EIK_APP_INFO
{
menubar = r_conslauncher_menubar;
}
RESOURCE MENU_BAR r_conslauncher_menubar
{
titles =
{
MENU_TITLE
{
menu_pane = r_conslauncher_menu;
txt="ConsLauncher";
}
};
}
RESOURCE MENU_PANE r_conslauncher_menu
{
items =
{
MENU_ITEM
{
command = EConsLauncherCommand1;
txt = "Launch";
},
MENU_ITEM
{
command = EEikCmdExit;
txt = "Close";
}
};
}
RESOURCE TBUF r_conslauncher_dir_fspec
{
buf = "c:\\system\\programs\\*.exe";
}
RESOURCE TBUF r_conslauncher_text_runfailed
{
buf = "Failed to run Console application"; // maximum 35 characters, to fit in an infoprint
}
RESOURCE TBUF r_conslauncher_text_notfound
{
buf = "No .EXEs found";
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -