2020-09-30 17:12:29 +02:00

50 lines
649 B
C

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name
resource.h
Abstract:
Author:
Mark Enstrom (marke) 13-Dec-1995
Enviornment:
User Mode
Revision History:
--*/
//
// Windows definitions
//
#define IDR_WCALL_MENU 101
#define IDM_EXIT 102
#define IDM_GET_CURRENT 103
#define IDM_SAVE_CALLS 104
#define IDD_RESULTS 105
#define IDC_RESULTSLIST 106
#define IDM_SAVERESULTS 107
#define IDM_RESTART 108
#define IDM_SAMPLE 109
//
// toolbar control codes
//
#define IDM_C_SIZE 110
#define IDM_C_REDRAW 111
#define IDM_G_KEY_TIME 112
#define IDM_G_INT 113
#define IDM_SAVE_LOG 114