home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
clip4win
/
clip4win.exe
/
C4W30E.HUF
/
SOURCE
/
MDIDEMO.CH
< prev
next >
Wrap
Text File
|
1994-06-01
|
631b
|
30 lines
#include "windows.ch"
#define WINDOWMENUPOS 1 // position of menu item "Window"
#define NWNDEXTRA 0 // # extra window class bytes
// resource ID's:
#define ID_MDIFRAME 101
#define ID_MDICHILD 102
#define ID_MENU 103
#define ID_TOOLBAR 104
// menu ID's:
#define IDM_FILENEW 201
#define IDM_FILEEXIT 202
#define IDM_WINDOWTILE 301
#define IDM_WINDOWCASCADE 302
#define IDM_WINDOWCLOSEALL 303
#define IDM_WINDOWICONS 304
#define IDM_WINDOWCHILD 401
// bitmap id's
#define IDB_NEW 201
#define IDB_EXIT 202
#define IDB_TILE 301
#define IDB_CASCADE 302
#define IDB_CLOSE 303