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

Windows编程

开发平台:

Visual C++

  1. #include "windows.h"
  2. #include "reversi.h"
  3. 3 ICON REVERSI.ICO
  4. 1 CURSOR PRELOAD blank.cur
  5. 1 MENU
  6. BEGIN
  7.     POPUP "&Game"
  8.         begin
  9.             MENUITEM "&Hint", 50
  10.             MENUITEM "&Pass", 20
  11.             MENUITEM "&New",  25
  12.             MENUITEM SEPARATOR
  13.             MENUITEM "E&xit",    52
  14.         end
  15.     popup "&Skill"
  16.         BEGIN
  17.             MENUITEM "&Beginner", 41
  18.             MENUITEM "&Novice",   42
  19.             MENUITEM "&Expert",   44
  20.             MENUITEM "&Master",   46
  21.         END
  22. #ifndef NOHELP
  23.     POPUP "&Help"
  24.         BEGIN
  25.             MENUITEM "&About Reversi...", MN_HELP_ABOUT
  26.         END
  27. #else
  28.     POPUP "&Info"
  29.         BEGIN
  30.             MENUITEM "&About Reversi...", MN_HELP_ABOUT
  31.         END
  32. #endif /*NOHELP*/
  33. END
  34. MAINACC ACCELERATORS
  35. BEGIN
  36.     "^h", 50, NOINVERT
  37.     VK_F1,   MN_HELP_INDEX,     VIRTKEY
  38. END
  39. stringtable
  40. begin
  41.     3, "Reversi"
  42.     4, "Reversi Practice Game"
  43.     5, "Pass"
  44.     6, "You must Pass"
  45.     7, "Tie Game"
  46.     8, "You Lost by "        /* space at the end is required */
  47.     9, "You Won by "         /* space at the end is required */
  48.     10, "About..."
  49.     11, ""                   /* the post string for the loss message */
  50.     12, ""                   /* the post string for the won message */
  51.     13, "You may only move to a space where the cursor is a cross."
  52.     14, "You may not pass.  Move where the cursor is a cross."
  53.     15, "reversi.hlp"
  54. end
  55. 3 DIALOG DISCARDABLE  22, 17, 191, 91
  56. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  57. CAPTION "About Reversi"
  58. FONT 8, "System"
  59. BEGIN
  60.     CTEXT           "Microsoft Windows",-1,0,5,191,8
  61.     CTEXT           "Reversi",-1,0,15,191,8
  62.     CTEXT           "Version 4.0 ",-1,0,32,191,8
  63.     CTEXT           "Copyright 251 1985-1995",-1,0,44,191,9
  64.     DEFPUSHBUTTON   "OK",IDOK,79,73,32,14,WS_GROUP
  65.     ICON            3,-1,24,12,18,20,WS_GROUP
  66.     CTEXT           "Microsoft Corp.",-1,0,52,191,9
  67.     CTEXT           "All Rights Reserved.",-1,0,60,191,9
  68. END
  69. #ifdef JAPAN
  70. LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL
  71. 1 MENU
  72. BEGIN
  73.     POPUP "僎乕儉(&G)"
  74.         begin
  75.             MENUITEM "僸儞僩(&H)",     50
  76.             MENUITEM "僷僗(&P)",       20
  77.             MENUITEM "怴婯僎乕儉(&N)", 25
  78.             MENUITEM SEPARATOR
  79.             MENUITEM "廔椆(&X)",       52
  80.         end
  81.     popup "僗僉儖(&S)"
  82.         BEGIN
  83.             MENUITEM "弶媺(&B)",   41
  84.             MENUITEM "拞媺(&N)",   42
  85.             MENUITEM "忋媺(&E)",   44
  86.             MENUITEM "柤恖(&M)",   46
  87.         END
  88. #ifndef NOHELP
  89.     POPUP "僿儖僾(&H)"
  90.         BEGIN
  91.             MENUITEM "僶乕僕儑儞忣曬(&A)...", MN_HELP_ABOUT
  92.         END
  93. #else
  94.     POPUP "&Info"
  95.         BEGIN
  96.             MENUITEM "&About Reversi...", MN_HELP_ABOUT
  97.         END
  98. #endif /*NOHELP*/
  99. END
  100. MAINACC ACCELERATORS
  101. BEGIN
  102.     "^h", 50, NOINVERT
  103.     VK_F1,   MN_HELP_INDEX,     VIRTKEY
  104. END
  105. stringtable
  106. begin
  107.     3, "Reversi"
  108.     4, "Reversi Practice Game"
  109.     5, "僷僗"
  110.     6, "僷僗偟側偗傟偽側傝傑偣傫"
  111.     7, "堷偒暘偗偱偡"
  112.     8, ""         /* the pre string for the loss message */
  113.     9, ""         /* the pre string for the loss message */
  114.     10, "僶乕僕儑儞忣曬..."
  115.     11, " 屄嵎偱偁側偨偺晧偗偱偡" /* space at the begining is required */
  116.     12, " 屄嵎偱偁側偨偺彑偪偱偡" /* space at the begining is required */
  117.     13, "僇乕僜儖偑廫帤偵側傞偲偙傠偺傒抲偗傑偡丅"
  118.     14, "僷僗偱偒傑偣傫丅僇乕僜儖偑廫帤偵側傞偲偙傠偵抲偄偰偔偩偝偄丅"
  119.     15, "reversi.hlp"
  120. end
  121. 3 DIALOG DISCARDABLE  22, 17, 191, 91
  122. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  123. CAPTION "Reversi 偺僶乕僕儑儞忣曬"
  124. FONT 8, "System"
  125. BEGIN
  126.     CTEXT           "Microsoft Windows",-1,0,5,191,8
  127.     CTEXT           "Reversi",-1,0,15,191,8
  128.     CTEXT           "Version 4.0 ",-1,0,32,191,8
  129.     CTEXT           "Copyright (C) 1985-1995",-1,0,44,191,9
  130.     DEFPUSHBUTTON   "OK",IDOK,79,73,32,14,WS_GROUP
  131.     ICON            3,-1,24,12,18,20,WS_GROUP
  132.     CTEXT           "Microsoft Corp.",-1,0,52,191,9
  133.     CTEXT           "All Rights Reserved.",-1,0,60,191,9
  134. END
  135. #endif