resource.h

来自「在windows下对Flock of Bird 跟踪器编程的源代码」· C头文件 代码 · 共 82 行

H
82
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SetCoordinate.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_SETCOORDINATE_DIALOG        102
#define IDR_MAINFRAME                   128
#define IDC_EDIT1                       1000
#define IDC_INDEX                       1000
#define IDC_EDIT2                       1001
#define IDC_EDIT3                       1002
#define IDC_COORDINATE                  1002
#define IDC_PLANARPARA_A                1002
#define IDC_EDIT11                      1003
#define IDC_PLANARPARA_B                1003
#define IDC_COMBO1                      1004
#define IDC_COMBO_TYPE                  1004
#define IDC_BUTTON1                     1005
#define IDC_INITFOB                     1005
#define IDC_EDIT4                       1006
#define IDC_LENGTH                      1006
#define IDC_EDIT5                       1007
#define IDC_WIDTH                       1007
#define IDC_BUTTON2                     1008
#define IDC_BUTTON3                     1009
#define IDC_GetCoordinate               1009
#define IDC_CMDSTOPRECEIVE              1009
#define IDC_EDIT6                       1010
#define IDC_EDIT_SEND                   1010
#define IDC_EDIT7                       1011
#define IDC_CMDSEND                     1011
#define IDC_EDIT8                       1012
#define IDC_EDIT_RECEIVE                1012
#define IDC_EDIT9                       1013
#define IDC_COMBO_OUTPUTMODE            1013
#define IDC_EDIT10                      1014
#define IDC_COMBO_DATAMODE              1014
#define IDC_ADD_INDICATOR               1015
#define IDC_STATUS                      1016
#define IDC_MSCOMM                      1017
#define IDC_CMDCLEARRECEIVE             1018
#define IDC_PORTNUMBER                  1019
#define IDC_COMBO_BAUD                  1020
#define IDC_COMBO_HEMISPHERE            1021
#define IDC_CMDSETHEMISPHERE            1022
#define IDC_CMDANGLEALIGN               1023
#define IDC_EDIT_AZIMUTH                1024
#define IDC_EDIT_ELEVATION              1025
#define IDC_EDIT_ROLL                   1026
#define IDC_EDIT_RECEIVE2               1027
#define IDC_BTN_INSERTREFERPOINT        1028
#define IDC_LIST_REFERPOINT             1029
#define IDC_BUTTON5                     1030
#define IDC_CMDANGLEALIGN2              1031
#define IDC_BTN_DELETEREFERPOINT        1032
#define IDC_BTN_CLEARREFERPOINT         1033
#define IDC_BUTTON8                     1034
#define IDC_BTN_METAL                   1034
#define IDC_BUTTON9                     1035
#define IDC_EDIT12                      1036
#define IDC_PLANARPARA_C                1036
#define IDC_EDIT13                      1037
#define IDC_PLANARPARA_D                1037
#define IDC_BTN_GETPLANEPARA            1038
#define IDC_BUTTON6                     1039
#define IDC_BTN_DELETEREFERPOINT2       1040
#define IDC_BTN_CLEARREFERPOINT2        1041
#define IDC_COMBO_UINT                  1042

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

⌨️ 快捷键说明

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