CUSTOM.RC
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- //*---------------------------------------------------------------------------------
- //| Custom Auto Test DLL
- //|
- //| Title: CUSTOM.RC
- //|
- //| Purpose:
- //| This file contains the strings for the Custom Auto Test. This file is
- //| optional for an auto test DLL.
- //*---------------------------------------------------------------------------------
- #include "custom.h"
- STRINGTABLE
- {
- idsTestName "Custom Auto Test"
- idsHelloWorld "Hello World"
- idsHelloWorldDesc "Uses szLogPrintf and szMessageBox"
- idsDisplayInfo "Display SERVERINFO"
- idsDisplayInfoDesc "Writes the contents of SERVERINFO"
- idsSimpleConnect "Simple Connect"
- idsSimpleConnectDesc "Do a connect using SERVERINFO"
- }