MyMonitor.rc
上传用户:deligs
上传日期:2007-01-08
资源大小:43k
文件大小:9k
源码类别:

网络编程

开发平台:

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\MyMonitor.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. // Bitmap
  54. //
  55. IDB_SPLASH              BITMAP  DISCARDABLE     "res\logo.bmp"
  56. /////////////////////////////////////////////////////////////////////////////
  57. //
  58. // Icon
  59. //
  60. // Icon with lowest ID value placed first to ensure application icon
  61. // remains consistent on all systems.
  62. IDR_MAINFRAME           ICON    DISCARDABLE     "res\app_icon_.ico"
  63. #endif    // English (U.S.) resources
  64. /////////////////////////////////////////////////////////////////////////////
  65. /////////////////////////////////////////////////////////////////////////////
  66. // English (U.S.) resources
  67. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  68. #ifdef _WIN32
  69. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  70. #pragma code_page(1252)
  71. #endif //_WIN32
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Menu
  75. //
  76. IDR_POPUP_MENU MENU DISCARDABLE 
  77. BEGIN
  78.     POPUP "POPUP"
  79.     BEGIN
  80.         MENUITEM "About UDP test",              ID_APP_ABOUT
  81.         MENUITEM SEPARATOR
  82.         MENUITEM "Exit",                        ID_APP_EXIT
  83.     END
  84. END
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // Accelerator
  88. //
  89. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  90. BEGIN
  91.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  92.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  93.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  94.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  95.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  96.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  97.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  98.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  99.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  100.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  101.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  102.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  103.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  104. END
  105. #ifndef _MAC
  106. /////////////////////////////////////////////////////////////////////////////
  107. //
  108. // Version
  109. //
  110. VS_VERSION_INFO VERSIONINFO
  111.  FILEVERSION 1,0,0,1
  112.  PRODUCTVERSION 1,0,0,1
  113.  FILEFLAGSMASK 0x3fL
  114. #ifdef _DEBUG
  115.  FILEFLAGS 0x1L
  116. #else
  117.  FILEFLAGS 0x0L
  118. #endif
  119.  FILEOS 0x4L
  120.  FILETYPE 0x1L
  121.  FILESUBTYPE 0x0L
  122. BEGIN
  123.     BLOCK "StringFileInfo"
  124.     BEGIN
  125.         BLOCK "040904B0"
  126.         BEGIN
  127.             VALUE "CompanyName", ""
  128.             VALUE "FileDescription", "MyMonitor MFC Application"
  129.             VALUE "FileVersion", "1, 0, 0, 1"
  130.             VALUE "InternalName", "MyMonitor"
  131.             VALUE "LegalCopyright", "Copyright (C) 2000"
  132.             VALUE "LegalTrademarks", ""
  133.             VALUE "OriginalFilename", "MyMonitor.EXE"
  134.             VALUE "ProductName", "MyMonitor Application"
  135.             VALUE "ProductVersion", "1, 0, 0, 1"
  136.         END
  137.     END
  138.     BLOCK "VarFileInfo"
  139.     BEGIN
  140.         VALUE "Translation", 0x409, 1200
  141.     END
  142. END
  143. #endif    // !_MAC
  144. /////////////////////////////////////////////////////////////////////////////
  145. //
  146. // String Table
  147. //
  148. STRINGTABLE DISCARDABLE 
  149. BEGIN
  150.     IDP_SOCKETS_INIT_FAILED "Windows sockets initialization failed."
  151.     IDR_MAINFRAME           "UDP test"
  152. END
  153. STRINGTABLE PRELOAD DISCARDABLE 
  154. BEGIN
  155.     AFX_IDS_APP_TITLE       "UDP test"
  156.     AFX_IDS_IDLEMESSAGE     "Ready"
  157. END
  158. STRINGTABLE DISCARDABLE 
  159. BEGIN
  160.     ID_INDICATOR_EXT        "EXT"
  161.     ID_INDICATOR_CAPS       "CAP"
  162.     ID_INDICATOR_NUM        "NUM"
  163.     ID_INDICATOR_SCRL       "SCRL"
  164.     ID_INDICATOR_OVR        "OVR"
  165.     ID_INDICATOR_REC        "REC"
  166. END
  167. STRINGTABLE DISCARDABLE 
  168. BEGIN
  169.     ID_FILE_NEW             "Create a new documentnNew"
  170.     ID_FILE_OPEN            "Open an existing documentnOpen"
  171.     ID_FILE_CLOSE           "Close the active documentnClose"
  172.     ID_FILE_SAVE            "Save the active documentnSave"
  173.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  174. END
  175. STRINGTABLE DISCARDABLE 
  176. BEGIN
  177.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  178.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  179. END
  180. STRINGTABLE DISCARDABLE 
  181. BEGIN
  182.     ID_FILE_MRU_FILE1       "Open this document"
  183.     ID_FILE_MRU_FILE2       "Open this document"
  184.     ID_FILE_MRU_FILE3       "Open this document"
  185.     ID_FILE_MRU_FILE4       "Open this document"
  186.     ID_FILE_MRU_FILE5       "Open this document"
  187.     ID_FILE_MRU_FILE6       "Open this document"
  188.     ID_FILE_MRU_FILE7       "Open this document"
  189.     ID_FILE_MRU_FILE8       "Open this document"
  190.     ID_FILE_MRU_FILE9       "Open this document"
  191.     ID_FILE_MRU_FILE10      "Open this document"
  192.     ID_FILE_MRU_FILE11      "Open this document"
  193.     ID_FILE_MRU_FILE12      "Open this document"
  194.     ID_FILE_MRU_FILE13      "Open this document"
  195.     ID_FILE_MRU_FILE14      "Open this document"
  196.     ID_FILE_MRU_FILE15      "Open this document"
  197.     ID_FILE_MRU_FILE16      "Open this document"
  198. END
  199. STRINGTABLE DISCARDABLE 
  200. BEGIN
  201.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  202.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  203. END
  204. STRINGTABLE DISCARDABLE 
  205. BEGIN
  206.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  207. END
  208. STRINGTABLE DISCARDABLE 
  209. BEGIN
  210.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  211.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  212.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  213.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  214.     ID_EDIT_FIND            "Find the specified textnFind"
  215.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  216.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  217.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  218.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  219.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  220.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  221. END
  222. STRINGTABLE DISCARDABLE 
  223. BEGIN
  224.     AFX_IDS_SCSIZE          "Change the window size"
  225.     AFX_IDS_SCMOVE          "Change the window position"
  226.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  227.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  228.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  229.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  230.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  231. END
  232. STRINGTABLE DISCARDABLE 
  233. BEGIN
  234.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  235.     AFX_IDS_SCTASKLIST      "Activate Task List"
  236. END
  237. #endif    // English (U.S.) resources
  238. /////////////////////////////////////////////////////////////////////////////
  239. #ifndef APSTUDIO_INVOKED
  240. /////////////////////////////////////////////////////////////////////////////
  241. //
  242. // Generated from the TEXTINCLUDE 3 resource.
  243. //
  244. #define _AFX_NO_SPLITTER_RESOURCES
  245. #define _AFX_NO_OLE_RESOURCES
  246. #define _AFX_NO_TRACKER_RESOURCES
  247. #define _AFX_NO_PROPERTY_RESOURCES
  248. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  249. #ifdef _WIN32
  250. LANGUAGE 9, 1
  251. #pragma code_page(1252)
  252. #endif //_WIN32
  253. #include "resMyMonitor.rc2"  // non-Microsoft Visual C++ edited resources
  254. #include "afxres.rc"         // Standard components
  255. #endif
  256. /////////////////////////////////////////////////////////////////////////////
  257. #endif    // not APSTUDIO_INVOKED