87 lines
2.6 KiB
C
87 lines
2.6 KiB
C
/******************************************************************************
|
|
|
|
Source File: Resource.H
|
|
|
|
Resource Identifier Definitions for deskctop adapter information
|
|
|
|
Copyright (c) 1998 by Microsoft Corporation
|
|
|
|
|
|
******************************************************************************/
|
|
|
|
// Icon
|
|
|
|
#define IDI_ADAPTER 100
|
|
|
|
// Property sheet
|
|
|
|
#define PROP_SHEET_DLG 200
|
|
#define ID_ADP_ADPGRP 201
|
|
#define ID_ADP_ADAPTOR 202
|
|
#define ID_ADP_ADPINFGRP 203
|
|
#define ID_ADP_CHIP 204
|
|
#define ID_ADP_DAC 205
|
|
#define ID_ADP_MEM 206
|
|
#define ID_ADP_ADP_STRING 207
|
|
#define ID_ADP_BIOS_INFO 208
|
|
#define ID_ADP_AI1 209
|
|
#define ID_ADP_AI2 210
|
|
#define ID_ADP_AI3 211
|
|
#define ID_ADP_AI4 212
|
|
#define ID_ADP_AI5 213
|
|
#define IDC_TEST_MODE 214
|
|
#define IDC_LIST_ALL 215
|
|
#define IDC_PROPERTIES 216
|
|
|
|
#define DLG_SET_MODE_LIST 800
|
|
#define ID_MODE_LISTGRP 801
|
|
#define ID_MODE_LIST 802
|
|
|
|
// test bitmap
|
|
|
|
#define IDS_PAGE_TITLE 1
|
|
#define IDS_TEST_BITMAP 10
|
|
#define IDS_COLOR_RED 11
|
|
#define IDS_COLOR_GREEN 12
|
|
#define IDS_COLOR_BLUE 13
|
|
#define IDS_COLOR_YELLOW 14
|
|
#define IDS_COLOR_MAGENTA 15
|
|
#define IDS_COLOR_CYAN 16
|
|
#define IDS_COLOR_WHITE 17
|
|
#define IDS_PATTERN_VERT 18
|
|
#define IDS_PATTERN_HORZ 19
|
|
#define IDS_RED_SHADES 20
|
|
#define IDS_GREEN_SHADES 21
|
|
#define IDS_BLUE_SHADES 22
|
|
#define IDS_RESOLUTION_FMT 23
|
|
#define IDS_UNAVAILABLE 24
|
|
#define IDS_GRAY_SHADES 25
|
|
|
|
#define IDS_TEST_WARNING 30
|
|
#define IDS_TEST_MODE 31
|
|
#define IDS_TEST_RESULT 32
|
|
#define IDS_TEST_FAILED 33
|
|
|
|
#define IDS_MODE_4BIT_COLOR 40
|
|
#define IDS_MODE_8BIT_COLOR 41
|
|
#define IDS_MODE_15BIT_COLOR 42
|
|
#define IDS_MODE_16BIT_COLOR 43
|
|
#define IDS_MODE_TRUECOLOR24 44
|
|
#define IDS_MODE_TRUECOLOR32 45
|
|
#define IDS_MODE_REFRESH_DEF 46
|
|
#define IDS_MODE_REFRESH_INT 47
|
|
#define IDS_MODE_REFRESH_HZ 48
|
|
#define IDS_BAD_COLOR 49
|
|
#define IDS_BAD_REFRESH 50
|
|
#define IDS_MODE_UNSETTABLE 51
|
|
|
|
// help ids
|
|
#define IDH_NOHELP ((DWORD)-1)
|
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_ADAPTER_ADAPTER_TYPE 4160
|
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_ADAPTER_ADAPTER_INFO 4161
|
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_ADAPTER_LIST_MODES 4162
|
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_ADAPTER_PROPERTIES 4164
|
|
|
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_ADAPTER_LISTMODE_DIALOGBOX 4163
|
|
|