61 lines
2.4 KiB
C
61 lines
2.4 KiB
C
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
// PARTICULAR PURPOSE.
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
#define NUMBER_COLUMNS 6
|
|
#define IDS_PROJNAME 100
|
|
#define IDR_COMSpy1 100
|
|
#define IDR_COMSPY 101
|
|
#define IDS_TITLEComSpyPropPage 102
|
|
#define IDR_TXSINK 103
|
|
#define IDS_HELPFILEComSpyPropPage 106
|
|
#define IDS_DOCSTRINGComSpyPropPage 107
|
|
#define IDR_COMSPYPROPPAGE 108
|
|
#define IDD_COMSPYPROPPAGE 109
|
|
#define IDR_SPYMENU 201
|
|
#define IDC_SHOW_GRID_LINES 201
|
|
#define IDC_LOG_FILE 202
|
|
#define IDI_MAIN 203
|
|
#define IDC_WIDTH 203
|
|
#define IDC_LOG_TO_FILE 204
|
|
#define IDC_COLUMN_NAMES 205
|
|
#define IDD_CONFIGUREEVENTSDLG 205
|
|
#define IDC_SHOW_ON_SCREEN 206
|
|
#define IDC_AUDIT_TO_DB 207
|
|
#define IDC_LIST_APPS 208
|
|
#define IDC_LIST_EVENTS 209
|
|
#define IDC_STATIC_CURRENTAPP 210
|
|
#define IDC_EVENTS_FRAME 214
|
|
#define IDC_STATIC_EVENTPLACEHOLDER 216
|
|
#define IDC_LISTVIEWEVENTS 220
|
|
#define IDC_CHECK_ALLAPPS 222
|
|
#define IDC_STATIC_TYPE 223
|
|
#define IDC_LISTVIEWSYSEVENTS 224
|
|
#define ID_DEBUG_BEGIN 500
|
|
#define ID_DEBUG_END 599
|
|
#define ID_LOG 32768
|
|
#define IDM_SELECT_APPLICATIONS 32769
|
|
#define ID_CHOOSEFONT 32770
|
|
#define ID_SAVE 32771
|
|
#define ID_CHOOSE_LOG_FILE_NAME 32772
|
|
#define ID_CLEAR 32773
|
|
#define ID_OPTIONS_GRID_LINES 32774
|
|
#define ID_SHOW_ON_SCREEN 32776
|
|
#define IDM_ABOUT 32777
|
|
#define ID_SPY_DEBUG_NORUNNINGAPPLICATIONS 32779
|
|
#define ID_AUDIT 32780
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 206
|
|
#define _APS_NEXT_COMMAND_VALUE 32781
|
|
#define _APS_NEXT_CONTROL_VALUE 225
|
|
#define _APS_NEXT_SYMED_VALUE 113
|
|
#endif
|
|
#endif
|