?? activehello.rss
字號(hào):
// ActiveHello.rss
//
// Copyright (c) 2002 Symbian Ltd. All rights reserved.
//
NAME ACTV
#include <eikon.rh>
#include <eikcore.rsg>
#include "activehello.hrh"
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF
{
buf="";
}
RESOURCE EIK_APP_INFO
{
menubar = r_activehello_menubar;
hotkeys = r_activehello_hotkeys;
}
RESOURCE HOTKEYS r_activehello_hotkeys
{
control=
{
HOTKEY
{
command=EEikCmdExit;
key='e';
}
};
}
RESOURCE MENU_BAR r_activehello_menubar
{
titles=
{
MENU_TITLE
{
menu_pane = r_activehello_file_menu;
txt = "File";
},
MENU_TITLE
{
menu_pane = r_activehello_other_menu;
txt = "Other";
}
};
}
RESOURCE MENU_PANE r_activehello_file_menu
{
items=
{
MENU_ITEM
{
command = EEikCmdExit;
txt = "Close (debug)";
}
};
}
RESOURCE MENU_PANE r_activehello_other_menu
{
items=
{
MENU_ITEM
{
command = EActiveHelloCmdSetHello;
txt = "Set hello";
},
MENU_ITEM
{
command = EActiveHelloCmdCancelHello;
txt = "Cancel";
},
MENU_ITEM
{
command = EActiveHelloCmdStartFlashing;
txt = "Start flashing";
},
MENU_ITEM
{
command = EActiveHelloCmdStopFlashing;
txt = "Stop flashing";
},
MENU_ITEM
{
command = EActiveHelloCmdStartMultiHello;
txt = "Start multi hello";
},
MENU_ITEM
{
command = EActiveHelloCmdCancelMultiHello;
txt = "Stop multi hello";
}
};
}
RESOURCE TBUF r_activehello_text_hello
{
buf = "Hello world!";
}
RESOURCE TBUF r_activehello_text_cancelled
{
buf = "Cancelled";
}
RESOURCE TBUF r_activehello_text_started
{
buf = "Started flashing";
}
RESOURCE TBUF r_activehello_text_stopped
{
buf = "Stopped flashing";
}
RESOURCE TBUF r_activehello_text_multi_started
{
buf = "Started multi-hello";
}
RESOURCE TBUF r_activehello_text_multi_cancel
{
buf = "Cancelled multi-hello";
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -