resource.h

来自「这是一个在WindowsCE 环境下访问Sql 数据库的源代码」· C头文件 代码 · 共 39 行

H
39
字号
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by MySqlCe.rc
//
#define IDB_BITMAP1                     218
#define IDI_ICON1                       10001
#define IDR_MAINMENU                    10002
#define IDR_TOOLBAR                     10003
#define IDB_BUTTON1                     10004
#define IDB_BUTTON2                     10005
#define IDB_BUTTON3                     10006
#define IDB_BUTTON4                     10007
#define IDB_BUTTON5                     10008
#define IDB_BUTTON6                     10009
#define IDB_BUTTON7                     10010
#define IDB_BUTTON8                     10011
#define IDB_BUTTON9                     10012
#define IDC_EDIT1                       10014
#define IDC_EDIT2                       10015
#define IDC_TAB1                        10016
#define IDC_LIST1						10017
#define IDD_DIALOG1                     10018
#define IDD_DIALOG2                     10019
#define IDD_DIALOG3                     10020
#define IDC_BUTTON1                     10021
#define IDC_BUTTON2                     10022
#define IDC_BUTTON3                     10023

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        220
#define _APS_NEXT_COMMAND_VALUE         40047
#define _APS_NEXT_CONTROL_VALUE         1160
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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