xref: /reactos/base/applications/dxdiag/resource.h (revision 60eea2d7)
1 #pragma once
2 
3 /* dialog constants */
4 #define IDD_MAIN_DIALOG	  100
5 #define IDD_SYSTEM_DIALOG 101
6 #define IDD_DISPLAY_DIALOG 102
7 #define IDD_SOUND_DIALOG   103
8 #define IDD_MUSIC_DIALOG   104
9 #define IDD_INPUT_DIALOG   105
10 #define IDD_NETWORK_DIALOG 106
11 #define IDD_HELP_DIALOG    107
12 
13 /* control constants */
14 
15 #define IDC_TAB_CONTROL           1000
16 #define IDC_BUTTON_HELP           1001
17 #define IDC_BUTTON_NEXT           1002
18 #define IDC_BUTTON_SAVE_INFO      1003
19 #define IDC_BUTTON_EXIT           1004
20 
21 /* system dialog constants */
22 
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 
35 /* DDraw dialog constants */
36 #define IDC_STATIC_ADAPTER_ID      3000
37 #define IDC_STATIC_ADAPTER_VENDOR  3001
38 #define IDC_STATIC_ADAPTER_CHIP    3002
39 #define IDC_STATIC_ADAPTER_DAC     3003
40 #define IDC_STATIC_ADAPTER_MEM     3004
41 #define IDC_STATIC_ADAPTER_MODE    3005
42 #define IDC_STATIC_ADAPTER_MONITOR 3006
43 #define IDC_STATIC_ADAPTER_DRIVER  3007
44 #define IDC_STATIC_ADAPTER_VERSION 3008
45 #define IDC_STATIC_ADAPTER_DATE    3009
46 #define IDC_STATIC_ADAPTER_LOGO    3010
47 #define IDC_STATIC_ADAPTER_MINIVDD 3011
48 #define IDC_STATIC_ADAPTER_VDD     3012
49 #define IDC_STATIC_ADAPTER_DDI     3013
50 #define IDC_BUTTON_DDRAW           3014
51 #define IDC_BUTTON_D3D             3015
52 #define IDC_BUTTON_AGP             3016
53 #define IDC_BUTTON_TESTDD          3017
54 #define IDC_BUTTON_TEST3D          3018
55 #define IDC_STATIC_DDSTATE         3019
56 #define IDC_STATIC_D3DSTATE        3020
57 #define IDC_STATIC_AGPSTATE        3021
58 #define IDC_TEXT_INFO              3022
59 
60 /* DirectSound dialog constants */
61 #define IDC_STATIC_DSOUND_NAME       4000
62 #define IDC_STATIC_DSOUND_DEVICEID   4001
63 #define IDC_STATIC_DSOUND_VENDORID   4002
64 #define IDC_STATIC_DSOUND_PRODUCTID  4003
65 #define IDC_STATIC_DSOUND_TYPE       4004
66 #define IDC_STATIC_DSOUND_STANDARD   4005
67 #define IDC_STATIC_DSOUND_DRIVER     4006
68 #define IDC_STATIC_DSOUND_VERSION    4007
69 #define IDC_STATIC_DSOUND_DATE       4008
70 #define IDC_STATIC_DSOUND_LOGO       4009
71 #define IDC_STATIC_DSOUND_FILES      4010
72 #define IDC_STATIC_ADAPTER_PROVIDER  4011
73 #define IDC_SLIDER_DSOUND            4012
74 #define IDC_BUTTON_TESTDSOUND        4013
75 #define IDC_TEXT_DSOUNDINFO          4014
76 
77 /* DirectInput dialog constants */
78 
79 #define IDC_LIST_DEVICE           6000
80 #define IDC_TREE_PORT             6001
81 #define IDC_RICH_INFO             6002
82 
83 /* DirectPlay dialog constants */
84 #define IDC_LIST_PROVIDER         7000
85 
86 
87 
88 /* string resource constants */
89 #define IDS_MAIN_DIALOG     10000
90 #define IDS_SYSTEM_DIALOG   10001
91 #define IDS_DISPLAY_DIALOG  10002
92 #define IDS_SOUND_DIALOG    10003
93 #define IDS_MUSIC_DIALOG    10004
94 #define IDS_INPUT_DIALOG    10005
95 #define IDS_NETWORK_DIALOG  10006
96 #define IDS_HELP_DIALOG     10007
97 #define IDS_FORMAT_MB       10008
98 #define IDS_FORMAT_SWAP     10009
99 #define IDS_FORMAT_UNIPROC  10010
100 #define IDS_FORMAT_MPPROC   10011
101 #define IDS_VERSION_UNKNOWN 10012
102 #define IDS_DEVICE_STATUS_ATTACHED 10013
103 #define IDS_DEVICE_STATUS_MISSING  10014
104 #define IDS_DEVICE_STATUS_UNKNOWN  10015
105 #define IDS_DEVICE_NAME            10016
106 #define IDS_DEVICE_STATUS          10017
107 #define IDS_DEVICE_CONTROLLER      10018
108 #define IDS_DEVICE_MANUFACTURER    10019
109 #define IDS_DEVICE_PRODUCT         10020
110 #define IDS_DEVICE_FORCEFEEDBACK   10021
111 #define IDS_NOT_APPLICABLE         10100
112 #define IDS_OPTION_YES             10101
113 #define IDS_DIRECTPLAY_COL_NAME1   10102
114 #define IDS_DIRECTPLAY_COL_NAME2   10103
115 #define IDS_DIRECTPLAY_COL_NAME3   10104
116 #define IDS_DIRECTPLAY_COL_NAME4   10105
117 #define IDS_DIRECTPLAY8_MODEMSP    10106
118 #define IDS_DIRECTPLAY8_SERIALSP   10107
119 #define IDS_DIRECTPLAY8_IPXSP      10108
120 #define IDS_DIRECTPLAY8_TCPSP      10109
121 #define IDS_DIRECTPLAY_TCPCONN     10110
122 #define IDS_DIRECTPLAY_IPXCONN     10111
123 #define IDS_DIRECTPLAY_MODEMCONN   10112
124 #define IDS_DIRECTPLAY_SERIALCONN  10113
125 #define IDS_REG_FAIL               10114
126 #define IDS_REG_SUCCESS            10115
127 #define IDS_DDTEST_ERROR           10116
128 #define IDS_DDTEST_DESCRIPTION     10117
129 #define IDS_DDPRIMARY_DESCRIPTION  10118
130 #define IDS_DDPRIMARY_RESULT       10119
131 #define IDS_DDOFFSCREEN_DESCRIPTION 10120
132 #define IDS_DDOFFSCREEN_RESULT     10121
133 #define IDS_DDFULLSCREEN_DESCRIPTION 10122
134 #define IDS_DDFULLSCREEN_RESULT    10123
135 #define IDS_DDTEST_TITLE           10124
136 #define IDS_FORMAT_ADAPTER_MEM     10125
137 #define IDS_FORMAT_ADAPTER_MODE    10126
138 #define IDS_OPTION_NO              10127
139 #define IDS_D3DTEST_DESCRIPTION    10128
140 #define IDS_D3DTEST_D3Dx           10129
141 
142 /* icon resource constants */
143 #define IDI_APPICON        20000
144