2025-04-27 07:49:33 -04:00

59 lines
1.5 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*--
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 IDD_HELP 913
#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 SHOW_HELP 911
#define IDM_HELP 911
#define IDC_HELPLIST 912
#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_S256 229
#define IDM_SXXX 240
#define IDM_FONT 250
#define IDM_TRANSPARENT 260
#define ID_TEST_START 400