📄 aoexample.rss
字号:
/*
* ============================================================================
* Name : AOExample.rss
* Part of : AOExample
* Created : 3.5.2004 by Markus Pelkonen
* Description:
* This file contains all the resources for the AOExample.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright: Nokia
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "aoexample.hrh"
#include "aoexample.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <avkon.loc>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "AOExample"; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_aoexample_hotkeys;
menubar = r_aoexample_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_aoexample_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_aoexample_hotkeys
{
control =
{
HOTKEY { command = EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_aoexample_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_aoexample_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_aoexample_menu; txt = "File"; }
};
}
//----------------------------------------------------
//
// r_aoexample_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_aoexample_menu
{
items =
{
MENU_ITEM { command = EAOExampleCmdAppClear; txt = qtn_appl_clear; },
MENU_ITEM { command = EAOExampleCmdAppFetch; txt = qtn_appl_test; },
MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
};
}
//-----------------------------------------------------------------------------
//
// r_aknexquery_data_query_limit
// Resource of Data Query.
//
//-----------------------------------------------------------------------------
//
RESOURCE DIALOG r_aoexample_url_query
{
flags = EGeneralQueryFlags;
buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
items =
{
DLG_LINE
{
type = EAknCtQuery;
id = EGeneralQuery;
control = AVKON_DATA_QUERY
{
layout = EDataLayout;
label = "Http URL:";
control = EDWIN
{
flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
width = 20;
lines = 1;
maxlength = 128;
};
};
}
};
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -