resource.h

来自「利用FaxModem通过串口或TAPI接口直接发送和接收传真 一套非常不错的传真」· C头文件 代码 · 共 53 行

H
53
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by FAXRECV.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_FAXRECV_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDC_DEVICE_ID                   1002
#define IDC_BUTTON1                     1003
#define IDC_SEND_FAX                    1004
#define IDC_STATIC_STATE                1005
#define IDC_STATIC_CIS                  1006
#define IDC_FAX_DATA                    1007
#define ID_SLIDER1                      1008
#define IDC_SPEED                       1010
#define IDC_STATIC_SPEED                1011
#define IDC_2DCOMPRESS                  1012
#define IDC_2DCOMPRESS2                 1013
#define IDC_AUTO_ANSWER                 1014
#define IDC_EDIT1                       1016
#define IDC_EDIT2                       1017
#define IDC_Cancel_FAX                  1018
#define IDC_TIME                        1019
#define IDC_PAGE                        1020
#define IDC_BUTTON2                     1021
#define IDC_REMOTE                      1022
#define IDC_BUTTON3                     1023
#define IDC_BUTTON4                     1024
#define IDC_STATIC_OPER                 1025
#define IDC_STATIC_fax                  1026
#define IDC_STATIC_WWW                  1027
#define IDC_STATIC_ANI                  1031
#define IDC_MODEM_LIST                  1119
#define IDC_MODEM_LIST2                 1120
#define IDC_MODEM_LIST3                 1121
#define IDC_MODEM_LIST4                 1122
#define ID_LINE                         13095
#define ID_LINE2                        13096
#define ID_LINE3                        13097

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1032
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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