1 #pragma once 2 3 #define IDC_STATIC -1 4 5 /* dialog constants */ 6 #define IDD_MAIN_DIALOG 100 7 #define IDD_SYSTEM_DIALOG 101 8 #define IDD_DISPLAY_DIALOG 102 9 #define IDD_SOUND_DIALOG 103 10 #define IDD_MUSIC_DIALOG 104 11 #define IDD_INPUT_DIALOG 105 12 #define IDD_NETWORK_DIALOG 106 13 #define IDD_HELP_DIALOG 107 14 15 /* control constants */ 16 #define IDC_TAB_CONTROL 1000 17 #define IDC_BUTTON_HELP 1001 18 #define IDC_BUTTON_NEXT 1002 19 #define IDC_BUTTON_SAVE_INFO 1003 20 #define IDC_BUTTON_EXIT 1004 21 22 /* system dialog constants */ 23 #define IDC_STATIC_TIME 2000 24 #define IDC_STATIC_COMPUTER 2001 25 #define IDC_STATIC_OS 2002 26 #define IDC_STATIC_LANG 2003 27 #define IDC_STATIC_MANU 2004 28 #define IDC_STATIC_MODEL 2005 29 #define IDC_STATIC_BIOS 2006 30 #define IDC_STATIC_PROC 2007 31 #define IDC_STATIC_MEM 2008 32 #define IDC_STATIC_SWAP 2009 33 #define IDC_STATIC_VERSION 2010 34 #define IDC_WHQL_SIGN_CHECK 2011 35 36 /* DDraw dialog constants */ 37 #define IDC_STATIC_ADAPTER_ID 3000 38 #define IDC_STATIC_ADAPTER_VENDOR 3001 39 #define IDC_STATIC_ADAPTER_CHIP 3002 40 #define IDC_STATIC_ADAPTER_DAC 3003 41 #define IDC_STATIC_ADAPTER_MEM 3004 42 #define IDC_STATIC_ADAPTER_MODE 3005 43 #define IDC_STATIC_ADAPTER_MONITOR 3006 44 #define IDC_STATIC_ADAPTER_DRIVER 3007 45 #define IDC_STATIC_ADAPTER_VERSION 3008 46 #define IDC_STATIC_ADAPTER_DATE 3009 47 #define IDC_STATIC_ADAPTER_LOGO 3010 48 #define IDC_STATIC_ADAPTER_MINIVDD 3011 49 #define IDC_STATIC_ADAPTER_VDD 3012 50 #define IDC_STATIC_ADAPTER_DDI 3013 51 #define IDC_BUTTON_DDRAW 3014 52 #define IDC_BUTTON_D3D 3015 53 #define IDC_BUTTON_AGP 3016 54 #define IDC_BUTTON_TESTDD 3017 55 #define IDC_BUTTON_TEST3D 3018 56 #define IDC_STATIC_DDSTATE 3019 57 #define IDC_STATIC_D3DSTATE 3020 58 #define IDC_STATIC_AGPSTATE 3021 59 #define IDC_TEXT_INFO 3022 60 #define IDC_BUTTON_TESTDMUSIC 3023 61 #define IDC_BUTTON_TESTDPLAY 3024 62 #define IDC_BUTTON_VOICE_OPTIONS 3025 63 64 /* DirectSound dialog constants */ 65 #define IDC_STATIC_DSOUND_NAME 4000 66 #define IDC_STATIC_DSOUND_DEVICEID 4001 67 #define IDC_STATIC_DSOUND_VENDORID 4002 68 #define IDC_STATIC_DSOUND_PRODUCTID 4003 69 #define IDC_STATIC_DSOUND_TYPE 4004 70 #define IDC_STATIC_DSOUND_STANDARD 4005 71 #define IDC_STATIC_DSOUND_DRIVER 4006 72 #define IDC_STATIC_DSOUND_VERSION 4007 73 #define IDC_STATIC_DSOUND_DATE 4008 74 #define IDC_STATIC_DSOUND_LOGO 4009 75 #define IDC_STATIC_DSOUND_FILES 4010 76 #define IDC_STATIC_ADAPTER_PROVIDER 4011 77 #define IDC_SLIDER_DSOUND 4012 78 #define IDC_BUTTON_TESTDSOUND 4013 79 #define IDC_TEXT_DSOUNDINFO 4014 80 81 /* DirectMusic dialog constants */ 82 //#define IDC_LIST_MUSIC_PORTS 5000 83 #define IDC_MUSIC_NOTES 5001 84 #define IDC_STATIC_DEFAULT_PORT_ACCELERATION 5002 85 #define IDC_BUTTON_DISABLEDMUSIC 5003 86 #define IDC_DMUSIC_TEST_LIST 5004 87 #define IDC_MIDI_DLS_COLLECTION 5005 88 89 /* DirectInput dialog constants */ 90 #define IDC_LIST_DEVICE 6000 91 #define IDC_TREE_PORT 6001 92 #define IDC_RICH_INFO 6002 93 94 /* DirectPlay dialog constants */ 95 #define IDC_LIST_PROVIDER 7000 96 #define IDC_NETWORK_NOTES 7001 97 98 /* Help constants */ 99 #define IDC_BUTTON_SYSINFO 8000 100 #define IDC_BUTTON_DDRAW_REFRESH 8001 101 102 /* string resource constants */ 103 #define IDS_MAIN_DIALOG 10000 104 #define IDS_SYSTEM_DIALOG 10001 105 #define IDS_DISPLAY_DIALOG 10002 106 #define IDS_SOUND_DIALOG 10003 107 #define IDS_MUSIC_DIALOG 10004 108 #define IDS_INPUT_DIALOG 10005 109 #define IDS_NETWORK_DIALOG 10006 110 #define IDS_HELP_DIALOG 10007 111 #define IDS_FORMAT_MB 10008 112 #define IDS_FORMAT_SWAP 10009 113 #define IDS_FORMAT_UNIPROC 10010 114 #define IDS_FORMAT_MPPROC 10011 115 #define IDS_VERSION_UNKNOWN 10012 116 #define IDS_DEVICE_STATUS_ATTACHED 10013 117 #define IDS_DEVICE_STATUS_MISSING 10014 118 #define IDS_DEVICE_STATUS_UNKNOWN 10015 119 #define IDS_DEVICE_NAME 10016 120 #define IDS_DEVICE_STATUS 10017 121 #define IDS_DEVICE_CONTROLLER 10018 122 #define IDS_DEVICE_MANUFACTURER 10019 123 #define IDS_DEVICE_PRODUCT 10020 124 #define IDS_DEVICE_FORCEFEEDBACK 10021 125 #define IDS_NOT_APPLICABLE 10100 126 #define IDS_OPTION_YES 10101 127 #define IDS_DIRECTPLAY_COL_NAME1 10102 128 #define IDS_DIRECTPLAY_COL_NAME2 10103 129 #define IDS_DIRECTPLAY_COL_NAME3 10104 130 #define IDS_DIRECTPLAY_COL_NAME4 10105 131 #define IDS_DIRECTPLAY8_MODEMSP 10106 132 #define IDS_DIRECTPLAY8_SERIALSP 10107 133 #define IDS_DIRECTPLAY8_IPXSP 10108 134 #define IDS_DIRECTPLAY8_TCPSP 10109 135 #define IDS_DIRECTPLAY_TCPCONN 10110 136 #define IDS_DIRECTPLAY_IPXCONN 10111 137 #define IDS_DIRECTPLAY_MODEMCONN 10112 138 #define IDS_DIRECTPLAY_SERIALCONN 10113 139 #define IDS_REG_FAIL 10114 140 #define IDS_REG_SUCCESS 10115 141 #define IDS_DDTEST_ERROR 10116 142 #define IDS_DDTEST_DESCRIPTION 10117 143 #define IDS_DDPRIMARY_DESCRIPTION 10118 144 #define IDS_DDPRIMARY_RESULT 10119 145 #define IDS_DDOFFSCREEN_DESCRIPTION 10120 146 #define IDS_DDOFFSCREEN_RESULT 10121 147 #define IDS_DDFULLSCREEN_DESCRIPTION 10122 148 #define IDS_DDFULLSCREEN_RESULT 10123 149 #define IDS_DDTEST_TITLE 10124 150 #define IDS_FORMAT_ADAPTER_MEM 10125 151 #define IDS_FORMAT_ADAPTER_MODE 10126 152 #define IDS_OPTION_NO 10127 153 #define IDS_D3DTEST_DESCRIPTION 10128 154 #define IDS_D3DTEST_D3Dx 10129 155 #define IDS_OS_VERSION 10130 156 #define IDS_DMUSIC_DESC 10131 157 #define IDS_DMUSIC_TYPE 10132 158 #define IDS_DMUSIC_KERNEL 10133 159 #define IDS_DMUSIC_IO 10134 160 #define IDS_DMUSIC_DLS 10135 161 #define IDS_DMUSIC_EXT 10136 162 #define IDS_DMUSIC_PORT 10137 163 #define IDS_DDDISABLE_MSG 10138 164 165 /* icon resource constants */ 166 #define IDI_APPICON 20000 167