WDIFFRC.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:4k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /******************************************************************************
  2. *       This is a part of the Microsoft Source Code Samples. 
  3. *       Copyright (C) 1993-1997 Microsoft Corporation.
  4. *       All rights reserved. 
  5. *       This source code is only intended as a supplement to 
  6. *       Microsoft Development Tools and/or WinHelp documentation.
  7. *       See these sources for detailed information regarding the 
  8. *       Microsoft samples programs.
  9. ******************************************************************************/
  10. #define IDM_FILE      111
  11. #define IDM_DIR       112
  12. #define IDM_PRINT     113
  13. #define IDM_EXIT      115
  14. #define IDM_TIME      116
  15. #define IDM_OPEN      121
  16. #define IDM_SAVELIST  122
  17. #define IDM_EDITLEFT  123
  18. #define IDM_EDITRIGHT 124
  19. #define IDM_EDITCOMP  125
  20. #define IDM_SETEDIT   126
  21. #define IDM_COPYFILES 127
  22. #define IDM_ABOUT     131
  23. #define IDD_ICON      132
  24. #define IDD_VERSION   133
  25. #define IDD_LABEL     136
  26. #define IDD_DIR1      137
  27. #define IDD_DIR2      138
  28. #define IDD_LAB1      139
  29. #define IDD_LAB2      140
  30. #define IDD_LAB3      141
  31. #define IDD_RECURSIVE 143
  32. #define IDM_CLOSE     161
  33. #define IDM_OUTLINE   180
  34. #define IDM_EXPAND    181
  35. #define IDM_FCHANGE   182
  36. #define IDM_LNRS      185
  37. #define IDM_RNRS      186
  38. #define IDM_NONRS     187
  39. #define IDM_LONLY     188
  40. #define IDM_RONLY     189
  41. #define IDM_BOTHFILES 190
  42. #define IDM_UPDATE    194
  43. #define IDM_FPCHANGE  195
  44. #define IDM_IGNBLANKS 196
  45. #define IDM_PICTURE   197
  46. #define IDM_LAZY      198
  47. #define IDM_INCSAME   201
  48. #define IDM_INCLEFT   202
  49. #define IDM_INCRIGHT  203
  50. #define IDM_INCDIFFER 204
  51. #define IDC_RCDISP1   501
  52. #define IDC_BAR       510
  53. #define IDC_STATUS    550
  54. #define IDM_ABORT     551
  55. #define IDL_STATLAB   552
  56. #define IDL_NAMES     553
  57. #define IDD_FILE                    601
  58. #define IDD_IDENTICAL               602
  59. #define IDD_DIFFER                  603
  60. #define IDD_LEFT                    604
  61. #define IDD_RIGHT                   605
  62. #define IDD_FROMGROUP               610
  63. #define IDD_FROMLEFT                611
  64. #define IDD_FROMRIGHT               612
  65. #define IDS_LINE_NOT_VISIBLE        650
  66. #define IDS_ONLY_IN                 651
  67. #define IDS_DIFFERENT_SIZES         652
  68. #define IDS_IDENTICAL               653 
  69. #define IDS_FILES_DIFFER            654 
  70. #define IDS_SAME_SIZE               655 
  71. #define IDS_CANT_OPEN_TMP_FILE      656 
  72. #define IDS_BAD_ARGUMENT            657 
  73. #define IDS_SELECT_FIRST_FILE       658 
  74. #define IDS_SELECT_SECOND_FILE      659 
  75. #define IDS_COULDNT_FIND            660 
  76. #define IDS_CANT_OPEN               661 
  77. #define IDS_IDENTICAL_COMMA         662 
  78. #define IDS_LEFT_ONLY_COMMA         663 
  79. #define IDS_RIGHT_ONLY_COMMA        664 
  80. #define IDS_DIFFERING               665 
  81. #define IDS_FILES_LISTED            666 
  82. #define IDS_ENTER_DIR_NAME          667 
  83. #define IDS_FAILED_TO_COPY          668 
  84. #define IDS_COPYING                 669 
  85. #define IDS_COPY_ABORTED            670 
  86. #define IDS_COPY_FAILED             671 
  87. #define IDS_COPY_COMPLETE           672 
  88. #define IDS_FILES_ONLY              673 
  89. #define IDS_EXIT                    674 
  90. #define IDS_USAGE_STR               675
  91. #define IDS_WINDIFF_USAGE           676 
  92. #define IDS_PAGE                    677 
  93. #define IDS_NO_MORE_CHANGES         678 
  94. #define IDS_NO_PREV_CHANGES         679 
  95. #define IDS_OUTLINE                 680 
  96. #define IDS_EXPAND                  681 
  97. #define IDS_FILE_DOESNT_EXIST       682 
  98. #define IDS_FAILED_TO_LAUNCH_EDT    683 
  99. #define IDS_COMPARING               684 
  100. #define IDS_SCANNING                685 
  101. #define IDS_ABORT                   686 
  102. #define IDS_PLEASE_WAIT             687 
  103. #define IDS_ABORT_PENDING           688 
  104. #define IDS_SECONDS                 690 
  105. #define IDS_CREATE_DIFF_LIST        691 
  106. #define IDS_ENTER_EDT_CMD_LINE      692 
  107. #define IDS_HEADER_LINE_STR         693
  108. #define IDS_SAME_SIZE_ETC           694
  109. #define IDS_COULDNT_BE_OPENED       695
  110. #define IDS_FILEOPEN                696