⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 计算地理距离和方位角的程序
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by GeoCalc.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_GEOCALC_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDI_HELP_ICON                   143
#define IDC_LAT1_EDIT                   1000
#define IDC_LAT2_EDIT                   1001
#define IDC_LON1_EDIT                   1002
#define IDC_LON2_EDIT                   1003
#define ID_CALCULATE                    1004
#define IDC_GC_KM_EDIT                  1005
#define IDC_AZRAD_EDIT                  1006
#define IDC_LAT1DEG_EDIT                1008
#define IDC_ELLIPSE_KM_EDIT             1009
#define IDC_APPROX_KM_EDIT              1010
#define IDC_GC_MI_EDIT                  1011
#define IDC_ELLIPSE_MI_EDIT             1012
#define IDC_APPROX_MI_EDIT              1013
#define IDC_AZDEG_EDIT                  1014
#define IDC_LAT1MIN_EDIT                1016
#define IDC_LAT1_COMBO                  1017
#define IDC_LAT1SEC_EDIT                1018
#define IDC_LON1DEG_EDIT                1020
#define IDC_LON1MIN_EDIT                1021
#define IDC_LON1SEC_EDIT                1022
#define IDC_LON1_COMBO                  1024
#define IDC_LAT2DEG_EDIT                1025
#define IDC_LAT2MIN_EDIT                1026
#define IDC_LAT2SEC_EDIT                1027
#define IDC_LAT2_COMBO                  1029
#define IDC_LON2DEG_EDIT                1030
#define IDC_LON2MIN_EDIT                1031
#define IDC_LON2SEC_EDIT                1032
#define IDC_LON2_SPIN                   1033
#define IDC_LON2_COMBO                  1034

// 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         1018
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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