Add audio tab with first pass at autodetection of audio driver.
[wine/testsucceed.git] / programs / winecfg / resource.h
blobc03ea247652f3faec5c01c85d41c208eefcb31ea
1 /*
2 * WineCfg resource definitions
4 * Copyright 2002 Jaco Greeff
5 * Copyright 2003 Dimitrie O. Paun
6 * Copyright 2003 Mark Westcott
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 #define IDC_STATIC -1
25 #define IDS_WINE_VERSION 1
26 #define IDS_TAB_GENERAL 2
27 #define IDS_TAB_DLLS 3
28 #define IDS_TAB_DRIVES 4
29 #define IDD_MAINDLG 101
30 #define IDB_WINE 104
31 #define IDD_GENERALCFG 107
32 #define IDD_APPCFG 108
33 #define IDD_AUDIOCFG 109
34 #define IDD_X11DRVCFG 110
35 #define IDD_DLLCFG 111
36 #define IDD_DRIVECFG 112
37 #define IDD_SYSTEMCFG 113
38 #define IDD_DRIVE_EDIT 114
39 #define IDB_WINE_LOGO 200
40 #define IDC_TABABOUT 1001
41 #define IDC_APPLYBTN 1002
42 #define IDC_WINEVER 1011
43 #define IDC_WINVER 1012
44 #define IDC_WINELOOK 1013
45 #define IDC_DOSVER 1014
46 #define IDC_SYSCOLORS 1017
47 #define IDC_PRIVATEMAP 1018
48 #define IDC_PERFECTGRAPH 1019
49 #define IDC_MANAGED 1022
50 #define IDC_DESKTOP_WIDTH 1023
51 #define IDC_DESKTOP_HEIGHT 1024
52 #define IDC_DESKTOP_SIZE 1025
53 #define IDC_DESKTOP_BY 1026
54 #define IDC_XDGA 1027
55 #define IDC_XSHM 1028
56 #define IDC_RAD_BUILTIN 1029
57 #define IDC_RAD_NATIVE 1030
58 #define IDC_TREE_DLLS 1031
59 #define IDC_DLLS_ADDAPP 8000
60 #define IDC_DLLS_ADDDLL 8001
61 #define IDC_DLLS_REMOVEAPP 8002
62 #define IDC_DLLS_REMOVEDLL 8003
63 #define IDC_DLLLIST 8004
64 #define IDC_RADIO_DEFAULT_BUILTIN 1033
65 #define IDC_RADIO_DEFAULT_NATIVE 1034
66 #define IDC_RADIO_VIRTUAL 1035
67 #define IDC_EDIT_VIRTUAL 1036
68 #define IDC_BUTTON_VIRTUAL 1037
69 #define IDC_RADIO_REAL 1038
70 #define IDC_EDIT_REAL 1039
71 #define IDC_BUTTON_REAL 1040
72 #define IDC_BUTTON_FOLDERS 1041
74 /* drive editing */
75 #define IDC_LIST_DRIVES 1042
76 #define IDC_BUTTON_ADD 1043
77 #define IDC_BUTTON_REMOVE 1044
78 #define IDC_BUTTON_EDIT 1045
79 #define IDC_BUTTON7 1046
80 #define IDC_BUTTON_AUTODETECT 1046
81 #define IDC_DRIVE_ADD 1047
82 #define IDC_DRIVE_REMOVE 1048
83 #define IDC_DRIVE_EDIT 1049
84 #define IDC_DRIVE_EDIT_NAME 1050
85 #define IDC_DRIVE_EDIT_LABEL 1051
86 #define IDC_DRIVE_EDIT_TYPE 1052
87 #define IDC_DRIVE_EDIT_FS 1053
88 #define IDC_DRIVE_EDIT_PATH 1054
89 #define IDC_DRIVE_EDIT_DEVICE 1055
90 #define ID_DRIVE_OK 1056
91 #define ID_DRIVE_CANCEL 1057
92 #define ID_BUTTON_CANCEL 1058
93 #define ID_BUTTON_OK 1059
94 #define IDC_EDIT_LABEL 1060
95 #define IDC_EDIT_PATH 1061
96 #define IDC_EDIT_SERIAL 1062
97 #define IDC_COMBO_LETTER 1063
98 #define IDC_COMBO_NAMES 1064
99 #define IDC_COMBO_TYPE 1065
100 #define IDC_EDIT_DEVICE 1066
101 #define IDC_BUTTON_BROWSE_PATH 1067
102 #define IDC_RADIO_AUTODETECT 1068
103 #define IDC_RADIO_ASSIGN 1069
104 #define IDC_BUTTON_BROWSE_DEVICE 1070
105 #define IDC_BOX_LABELSERIAL 1071
106 #define IDC_STATIC_SERIAL 1072
107 #define IDC_STATIC_LABEL 1073
108 #define IDC_ENABLE_DESKTOP 1074
109 #define IDS_DRIVE_NO_C 1075
111 /* x11drv */
112 #define IDC_ENABLE_MANAGED 1076
113 #define IDC_SCREEN_DEPTH 1077
114 #define IDC_DX_MOUSE_GRAB 1078
115 #define IDC_USE_TAKE_FOCUS 1079
116 #define IDC_DOUBLE_BUFFER 1080
118 /* applications tab */
119 #define IDC_LIST_APPS 1021
120 #define IDC_EDITING_GLOBAL 1081
121 #define IDC_EDITING_APP 1082
122 #define IDC_ADD_APPDEFAULT 1083
123 #define IDC_REMOVE_APPDEFAULT 1084
125 /* audio tab */
126 #define IDC_AUDIO_AUTODETECT 1085
127 #define IDC_AUDIO_DRIVER 1086