mirror of https://github.com/tongzx/nt5src
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.
24 lines
687 B
24 lines
687 B
#define DLG_CURSORS 100
|
|
#define ID_CURSORLIST 101
|
|
#define ID_BROWSE 102
|
|
#define ID_DEFAULT 103
|
|
#define ID_TITLEH 104
|
|
#define ID_CREATORH 105
|
|
#define ID_FILEH 106
|
|
#define ID_TITLE 107
|
|
#define ID_CREATOR 108
|
|
#define ID_FILE 109
|
|
#define ID_PREVIEW 110
|
|
|
|
#define ID_SAVESCHEME 111
|
|
#define ID_REMOVESCHEME 112
|
|
#define ID_SCHEMECOMBO 113
|
|
|
|
#define DLG_FILEOPEN 200
|
|
|
|
#define DLG_SCHEMESAVE 201
|
|
|
|
#define ID_SCHEMEFILENAME 300
|
|
|
|
|
|
|