CUSTOM.RC
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. //*---------------------------------------------------------------------------------
  2. //| Custom Auto Test DLL
  3. //|
  4. //| Title: CUSTOM.RC
  5. //|
  6. //| Purpose:
  7. //| This file contains the strings for the Custom Auto Test. This file is 
  8. //| optional for an auto test DLL.
  9. //*---------------------------------------------------------------------------------
  10. #include "custom.h"
  11. STRINGTABLE 
  12. {    
  13. idsTestName "Custom Auto Test"
  14. idsHelloWorld "Hello World"
  15. idsHelloWorldDesc "Uses szLogPrintf and szMessageBox"
  16. idsDisplayInfo "Display SERVERINFO"
  17. idsDisplayInfoDesc "Writes the contents of SERVERINFO"
  18. idsSimpleConnect "Simple Connect"
  19. idsSimpleConnectDesc "Do a connect using SERVERINFO"
  20. }