resource.h

来自「深入浅出Visual C++入门进阶与应用实例 随书光盘 作者 何志丹」· C头文件 代码 · 共 56 行

H
56
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by UIDLL.rc
//
#define IDR_RBUTTONMENU                 132
#define IDR_EDIT_CONTENT                626
#define IDC_PARENTID                    1006
#define IDC_NODENAME                    1007
#define IDC_URL_DIR                     1025
#define IDD_MODIFY_CLASSTREENODE        2000
#define IDD_TREE_TOOL                   2002
#define IDC_CLASS_TREE                  2003
#define IDD_EDIT_CONTENT                2004
#define IDC_CONTENT                     2005
#define IDD_EDIT_LINKFORMAT             2006
#define IDC_COPY_ALL                    2007
#define IDC_LISTCTRL                    2008
#define IDC_WEB_NAME                    2009
#define IDD_EXPORT_HTMLFILE             2009
#define IDC_LINK_FORMAT                 2011
#define IDC_ADD                         2012
#define IDC_EDIT                        2013
#define IDC_DELETE                      2014
#define IDD_SET_EXPORT_ARTICLES         2014
#define IDC_SELECT_FORMTA               2015
#define IDC_DIR_EDIT                    2016
#define IDC_COM_LINKFORMAT              2019
#define IDC_EXPORT_INDEX_USE_LINK       2022
#define IDC_TEM_FILE                    2023
#define IDC_DEST_DIR                    2024
#define IDC_BTN_TEM                     2025
#define IDC_BTN_DESTDIR                 2026
#define IDC_ELE_MAX_CHARCOUNT           2026
#define IDC_CHARCOUNT_PAGE              2027
#define IDC_PAGE_NUM                    2028
#define IDC_ARTICLE_TREE                2044
#define IDD_NULL                        3003
#define IDC_TOPIC                       3004
#define IDD_SHOW_CONTENT                3005
#define IDD_SEL_LINKFORMAT              3007
#define IDD_SET_OTHER                   3008
#define ID_ADDNODE                      32781
#define ID_DELETE_NODE                  32782
#define ID_MODIFY_NODE                  32783

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        2015
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         2045
#define _APS_NEXT_SYMED_VALUE           2001
#endif
#endif

⌨️ 快捷键说明

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