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

📄 resource.h

📁 股票搜索程序,可自动搜索符合一定条件的股票。这里的条件主要包括前N天的成交量、价格等参数形成的K线特征。
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by StockSearch.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_FINDSTOCKVIEW_TMPL          102
#define IDR_MAINFRAME                   128
#define IDR_STOCKSTYPE                  129
#define IDD_DLG_SEARCH                  130
#define IDD_DLG_SQLSEARCH               131
#define IDC_LIST_STOCKS                 1000
#define IDC_BTN_START                   1001
#define IDC_LISTSEARCHED                1002
#define IDC_EDIT_SELECTED               1003
#define IDC_EDIT_ALL                    1004
#define IDC_BTN_SAVEPARAM               1005
#define IDC_BTN_COPY                    1007
#define IDC_LIST_TYPE                   1008
#define IDC_BTN_STOP                    1009
#define IDC_EDIT_PARAM1                 1010
#define IDC_STATIC1                     1011
#define IDC_STATIC2                     1012
#define IDC_EDIT_PARAM2                 1013
#define IDC_EDIT_PARAM3                 1014
#define IDC_STATIC3                     1015
#define IDC_STATIC4                     1016
#define IDC_STATIC5                     1017
#define IDC_EDIT_PARAM4                 1018
#define IDC_EDIT_PARAM5                 1019
#define IDC_EDIT_PARAM6                 1020
#define IDC_EDIT_PARAM7                 1021
#define IDC_EDIT_PARAM8                 1022
#define IDC_EDIT_PARAM9                 1023
#define IDC_EDIT_PARAM10                1024
#define IDC_EDIT_PARAM11                1025
#define IDC_EDIT_PARAM12                1026
#define IDC_STATIC6                     1027
#define IDC_STATIC7                     1028
#define IDC_STATIC8                     1029
#define IDC_STATIC9                     1030
#define IDC_STATIC10                    1031
#define IDC_STATIC11                    1032
#define IDC_STATIC12                    1033
#define ID_TOOLS_SEARCH                 32771

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1012
#define _APS_NEXT_SYMED_VALUE           103
#endif
#endif

⌨️ 快捷键说明

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