?? bluetoothgps.rss
字號:
NAME APP0
#include <avkon.mbg>
#include <avkon.rh>
#include <avkon.rsg>
#include <eikon.rh>
#include <eikon.rsg>
#include <uikon.rh>
#include <BluetoothGPS.hrh>
// ---------------------------------------------------------
// Define the resource file signature .
// This resource should be empty.
// ---------------------------------------------------------
//
RESOURCE RSS_SIGNATURE { }
// ---------------------------------------------------------
// Default Document Name.
// ---------------------------------------------------------
//
RESOURCE TBUF { buf = ""; }
// ---------------------------------------------------------
// Define default and main menu and CBA key.
// ---------------------------------------------------------
//
RESOURCE EIK_APP_INFO
{
menubar = r_menubar_main;
cba = r_cba_default;
}
RESOURCE CBA r_cba_default
{
buttons =
{
CBA_BUTTON { txt = "Options"; id = EAknSoftkeyOptions; },
CBA_BUTTON { txt = "Exit"; id = EAknSoftkeyExit; }
};
}
RESOURCE MENU_BAR r_menubar_main
{
titles =
{
MENU_TITLE { menu_pane = r_menupane_app; },
MENU_TITLE { menu_pane = r_menupane_main; }
};
}
RESOURCE MENU_PANE r_menupane_app
{
items =
{
MENU_ITEM { command = EAknSoftkeyExit; txt = "Exit"; flags = EEikMenuItemSeparatorAfter; }
};
}
RESOURCE MENU_PANE r_menupane_main
{
items =
{
MENU_ITEM { command = ECmdGpsInfo; txt = "GPS Info"; },
MENU_ITEM { command = ECmdGpsTest; txt = "GPS Test"; }
};
}
// ---------------------------------------------------------
// Define defaults for Views.
// ---------------------------------------------------------
//
RESOURCE CBA r_cba_viewdefault
{
buttons =
{
CBA_BUTTON { txt = "Options"; id = EAknSoftkeyOptions; },
CBA_BUTTON { txt = "Exit"; id = EAknSoftkeyExit; }
};
}
RESOURCE MENU_BAR r_menubar_viewdefault
{
titles =
{
MENU_TITLE { menu_pane = r_menupane_app; }
};
}
// ---------------------------------------------------------
// Resources for GpsInfo screen.
// ---------------------------------------------------------
//
RESOURCE TBUF r_text_gpsinfo_title { buf = "GPS Info"; }
RESOURCE TBUF r_gps_info_label { buf = "GPS Position:"; }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -