gmdbview.h
来自「CD_高级PALM编程」· C头文件 代码 · 共 34 行
H
34 行
/********************************************************************* FILE: GMDBView.h** DESCRIPTION: The header file for GMDBView.c.** VERSION: 1.0**********************************************************************/// Constants found in all applications#define APP_FILE_CREATOR 'PAKA' #define MIN_ROM_MAJOR 3#define MIN_ROM_MINOR 0#define MIN_ROM_VERSION sysMakeROMVersion ( MIN_ROM_MAJOR, MIN_ROM_MINOR, 0, sysROMStageDevelopment, 0 )//Application constants #define MAX_NUM_CARDS 2#define BIG_JUMP 10//Application globals UInt16 gDBCounts [ MAX_NUM_CARDS ];UInt16 gMaxCardsNum;UInt16 gTotDBsNum;Int16 gVirDBIndex;// Internal function prototypes for non-Starter functions// Check their definitions in the source code for parameter definitionsstatic void GetRealDBIndex ( Int16 virIndex, UInt16* cardNum, UInt16 * dbIndex ); static void MoveForwardInDatabases ( UInt8 increment );static void MoveBackwardInDatabases ( UInt8 increment);static void MainFormDraw ();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?