Use a better location than HKCU\Wine for saving the temporary
[wine] / programs / winecfg / resource.h
1 /*
2  * WineCfg resource definitions
3  *
4  * Copyright 2002 Jaco Greeff
5  * Copyright 2003 Dimitrie O. Paun
6  * Copyright 2003 Mark Westcott
7  * Copyright 2004 Mike Hearn
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22  *
23  */
24
25 #define IDC_STATIC                     -1
26 #define IDS_WINE_VERSION                1
27 #define IDS_TAB_GENERAL                 2
28 #define IDS_TAB_DLLS                    3
29 #define IDS_TAB_DRIVES                  4
30 #define IDS_CHOOSE_PATH                 5
31 #define IDS_SHOW_ADVANCED               6
32 #define IDS_HIDE_ADVANCED               7
33 #define IDD_MAINDLG                     101
34 #define IDB_WINE                        104
35 #define IDD_ABOUTCFG                    107
36 #define IDD_APPCFG                      108
37 #define IDD_AUDIOCFG                    109
38 #define IDD_GRAPHCFG                    110
39 #define IDD_DLLCFG                      111
40 #define IDD_DRIVECFG                    112
41 #define IDD_DRIVE_EDIT                  114
42 #define IDB_WINE_LOGO                   200
43 #define IDC_TABABOUT                    1001
44 #define IDC_APPLYBTN                    1002
45 #define IDC_WINEVER                     1011
46 #define IDC_WINVER                      1012
47 #define IDC_SYSCOLORS                   1017
48 #define IDC_PRIVATEMAP                  1018
49 #define IDC_PERFECTGRAPH                1019
50 #define IDC_MANAGED                     1022
51 #define IDC_DESKTOP_WIDTH               1023
52 #define IDC_DESKTOP_HEIGHT              1024
53 #define IDC_DESKTOP_SIZE                1025
54 #define IDC_DESKTOP_BY                  1026
55 #define IDC_XDGA                        1027
56 #define IDC_XSHM                        1028
57
58 /* dll editing  */
59 #define IDC_RAD_BUILTIN                 1029
60 #define IDC_RAD_NATIVE                  1030
61 #define IDC_RAD_BUILTIN_NATIVE          1031
62 #define IDC_RAD_NATIVE_BUILTIN          1032
63 #define IDC_RAD_DISABLE                 1033
64 #define IDC_DLLS_LIST                   1034
65 #define IDC_DLLS_ADDDLL                 8001
66 #define IDC_DLLS_REMOVEDLL              8003
67 #define IDC_DLLCOMBO                    8004
68
69 /* drive editing */
70 #define IDC_LIST_DRIVES                 1042
71 #define IDC_BUTTON_ADD                  1043
72 #define IDC_BUTTON_REMOVE               1044
73 #define IDC_BUTTON_EDIT                 1045
74 #define IDC_BUTTON7                     1046
75 #define IDC_BUTTON_AUTODETECT           1046
76 #define IDC_DRIVE_ADD                   1047
77 #define IDC_DRIVE_REMOVE                1048
78 #define IDC_DRIVE_EDIT                  1049
79 #define IDC_DRIVE_EDIT_NAME             1050
80 #define IDC_DRIVE_EDIT_LABEL            1051
81 #define IDC_DRIVE_EDIT_TYPE             1052
82 #define IDC_DRIVE_EDIT_FS               1053
83 #define IDC_DRIVE_EDIT_PATH             1054
84 #define IDC_DRIVE_EDIT_DEVICE           1055
85 #define ID_DRIVE_OK                     1056
86 #define ID_DRIVE_CANCEL                 1057
87 #define ID_BUTTON_CANCEL                1058
88 #define ID_BUTTON_OK                    1059
89 #define IDC_EDIT_LABEL                  1060
90 #define IDC_EDIT_PATH                   1061
91 #define IDC_EDIT_SERIAL                 1062
92 #define IDC_COMBO_LETTER                1063
93 #define IDC_COMBO_TYPE                  1065
94 #define IDC_EDIT_DEVICE                 1066
95 #define IDC_BUTTON_BROWSE_PATH          1067
96 #define IDC_RADIO_AUTODETECT            1068
97 #define IDC_RADIO_ASSIGN                1069
98 #define IDC_BUTTON_BROWSE_DEVICE        1070
99 #define IDC_STATIC_SERIAL               1072
100 #define IDC_STATIC_LABEL                1073
101 #define IDC_ENABLE_DESKTOP              1074
102 #define IDS_DRIVE_NO_C                  1075
103 #define IDC_BUTTON_SHOW_HIDE_ADVANCED   1076
104 #define IDC_STATIC_TYPE                 1077
105 #define IDC_LABELSERIAL_STATIC          1078
106 #define IDC_SHOW_DIRSYM_LINK            1079
107 #define IDC_SHOW_DOT_FILES              1080
108
109 #define IDC_DRIVE_LABEL                 1078
110
111 /* graphics */
112 #define IDC_ENABLE_MANAGED              1100
113 #define IDC_SCREEN_DEPTH                1101
114 #define IDC_DX_MOUSE_GRAB               1102
115 #define IDC_USE_TAKE_FOCUS              1103
116 #define IDC_DOUBLE_BUFFER               1104
117
118 /* applications tab */
119 #define IDC_APP_LISTVIEW                1200
120 #define IDC_APP_ADDAPP                  1201
121 #define IDC_APP_REMOVEAPP               1202
122
123 /* audio tab */
124 #define IDC_AUDIO_AUTODETECT            1300
125 #define IDC_AUDIO_DRIVER                1301