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

📄 apprsrc.r

📁 Wxpython Implemented on Windows CE, Source code
💻 R
字号:
#ifdef __UNIX__
#  include <Carbon.r>
#else
#  include <Types.r>
#endif
#include "apprsrc.h"

resource 'STR#' ( 128 , "Simple Alert Messages" )
{
	{
	"This application needs at least a MacPlus" ,
	"This application needs more memory" ,
	"This application is out of memory" ,
	"This application needs at least System 8.6" ,
	"About this wxWindows Application" ,
	"This application needs Appearance extension (built in with System 8) - this restriction will be relieved in the final release"
	}
} ;

resource 'MENU' (1, preload)
{
	1, textMenuProc, 0b11111111111111111111111111111110 , enabled, apple ,
	{
		"About

⌨️ 快捷键说明

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