mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
286 B
16 lines
286 B
/*
|
|
* testapp.h
|
|
* Xiao Ying Ding
|
|
* 1/20/96
|
|
*/
|
|
|
|
|
|
#define TAPP_Init 11
|
|
#define TAPP_Exit 12
|
|
|
|
#define menuMPRT 1
|
|
|
|
#define XEditWnd(dxParent) (dxParent+10)
|
|
#define YEditWnd(dyParent) (dyParent+10)
|
|
#define DxEditWnd(dxParent) (dxParent-20)
|
|
#define DyEditWnd(dyParent) (dyParent-20)
|