home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 5
/
ctrom5b.zip
/
ctrom5b
/
OS2
/
SPEL
/
UCHESS
/
UCHESSRC
/
UCHESS.H
< prev
next >
Wrap
Text File
|
1994-11-05
|
3KB
|
104 lines
#define ID_FRAME_RES 1
#define IDC_BITMAP 5
#define IDR_BITMAP 6
#define IDC_OK 222
#define MENU_ID 1
#define IDC_OK2 223
#define IDC_OK3 110
#define IDC_NUMMOVES 200
#define IDC_NUMMINS 201
#define IDC_DEPTH 202
#define IDC_FIXEDDEPTH 203
#define IDC_BOOK 205
#define IDC_EASY 204
#define IDC_BLACK 120
#define IDC_WHITE 121
#define IDC_BOTH 122
#define IDC_NEITHER 123
#define IDC_GROUP 119
#define IDC_OK4 299
#define IDC_GROUP2 300
#define IDC_QUEEN 301
#define IDC_ROOK 302
#define IDC_KNIGHT 303
#define IDC_BISHOP 304
#define IDC_OK5 298
#define IDC_GROUP3 305
#define IDC_BEGIN 306
#define IDC_INTER 307
#define IDC_ADVAN 308
// /*--------------------------------------------------------------*\
// * Menu item IDs *
// \*--------------------------------------------------------------*/
#define IDM_NEWGAME (WM_USER+0)
#define IDM_LOADGAME (WM_USER+1)
#define IDM_SAVEGAME (WM_USER+2)
#define IDM_TIMECONTROL (WM_USER+3) /* Message posted when thread terminates */
#define IDM_PLAYERS (WM_USER+4)
#define IDM_LOOK (WM_USER+5)
#define IDM_CALC (WM_USER+6)
#define IDM_TEST (WM_USER+7)
#define IDM_EDIT (WM_USER+8)
#define IDM_MOVENOW (WM_USER+9)
#define IDM_LISTGAME (WM_USER+10)
#define IDM_EXIT (WM_USER+11)
#define IDM_TAKEBACK (WM_USER+12)
#define IDM_HINT (WM_USER+14)
#define IDM_SKILL (WM_USER+15)
#define IDM_VERBOSE (WM_USER+16)
// *--------------------------------------------------------------*\
// * Message item IDs *
// \ *--------------------------------------------------------------*/
#define IDD_SKILL 1
#define IDD_PROMOTE 2
#define IDD_TIMEDLG 3
#define IDD_PRODUCTINFO 4
#define IDD_HELP 5
#define IDD_PLAYERS 6
#define IDD_EDIT 7
#define IDM_HELPHELPFORHELP 9100
#define IDM_HELPEXTENDED 9200
#define IDM_HELPKEYS 9300
#define IDM_HELPINDEX 9400
#define IDM_HELPPRODUCTINFO 9600
#define HELPLIBRARYNAMELEN 32
#define IDS_HELPLIBRARYNAME 104
#define IDS_HELPWINDOWTITLE 105
/*--------------------------------------------------------------*\
* Help table and subtables *
\*--------------------------------------------------------------*/
#define UCHESS_HELP_TABLE 1000
/*--------------------------------------------------------------*\
* Main window help panels *
\*--------------------------------------------------------------*/
#define SUBTABLE_MAIN 2000
#define PANEL_MAIN 2100
#define PANEL_HELP 2910
#define PANEL_HELPHELPFORHELP 2920
#define PANEL_HELPEXTENDED 2930
#define PANEL_HELPKEYS 2940
#define PANEL_HELPINDEX 2950
#define PANEL_TIMEDLG 2960
#define PANEL_KEYSHELP 2970
#define PANEL_SKILLDLG 2980
#define PANEL_SKILLMENU 2981
#define PANEL_TIMEMENU 2982
#define PANEL_PLAYERMENU 2983
#define PANEL_HINT 2984
#define PANEL_MOVENOW 2985
#define PANEL_UNDO 2986
#define PANEL_EDIT 2987
#define PANEL_CALC 2988
#define PANEL_TEST 2989
#define PANEL_BEEP 2990
#define PANEL_VERBOSE 2991