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.
22 lines
726 B
22 lines
726 B
// Disc Settings dialog:
|
|
#define IDH_CD_DRIVE_NAME 4300
|
|
#define IDH_CD_GET_ARTIST 4301
|
|
#define IDH_CD_GET_TITLE 4302
|
|
#define IDH_CD_PLAY_LISTBOX 4303
|
|
#define IDH_CD_ADD 4304
|
|
#define IDH_CD_REMOVE 4305
|
|
#define IDH_CD_CLEAR 4306
|
|
#define IDH_CD_DEFAULT 4307
|
|
#define IDH_CD_TRACK_NAME 4308
|
|
#define IDH_CD_TRACK_LISTBOX 4309
|
|
#define IDH_CD_SETNAME 4310
|
|
|
|
// Preferences dialog box 4311
|
|
#define IDH_CD_STOP_CD_ON_EXIT 4312
|
|
#define IDH_CD_SAVE_ON_EXIT 4313
|
|
#define IDH_CD_SHOW_TOOLTIPS 4314
|
|
#define IDH_CD_INTRO_LENGTH 4315
|
|
#define IDH_CD_DISPLAY_FONT 4316
|
|
|
|
|
|
|