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.

135 lines
4.8 KiB

  1. /*************************************************
  2. * resource.c *
  3. * *
  4. * Copyright (C) 1992-1999 Microsoft Inc. *
  5. * *
  6. *************************************************/
  7. //{{NO_DEPENDENCIES}}
  8. // App Studio generated include file.
  9. // Used by UCONVERT.RC
  10. //
  11. #define IDS_FIRST_TAB IDS_SOURCE_TAB
  12. #define STRCODEPAGEBASE IDS_STRUNICODE
  13. #define IDS_APPLICATION_NAME 1
  14. #define IDS_SOURCE_TAB 5
  15. #define IDS_TARGET_TAB 6
  16. #define IDS_OPTION_TAB 7
  17. #define IDS_STRUNICODE 10
  18. #define IDS_STRINGGB 11
  19. #define IDS_STRBIG5 12
  20. #define IDS_STRCNS 13
  21. #define IDS_STRTCA 14
  22. #define IDS_STRETEN 15
  23. #define IDS_STRIBM 16
  24. #define IDS_STRTELE 17
  25. #define IDS_STRWANG 18
  26. #define IDS_CTLUNICODE 20
  27. #define IDS_CTLGB 21
  28. #define IDS_CTLBIG5 22
  29. #define IDS_CTLCNS 23
  30. #define IDS_CTLTCA 24
  31. #define IDS_CTLETEN 25
  32. #define IDS_CTLIBM 26
  33. #define IDS_CTLTELE 27
  34. #define IDS_CTLWANG 28
  35. #define IDS_FROMCLIPBOARD 30
  36. #define IDS_NOTSAVEYET 32
  37. #define IDS_OPENSOURCE 33
  38. #define IDS_SAVEAS 34
  39. #define IDS_FILETOOBIG 35
  40. #define IDS_OPENERROR 36
  41. #define IDS_READERROR 37
  42. #define IDS_BYTEORDER 38
  43. #define IDS_WRITEERROR 39
  44. #define IDS_CREATEERROR 40
  45. #define IDS_NOTEXTCONVERT 41
  46. #define IDS_NOTEXTSAVE 42
  47. #define IDS_STYPEUNKNOWN 43
  48. #define IDS_NBYTES 44
  49. #define IDS_VIEWSOURCE 45
  50. #define IDS_VIEWTARGET 46
  51. #define IDS_BUT_FROMCLIPBOARD 47
  52. #define IDS_BUT_TOCLIPBOARD 48
  53. #define IDS_BUT_OPEN 49
  54. #define IDS_BUT_SAVEAS 50
  55. #define IDS_ANSITEXT 51
  56. #define IDS_ALLFILES 52
  57. #define IDM_FILE_OPEN 2001
  58. #define IDM_FILE_SAVEAS 2002
  59. #define IDM_FILE_EXIT 2010
  60. #define IDM_HELP_CONTENT 2101
  61. #define IDM_HELP_ABOUT 2102
  62. #define IDM_CHNUCONV 1234
  63. #define IDA_CHNUCONV 100
  64. #define IDD_CHNUCONV 100
  65. #define IDD_SOURCE_TAB 200
  66. #define IDD_OPTION_TAB 400
  67. #define IDD_SHOWTEXT 500
  68. #define IDI_CHNUCONV 300
  69. #define IDC_MAIN_TAB 150
  70. #define IDC_PUSH_CONVERT 200
  71. #define IDC_PUSH_HELP 210
  72. #define IDC_NAME 1000
  73. #define IDC_NAMETEXT 1001
  74. #define IDC_EDIT_SIZE 1002
  75. #define IDC_SIZETEXT 1003
  76. #define IDC_OPENORSAVEAS 1004
  77. #define IDC_VIEW 1005
  78. #define IDC_PASTEORCOPY 1006
  79. #define IDC_CLEAR 1007
  80. #define IDC_SWAPHIGHLOW 1008
  81. #define IDC_STATIC 1009
  82. #define IDC_STATIC1 1010
  83. #define IDC_STATIC2 1011
  84. #define IDC_NOSCTCMAP 1012
  85. #define IDC_TCSCMAP 1013
  86. #define IDC_SCTCMAP 1014
  87. #define IDC_NOHWFWMAP 1015
  88. #define IDC_HWFWMAP 1016
  89. #define IDC_FWHWMAP 1017
  90. #define IDC_COPY 1018
  91. #define IDC_SAVEAS 1019
  92. #define IDC_RESET 1020
  93. #define IDC_SHOWTEXT_NAME 1021
  94. #define IDC_SHOWTEXT_TYPE 1022
  95. #define IDC_SHOWTEXT_FONT 1023
  96. #define IDC_SHOWTEXT_EDIT 1024
  97. #define CODEPAGEBASE 1500
  98. #define IDC_RBUNICODE1 1500
  99. #define IDC_RBGB 1501
  100. #define IDC_RBBIG5 1502
  101. #define IDC_RBCNS 1503
  102. #define IDC_RBTCA 1504
  103. #define IDC_RBETEN 1505
  104. #define IDC_RBIBM 1506
  105. #define IDC_RBTELE 1507
  106. #define IDC_RBWANG 1508
  107. // Next default values for new objects
  108. //
  109. #ifdef APSTUDIO_INVOKED
  110. #ifndef APSTUDIO_READONLY_SYMBOLS
  111. #define _APS_NEXT_RESOURCE_VALUE 103
  112. #define _APS_NEXT_COMMAND_VALUE 101
  113. #define _APS_NEXT_CONTROL_VALUE 1000
  114. #define _APS_NEXT_SYMED_VALUE 101
  115. #endif
  116. #endif