resource.h

来自「採用huffman編碼的文件壓縮程序」· C头文件 代码 · 共 43 行

H
43
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by BusQuery.rc
//
#define IDC_DELETE                      3
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_BUSQUERY_DIALOG             102
#define IDR_MAINFRAME                   128
#define IDD_ADD_DIALOG                  129
#define IDD_MODI_DIALOG                 130
#define IDC_START_COMBO                 1002
#define IDC_CITY_COMBO                  1003
#define IDC_END_COMBO                   1004
#define IDC_STATION_QUERY_BUTTON        1005
#define IDC_LINE_QUERY_BUTTON           1006
#define IDC_ADD_BUTTON                  1007
#define IDC_BUSLINE_COMBO               1008
#define IDC_CITY_EDIT                   1008
#define IDC_CITY_COMBO2                 1009
#define IDC_LINE_EDIT                   1009
#define IDC_STATION_EDIT                1010
#define IDC_MODI_BUTTON                 1010
#define IDC_EXIT_BUTTON                 1011
#define IDC_TERMINAL_EDIT               1016
#define IDC_RESULT_LIST                 1019
#define IDC_MODI_STATION_EDIT           1020
#define IDC_BUSCITY_COMBO               1028
#define IDC_BUSNO_COMBO                 1029
#define IDC_MODI_OK                     1030

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

⌨️ 快捷键说明

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