home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
winutil
/
rsgage
/
resgauge.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-06-04
|
627b
|
31 lines
// =========================================================================
// resgauge.h -- header file for the Resource Gauge application.
// =========================================================================
#ifndef _RESGAUGE_
#define _RESGAUGE_
// ------------------
// manifest constants
// ------------------
// menu item ID
#define IDM_ABOUT 100
// dialog item IDs
#define IDD_ABOUT1 100
#define IDD_ABOUT2 101
#define IDD_ABOUT3 102
#define IDD_ABOUT4 103
#define IDD_ABOUT5 104
#define LAST_ABOUT 104
#endif
// =================
// end of resgauge.h
// =================