resource.h

来自「从联合证券数据读取股票数据以及画出K线。不完善」· C头文件 代码 · 共 53 行

H
53
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by StockDataParse.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_STOCKDTYPE                  129
#define IDD_DIALOG_READ_FILE            130
#define IDD_DIALOG_PLOT                 131
#define IDD_DIALOG_STOCK_INFO_QUERY     132
#define IDC_BTN_READ_FILE               1000
#define IDC_EDIT_COUNT_DAY              1001
#define IDC_EDIT_DATE_START             1002
#define IDC_EDIT_DATE_STOP              1004
#define IDC_EDIT_ENDNUM                 1005
#define IDC_EDIT_STARTNUM               1006
#define IDC_EDIT_CYCLE                  1007
#define IDC_SPIN1                       1008
#define IDC_SPIN2                       1009
#define IDC_BUTTON1                     1010
#define IDC_BTN_READ_ONE_FILE           1010
#define IDC_BTN_REPLOT                  1010
#define IDC_BTN_SEL_FILE                1010
#define IDC_STATIC_PLOT                 1012
#define IDC_EDIT1                       1014
#define IDC_EDIT2                       1015
#define IDC_EDIT_STOCKCODE              1016
#define IDC_COMBO_DY                    1017
#define IDC_EDIT_OUTPUT                 1018
#define IDC_COMBO_HY                    1019
#define IDC_BTN_QUERY_DY                1020
#define IDC_BTN_QUERY_HY                1021
#define IDC_BTN_QUERY_STOCK_CODE        1022
#define IDC_BTN_BANKUAI                 1023
#define IDC_BTN_QUERY_JZCSY             1024
#define IDC_BTN_READ_REALATION          1025
#define IDC_COMBO_BLOCK                 1026
#define ID_SEL_SEL_FILEPATH             32771
#define ID_SEL_DRAW_KLINE               32772
#define IDR_SEL_READ_DB                 32774

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        134
#define _APS_NEXT_COMMAND_VALUE         32775
#define _APS_NEXT_CONTROL_VALUE         1027
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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