puzzlersc.h

来自「在Palm上可以正常运行的类似拼图小游戏源代码!」· C头文件 代码 · 共 42 行

H
42
字号
/******************************************************************************
 *
 * 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 + =
减小字号Ctrl + -
显示快捷键?