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.
63 lines
2.0 KiB
63 lines
2.0 KiB
/******************************************************************************
|
|
|
|
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_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_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_MODE_UNSETTABLE 51
|
|
#define IDS_BAD_COLOR 49
|
|
#define IDS_BAD_REFRESH 50
|
|
|
|
// 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_LISTMODE_DIALOGBOX 4163
|
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_ADAPTER_PROPERTIES 4164
|
|
|
|
|