Source code of Windows XP (NT5)
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.

84 lines
3.2 KiB

  1. /******************************************************************************
  2. Source File: rc.H
  3. Resource Identifier Definitions for Effects property page
  4. Copyright (c) 1998 by Microsoft Corporation
  5. ******************************************************************************/
  6. #define IDS_PAGE_TITLE 1
  7. #define PROP_SHEET_DLG 2
  8. #define IDS_HELPFILE 3
  9. #define IDS_NOICONSMSG1 4
  10. #define IDS_NOICONSMSG 5
  11. #define IDS_BADPATHMSG 6
  12. // #define IDS_REBOOTFORCHANGE 7 // NO LONGER NEEDED, DO NOT REUSE....
  13. #define IDS_FONTSMOOTHWONTWORK 8
  14. #define IDS_ICONCOLORWONTWORK 9
  15. #define IDS_FULL 10
  16. #define IDS_EMPTY 11
  17. #define IDS_MYCOMPUTER 12
  18. #define IDS_NETNEIGHBOUR 13
  19. #define IDS_TRASHFULL 14
  20. #define IDS_TRASHEMPTY 16
  21. #define IDS_TRASHDEFAULT 18
  22. #define IDS_USE_LARGE 19
  23. #define IDS_256COLORPROBLEM 20
  24. #define IDS_ICONFILTER 21
  25. #define IDS_INVALIDPATH 22
  26. #define IDS_HELPFILE_PLUS 23
  27. #define IDS_MYDOCUMENTS 24
  28. #define IDS_INTERNET 25
  29. #define IDS_DIRECTORY 26
  30. #define IDS_EFFECTS 27
  31. #define IDS_FADEEFFECT 28
  32. #define IDS_SCROLLEFFECT 29
  33. #define IDS_CLEARTYPE 30
  34. #define IDS_STANDARDSMOOTHING 31
  35. #define IDI_WINDRAGICON 101
  36. #define IDI_FONTSMOOTHICON 102
  37. #define IDI_HIGHCOLORICON 103
  38. #define IDI_WALLPAPERFITICON 104
  39. #define IDI_USELARGEICONS 107
  40. #define IDC_FULLWINDOWDRAGGING 1000
  41. #define IDC_FONTSMOOTHING 1001
  42. #define IDC_ICONHIGHCOLOR 1002
  43. #define IDC_STRETCHWALLPAPERFITSCREEN 1003
  44. //#define IDC_HIDEICONS 1003
  45. #define IDC_CHANGEICON 1004
  46. #define IDC_ICONS 1005
  47. #define IDD_PATH 1006
  48. #define IDC_MENUANIMATION 1006
  49. #define IDD_ICON 1007
  50. #define IDC_FONTSMOOTH 1007
  51. #define IDD_BROWSE 1008
  52. #define IDC_SHOWDRAG 1008
  53. #define IDC_ICONDEFAULT 1009
  54. #define IDC_LARGEICONS 1010
  55. #define IDC_KEYBOARDINDICATORS 1011
  56. #define IDC_COMBOEFFECT 1012
  57. #define IDC_SHOWME 1013
  58. #define IDC_COMBOFSMOOTH 1014
  59. #define IDC_MENUSHADOWS 1015
  60. #define IDC_GRPBOX_1 2000
  61. #define IDC_GRPBOX_2 2001
  62. #ifdef CLEARTYPECOMBO
  63. // For TEXT EDGE
  64. #define IDS_TEXTPROP 3000
  65. #define DLG_TEXTEDGE 3001
  66. #define IDC_TEXTEDGEMODE 3002
  67. #define IDC_MONOTEXT 3003
  68. #define IDC_AATEXT 3004
  69. #define IDC_CTTEXT 3005
  70. #define IDC_TEXTSAMPLE 3006
  71. #define IDC_AASHOW 3007
  72. #define IDC_CTSHOW 3008
  73. #endif // CLEARTYPECOMBO
  74. #define IDC_STATIC -1