resource.h

来自「以前做NOKIA手机与PC通信时所参考的源代码,里面包括两个程序,一个是手机文件」· C头文件 代码 · 共 41 行

H
41
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ApplicationInstaller.rc
//
#define IDD_INSTALLER_DIALOG            102
#define IDR_MAINFRAME                   128
#define IDC_STATIC_PHONE                1000
#define IDC_STATIC_TYPE                 1001
#define IDC_STATIC_SIS_FILE             1002
#define IDC_STATIC_JAR_FILE             1003
#define IDC_STATIC_JAD_FILE             1004
#define IDC_STATIC_WAIT                 1005
#define IDC_COMBO_PHONE                 1006
#define IDC_COMBO_TYPE                  1007
#define IDC_EDIT_SIS                    1008
#define IDC_EDIT_JAR                    1009
#define IDC_EDIT_JAD                    1010
#define IDC_BUTTON_SIS                  1011
#define IDC_BUTTON_JAR                  1012
#define IDC_BUTTON_JAD                  1013
#define IDC_PROGRESS                    1014
#define ID_INSTALL                      1015
#define ID_CANCEL                       1016
#define IDC_STATIC_NTH_FILE             1017
#define IDC_EDIT_NTH                    1018
#define IDC_BUTTON_NTH                  1019
#define IDC_STATIC_N_GAGE_FILE          1020
#define IDC_EDIT_N_GAGE                 1021
#define IDC_BUTTON_N_GAGE               1022

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

⌨️ 快捷键说明

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