38 lines
1.4 KiB
C
38 lines
1.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 IDS_PROJNAME 100
|
|
#define IDR_ComSpy 100
|
|
#define IDR_SPYCON 101
|
|
#define IDS_WINDOW_TITLE 102
|
|
#define IDR_MENU1 201
|
|
#define IDI_MAIN 203
|
|
#define ID_LOG 32768
|
|
#define IDM_SELECT_APPLICATIONS 32769
|
|
#define IDM_EXIT 32770
|
|
#define ID_SAVE 32771
|
|
#define ID_CHOOSE_LOG_FILE_NAME 32772
|
|
#define ID_CLEAR 32773
|
|
#define ID_OPTIONS_GRID_LINES 32774
|
|
#define ID_CHOOSEFONT 32775
|
|
#define IDM_ON_TOP 32776
|
|
#define IDM_ABOUT 32777
|
|
#define ID_SHOW_ON_SCREEN 32778
|
|
#define ID_SAVE_ON_EXIT 32779
|
|
#define ID_SAVE_NOW 32780
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 203
|
|
#define _APS_NEXT_COMMAND_VALUE 32781
|
|
#define _APS_NEXT_CONTROL_VALUE 201
|
|
#define _APS_NEXT_SYMED_VALUE 102
|
|
#endif
|
|
#endif
|