gateway.rc
上传用户:jxpjxmjjw
上传日期:2009-12-07
资源大小:5877k
文件大小:10k
源码类别:

模拟服务器

开发平台:

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. // Chinese (P.R.C.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
  17. #pragma code_page(936)
  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\gateway.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#endifrn"
  48.     ""
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. #endif    // Chinese (P.R.C.) resources
  52. /////////////////////////////////////////////////////////////////////////////
  53. /////////////////////////////////////////////////////////////////////////////
  54. // English (U.S.) resources
  55. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  56. #ifdef _WIN32
  57. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  58. #pragma code_page(1252)
  59. #endif //_WIN32
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Icon
  63. //
  64. // Icon with lowest ID value placed first to ensure application icon
  65. // remains consistent on all systems.
  66. IDR_MAINFRAME           ICON    DISCARDABLE     "res\gateway.ico"
  67. IDR_GATEWATYPE          ICON    DISCARDABLE     "res\gatewayDoc.ico"
  68. /////////////////////////////////////////////////////////////////////////////
  69. //
  70. // Menu
  71. //
  72. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  73. BEGIN
  74.     POPUP "&File"
  75.     BEGIN
  76.         MENUITEM SEPARATOR
  77.         MENUITEM "E&xit",                       ID_APP_EXIT
  78.     END
  79.     POPUP "&Help"
  80.     BEGIN
  81.         MENUITEM "&About gateway...",           ID_APP_ABOUT
  82.     END
  83. END
  84. /////////////////////////////////////////////////////////////////////////////
  85. //
  86. // Accelerator
  87. //
  88. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  89. BEGIN
  90.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  91.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  92.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  93.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  94.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  95.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  96.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  97.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  98.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  99.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  100.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  101.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  102.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  103. END
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // Dialog
  107. //
  108. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 55
  109. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  110. CAPTION "About gateway"
  111. FONT 8, "MS Sans Serif"
  112. BEGIN
  113.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  114.     LTEXT           "gateway Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  115.     LTEXT           "Copyright (C) 2005",IDC_STATIC,40,25,119,8
  116.     DEFPUSHBUTTON   "OK",IDOK,178,7,50,14,WS_GROUP
  117. END
  118. #ifndef _MAC
  119. /////////////////////////////////////////////////////////////////////////////
  120. //
  121. // Version
  122. //
  123. VS_VERSION_INFO VERSIONINFO
  124.  FILEVERSION 1,0,0,1
  125.  PRODUCTVERSION 1,0,0,1
  126.  FILEFLAGSMASK 0x3fL
  127. #ifdef _DEBUG
  128.  FILEFLAGS 0x1L
  129. #else
  130.  FILEFLAGS 0x0L
  131. #endif
  132.  FILEOS 0x4L
  133.  FILETYPE 0x1L
  134.  FILESUBTYPE 0x0L
  135. BEGIN
  136.     BLOCK "StringFileInfo"
  137.     BEGIN
  138.         BLOCK "040904B0"
  139.         BEGIN
  140.             VALUE "CompanyName", ""
  141.             VALUE "FileDescription", "gateway MFC Application"
  142.             VALUE "FileVersion", "1, 0, 0, 1"
  143.             VALUE "InternalName", "gateway"
  144.             VALUE "LegalCopyright", "Copyright (C) 2005"
  145.             VALUE "LegalTrademarks", ""
  146.             VALUE "OriginalFilename", "gateway.EXE"
  147.             VALUE "ProductName", "gateway Application"
  148.             VALUE "ProductVersion", "1, 0, 0, 1"
  149.         END
  150.     END
  151.     BLOCK "VarFileInfo"
  152.     BEGIN
  153.         VALUE "Translation", 0x409, 1200
  154.     END
  155. END
  156. #endif    // !_MAC
  157. /////////////////////////////////////////////////////////////////////////////
  158. //
  159. // DESIGNINFO
  160. //
  161. #ifdef APSTUDIO_INVOKED
  162. GUIDELINES DESIGNINFO DISCARDABLE 
  163. BEGIN
  164.     IDD_ABOUTBOX, DIALOG
  165.     BEGIN
  166.         LEFTMARGIN, 7
  167.         RIGHTMARGIN, 228
  168.         TOPMARGIN, 7
  169.         BOTTOMMARGIN, 48
  170.     END
  171. END
  172. #endif    // APSTUDIO_INVOKED
  173. /////////////////////////////////////////////////////////////////////////////
  174. //
  175. // String Table
  176. //
  177. STRINGTABLE PRELOAD DISCARDABLE 
  178. BEGIN
  179.     IDR_MAINFRAME           "gatewaynnGatewannnGateway.DocumentnGatewa Document"
  180. END
  181. STRINGTABLE PRELOAD DISCARDABLE 
  182. BEGIN
  183.     AFX_IDS_APP_TITLE       "gateway"
  184.     AFX_IDS_IDLEMESSAGE     "Ready"
  185. END
  186. STRINGTABLE DISCARDABLE 
  187. BEGIN
  188.     ID_INDICATOR_EXT        "EXT"
  189.     ID_INDICATOR_CAPS       "CAP"
  190.     ID_INDICATOR_NUM        "NUM"
  191.     ID_INDICATOR_SCRL       "SCRL"
  192.     ID_INDICATOR_OVR        "OVR"
  193.     ID_INDICATOR_REC        "REC"
  194. END
  195. STRINGTABLE DISCARDABLE 
  196. BEGIN
  197.     ID_FILE_NEW             "Create a new documentnNew"
  198.     ID_FILE_OPEN            "Open an existing documentnOpen"
  199.     ID_FILE_CLOSE           "Close the active documentnClose"
  200.     ID_FILE_SAVE            "Save the active documentnSave"
  201.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  202. END
  203. STRINGTABLE DISCARDABLE 
  204. BEGIN
  205.     ID_APP_ABOUT            "ct网关"
  206.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  207. END
  208. STRINGTABLE DISCARDABLE 
  209. BEGIN
  210.     ID_FILE_MRU_FILE1       "Open this document"
  211.     ID_FILE_MRU_FILE2       "Open this document"
  212.     ID_FILE_MRU_FILE3       "Open this document"
  213.     ID_FILE_MRU_FILE4       "Open this document"
  214.     ID_FILE_MRU_FILE5       "Open this document"
  215.     ID_FILE_MRU_FILE6       "Open this document"
  216.     ID_FILE_MRU_FILE7       "Open this document"
  217.     ID_FILE_MRU_FILE8       "Open this document"
  218.     ID_FILE_MRU_FILE9       "Open this document"
  219.     ID_FILE_MRU_FILE10      "Open this document"
  220.     ID_FILE_MRU_FILE11      "Open this document"
  221.     ID_FILE_MRU_FILE12      "Open this document"
  222.     ID_FILE_MRU_FILE13      "Open this document"
  223.     ID_FILE_MRU_FILE14      "Open this document"
  224.     ID_FILE_MRU_FILE15      "Open this document"
  225.     ID_FILE_MRU_FILE16      "Open this document"
  226. END
  227. STRINGTABLE DISCARDABLE 
  228. BEGIN
  229.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  230.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  231. END
  232. STRINGTABLE DISCARDABLE 
  233. BEGIN
  234.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  235. END
  236. STRINGTABLE DISCARDABLE 
  237. BEGIN
  238.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  239.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  240.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  241.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  242.     ID_EDIT_FIND            "Find the specified textnFind"
  243.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  244.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  245.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  246.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  247.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  248.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  249. END
  250. STRINGTABLE DISCARDABLE 
  251. BEGIN
  252.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  253. END
  254. STRINGTABLE DISCARDABLE 
  255. BEGIN
  256.     AFX_IDS_SCSIZE          "Change the window size"
  257.     AFX_IDS_SCMOVE          "Change the window position"
  258.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  259.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  260.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  261.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  262.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  263. END
  264. STRINGTABLE DISCARDABLE 
  265. BEGIN
  266.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  267.     AFX_IDS_SCTASKLIST      "Activate Task List"
  268. END
  269. #endif    // English (U.S.) resources
  270. /////////////////////////////////////////////////////////////////////////////
  271. #ifndef APSTUDIO_INVOKED
  272. /////////////////////////////////////////////////////////////////////////////
  273. //
  274. // Generated from the TEXTINCLUDE 3 resource.
  275. //
  276. #define _AFX_NO_SPLITTER_RESOURCES
  277. #define _AFX_NO_OLE_RESOURCES
  278. #define _AFX_NO_TRACKER_RESOURCES
  279. #define _AFX_NO_PROPERTY_RESOURCES
  280. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  281. #ifdef _WIN32
  282. LANGUAGE 9, 1
  283. #pragma code_page(1252)
  284. #endif //_WIN32
  285. #include "resgateway.rc2"  // non-Microsoft Visual C++ edited resources
  286. #include "afxres.rc"         // Standard components
  287. #endif
  288. /////////////////////////////////////////////////////////////////////////////
  289. #endif    // not APSTUDIO_INVOKED