17 lines
407 B
Plaintext
17 lines
407 B
Plaintext
//
|
|
// CUIRES.RC
|
|
//
|
|
// This file is included by module's RC file.
|
|
//
|
|
|
|
STRINGTABLE MOVEABLE DISCARDABLE
|
|
BEGIN
|
|
CUI_IDS_OK, "OK"
|
|
CUI_IDS_CANCEL, "Cancel"
|
|
CUI_IDS_ABORT, "&Abort"
|
|
CUI_IDS_RETRY, "&Retry"
|
|
CUI_IDS_IGNORE, "&Ignore"
|
|
CUI_IDS_YES, "&Yes"
|
|
CUI_IDS_NO, "&No"
|
|
END
|