⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 point24.rss

📁 symbian平台下的24点游戏编程 很适合初学者的例子
💻 RSS
字号:
/*
========================================================================
 Name        : Point24.rss
 Author      : luomao2000
 Copyright   : luomao2000@tom.com
Reserved
 Description : 
========================================================================
*/
NAME POIN

#include <avkon.rsg>
#include <avkon.rh>
#include <eikon.rh>
#include <appinfo.rh>
#include "Point24.hrh"
#include "Point24.loc"

RESOURCE RSS_SIGNATURE
	{
	}
RESOURCE TBUF
	{
	buf = "Point24";
	}
RESOURCE EIK_APP_INFO r_application_point24_app_ui
	{
	cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
	status_pane = r_application_status_pane;
	}
RESOURCE STATUS_PANE_APP_MODEL r_application_status_pane
	{
	}
RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
	{
	short_caption = STR_Point24Application_2;
	caption_and_icon = CAPTION_AND_ICON_INFO
		{
		caption = STR_Point24Application_1;
		number_of_icons = 0;
		icon_file = "\\Resource\\Apps\\Point24.mbm";
		};
	}
RESOURCE TBUF r_application_akn_view_reference1
	{
	}

#include "Point24Container.rssi"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -