resource.h

来自「一份有用的TAPI编程源码」· C头文件 代码 · 共 51 行

H
51
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by TapiComm.RC
//
#define IDC_COUNTRYCODE                 1000
#define IDC_TAPILINE                    1001
#define IDC_CONFIGURELINE               1002
#define IDC_DIALINGPROPERTIES           1003
#define IDC_PHONENUMBER                 1004
#define IDC_DIAL                        1005
#define IDC_AREACODE                    1006
#define IDC_CALLINGCARD                 1007
#define IDC_USEDIALINGRULES             1008
#define IDC_LOCATION                    1009
#define IDC_CANONICALNUMBER             1010
#define IDC_DISPLAYABLENUMBER           1011
#define IDC_DIALABLENUMBER              1012
#define IDC_STATICCOUNTRYCODE           1013
#define IDC_STATICAREACODE              1014
#define IDC_STATICPHONENUMBER           1015
#define IDC_STATICLOCATION              1016
#define IDC_STATICCALLINGCARD           1017
#define IDC_STATICTAPILINE              1018
#define IDC_STATICCANONICAL             1019
#define IDC_STATICDIALABLE              1020
#define IDC_STATICDISPLAYABLE           1021
#define IDC_LINEICON                    1022

#define IDC_NOHELPCONTROLS              1101
#define IDC_STATICWHERETODIAL           1102
#define IDC_STATICHOWTODIAL             1103
#define IDC_STATICCONNECTUSING          1104
#define IDC_STATICPHONENUMBERS          1105

#define IDC_CONFIGURATIONCHANGED        1201
#define IDC_LINECREATE                  1202

#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        101
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1301
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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