chhctrl.rc2

来自「采用Vc++开发」· RC2 代码 · 共 19 行

RC2
19
字号
#ifndef IDB_CHHCTRL_TB
#include "chhres.h"
#endif

#ifdef APSTUDIO_INVOKED
    #error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED

// These are the images for the CHHCtrl navigation buttons

IDB_CHHCTRL_TB          BITMAP  DISCARDABLE     "chhctrl\\res\\chhctrl.bmp"
IDB_CHHCTRL_TBGRAY      BITMAP  DISCARDABLE     "chhctrl\\res\\chhctrlg.bmp"

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_HHCTRL_NO_CHM       "Cannot find the \042%1\042 file. Check to see that the file exists on your disk. If it doesn't, you need to reinstall it."
    IDS_HHCTRL_TBSTRINGS    "Home|Back|Forward|Print|Close|"
END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?