📄 lustration.rss.bak
字号:
/*
* ============================================================================
* Name : Lustration.rss
* Part of : Lustration
* Created : 2006-03-16 by
* Description:
* This file contains all the resources for the Lustration.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright:
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "lustration.hrh"
#include "lustration.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
//===========================================================================
// The Text in source file are encoded in UTF-8. This is very important to
// make Chinese characters displayed correctly in Symbian applications
//===========================================================================
CHARACTER_SET UTF8
// CONSTANTS
//#define ?constant ?value
// MACROS
//#define ?macro
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf="Lustration"; }
RESOURCE EIK_APP_INFO
{
hotkeys=r_lustration_hotkeys;
menubar=r_lustration_menubar;
cba=R_AVKON_SOFTKEYS_OPTIONS_EXIT;
}
//----------------------------------------------------
//
// r_lustration_hotkeys
// ?description
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_lustration_hotkeys
{
control=
{
HOTKEY { command=EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_lustration_menubar
// ?description
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_lustration_menubar
{
titles=
{
MENU_TITLE { menu_pane=r_lustration_menu; txt="File"; }
};
}
//----------------------------------------------------
//
// r_lustration_menu
// ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_lustration_menu
{
items=
{
MENU_ITEM { command=ELustrationCmdOne; txt="开启一小时"; },
MENU_ITEM { command=ELustrationCmdTwo; txt="开启两小时"; },
MENU_ITEM { command=ELustrationCmdFour;txt="开启四小时"; },
MENU_ITEM { command=ELustrationCmdSix;txt="开启六小时"; },
MENU_ITEM { command=ELustrationCmdEight;txt="开启八小时"; },
MENU_ITEM { command=ELustrationCmdTen;txt="开启十小时"; },
MENU_ITEM { command=ELustrationCmdMenuStop;txt="停止"; },
MENU_ITEM { command=EAknSoftkeyExit;txt="退出"; }
};
}
//----------------------------------------------------
//
// r_lustration_txt_resource
// ?description
//
//----------------------------------------------------
RESOURCE TBUF r_lustration_txt1
{
buf = "赶走蚊虫";
}
RESOURCE TBUF r_lustration_txt2
{
buf = "享受没有蚊虫的";
}
RESOURCE TBUF r_lustration_txt3
{
buf = "舒适睡眠环境";
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -