s60clientservlab.rss
来自「S60培训教材代码」· RSS 代码 · 共 81 行
RSS
81 行
/*
* ============================================================================
* Name : S60ClientServLab.rss
* Part of : S60ClientServLab
* Created : 15/07/2003 by Neil Binns
* Description:
* This file contains all the resources for the S60ClientServLab.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright: (c) 2003 Nokia. All rights reserved.
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME CSRV // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "s60clientservlab.hrh"
#include "s60clientservlab.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
// CONSTANTS
//#define ?constant ?value
// MACROS
//#define ?macro
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf=""; }
RESOURCE EIK_APP_INFO
{
menubar=r_s60clientservlab_menubar;
cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_s60clientservlab_menubar
// ?description
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_s60clientservlab_menubar
{
titles=
{
MENU_TITLE { menu_pane=r_s60clientservlab_menu; txt="File"; }
};
}
//----------------------------------------------------
//
// r_s60clientservlab_menu
// ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_s60clientservlab_menu
{
items=
{
MENU_ITEM { command=EAknCmdExit; txt="Exit"; },
MENU_ITEM { command=ES60ClientServLabCmdWriteFile; txt="Write to File"; }
};
}
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?