home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Share 9
/
MEDIASHARE_09.ISO
/
utility
/
v12n02.zip
/
CHANGER.H
< prev
next >
Wrap
Text File
|
1992-10-07
|
1KB
|
50 lines
//------------------------------------------------------------------------
//
// CHANGER.H -- Include file for CHANGER.C
//
// (c) Douglas Boling, 1992
//
//------------------------------------------------------------------------
//
// Menu IDs
//
#define IDM_COLOR 10
#define IDM_SSAVE 11
#define IDM_BGROUND 12
#define IDM_PATTERN 13
#define IDM_EXIT 14
#define IDM_ABOUT 15
//
// Dialog Box IDs
//
#define IDD_COLOR 100
#define IDD_SSAVE 101
#define IDD_BGROUND 102
#define IDD_PATTERN 103
#define IDD_COLORTXT 104
#define IDD_SSAVETXT 105
#define IDD_BGROUNDTXT 106
#define IDD_PATTERNTXT 107
#define IDD_COLORFRM 108
#define IDD_SSAVEFRM 109
#define IDD_BGROUNDFRM 110
#define IDD_PATTERNFRM 111
#define IDD_EDITCAT 112
#define IDD_CHENABLED 113
#define IDD_SELPOS 150
#define IDD_SELACT 151
#define IDD_SELADD 152
#define IDD_SELREM 153
#define IDD_SELADDALL 154
#define IDD_SELREMALL 155
#define IDD_CHRND 156
#define IDD_CHSEQ 157
#define IDD_CHNO 158
#define IDD_ABOUT 200