resource.h

来自「Visual C++高级界面特效制作百例」· C头文件 代码 · 共 45 行

H
45
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by demo_ui_explorer.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_DEMO_UTYPE                  129
#define IDR_AVI                         130
#define IDB_BITMAP1                     130
#define IDB_BITMAP2                     131
#define IDB_BITMAP3                     132
#define IDR_IE4                         136
#define IDB_CJ_LOGO                     138
#define IDB_BITMAP4                     139
#define IDB_BITMAP5                     140
#define IDC_URL_ADDRESS                 1000
#define IDC_URL_MAILME                  1001
#define IDC_URL_COMMCTRL                1002
#define IDC_URL_CODEJOCKEY              1006
#define IDC_STATIC_BACK                 32784
#define IDC_STATIC_FORWARD              32785
#define IDC_STATIC_STOP                 32786
#define IDC_STATIC_REFRESH              32787
#define IDC_STATIC_HOME                 32788
#define IDC_STATIC_SEARCH               32789
#define IDC_STATIC_FAVORITES            32790
#define IDC_STATIC_HISTORY              32791
#define IDC_STATIC_CHANNELS             32792
#define IDC_STATIC_FULLSCREEN           32793
#define IDC_STATIC_MAIL                 32794
#define IDC_STATIC_PRINT                32795
#define IDC_STATIC_EDIT                 32796

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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