resource.h 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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. * Copyright 2005 Raphael Junqueira
  9. *
  10. * This library is free software; you can redistribute it and/or
  11. * modify it under the terms of the GNU Lesser General Public
  12. * License as published by the Free Software Foundation; either
  13. * version 2.1 of the License, or (at your option) any later version.
  14. *
  15. * This library is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  18. * Lesser General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU Lesser General Public
  21. * License along with this library; if not, write to the Free Software
  22. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  23. *
  24. */
  25. #include <windef.h>
  26. #include <winuser.h>
  27. #include <commctrl.h>
  28. #define IDC_STATIC -1
  29. #define IDS_TAB_APPLICATIONS 2
  30. #define IDS_TAB_DLLS 3
  31. #define IDS_TAB_DRIVES 4
  32. #define IDS_CHOOSE_PATH 5
  33. #define IDS_SHOW_ADVANCED 6
  34. #define IDS_HIDE_ADVANCED 7
  35. #define IDS_NOTHEME 8
  36. #define IDS_TAB_GRAPHICS 9
  37. #define IDS_TAB_DESKTOP_INTEGRATION 10
  38. #define IDS_TAB_AUDIO 11
  39. #define IDS_TAB_ABOUT 12
  40. #define IDS_WINECFG_TITLE 13
  41. #define IDS_THEMEFILE 14
  42. #define IDS_THEMEFILE_SELECT 15
  43. #define IDS_SHELL_FOLDER 16
  44. #define IDS_LINKS_TO 17
  45. #define IDS_WINECFG_TITLE_APP 18 /* App specific title */
  46. #define IDI_WINECFG 100
  47. #define IDI_LOGO 102
  48. #define IDD_ABOUTCFG 107
  49. #define IDD_APPCFG 108
  50. #define IDD_AUDIOCFG 109
  51. #define IDD_GRAPHCFG 110
  52. #define IDD_DLLCFG 111
  53. #define IDD_DRIVECFG 112
  54. #define IDD_DESKTOP_INTEGRATION 115
  55. #define IDC_WINVER 1012
  56. #define IDC_DESKTOP_WIDTH 1023
  57. #define IDC_DESKTOP_HEIGHT 1024
  58. #define IDC_DESKTOP_SIZE 1025
  59. #define IDC_DESKTOP_BY 1026
  60. /* dll editing */
  61. #define IDC_RAD_BUILTIN 1029
  62. #define IDC_RAD_NATIVE 1030
  63. #define IDC_RAD_BUILTIN_NATIVE 1031
  64. #define IDC_RAD_NATIVE_BUILTIN 1032
  65. #define IDC_RAD_DISABLE 1033
  66. #define IDC_DLLS_LIST 1034
  67. #define IDC_DLLS_ADDDLL 8001
  68. #define IDC_DLLS_EDITDLL 8002
  69. #define IDC_DLLS_REMOVEDLL 8003
  70. #define IDC_DLLCOMBO 8004
  71. #define IDD_LOADORDER 8005
  72. #define IDS_DLL_WARNING 8010
  73. #define IDS_DLL_WARNING_CAPTION 8011
  74. #define IDS_DLL_NATIVE 8012
  75. #define IDS_DLL_BUILTIN 8013
  76. #define IDS_DLL_NATIVE_BUILTIN 8014
  77. #define IDS_DLL_BUILTIN_NATIVE 8015
  78. #define IDS_DLL_DISABLED 8016
  79. #define IDS_DEFAULT_SETTINGS 8017
  80. #define IDS_EXECUTABLE_FILTER 8018
  81. #define IDS_USE_GLOBAL_SETTINGS 8019
  82. #define IDS_SELECT_EXECUTABLE 8020
  83. /* drive editing */
  84. #define IDC_STATIC_MOUNTMGR_ERROR 1041
  85. #define IDC_LIST_DRIVES 1042
  86. #define IDC_BUTTON_ADD 1043
  87. #define IDC_BUTTON_REMOVE 1044
  88. #define IDC_BUTTON_EDIT 1045
  89. #define IDC_EDIT_LABEL 1060
  90. #define IDC_EDIT_PATH 1061
  91. #define IDC_EDIT_SERIAL 1062
  92. #define IDC_STATIC_PATH 1063
  93. #define IDC_COMBO_TYPE 1065
  94. #define IDC_EDIT_DEVICE 1066
  95. #define IDC_BUTTON_BROWSE_PATH 1067
  96. #define IDC_STATIC_DEVICE 1068
  97. #define IDC_BUTTON_BROWSE_DEVICE 1070
  98. #define IDC_STATIC_SERIAL 1072
  99. #define IDC_STATIC_LABEL 1073
  100. #define IDC_ENABLE_DESKTOP 1074
  101. #define IDS_DRIVE_NO_C 1075
  102. #define IDC_BUTTON_SHOW_HIDE_ADVANCED 1076
  103. #define IDC_STATIC_TYPE 1077
  104. #define IDC_SHOW_DOT_FILES 1080
  105. #define IDS_DRIVE_UNKNOWN 8200
  106. #define IDS_DRIVE_FIXED 8201
  107. #define IDS_DRIVE_REMOTE 8202
  108. #define IDS_DRIVE_REMOVABLE 8203
  109. #define IDS_DRIVE_CDROM 8204
  110. #define IDS_DRIVE_LETTERS_EXCEEDED 8205
  111. #define IDS_SYSTEM_DRIVE_LABEL 8206
  112. #define IDS_CONFIRM_DELETE_C 8207
  113. #define IDS_COL_DRIVELETTER 8208
  114. #define IDS_COL_DRIVEMAPPING 8209
  115. #define IDS_NO_DRIVE_C 8210
  116. #define IDD_DRIVECHOOSE 8211
  117. #define IDC_DRIVESA2Z 8212
  118. /* graphics */
  119. #define IDC_ENABLE_MANAGED 1100
  120. #define IDC_ENABLE_DECORATED 1101
  121. #define IDC_FULLSCREEN_GRAB 1102
  122. #define IDC_RES_TRACKBAR 1107
  123. #define IDC_RES_DPIEDIT 1108
  124. #define IDC_RES_FONT_PREVIEW 1109
  125. /* applications tab */
  126. #define IDC_APP_LISTVIEW 1200
  127. #define IDC_APP_ADDAPP 1201
  128. #define IDC_APP_REMOVEAPP 1202
  129. /* audio tab */
  130. #define IDC_AUDIO_TEST 1300
  131. #define IDC_AUDIO_DRIVER 1301
  132. #define IDS_AUDIO_DRIVER 1302
  133. #define IDS_AUDIO_DRIVER_NONE 1303
  134. #define IDC_AUDIOOUT_DEVICE 1304
  135. #define IDC_VOICEOUT_DEVICE 1305
  136. #define IDC_AUDIOIN_DEVICE 1306
  137. #define IDC_VOICEIN_DEVICE 1307
  138. #define IDW_TESTSOUND 1308
  139. #define IDS_AUDIO_TEST_FAILED 1309
  140. #define IDS_AUDIO_TEST_FAILED_TITLE 1310
  141. #define IDS_AUDIO_SYSDEFAULT 1311
  142. #define IDS_AUDIO_DEVICE 1312
  143. #define IDC_SPEAKERCONFIG_SPEAKERS 1313
  144. #define IDS_AUDIO_SPEAKER_5POINT1 1314
  145. #define IDS_AUDIO_SPEAKER_QUAD 1315
  146. #define IDS_AUDIO_SPEAKER_STEREO 1316
  147. #define IDS_AUDIO_SPEAKER_MONO 1317
  148. #define IDC_LIST_AUDIO_DEVICES 1318
  149. #define IDS_AUDIO_SPEAKER_CONFIG 1319
  150. /* desktop integration tab */
  151. #define IDC_THEME_COLORCOMBO 1401
  152. #define IDC_THEME_COLORTEXT 1402
  153. #define IDC_THEME_SIZECOMBO 1403
  154. #define IDC_THEME_SIZETEXT 1404
  155. #define IDC_THEME_THEMECOMBO 1405
  156. #define IDC_THEME_INSTALL 1406
  157. #define IDC_LIST_SFPATHS 1407
  158. #define IDC_LINK_SFPATH 1408
  159. #define IDC_EDIT_SFPATH 1409
  160. #define IDC_BROWSE_SFPATH 1410
  161. #define IDC_SYSPARAM_COMBO 1411
  162. #define IDC_SYSPARAM_SIZE_TEXT 1412
  163. #define IDC_SYSPARAM_SIZE 1413
  164. #define IDC_SYSPARAM_SIZE_UD 1414
  165. #define IDC_SYSPARAM_COLOR_TEXT 1415
  166. #define IDC_SYSPARAM_COLOR 1416
  167. #define IDC_SYSPARAM_FONT 1417
  168. #define IDC_ENABLE_FILE_ASSOCIATIONS 1418
  169. #define IDC_SYSPARAMS_BUTTON 8400
  170. #define IDC_SYSPARAMS_BUTTON_TEXT 8401
  171. #define IDC_SYSPARAMS_DESKTOP 8402
  172. #define IDC_SYSPARAMS_MENU 8403
  173. #define IDC_SYSPARAMS_MENU_TEXT 8404
  174. #define IDC_SYSPARAMS_SCROLLBAR 8405
  175. #define IDC_SYSPARAMS_SELECTION 8406
  176. #define IDC_SYSPARAMS_SELECTION_TEXT 8407
  177. #define IDC_SYSPARAMS_TOOLTIP 8408
  178. #define IDC_SYSPARAMS_TOOLTIP_TEXT 8409
  179. #define IDC_SYSPARAMS_WINDOW 8410
  180. #define IDC_SYSPARAMS_WINDOW_TEXT 8411
  181. #define IDC_SYSPARAMS_ACTIVE_TITLE 8412
  182. #define IDC_SYSPARAMS_ACTIVE_TITLE_TEXT 8413
  183. #define IDC_SYSPARAMS_INACTIVE_TITLE 8414
  184. #define IDC_SYSPARAMS_INACTIVE_TITLE_TEXT 8415
  185. #define IDC_SYSPARAMS_MSGBOX_TEXT 8416
  186. #define IDC_SYSPARAMS_APPWORKSPACE 8417
  187. #define IDC_SYSPARAMS_WINDOW_FRAME 8418
  188. #define IDC_SYSPARAMS_ACTIVE_BORDER 8419
  189. #define IDC_SYSPARAMS_INACTIVE_BORDER 8420
  190. #define IDC_SYSPARAMS_BUTTON_SHADOW 8421
  191. #define IDC_SYSPARAMS_GRAY_TEXT 8422
  192. #define IDC_SYSPARAMS_BUTTON_HIGHLIGHT 8423
  193. #define IDC_SYSPARAMS_BUTTON_DARK_SHADOW 8424
  194. #define IDC_SYSPARAMS_BUTTON_LIGHT 8425
  195. #define IDC_SYSPARAMS_BUTTON_ALTERNATE 8426
  196. #define IDC_SYSPARAMS_HOT_TRACKING 8427
  197. #define IDC_SYSPARAMS_ACTIVE_TITLE_GRADIENT 8428
  198. #define IDC_SYSPARAMS_INACTIVE_TITLE_GRADIENT 8429
  199. #define IDC_SYSPARAMS_MENU_HIGHLIGHT 8430
  200. #define IDC_SYSPARAMS_MENUBAR 8431
  201. /* About tab */
  202. #define IDC_ABT_OWNER 8432
  203. #define IDC_ABT_ORG 8433
  204. #define IDC_ABT_PANEL 8434
  205. #define IDC_ABT_PANEL_TEXT 8435
  206. #define IDC_ABT_TITLE_TEXT 8436
  207. #define IDC_ABT_WEB_LINK 8437
  208. #define IDC_ABT_LICENSE_TEXT 8438