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.
53 lines
1.3 KiB
53 lines
1.3 KiB
/*--
|
|
|
|
Copyright (c) 1990 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
resource.h
|
|
|
|
Abstract:
|
|
|
|
defines for resource file
|
|
|
|
Author:
|
|
|
|
Mark Enstrom (marke) 30-Dec-1992
|
|
|
|
Revision History:
|
|
|
|
Dan Almosnino (danalm) 20-Sep-1995
|
|
|
|
Added TEXT_QRUN, Text String-Length choice items (IDM_S...), Font choice option
|
|
|
|
Dan Almosnino (danalm) 17-Oct-1995
|
|
|
|
Added RUN_BATCH for batch mode execution
|
|
Added IDM_TRANSPARENT for transparent background text option
|
|
--*/
|
|
|
|
#define ID_DC 110
|
|
#define IDD_RESULTS 111
|
|
#define IDC_RESULTSLIST 112
|
|
#define IDM_SAVERESULTS 113
|
|
#define IDM_SHOW 114
|
|
#define IDR_GDIBENCH_MENU 101
|
|
#define IDM_EXIT 202
|
|
#define IDM_RUN 205
|
|
#define IDM_QRUN 206
|
|
#define IDM_TEXT_QRUN 207
|
|
#define RUN_BATCH 208
|
|
#define IDM_S001 221
|
|
#define IDM_S002 222
|
|
#define IDM_S004 223
|
|
#define IDM_S008 224
|
|
#define IDM_S016 225
|
|
#define IDM_S032 226
|
|
#define IDM_S064 227
|
|
#define IDM_S128 228
|
|
#define IDM_SXXX 240
|
|
#define IDM_FONT 250
|
|
#define IDM_TRANSPARENT 260
|
|
#define ID_TEST_START 400
|
|
|
|
|