Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

597 lines
19 KiB

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1995 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10. // winres.h - Windows resource definitions
  11. // extracted from WINUSER.H and COMMCTRL.H
  12. #ifdef _AFX_MINREBUILD
  13. #pragma component(minrebuild, off)
  14. #endif
  15. #define VS_VERSION_INFO 1
  16. #ifdef APSTUDIO_INVOKED
  17. #define APSTUDIO_HIDDEN_SYMBOLS // Ignore following symbols
  18. #endif
  19. #ifndef WINVER
  20. #define WINVER 0x0400 // default to Windows Version 4.0
  21. #endif
  22. #define OBM_CLOSE 32754
  23. #define OBM_UPARROW 32753
  24. #define OBM_DNARROW 32752
  25. #define OBM_RGARROW 32751
  26. #define OBM_LFARROW 32750
  27. #define OBM_REDUCE 32749
  28. #define OBM_ZOOM 32748
  29. #define OBM_RESTORE 32747
  30. #define OBM_REDUCED 32746
  31. #define OBM_ZOOMD 32745
  32. #define OBM_RESTORED 32744
  33. #define OBM_UPARROWD 32743
  34. #define OBM_DNARROWD 32742
  35. #define OBM_RGARROWD 32741
  36. #define OBM_LFARROWD 32740
  37. #define OBM_MNARROW 32739
  38. #define OBM_COMBO 32738
  39. #define OBM_UPARROWI 32737
  40. #define OBM_DNARROWI 32736
  41. #define OBM_RGARROWI 32735
  42. #define OBM_LFARROWI 32734
  43. #define OBM_OLD_CLOSE 32767
  44. #define OBM_SIZE 32766
  45. #define OBM_OLD_UPARROW 32765
  46. #define OBM_OLD_DNARROW 32764
  47. #define OBM_OLD_RGARROW 32763
  48. #define OBM_OLD_LFARROW 32762
  49. #define OBM_BTSIZE 32761
  50. #define OBM_CHECK 32760
  51. #define OBM_CHECKBOXES 32759
  52. #define OBM_BTNCORNERS 32758
  53. #define OBM_OLD_REDUCE 32757
  54. #define OBM_OLD_ZOOM 32756
  55. #define OBM_OLD_RESTORE 32755
  56. #define OCR_NORMAL 32512
  57. #define OCR_IBEAM 32513
  58. #define OCR_WAIT 32514
  59. #define OCR_CROSS 32515
  60. #define OCR_UP 32516
  61. #define OCR_SIZE 32640
  62. #define OCR_ICON 32641
  63. #define OCR_SIZENWSE 32642
  64. #define OCR_SIZENESW 32643
  65. #define OCR_SIZEWE 32644
  66. #define OCR_SIZENS 32645
  67. #define OCR_SIZEALL 32646
  68. #define OCR_ICOCUR 32647
  69. #define OCR_NO 32648
  70. #define OIC_SAMPLE 32512
  71. #define OIC_HAND 32513
  72. #define OIC_QUES 32514
  73. #define OIC_BANG 32515
  74. #define OIC_NOTE 32516
  75. #if (WINVER >= 0x0400)
  76. #define OCR_APPSTARTING 32650
  77. #define OIC_WINLOGO 32517
  78. #define OIC_WARNING OIC_BANG
  79. #define OIC_ERROR OIC_HAND
  80. #define OIC_INFORMATION OIC_NOTE
  81. #endif
  82. #define WS_OVERLAPPED 0x00000000L
  83. #define WS_POPUP 0x80000000L
  84. #define WS_CHILD 0x40000000L
  85. #define WS_CLIPSIBLINGS 0x04000000L
  86. #define WS_CLIPCHILDREN 0x02000000L
  87. #define WS_VISIBLE 0x10000000L
  88. #define WS_DISABLED 0x08000000L
  89. #define WS_MINIMIZE 0x20000000L
  90. #define WS_MAXIMIZE 0x01000000L
  91. #define WS_CAPTION 0x00C00000L
  92. #define WS_BORDER 0x00800000L
  93. #define WS_DLGFRAME 0x00400000L
  94. #define WS_VSCROLL 0x00200000L
  95. #define WS_HSCROLL 0x00100000L
  96. #define WS_SYSMENU 0x00080000L
  97. #define WS_THICKFRAME 0x00040000L
  98. #define WS_MINIMIZEBOX 0x00020000L
  99. #define WS_MAXIMIZEBOX 0x00010000L
  100. #define WS_GROUP 0x00020000L
  101. #define WS_TABSTOP 0x00010000L
  102. // other aliases
  103. #define WS_OVERLAPPEDWINDOW (WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX)
  104. #define WS_POPUPWINDOW (WS_POPUP | WS_BORDER | WS_SYSMENU)
  105. #define WS_CHILDWINDOW (WS_CHILD)
  106. #define WS_TILED WS_OVERLAPPED
  107. #define WS_ICONIC WS_MINIMIZE
  108. #define WS_SIZEBOX WS_THICKFRAME
  109. #define WS_TILEDWINDOW WS_OVERLAPPEDWINDOW
  110. #define WS_EX_DLGMODALFRAME 0x00000001L
  111. #define WS_EX_NOPARENTNOTIFY 0x00000004L
  112. #define WS_EX_TOPMOST 0x00000008L
  113. #define WS_EX_ACCEPTFILES 0x00000010L
  114. #define WS_EX_TRANSPARENT 0x00000020L
  115. #if (WINVER >= 0x0400)
  116. #define WS_EX_MDICHILD 0x00000040L
  117. #define WS_EX_TOOLWINDOW 0x00000080L
  118. #define WS_EX_WINDOWEDGE 0x00000100L
  119. #define WS_EX_CLIENTEDGE 0x00000200L
  120. #define WS_EX_CONTEXTHELP 0x00000400L
  121. #define WS_EX_RIGHT 0x00001000L
  122. #define WS_EX_LEFT 0x00000000L
  123. #define WS_EX_RTLREADING 0x00002000L
  124. #define WS_EX_LTRREADING 0x00000000L
  125. #define WS_EX_LEFTSCROLLBAR 0x00004000L
  126. #define WS_EX_RIGHTSCROLLBAR 0x00000000L
  127. #define WS_EX_CONTROLPARENT 0x00010000L
  128. #define WS_EX_STATICEDGE 0x00020000L
  129. #define WS_EX_APPWINDOW 0x00040000L
  130. #define WS_EX_OVERLAPPEDWINDOW (WS_EX_WINDOWEDGE | WS_EX_CLIENTEDGE)
  131. #define WS_EX_PALETTEWINDOW (WS_EX_WINDOWEDGE | WS_EX_TOOLWINDOW | WS_EX_TOPMOST)
  132. #endif
  133. #define VK_LBUTTON 0x01
  134. #define VK_RBUTTON 0x02
  135. #define VK_CANCEL 0x03
  136. #define VK_MBUTTON 0x04
  137. #define VK_BACK 0x08
  138. #define VK_TAB 0x09
  139. #define VK_CLEAR 0x0C
  140. #define VK_RETURN 0x0D
  141. #define VK_SHIFT 0x10
  142. #define VK_CONTROL 0x11
  143. #define VK_MENU 0x12
  144. #define VK_PAUSE 0x13
  145. #define VK_CAPITAL 0x14
  146. #define VK_ESCAPE 0x1B
  147. #define VK_SPACE 0x20
  148. #define VK_PRIOR 0x21
  149. #define VK_NEXT 0x22
  150. #define VK_END 0x23
  151. #define VK_HOME 0x24
  152. #define VK_LEFT 0x25
  153. #define VK_UP 0x26
  154. #define VK_RIGHT 0x27
  155. #define VK_DOWN 0x28
  156. #define VK_SELECT 0x29
  157. #define VK_PRINT 0x2A
  158. #define VK_EXECUTE 0x2B
  159. #define VK_SNAPSHOT 0x2C
  160. #define VK_INSERT 0x2D
  161. #define VK_DELETE 0x2E
  162. #define VK_HELP 0x2F
  163. #define VK_NUMPAD0 0x60
  164. #define VK_NUMPAD1 0x61
  165. #define VK_NUMPAD2 0x62
  166. #define VK_NUMPAD3 0x63
  167. #define VK_NUMPAD4 0x64
  168. #define VK_NUMPAD5 0x65
  169. #define VK_NUMPAD6 0x66
  170. #define VK_NUMPAD7 0x67
  171. #define VK_NUMPAD8 0x68
  172. #define VK_NUMPAD9 0x69
  173. #define VK_MULTIPLY 0x6A
  174. #define VK_ADD 0x6B
  175. #define VK_SEPARATOR 0x6C
  176. #define VK_SUBTRACT 0x6D
  177. #define VK_DECIMAL 0x6E
  178. #define VK_DIVIDE 0x6F
  179. #define VK_F1 0x70
  180. #define VK_F2 0x71
  181. #define VK_F3 0x72
  182. #define VK_F4 0x73
  183. #define VK_F5 0x74
  184. #define VK_F6 0x75
  185. #define VK_F7 0x76
  186. #define VK_F8 0x77
  187. #define VK_F9 0x78
  188. #define VK_F10 0x79
  189. #define VK_F11 0x7A
  190. #define VK_F12 0x7B
  191. #define VK_F13 0x7C
  192. #define VK_F14 0x7D
  193. #define VK_F15 0x7E
  194. #define VK_F16 0x7F
  195. #define VK_F17 0x80
  196. #define VK_F18 0x81
  197. #define VK_F19 0x82
  198. #define VK_F20 0x83
  199. #define VK_F21 0x84
  200. #define VK_F22 0x85
  201. #define VK_F23 0x86
  202. #define VK_F24 0x87
  203. #define VK_NUMLOCK 0x90
  204. #define VK_SCROLL 0x91
  205. #define VK_LSHIFT 0xA0
  206. #define VK_RSHIFT 0xA1
  207. #define VK_LCONTROL 0xA2
  208. #define VK_RCONTROL 0xA3
  209. #define VK_LMENU 0xA4
  210. #define VK_RMENU 0xA5
  211. #if (WINVER >= 0x0400)
  212. #define VK_PROCESSKEY 0xE5
  213. #endif /* WINVER >= 0x0400 */
  214. #define VK_ATTN 0xF6
  215. #define VK_CRSEL 0xF7
  216. #define VK_EXSEL 0xF8
  217. #define VK_EREOF 0xF9
  218. #define VK_PLAY 0xFA
  219. #define VK_ZOOM 0xFB
  220. #define VK_NONAME 0xFC
  221. #define VK_PA1 0xFD
  222. #define VK_OEM_CLEAR 0xFE
  223. #define SC_SIZE 0xF000
  224. #define SC_MOVE 0xF010
  225. #define SC_MINIMIZE 0xF020
  226. #define SC_MAXIMIZE 0xF030
  227. #define SC_NEXTWINDOW 0xF040
  228. #define SC_PREVWINDOW 0xF050
  229. #define SC_CLOSE 0xF060
  230. #define SC_VSCROLL 0xF070
  231. #define SC_HSCROLL 0xF080
  232. #define SC_MOUSEMENU 0xF090
  233. #define SC_KEYMENU 0xF100
  234. #define SC_ARRANGE 0xF110
  235. #define SC_RESTORE 0xF120
  236. #define SC_TASKLIST 0xF130
  237. #define SC_SCREENSAVE 0xF140
  238. #define SC_HOTKEY 0xF150
  239. #define DS_ABSALIGN 0x01L
  240. #define DS_SYSMODAL 0x02L
  241. #define DS_LOCALEDIT 0x20L
  242. #define DS_SETFONT 0x40L
  243. #define DS_MODALFRAME 0x80L
  244. #define DS_NOIDLEMSG 0x100L
  245. #define DS_SETFOREGROUND 0x200L
  246. #ifdef _MAC
  247. #define DS_WINDOWSUI 0x8000L
  248. #endif
  249. #if (WINVER >= 0x0400)
  250. #define DS_3DLOOK 0x0004L
  251. #define DS_FIXEDSYS 0x0008L
  252. #define DS_NOFAILCREATE 0x0010L
  253. #define DS_CONTROL 0x0400L
  254. #define DS_CENTER 0x0800L
  255. #define DS_CENTERMOUSE 0x1000L
  256. #define DS_CONTEXTHELP 0x2000L
  257. #endif
  258. #define SS_LEFT 0x00000000L
  259. #define SS_CENTER 0x00000001L
  260. #define SS_RIGHT 0x00000002L
  261. #define SS_ICON 0x00000003L
  262. #define SS_BLACKRECT 0x00000004L
  263. #define SS_GRAYRECT 0x00000005L
  264. #define SS_WHITERECT 0x00000006L
  265. #define SS_BLACKFRAME 0x00000007L
  266. #define SS_GRAYFRAME 0x00000008L
  267. #define SS_WHITEFRAME 0x00000009L
  268. #define SS_SIMPLE 0x0000000BL
  269. #define SS_LEFTNOWORDWRAP 0x0000000CL
  270. #define SS_BITMAP 0x0000000EL
  271. #if (WINVER >= 0x0400)
  272. #define SS_OWNERDRAW 0x0000000DL
  273. #define SS_ENHMETAFILE 0x0000000FL
  274. #define SS_ETCHEDHORZ 0x00000010L
  275. #define SS_ETCHEDVERT 0x00000011L
  276. #define SS_ETCHEDFRAME 0x00000012L
  277. #endif
  278. #define SS_NOPREFIX 0x00000080L
  279. #if (WINVER >= 0x0400)
  280. #define SS_NOTIFY 0x00000100L
  281. #endif
  282. #define SS_CENTERIMAGE 0x00000200L
  283. #if (WINVER >= 0x0400)
  284. #define SS_RIGHTJUST 0x00000400L
  285. #define SS_REALSIZEIMAGE 0x00000800L
  286. #define SS_SUNKEN 0x00001000L
  287. #endif
  288. #define BS_PUSHBUTTON 0x00000000L
  289. #define BS_DEFPUSHBUTTON 0x00000001L
  290. #define BS_CHECKBOX 0x00000002L
  291. #define BS_AUTOCHECKBOX 0x00000003L
  292. #define BS_RADIOBUTTON 0x00000004L
  293. #define BS_3STATE 0x00000005L
  294. #define BS_AUTO3STATE 0x00000006L
  295. #define BS_GROUPBOX 0x00000007L
  296. #define BS_USERBUTTON 0x00000008L
  297. #define BS_AUTORADIOBUTTON 0x00000009L
  298. #define BS_OWNERDRAW 0x0000000BL
  299. #define BS_LEFTTEXT 0x00000020L
  300. #if (WINVER >= 0x0400)
  301. #define BS_TEXT 0x00000000L
  302. #define BS_ICON 0x00000040L
  303. #define BS_BITMAP 0x00000080L
  304. #define BS_LEFT 0x00000100L
  305. #define BS_RIGHT 0x00000200L
  306. #define BS_CENTER 0x00000300L
  307. #define BS_TOP 0x00000400L
  308. #define BS_BOTTOM 0x00000800L
  309. #define BS_VCENTER 0x00000C00L
  310. #define BS_PUSHLIKE 0x00001000L
  311. #define BS_MULTILINE 0x00002000L
  312. #define BS_NOTIFY 0x00004000L
  313. #define BS_FLAT 0x00008000L
  314. #define BS_RIGHTBUTTON BS_LEFTTEXT
  315. #endif
  316. #define ES_LEFT 0x00000000L
  317. #define ES_CENTER 0x00000001L
  318. #define ES_RIGHT 0x00000002L
  319. #define ES_MULTILINE 0x00000004L
  320. #define ES_UPPERCASE 0x00000008L
  321. #define ES_LOWERCASE 0x00000010L
  322. #define ES_PASSWORD 0x00000020L
  323. #define ES_AUTOVSCROLL 0x00000040L
  324. #define ES_AUTOHSCROLL 0x00000080L
  325. #define ES_NOHIDESEL 0x00000100L
  326. #define ES_OEMCONVERT 0x00000400L
  327. #define ES_READONLY 0x00000800L
  328. #define ES_WANTRETURN 0x00001000L
  329. #if (WINVER >= 0x0400)
  330. #define ES_NUMBER 0x2000L
  331. #endif
  332. #define SBS_HORZ 0x0000L
  333. #define SBS_VERT 0x0001L
  334. #define SBS_TOPALIGN 0x0002L
  335. #define SBS_LEFTALIGN 0x0002L
  336. #define SBS_BOTTOMALIGN 0x0004L
  337. #define SBS_RIGHTALIGN 0x0004L
  338. #define SBS_SIZEBOXTOPLEFTALIGN 0x0002L
  339. #define SBS_SIZEBOXBOTTOMRIGHTALIGN 0x0004L
  340. #define SBS_SIZEBOX 0x0008L
  341. #if (WINVER >= 0x0400)
  342. #define SBS_SIZEGRIP 0x0010L
  343. #endif
  344. #define LBS_NOTIFY 0x0001L
  345. #define LBS_SORT 0x0002L
  346. #define LBS_NOREDRAW 0x0004L
  347. #define LBS_MULTIPLESEL 0x0008L
  348. #define LBS_OWNERDRAWFIXED 0x0010L
  349. #define LBS_OWNERDRAWVARIABLE 0x0020L
  350. #define LBS_HASSTRINGS 0x0040L
  351. #define LBS_USETABSTOPS 0x0080L
  352. #define LBS_NOINTEGRALHEIGHT 0x0100L
  353. #define LBS_MULTICOLUMN 0x0200L
  354. #define LBS_WANTKEYBOARDINPUT 0x0400L
  355. #define LBS_EXTENDEDSEL 0x0800L
  356. #define LBS_DISABLENOSCROLL 0x1000L
  357. #if (WINVER >= 0x0400)
  358. #define LBS_NOSEL 0x4000L
  359. #endif
  360. #define LBS_STANDARD (LBS_NOTIFY | LBS_SORT | WS_VSCROLL | WS_BORDER)
  361. #define CBS_SIMPLE 0x0001L
  362. #define CBS_DROPDOWN 0x0002L
  363. #define CBS_DROPDOWNLIST 0x0003L
  364. #define CBS_OWNERDRAWFIXED 0x0010L
  365. #define CBS_OWNERDRAWVARIABLE 0x0020L
  366. #define CBS_AUTOHSCROLL 0x0040L
  367. #define CBS_OEMCONVERT 0x0080L
  368. #define CBS_SORT 0x0100L
  369. #define CBS_HASSTRINGS 0x0200L
  370. #define CBS_NOINTEGRALHEIGHT 0x0400L
  371. #define CBS_DISABLENOSCROLL 0x0800L
  372. #if (WINVER >= 0x0400)
  373. #define CBS_UPPERCASE 0x2000L
  374. #define CBS_LOWERCASE 0x4000L
  375. #endif
  376. // operation messages sent to DLGINIT
  377. #define WM_USER 0x0400
  378. #define LB_ADDSTRING (WM_USER+1)
  379. #define CB_ADDSTRING (WM_USER+3)
  380. #if (WINVER >= 0x0400)
  381. #define HDS_HORZ 0x00000000
  382. #define HDS_BUTTONS 0x00000002
  383. #define HDS_HIDDEN 0x00000008
  384. #define TTS_ALWAYSTIP 0x01
  385. #define TTS_NOPREFIX 0x02
  386. #define SBARS_SIZEGRIP 0x0100
  387. #define TBS_AUTOTICKS 0x0001
  388. #define TBS_VERT 0x0002
  389. #define TBS_HORZ 0x0000
  390. #define TBS_TOP 0x0004
  391. #define TBS_BOTTOM 0x0000
  392. #define TBS_LEFT 0x0004
  393. #define TBS_RIGHT 0x0000
  394. #define TBS_BOTH 0x0008
  395. #define TBS_NOTICKS 0x0010
  396. #define TBS_ENABLESELRANGE 0x0020
  397. #define TBS_FIXEDLENGTH 0x0040
  398. #define TBS_NOTHUMB 0x0080
  399. #define UDS_WRAP 0x0001
  400. #define UDS_SETBUDDYINT 0x0002
  401. #define UDS_ALIGNRIGHT 0x0004
  402. #define UDS_ALIGNLEFT 0x0008
  403. #define UDS_AUTOBUDDY 0x0010
  404. #define UDS_ARROWKEYS 0x0020
  405. #define UDS_HORZ 0x0040
  406. #define UDS_NOTHOUSANDS 0x0080
  407. #define CCS_TOP 0x00000001L
  408. #define CCS_NOMOVEY 0x00000002L
  409. #define CCS_BOTTOM 0x00000003L
  410. #define CCS_NORESIZE 0x00000004L
  411. #define CCS_NOPARENTALIGN 0x00000008L
  412. #define CCS_NOHILITE 0x00000010L
  413. #define CCS_ADJUSTABLE 0x00000020L
  414. #define CCS_NODIVIDER 0x00000040L
  415. #define LVS_ICON 0x0000
  416. #define LVS_REPORT 0x0001
  417. #define LVS_SMALLICON 0x0002
  418. #define LVS_LIST 0x0003
  419. #define LVS_TYPEMASK 0x0003
  420. #define LVS_SINGLESEL 0x0004
  421. #define LVS_SHOWSELALWAYS 0x0008
  422. #define LVS_SORTASCENDING 0x0010
  423. #define LVS_SORTDESCENDING 0x0020
  424. #define LVS_SHAREIMAGELISTS 0x0040
  425. #define LVS_NOLABELWRAP 0x0080
  426. #define LVS_AUTOARRANGE 0x0100
  427. #define LVS_EDITLABELS 0x0200
  428. #define LVS_NOSCROLL 0x2000
  429. #define LVS_ALIGNTOP 0x0000
  430. #define LVS_ALIGNLEFT 0x0800
  431. #define LVS_ALIGNMASK 0x0c00
  432. #define LVS_OWNERDRAWFIXED 0x0400
  433. #define LVS_NOCOLUMNHEADER 0x4000
  434. #define LVS_NOSORTHEADER 0x8000
  435. #define TVS_HASBUTTONS 0x0001
  436. #define TVS_HASLINES 0x0002
  437. #define TVS_LINESATROOT 0x0004
  438. #define TVS_EDITLABELS 0x0008
  439. #define TVS_DISABLEDRAGDROP 0x0010
  440. #define TVS_SHOWSELALWAYS 0x0020
  441. #define TCS_FORCEICONLEFT 0x0010
  442. #define TCS_FORCELABELLEFT 0x0020
  443. #define TCS_SHAREIMAGELISTS 0x0040
  444. #define TCS_TABS 0x0000
  445. #define TCS_BUTTONS 0x0100
  446. #define TCS_SINGLELINE 0x0000
  447. #define TCS_MULTILINE 0x0200
  448. #define TCS_RIGHTJUSTIFY 0x0000
  449. #define TCS_FIXEDWIDTH 0x0400
  450. #define TCS_RAGGEDRIGHT 0x0800
  451. #define TCS_FOCUSONBUTTONDOWN 0x1000
  452. #define TCS_OWNERDRAWFIXED 0x2000
  453. #define TCS_TOOLTIPS 0x4000
  454. #define TCS_FOCUSNEVER 0x8000
  455. #define ACS_CENTER 0x0001
  456. #define ACS_TRANSPARENT 0x0002
  457. #define ACS_AUTOPLAY 0x0004
  458. #endif // (WINVER >= 0x0400)
  459. // 32-bit language/sub-language identifiers
  460. #ifndef LANG_NEUTRAL
  461. // Primary language IDs.
  462. #define LANG_NEUTRAL 0x00
  463. #define LANG_BULGARIAN 0x02
  464. #define LANG_CHINESE 0x04
  465. #define LANG_CROATIAN 0x1a
  466. #define LANG_CZECH 0x05
  467. #define LANG_DANISH 0x06
  468. #define LANG_DUTCH 0x13
  469. #define LANG_ENGLISH 0x09
  470. #define LANG_FINNISH 0x0b
  471. #define LANG_FRENCH 0x0c
  472. #define LANG_GERMAN 0x07
  473. #define LANG_GREEK 0x08
  474. #define LANG_HUNGARIAN 0x0e
  475. #define LANG_ICELANDIC 0x0f
  476. #define LANG_ITALIAN 0x10
  477. #define LANG_JAPANESE 0x11
  478. #define LANG_KOREAN 0x12
  479. #define LANG_NORWEGIAN 0x14
  480. #define LANG_POLISH 0x15
  481. #define LANG_PORTUGUESE 0x16
  482. #define LANG_ROMANIAN 0x18
  483. #define LANG_RUSSIAN 0x19
  484. #define LANG_SLOVAK 0x1b
  485. #define LANG_SLOVENIAN 0x24
  486. #define LANG_SPANISH 0x0a
  487. #define LANG_SWEDISH 0x1d
  488. #define LANG_TURKISH 0x1f
  489. #endif //!LANG_NEUTRAL
  490. #ifndef SUBLANG_NEUTRAL
  491. // Sublanguage IDs.
  492. #define SUBLANG_NEUTRAL 0x00
  493. #define SUBLANG_DEFAULT 0x01
  494. #define SUBLANG_SYS_DEFAULT 0x02
  495. #define SUBLANG_CHINESE_TRADITIONAL 0x01
  496. #define SUBLANG_CHINESE_SIMPLIFIED 0x02
  497. #define SUBLANG_CHINESE_HONGKONG 0x03
  498. #define SUBLANG_CHINESE_SINGAPORE 0x04
  499. #define SUBLANG_DUTCH 0x01
  500. #define SUBLANG_DUTCH_BELGIAN 0x02
  501. #define SUBLANG_ENGLISH_US 0x01
  502. #define SUBLANG_ENGLISH_UK 0x02
  503. #define SUBLANG_ENGLISH_AUS 0x03
  504. #define SUBLANG_ENGLISH_CAN 0x04
  505. #define SUBLANG_ENGLISH_NZ 0x05
  506. #define SUBLANG_ENGLISH_EIRE 0x06
  507. #define SUBLANG_FRENCH 0x01
  508. #define SUBLANG_FRENCH_BELGIAN 0x02
  509. #define SUBLANG_FRENCH_CANADIAN 0x03
  510. #define SUBLANG_FRENCH_SWISS 0x04
  511. #define SUBLANG_GERMAN 0x01
  512. #define SUBLANG_GERMAN_SWISS 0x02
  513. #define SUBLANG_GERMAN_AUSTRIAN 0x03
  514. #define SUBLANG_ITALIAN 0x01
  515. #define SUBLANG_ITALIAN_SWISS 0x02
  516. #define SUBLANG_NORWEGIAN_BOKMAL 0x01
  517. #define SUBLANG_NORWEGIAN_NYNORSK 0x02
  518. #define SUBLANG_PORTUGUESE 0x02
  519. #define SUBLANG_PORTUGUESE_BRAZILIAN 0x01
  520. #define SUBLANG_SPANISH 0x01
  521. #define SUBLANG_SPANISH_MEXICAN 0x02
  522. #define SUBLANG_SPANISH_MODERN 0x03
  523. #endif //!SUBLANG_NEUTRAL
  524. #ifdef APSTUDIO_INVOKED
  525. #undef APSTUDIO_HIDDEN_SYMBOLS
  526. #endif
  527. #define IDOK 1
  528. #define IDCANCEL 2
  529. #define IDABORT 3
  530. #define IDRETRY 4
  531. #define IDIGNORE 5
  532. #define IDYES 6
  533. #define IDNO 7
  534. #if (WINVER >= 0x0400)
  535. #define IDCLOSE 8
  536. #define IDHELP 9
  537. #endif
  538. #ifdef IDC_STATIC
  539. #undef IDC_STATIC
  540. #endif
  541. #define IDC_STATIC (-1)
  542. #ifdef _AFX_MINREBUILD
  543. #pragma component(minrebuild, on)
  544. #endif