resource.h

来自「DBVIEW is a small Windows application th」· C头文件 代码 · 共 59 行

H
59
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by dbview.RC
//
#define IDM_MAIN                        101
#define IDD_ABOUTBOX                    102
#define IDI_APP_ICON                    103
#define IDB_IMAGE                       105
#define IDD_NEWDBNAME                   115
#define IDD_WCEMEMORY                   116
#define IDD_NEWRECORD                   119
#define IDD_NEWRECORDPROPS              119
#define IDD_MODINDEX                    120
#define IDD_SELECTINDEX                 121
#define IDB_BUTTONS                     122
#define IDD_SMALL_ABOUTBOX              123
#define IDD_SMALL_MODINDEX              124
#define IDD_SMALL_NEWRECORDPROPS        125
#define IDC_SHORT                       1005
#define IDC_USHORT                      1006
#define IDC_LONG                        1007
#define IDC_ULONG                       1008
#define IDC_STRING                      1012
#define IDC_BLOB                        1013
#define IDC_SAVE                        1014
#define IDC_DBNAME                      1016
#define IDC_STORE                       1017
#define IDC_AVAIL                       1018
#define IDC_FREE                        1019
#define IDC_SYSTEM                      1020
#define IDC_BYTESPAGE                   1021
#define IDC_CURRENT                     1022
#define IDC_AVAILABLE                   1023
#define IDC_ADDINDEX                    1024
#define IDC_REMINDEX                    1025
#define IDC_INDEXES                     1025
#define IDC_PLAT                        1027
#define IDM_INDEXDB                     40008
#define IDM_FILE_EXIT                   40009
#define IDM_CREATEDB                    40010
#define IDM_DELETEDB                    40011
#define IDM_WCEMEMORY                   40012
#define IDM_HELP_ABOUT                  40013
#define IDM_USEINDEXES                  40014
#define ID_OBJECTSTORE_STORAGESPACE     40015
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC                     1
#define _APS_NEXT_RESOURCE_VALUE        126
#define _APS_NEXT_COMMAND_VALUE         40016
#define _APS_NEXT_CONTROL_VALUE         1028
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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