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.
30 lines
653 B
30 lines
653 B
#ifndef _RC_H
|
|
#define _RC_H
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// RC.H
|
|
//
|
|
// defines for this project's resources
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// Icons
|
|
|
|
#define IDI_DISPLAY 100
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// Strings
|
|
|
|
#define IDS_DISPLAY_TITLE 100
|
|
#define IDS_DISPLAY_EXPLAIN 101
|
|
#define IDS_DISPLAY_DISABLED 102
|
|
#define IDS_ERRRegistryWrite 103
|
|
|
|
|
|
#define IDC_STATIC -1
|
|
#endif
|
|
|