resource.h

来自「本人买的<<VC++项目开发实例>>源代码配套光盘.」· C头文件 代码 · 共 114 行

H
114
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DBExp.rc
//
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDR_DBEXP                       102
#define IDD_FRM_CONTAINER               103
#define IDP_SOCKETS_INIT_FAILED         104
#define IDR_FRMVIEWCONTAINER_TMPL       105
#define IDD_TABLE_DATA                  107
#define ID_VIEW_ARRANGE                 127
#define IDR_MAINFRAME                   128
#define IDR_DBEXPTYPE                   129
#define IDI_DBEXP_ROOT                  132
#define IDI_DBEXP_ALIAS                 134
#define IDR_MENU_DBTREENODE             136
#define IDI_DBEXP_DATABASE              137
#define IDI_DBEXP_TABLE                 138
#define IDI_DBEXP_VIEW                  139
#define IDI_DBEXP_EX                    140
#define IDD_INPUT_ALIAS                 141
#define IDD_TABLE_COLUMN                142
#define IDI_DBEXP_PACKAGE               143
#define IDD_TABLE_INDEX                 143
#define IDI_DBEXP_OPEN_PACKAGE          144
#define IDD_TABLE_TRIGGER               144
#define IDD_TABLE_CONS                  145
#define IDD_SQL_EDITOR                  146
#define IDI_LV_DATABASE                 149
#define IDI_LV_PACKAGE                  150
#define IDI_LV_SEL_PACK                 152
#define IDI_LV_SM_PACKAGE               153
#define IDI_DBEXP_SP                    154
#define IDR_MENU_LISTVIEW               155
#define IDR_MENU_DATABASE               156
#define IDR_MENU_VIEW                   157
#define IDR_MENU_TABLE                  158
#define IDR_MENU_SP                     159
#define IDD_PROP_OPTION                 170
#define IDR_MENU_PKG_VIEW               175
#define IDR_MENU_PKG_TABLE              176
#define IDR_MENU_PKG_SP                 177
#define IDI_LV_TABLE                    180
#define IDI_LV_SM_TABLE                 181
#define IDI_LV_VIEW                     182
#define IDI_LV_SM_VIEW                  183
#define IDI_LV_SP                       184
#define IDI_LV_SM_SP                    185
#define IDR_MENU_ALIAS                  186
#define IDR_MENU_RIGHT_VIEW             188
#define IDI_DBEXPLORER                  189
#define IDC_NAME_EDIT                   1000
#define IDC_SSTAB_TABLE                 1003
#define IDC_BUTTON1                     1006
#define IDC_LIST_TRIGGER                1009
#define IDC_DBEXPSQLEDIT2               1010
#define IDC_DBEXPSQLEDIT_TRIGGER        1011
#define IDC_MSFLEXGRID1                 1012
#define IDC_DBEXPSQLEDIT1               1013
#define IDC_PROMPT                      1015
#define ID_MENUITEM32771                32771
#define ID_POPUP_NEW                    32771
#define ID_MENUITEM32772                32772
#define ID_POPUP_DELETE                 32772
#define ID_HOWTODO                      32773
#define ID_POPUP_HOWTODO                32773
#define ID_MENU_LV_BIGICON              32774
#define ID_MENU_LV_SMALLICON            32775
#define ID_MENU_LV_LIST                 32776
#define ID_MENU_LV_DETAIL               32777
#define ID_MENU_NEW_TABLE               32778
#define ID_MENU_NEW_VIEW                32779
#define ID_MENU_NEW_PROC                32780
#define ID_MENU_EXPORT_OBJECT           32781
#define ID_MENU_EXPORT_SCRIPT           32782
#define ID_MENU_DATABASE_PROP           32783
#define ID_MENU_NEW_INDEX               32787
#define ID_MENU_NEW_TRIGGER             32788
#define ID_MENU_NEW_CHECK               32789
#define ID_MENU_VIEW_OPEN               32790
#define ID_MENU_VIEW_DEF                32791
#define ID_MENU_EXP_DB_OBJECTS          32792
#define ID_MENU_PROP                    32795
#define ID_MENU_EXP_SCRIPT              32796
#define ID_MENU_TABLE_STRUCT            32797
#define ID_MENU_TABLE_OPEN              32798
#define ID_MENU_PASTE                   32799
#define ID_MENU_COPY                    32800
#define ID_MENU_CUT                     32801
#define ID_MENU_SP_OPEN                 32802
#define ID_MENU_SP_DEF                  32803
#define ID_MENU_TEST                    32804
#define ID_MENU_OPTION                  32805
#define ID_MENU_EXP_TAB_RECCOUNT        32806
#define ID_MENU_DEL_VIEW                32809
#define ID_MENU_DEL_TABLE               32810
#define ID_MENU_NEW_SP                  32811
#define ID_MENU_DEL_SP                  32812
#define ID_MENU_NEW_DATABASE            32813
#define ID_MENU_DEL_DATABASE            32814

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        191
#define _APS_NEXT_COMMAND_VALUE         32820
#define _APS_NEXT_CONTROL_VALUE         1016
#define _APS_NEXT_SYMED_VALUE           106
#endif
#endif

⌨️ 快捷键说明

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