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.
31 lines
756 B
31 lines
756 B
|
|
/***************************************************
|
|
Copyright (C) Maynard, An Archive Company. 1992
|
|
|
|
Name:
|
|
|
|
Description: Contains dialog control id's for the generic message box
|
|
|
|
$Log: G:/UI/LOGFILES/MSGBOXID.H_V $
|
|
|
|
Rev 1.1 04 Oct 1992 19:47:58 DAVEV
|
|
UNICODE AWK PASS
|
|
|
|
Rev 1.0 07 Apr 1992 09:38:10 CHUCKB
|
|
Initial revision.
|
|
|
|
|
|
*****************************************************/
|
|
|
|
#ifdef TRANSLATE
|
|
#define IDD_MESSAGE_BOX 280
|
|
#else
|
|
#include "dlg_ids.h"
|
|
#endif
|
|
|
|
#define IDD_MSG_ICON 100
|
|
#define IDD_MSG_TEXT 101
|
|
#define IDD_MSG_INST 103
|
|
#define IDD_MSG_BUT1 104
|
|
#define IDD_MSG_BUT2 105
|
|
#define IDD_MSG_BUT3 106
|