EZSnakeDemo.rc
上传用户:cqzhuye
上传日期:2007-01-01
资源大小:72k
文件大小:11k
源码类别:

浏览器

开发平台:

Visual C++

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  36.     "#define _AFX_NO_OLE_RESOURCESrn"
  37.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  38.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  39.     "rn"
  40.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 9, 1rn"
  43.     "#pragma code_page(1252)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\EZSnakeDemo.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#endifrn"
  48.     ""
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Icon
  54. //
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME           ICON    DISCARDABLE     "res\EZSnakeDemo.ico"
  58. IDR_EZSNAKTYPE          ICON    DISCARDABLE     "res\EZSnakeDemoDoc.ico"
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Bitmap
  62. //
  63. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\Toolbar.bmp"
  64. /////////////////////////////////////////////////////////////////////////////
  65. //
  66. // Toolbar
  67. //
  68. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  69. BEGIN
  70.     BUTTON      ID_FILE_NEW
  71.     BUTTON      ID_FILE_OPEN
  72.     BUTTON      ID_FILE_SAVE
  73.     SEPARATOR
  74.     BUTTON      ID_EDIT_CUT
  75.     BUTTON      ID_EDIT_COPY
  76.     BUTTON      ID_EDIT_PASTE
  77.     SEPARATOR
  78.     BUTTON      ID_FILE_PRINT
  79.     SEPARATOR
  80.     BUTTON      ID_APP_ABOUT
  81. END
  82. /////////////////////////////////////////////////////////////////////////////
  83. //
  84. // Menu
  85. //
  86. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  87. BEGIN
  88.     POPUP "&File"
  89.     BEGIN
  90.         MENUITEM "&NewtCtrl+N",                ID_FILE_NEW
  91.         MENUITEM "&Open...tCtrl+O",            ID_FILE_OPEN
  92.         MENUITEM "&SavetCtrl+S",               ID_FILE_SAVE
  93.         MENUITEM "Save &As...",                 ID_FILE_SAVE_AS
  94.         MENUITEM SEPARATOR
  95.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  96.         MENUITEM SEPARATOR
  97.         MENUITEM "E&xit",                       ID_APP_EXIT
  98.     END
  99.     POPUP "&View"
  100.     BEGIN
  101.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  102.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  103.     END
  104.     POPUP "&Help"
  105.     BEGIN
  106.         MENUITEM "&About EZSnakeDemo...",       ID_APP_ABOUT
  107.     END
  108.     POPUP "Snake"
  109.     BEGIN
  110.         MENUITEM "Start",                       ID_START
  111.         MENUITEM "Stop",                        ID_STOP
  112.         MENUITEM SEPARATOR
  113.     END
  114. END
  115. /////////////////////////////////////////////////////////////////////////////
  116. //
  117. // Accelerator
  118. //
  119. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  120. BEGIN
  121.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  122.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  123.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  124.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  125.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  126.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  127.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  128.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  129.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  130.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  131.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  132.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  133.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  134. END
  135. /////////////////////////////////////////////////////////////////////////////
  136. //
  137. // Dialog
  138. //
  139. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 55
  140. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  141. CAPTION "About EZSnakeDemo"
  142. FONT 8, "MS Sans Serif"
  143. BEGIN
  144.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  145.     LTEXT           "EZSnakeDemo Version 1.0",IDC_STATIC,40,10,119,8,
  146.                     SS_NOPREFIX
  147.     LTEXT           "Copyright (C) 1998",IDC_STATIC,40,25,119,8
  148.     DEFPUSHBUTTON   "OK",IDOK,178,7,50,14,WS_GROUP
  149. END
  150. IDR_MAINFRAME DIALOG DISCARDABLE  0, 0, 330, 16
  151. STYLE WS_CHILD
  152. FONT 8, "MS Sans Serif"
  153. BEGIN
  154.     LTEXT           "TODO: layout dialog bar ",IDC_STATIC,12,4,300,8
  155. END
  156. #ifndef _MAC
  157. /////////////////////////////////////////////////////////////////////////////
  158. //
  159. // Version
  160. //
  161. VS_VERSION_INFO VERSIONINFO
  162.  FILEVERSION 1,0,0,1
  163.  PRODUCTVERSION 1,0,0,1
  164.  FILEFLAGSMASK 0x3fL
  165. #ifdef _DEBUG
  166.  FILEFLAGS 0x1L
  167. #else
  168.  FILEFLAGS 0x0L
  169. #endif
  170.  FILEOS 0x4L
  171.  FILETYPE 0x1L
  172.  FILESUBTYPE 0x0L
  173. BEGIN
  174.     BLOCK "StringFileInfo"
  175.     BEGIN
  176.         BLOCK "040904B0"
  177.         BEGIN
  178.             VALUE "CompanyName", ""
  179.             VALUE "FileDescription", "EZSnakeDemo MFC Application"
  180.             VALUE "FileVersion", "1, 0, 0, 1"
  181.             VALUE "InternalName", "EZSnakeDemo"
  182.             VALUE "LegalCopyright", "Copyright (C) 1998"
  183.             VALUE "LegalTrademarks", ""
  184.             VALUE "OriginalFilename", "EZSnakeDemo.EXE"
  185.             VALUE "ProductName", "EZSnakeDemo Application"
  186.             VALUE "ProductVersion", "1, 0, 0, 1"
  187.         END
  188.     END
  189.     BLOCK "VarFileInfo"
  190.     BEGIN
  191.         VALUE "Translation", 0x409, 1200
  192.     END
  193. END
  194. #endif    // !_MAC
  195. /////////////////////////////////////////////////////////////////////////////
  196. //
  197. // DESIGNINFO
  198. //
  199. #ifdef APSTUDIO_INVOKED
  200. GUIDELINES DESIGNINFO DISCARDABLE 
  201. BEGIN
  202.     IDD_ABOUTBOX, DIALOG
  203.     BEGIN
  204.         LEFTMARGIN, 7
  205.         RIGHTMARGIN, 228
  206.         TOPMARGIN, 7
  207.         BOTTOMMARGIN, 48
  208.     END
  209. END
  210. #endif    // APSTUDIO_INVOKED
  211. /////////////////////////////////////////////////////////////////////////////
  212. //
  213. // String Table
  214. //
  215. STRINGTABLE PRELOAD DISCARDABLE 
  216. BEGIN
  217.     IDR_MAINFRAME           "EZSnakeDemonnEZSnaknnnEZSnakeDemo.DocumentnEZSnak Document"
  218. END
  219. STRINGTABLE PRELOAD DISCARDABLE 
  220. BEGIN
  221.     AFX_IDS_APP_TITLE       "EZSnakeDemo"
  222.     AFX_IDS_IDLEMESSAGE     "Ready"
  223. END
  224. STRINGTABLE DISCARDABLE 
  225. BEGIN
  226.     ID_INDICATOR_EXT        "EXT"
  227.     ID_INDICATOR_CAPS       "CAP"
  228.     ID_INDICATOR_NUM        "NUM"
  229.     ID_INDICATOR_SCRL       "SCRL"
  230.     ID_INDICATOR_OVR        "OVR"
  231.     ID_INDICATOR_REC        "REC"
  232.     ID_INDICATOR_EZSNAKE    "Snake"
  233. END
  234. STRINGTABLE DISCARDABLE 
  235. BEGIN
  236.     ID_FILE_NEW             "Create a new documentnNew"
  237.     ID_FILE_OPEN            "Open an existing documentnOpen"
  238.     ID_FILE_CLOSE           "Close the active documentnClose"
  239.     ID_FILE_SAVE            "Save the active documentnSave"
  240.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  241. END
  242. STRINGTABLE DISCARDABLE 
  243. BEGIN
  244.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  245.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  246. END
  247. STRINGTABLE DISCARDABLE 
  248. BEGIN
  249.     ID_FILE_MRU_FILE1       "Open this document"
  250.     ID_FILE_MRU_FILE2       "Open this document"
  251.     ID_FILE_MRU_FILE3       "Open this document"
  252.     ID_FILE_MRU_FILE4       "Open this document"
  253.     ID_FILE_MRU_FILE5       "Open this document"
  254.     ID_FILE_MRU_FILE6       "Open this document"
  255.     ID_FILE_MRU_FILE7       "Open this document"
  256.     ID_FILE_MRU_FILE8       "Open this document"
  257.     ID_FILE_MRU_FILE9       "Open this document"
  258.     ID_FILE_MRU_FILE10      "Open this document"
  259.     ID_FILE_MRU_FILE11      "Open this document"
  260.     ID_FILE_MRU_FILE12      "Open this document"
  261.     ID_FILE_MRU_FILE13      "Open this document"
  262.     ID_FILE_MRU_FILE14      "Open this document"
  263.     ID_FILE_MRU_FILE15      "Open this document"
  264.     ID_FILE_MRU_FILE16      "Open this document"
  265. END
  266. STRINGTABLE DISCARDABLE 
  267. BEGIN
  268.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  269.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  270. END
  271. STRINGTABLE DISCARDABLE 
  272. BEGIN
  273.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  274. END
  275. STRINGTABLE DISCARDABLE 
  276. BEGIN
  277.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  278.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  279.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  280.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  281.     ID_EDIT_FIND            "Find the specified textnFind"
  282.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  283.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  284.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  285.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  286.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  287.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  288. END
  289. STRINGTABLE DISCARDABLE 
  290. BEGIN
  291.     ID_VIEW_TOOLBAR         "Show or hide the toolbarnToggle ToolBar"
  292.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  293. END
  294. STRINGTABLE DISCARDABLE 
  295. BEGIN
  296.     AFX_IDS_SCSIZE          "Change the window size"
  297.     AFX_IDS_SCMOVE          "Change the window position"
  298.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  299.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  300.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  301.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  302.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  303. END
  304. STRINGTABLE DISCARDABLE 
  305. BEGIN
  306.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  307.     AFX_IDS_SCTASKLIST      "Activate Task List"
  308. END
  309. STRINGTABLE DISCARDABLE 
  310. BEGIN
  311.     ID_START                "Let the Snake start running"
  312.     ID_STOP                 "Let the snake stop running"
  313. END
  314. #endif    // English (U.S.) resources
  315. /////////////////////////////////////////////////////////////////////////////
  316. #ifndef APSTUDIO_INVOKED
  317. /////////////////////////////////////////////////////////////////////////////
  318. //
  319. // Generated from the TEXTINCLUDE 3 resource.
  320. //
  321. #define _AFX_NO_SPLITTER_RESOURCES
  322. #define _AFX_NO_OLE_RESOURCES
  323. #define _AFX_NO_TRACKER_RESOURCES
  324. #define _AFX_NO_PROPERTY_RESOURCES
  325. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  326. #ifdef _WIN32
  327. LANGUAGE 9, 1
  328. #pragma code_page(1252)
  329. #endif //_WIN32
  330. #include "resEZSnakeDemo.rc2"  // non-Microsoft Visual C++ edited resources
  331. #include "afxres.rc"         // Standard components
  332. #endif
  333. /////////////////////////////////////////////////////////////////////////////
  334. #endif    // not APSTUDIO_INVOKED