td_rsrc.h
来自「早期的WINDOWS编程,适合刚接触WINDOWS编程的初学者」· C头文件 代码 · 共 52 行
H
52 行
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by T_demo.rc
//
#define IDS_CallStateIdle 1
#define IDS_STRING2 2
#define IDS_STRING3 3
#define IDS_STRING4 4
#define IDS_STRING5 5
#define IDS_STRING6 6
#define IDS_STRING7 7
#define IDS_STRING8 8
#define IDS_STRING9 9
#define IDS_STRING10 10
#define IDS_STRING11 11
#define IDS_STRING12 12
#define IDS_STRING13 13
#define IDS_STRING14 14
#define IDS_STRING15 15
#define IDS_STRING16 16
#define DLG_Main 102
#define MNU_Main 103
#define DLG_Line 103
#define DLG_About 104
#define IDM_Lines 106
#define IDM_FileExit 107
#define IDM_About 108
#define IDC_DIALNUM 1002
#define IDC_LBX_Functions 1003
#define IDC_NFO_Name 1004
#define IDC_CST_State 1006
#define IDC_DIALBTN 1007
#define IDC_NFO_Number 1009
#define IDC_HANGBTN 1010
#define IDC_LineSel 1011
#define IDC_Answer 1011
#define IDC_SPName 1012
#define IDC_Clear 1013
#define IDC_SelLabel 1014
#define IDM_Addresses 1015
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 109
#define _APS_NEXT_CONTROL_VALUE 1016
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?