HookAPI.rc
上传用户:nbcables
上传日期:2007-01-11
资源大小:1243k
文件大小:3k
源码类别:

钩子与API截获

开发平台:

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. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_MAIN DIALOG DISCARDABLE  0, 0, 272, 155
  24. STYLE DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | 
  25.     WS_SYSMENU
  26. CAPTION "http://www.programsalon.com HookAPI1.6"
  27. FONT 9, "宋体"
  28. BEGIN
  29.     DEFPUSHBUTTON   "Close",IDOK,105,130,50,14
  30.     LTEXT           "[HookAPI1.6] Please do not close this window when you test。nnRun internet explorer or ftp localhost, then check if exist a file ""c:\hookapi.log"", open and see this file if the socket function be hooked.",
  31.                     IDC_STATIC,10,5,255,55
  32.     LTEXT           "Welcome to ProgramSalon: http://www.ProgramSalon.comnnntttttPaladin 2003.03.15",
  33.                     IDC_STATIC,10,65,255,45
  34. END
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // DESIGNINFO
  38. //
  39. #ifdef APSTUDIO_INVOKED
  40. GUIDELINES DESIGNINFO DISCARDABLE 
  41. BEGIN
  42.     IDD_MAIN, DIALOG
  43.     BEGIN
  44.         LEFTMARGIN, 7
  45.         RIGHTMARGIN, 265
  46.         TOPMARGIN, 7
  47.         BOTTOMMARGIN, 145
  48.     END
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. #ifdef APSTUDIO_INVOKED
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // TEXTINCLUDE
  55. //
  56. 1 TEXTINCLUDE DISCARDABLE 
  57. BEGIN
  58.     "resource.h"
  59. END
  60. 2 TEXTINCLUDE DISCARDABLE 
  61. BEGIN
  62.     "#include ""afxres.h""rn"
  63.     ""
  64. END
  65. 3 TEXTINCLUDE DISCARDABLE 
  66. BEGIN
  67.     "rn"
  68.     ""
  69. END
  70. #endif    // APSTUDIO_INVOKED
  71. #endif    // Chinese (P.R.C.) resources
  72. /////////////////////////////////////////////////////////////////////////////
  73. #ifndef APSTUDIO_INVOKED
  74. /////////////////////////////////////////////////////////////////////////////
  75. //
  76. // Generated from the TEXTINCLUDE 3 resource.
  77. //
  78. /////////////////////////////////////////////////////////////////////////////
  79. #endif    // not APSTUDIO_INVOKED