// Dialog box definitions
//
// (NOTE: all symbol values should be unique)
//
#ifndef _INC_DLGDEFS
#define _INC_DLGDEFS

// Icon resource IDs

#define IDR_MAINICON            100

// Generic control IDs

#define CTL_OK			IDOK
#define CTL_CANCEL		IDCANCEL

// AboutDlg definitions

#define IDR_ABOUTDLG            200

// SampleDlg definitions

#define IDR_SAMPLEDLG           300

#define CTL_EDIT1               301
#define CTL_EDIT2               302
#define CTL_RED                 303
#define CTL_BLUE                304
#define CTL_GREEN               305
#define CTL_PURPLE              306
#define CTL_MAUVE               307
#define CTL_ECRU                308
#define CTL_SIENNA              309

#endif  /* _INC_DLGDEFS */
