resource.h

来自「使用yacc的一个例子」· C头文件 代码 · 共 50 行

H
50
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SdbmsDemo.rc
//
#define IDD_ABOUTBOX                    100
#define IDC_LIST_CTRL                   101
#define IDR_MAINFRAME                   128
#define IDR_SDBMSDTYPE                  129
#define IDR_POPUP_VIEW                  130
#define IDR_POPUP_EDIT                  131
#define IDR_DEBUG                       133
#define IDB_TABLE_TREEVIEW              136
#define IDB_TAB                         140
#define IDB_USER_TREEVIEW               141
#define IDB_ROLE_TREEVIEW               145
#define IDC_FLATTAB                     1000
#define IDC_OUTPUT                      1001
#define IDC_LIST1                       1004
#define IDC_STATIC_ADDRESS              1006
#define IDC_STATIC_EMAIL                1007
#define ID_VIEW_WORKSPACE_BAR           32771
#define ID_VIEW_OUTPUT_BAR              32772
#define ID_TOGGLEFLAT                   32775
#define ID_DEBUG_GO                     32781
#define ID_DEBUG_RESTART                32783
#define ID_DEBUG_STOP                   32784
#define ID_DEBUG_SHOW_STATEMENT         32785
#define ID_DEBUG_STEP_OVER              32786
#define ID_DEBUG_RUN_TO_CURSOR          32787
#define ID_DEBUG_EXECUTE                32789
#define ID_DEBUG_BREAKPOINT             32790
#define ID_VIEW_DEBUG_BAR               32791
#define ID_ACCEL32792                   32792
#define ID_ACCEL32793                   32793
#define ID_EDIT_DELETE                  37000
#define ID_INDICATOR_POSITION           59142
#define ID_INDICATOR_SDBMS              59143

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        147
#define _APS_NEXT_COMMAND_VALUE         32795
#define _APS_NEXT_CONTROL_VALUE         1008
#define _APS_NEXT_SYMED_VALUE           105
#endif
#endif

⌨️ 快捷键说明

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