resource.h

来自「这是书上的代码」· C头文件 代码 · 共 44 行

H
44
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CastCAD.rc
//
#define IDS_PROJNAME                    100
#define IDC_TAB1                        200
#define IDC_EDITNAME                    200
#define IDC_LIST1                       200
#define IDC_EDITT                       201
#define IDC_EDITDR                      202
#define IDC_EDITHR                      203
#define IDC_EDITH                       204
#define IDC_IMAGE1                      205
#define IDC_ADODCNEW                    206
#define IDC_COMBO                       206
#define IDC_EDITD                       207
#define IDC_DATAGRIDNEW                 208
#define IDC_IMAGE2                      208
#define IDC_EDITg                       209
#define IDC_EDITMX                      210
#define IDC_EDITMY                      211
#define IDC_CHECKDIM                    212
#define IDC_EDITR                       213
#define IDC_BUTTONget                   214
#define IDC_ADODCNEW3                   215
#define IDC_DATAGRIDUPDATE              215
#define IDC_DATAGRIDNEW3                216
#define IDC_ADODCUPDATE                 216
#define IDC_ADODCNEW2                   217
#define IDD_DIALOGCAST                  2020
#define IDD_DIALOGNEW                   2021
#define IDD_DIALOGUPDATE                2022

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        200
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         201
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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