/***********************************************************************/ /* Copyright (C) 2002 Definitive Solutions, Inc. All Rights Reserved. */ /* THIS COMPUTER PROGRAM IS PROPRIETARY AND CONFIDENTIAL TO DEFINITIVE */ /* SOLUTIONS, INC. AND ITS LICENSORS AND CONTAINS TRADE SECRETS OF */ /* DEFINITIVE SOLUTIONS, INC. THAT ARE PROVIDED PURSUANT TO A WRITTEN */ /* AGREEMENT CONTAINING RESTRICTIONS ON USE AND DISCLOSURE. ANY USE, */ /* REPRODUCTION, OR TRANSFER EXCEPT AS PROVIDED IN SUCH AGREEMENT */ /* IS STRICTLY PROHIBITED. */ /***********************************************************************/ // The menu items. (These items cannot be included in the RC file, because // this file cannot be included in the RC file. So, in the RC file, we // just use the literal values. The #defines are used, however, in the // CMainFrame class.) #define ID_ENABLELOGGING 10000 #define ID_VIEWLOG 10001 // Strings for the DOMYLOGST macro. #define API_FAILURE 10020 #define NEW_FAILURE 10021 #define REGISTRY_NOT_OPEN 10022 #define NULL_POINTER 10023 #define BAD_DEFAULT_CASE 10024 // Dialog box for setting levels (MyLogDlg). #define IDD_MYLOG 10030 #define IDC_SLIDER_MYLOG 10031 #define IDC_STATIC_MYLOG_NOLOG 10032 #define IDC_STATIC_MYLOG_AUDIT 10033 #define IDC_STATIC_MYLOG_ERROR 10034 #define IDC_STATIC_MYLOG_WARNS 10035 #define IDC_STATIC_MYLOG_TRACE 10036 #define IDC_STATIC_MYLOG_DEBUG 10037 #define IDC_STATIC_MYLOG_DESC 10038 #define IDC_STATIC_MYLOG_TEXT0 10039 #define IDC_STATIC_MYLOG_TEXT1 10040 #define IDC_STATIC_MYLOG_TEXT2 10041 #define IDC_STATIC_MYLOG_TEXT3 10042 #define IDC_STATIC_MYLOG_LINE0 10043 #define IDC_STATIC_MYLOG_LINE1 10044 #define IDC_STATIC_MYLOG_LESSLOGGING 10045 #define IDC_STATIC_MYLOG_FASTER 10046 #define IDC_STATIC_MYLOG_MORELOGGING 10047 #define IDC_STATIC_MYLOG_SLOWER 10048 // Strings for descriptions #define IDS_MYLOG_NOLOG_DESC 10060 #define IDS_MYLOG_AUDIT_DESC 10061 #define IDS_MYLOG_ERROR_DESC 10062 #define IDS_MYLOG_WARNS_DESC 10063 #define IDS_MYLOG_TRACE_DESC 10064 #define IDS_MYLOG_DEBUG_DESC 10065