MyModem.rc
上传用户:hjb520
上传日期:2022-08-08
资源大小:1251k
文件大小:5k
源码类别:

Windows CE

开发平台:

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. #include "newres.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // Chinese (P.R.C.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  16. #ifdef _WIN32
  17. LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
  18. #pragma code_page(936)
  19. #endif //_WIN32
  20. #ifdef APSTUDIO_INVOKED
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // TEXTINCLUDE
  24. //
  25. 1 TEXTINCLUDE DISCARDABLE 
  26. BEGIN
  27.     "resource.h"
  28. END
  29. 2 TEXTINCLUDE DISCARDABLE 
  30. BEGIN
  31.     "#include ""afxres.h""rn"
  32.     "#include ""newres.h""rn"
  33.     ""
  34. END
  35. 3 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  38.     "#define _AFX_NO_OLE_RESOURCESrn"
  39.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  40.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  41.     "rn"
  42.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  43.     "#ifdef _WIN32rn"
  44.     "LANGUAGE 9, 1rn"
  45.     "#pragma code_page(1252)rn"
  46.     "#endif //_WIN32rn"
  47.     "#include ""res\MyModem.rc2""  // non-Microsoft eMbedded Visual C++ edited resourcesrn"
  48.     "#include ""afxres.rc""         // Standard componentsrn"
  49.     "#include ""wceres.rc""         // WCE-specific componentsrn"
  50.     "#endifrn"
  51.     ""
  52. END
  53. #endif    // APSTUDIO_INVOKED
  54. /////////////////////////////////////////////////////////////////////////////
  55. //
  56. // Icon
  57. //
  58. // Icon with lowest ID value placed first to ensure application icon
  59. // remains consistent on all systems.
  60. IDR_MAINFRAME           ICON    DISCARDABLE     "res\MyModem.ico"
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Dialog
  64. //
  65. IDD_MYMODEM_DIALOG DIALOGEX 0, 0, 142, 143
  66. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  67. EXSTYLE WS_EX_APPWINDOW | 0x80000000L
  68. CAPTION "MyModem"
  69. FONT 8, "System"
  70. BEGIN
  71.     EDITTEXT        IDC_EDIT1,1,1,69,16,ES_AUTOHSCROLL
  72.     EDITTEXT        IDC_EDIT2,0,18,103,43,ES_MULTILINE | ES_AUTOVSCROLL | 
  73.                     ES_AUTOHSCROLL | ES_WANTRETURN
  74.     EDITTEXT        IDC_EDIT3,1,71,140,72,ES_MULTILINE | ES_AUTOVSCROLL | 
  75.                     ES_AUTOHSCROLL | ES_READONLY | ES_WANTRETURN | 
  76.                     WS_VSCROLL
  77.     PUSHBUTTON      "拨号",IDC_SEND,71,2,31,15
  78.     PUSHBUTTON      "响应拨号",IDC_PICKUP,103,2,37,15
  79.     PUSHBUTTON      "实时发送",ID_SENDTEXT,103,21,38,15
  80.     PUSHBUTTON      "退出",IDCANCEL,103,41,38,14
  81.     LTEXT           "接收信息:",IDC_STATIC,43,62,40,10
  82. END
  83. #endif    // Chinese (P.R.C.) resources
  84. /////////////////////////////////////////////////////////////////////////////
  85. /////////////////////////////////////////////////////////////////////////////
  86. // English (U.S.) resources
  87. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  88. #ifdef _WIN32
  89. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  90. #pragma code_page(1252)
  91. #endif //_WIN32
  92. #ifndef _MAC
  93. /////////////////////////////////////////////////////////////////////////////
  94. //
  95. // Version
  96. //
  97. VS_VERSION_INFO VERSIONINFO
  98.  FILEVERSION 1,0,0,1
  99.  PRODUCTVERSION 1,0,0,1
  100.  FILEFLAGSMASK 0x3fL
  101. #ifdef _DEBUG
  102.  FILEFLAGS 0x1L
  103. #else
  104.  FILEFLAGS 0x0L
  105. #endif
  106.  FILEOS 0x4L
  107.  FILETYPE 0x1L
  108.  FILESUBTYPE 0x0L
  109. BEGIN
  110.     BLOCK "StringFileInfo"
  111.     BEGIN
  112.         BLOCK "040904B0"
  113.         BEGIN
  114.             VALUE "CompanyName", ""
  115.             VALUE "FileDescription", "MyModem WCE MFC Application"
  116.             VALUE "FileVersion", "1, 0, 0, 1"
  117.             VALUE "InternalName", "MyModem"
  118.             VALUE "LegalCopyright", "Copyright (C) 2003"
  119.             VALUE "LegalTrademarks", ""
  120.             VALUE "OriginalFilename", "MyModem.EXE"
  121.             VALUE "ProductName", "MyModem Application"
  122.             VALUE "ProductVersion", "1, 0, 0, 1"
  123.         END
  124.     END
  125.     BLOCK "VarFileInfo"
  126.     BEGIN
  127.         VALUE "Translation", 0x409, 1200
  128.     END
  129. END
  130. #endif    // !_MAC
  131. #endif    // English (U.S.) resources
  132. /////////////////////////////////////////////////////////////////////////////
  133. #ifndef APSTUDIO_INVOKED
  134. /////////////////////////////////////////////////////////////////////////////
  135. //
  136. // Generated from the TEXTINCLUDE 3 resource.
  137. //
  138. #define _AFX_NO_SPLITTER_RESOURCES
  139. #define _AFX_NO_OLE_RESOURCES
  140. #define _AFX_NO_TRACKER_RESOURCES
  141. #define _AFX_NO_PROPERTY_RESOURCES
  142. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  143. #ifdef _WIN32
  144. LANGUAGE 9, 1
  145. #pragma code_page(1252)
  146. #endif //_WIN32
  147. #include "resMyModem.rc2"  // non-Microsoft eMbedded Visual C++ edited resources
  148. #include "afxres.rc"         // Standard components
  149. #include "wceres.rc"         // WCE-specific components
  150. #endif
  151. /////////////////////////////////////////////////////////////////////////////
  152. #endif    // not APSTUDIO_INVOKED