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

📄 puzzlersc.h

📁 在Palm上可以正常运行的类似拼图小游戏源代码!
💻 H
字号:
/******************************************************************************
 *
 * Copyright (c) 1995-2004 PalmSource, Inc. All rights reserved.
 *
 * File: PuzzleRsc.h
 *
 *****************************************************************************/

// Main View
#define MainForm							1000
#define MainFormTitle					1001
#define MainFormNewPuzzleButton		1002

// Info Dialog Box
#define InfoDialog						1400
#define InfoVersionLabel				1404


// Rom Incompatible Alert
#define RomIncompatibleAlert			1001



// Menus
#define MainFormMenuBar					1000


// Menu commands
#define MainOptionsSolvePuzzleCmd		100
#define MainOptionsInstructions			101
#define MainOptionsAboutCmdSeparator	102
#define MainOptionsAboutCmd				103


// Strings
#define PleaseWaitStr					1000
#define InstructionsStr					1001


// Graphic Bitmaps
//#define ConnectingLocallyDisabledBitmap	1000

⌨️ 快捷键说明

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