1 #pragma once 2 3 #define IDD_DISPLAYADAPTER 100 4 #define IDD_LISTALLMODES 101 5 6 #define IDC_ADAPTERNAME 201 7 #define IDC_ADAPTERPROPERTIES 202 8 #define IDC_CHIPTYPE 203 9 #define IDC_DACTYPE 204 10 #define IDC_MEMORYSIZE 205 11 #define IDC_ADAPTERSTRING 206 12 #define IDC_BIOSINFORMATION 207 13 #define IDC_LISTALLMODES 208 14 #define IDC_DESK_ADAPTER 209 15 16 #define IDC_ALLVALIDMODES 301 17 18 #define IDS_MODEFMT 101 19 #define IDS_DEFREFRESHRATE 102 20 #define IDES_REFRESHRATEFMT 103 21 #define IDS_4BPP 104 22 #define IDS_8BPP 105 23 #define IDS_15BPP 106 24 #define IDS_16BPP 107 25 #define IDS_24BPP 108 26 #define IDS_32BPP 109 27 #define IDS_NOTAVAIL 110 28