resource.h

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

H
68
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by community.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_COMMUNITY_FORM              101
#define IDR_MAINFRAME                   128
#define IDR_COMMUNTYPE                  129
#define IDR_EDIT_ARTICLE                129
#define IDR_EXPORT                      132
#define IDR_EXPORTHTML                  137
#define IDR_EXPORT_HTML                 137
#define IDD_EXPORT_HTML                 138
#define IDR_EXPORT_HTML_VIEW            143
#define IDR_EDIT_ARTICLE_VIEW           147
#define IDR_EDIT_CONTENT                626
#define IDC_LIST_WEBNAME                1003
#define IDC_EXPORT_SOME                 1005
#define IDC_ADVANCE                     1007
#define IDD_EDIT_CONTENT                2004
#define IDC_CONTENT                     2005
#define IDD_PREVIEW_VIEW                2012
#define IDD_EXPORTVIEW                  2013
#define IDC_TEM_FILE                    2023
#define IDC_EXPORTBBS_CURARTICLE        2029
#define IDC_CURARTICLE_TOPIC            2030
#define IDC_EXPORTBBS_CURCLASS          2032
#define IDC_USER_LINK                   2034
#define IDC_DEST_PATH                   2037
#define IDC_USEQMD_EXPORTARTICLE        2038
#define IDC_USEQMD_EXPORTCLASS          2039
#define IDC_EXPORT                      2041
#define IDC_SETTING                     2042
#define IDC_TOPIC                       3004
#define ID_SAVE                         32774
#define ID_SET_CUR_LINKFORMAT           32779
#define ID_MAIN_TOOLBAR                 32781
#define ID_EDIT_CONTENT_TOOLBAR         32782
#define ID_EXPORT_TOOLBAR               32783
#define ID_VIEW_MAIN_TOOLBAR            32784
#define ID_VIEW_EDIT_CONTENT_TOOLBAR    32785
#define ID_VIEW_PREVIEW                 32788
#define ID_VIEW_EXPORT                  32789
#define ID_VIEW_EDIT_ARTICLE            32792
#define ID_EXPORT_HTML_VIEW             32793
#define ID_VIEW_EXPORT_HTML             32794
#define ID_PREVIEW_HTML_VIEW            32796
#define ID_EDIT_ARTICLE_VIEW            32798
#define ID_PREVIEW_ARTICLE_VIEW         32799
#define ID_VIEW_VIEW_TOOLBAR            32801
#define ID_DELETE_CONTENT               35177
#define ID_TO_FIRST_PAGE                40001
#define ID_TO_FRONT_PAGE                40002
#define ID_TO_NEXT_PAGE                 40003
#define ID_TO_LAST_PAGE                 40004

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        149
#define _APS_NEXT_COMMAND_VALUE         32802
#define _APS_NEXT_CONTROL_VALUE         1008
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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