commonres.h

来自「一个多窗口的浏览器的程序benbrowse」· C头文件 代码 · 共 52 行

H
52
字号
#ifndef __COMMONRES_H__
#define __COMMONRES_H__

// Dialogs
#define IDD_CUSTOMIZE                   0x7900
//#define IDD_WINDOW_LIST                 0x7901

// Controls
#define IDC_STATIC1_CUS                     1000
#define IDC_STATIC2_CUS                     1001
#define IDC_CB_TEXTOPTIONS              1008
#define IDC_CB_ICONOPTIONS              1009
//#define IDC_BN_ACTIVATE                 1002
//#define IDC_BN_CLOSE_WIN                1003
//#define IDC_BN_SAVE                     1004
//#define IDC_BN_CASCADE                  1005
//#define IDC_BN_TILE_HORZ                1006
//#define IDC_BN_TILE_VERT                1007
//#define IDC_BN_MINIMIZE                 1008
//#define IDC_LST_WINDOWS                 1009

// MenuBar window ID
#define IDW_MENUBAR                     0xE81A

// Commands
//#define ID_WINDOW_LIST                  0xE1FE
#define ID_CUSTOMIZE                    0xE1FF

// Tooltips
#define IDS_TOOLTIP_MINIMIZE            0xF200
#define IDS_TOOLTIP_RESTORE             0xF201
#define IDS_TOOLTIP_CLOSE               0xF202
#define IDS_TOOLTIP_MAXIMIZE            0xF203

// General strings
//#define IDS_WINDOW_LIST                 0xF210
#define IDS_CUSTOMIZE                   0xF211
#define IDS_SEPARATOR                   0xF212

// Toolbar options
#define IDS_TO_TEXTLABELS               0xF220
#define IDS_TO_TEXTONRIGHT              0xF221
#define IDS_TO_NOTEXTLABELS             0xF223
#define IDS_IO_SMALLICONS               0xF224
#define IDS_IO_LARGEICONS               0xF225

// Bitmaps
#define IDB_PREVIEWSMALL_HOT            31000
#define IDB_PREVIEWSMALL_COLD           31001

#endif  //!__COMMONRES_H__

⌨️ 快捷键说明

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