Monitor/MonitorDlg.h
@@ -35,6 +35,11 @@ }; enum TaskType { REQUEST_TASK_ENV, // 环境更新 REQUEST_TASK_L2_SUBSCRIPT,//L2订阅更新 }; class MonitorDlg : public CDialogEx { DECLARE_DYNAMIC(MonitorDlg) @@ -44,6 +49,9 @@ bool kplDataWarning; CString searchCode; // 任务更新时间 map<TaskType, string> taskUpdateTimeMap; const int MAX_LOG_LINES = 100; map<int,COLORREF> labelColors; @@ -135,4 +143,5 @@ CStatic labelTodayKBarsCount; afx_msg void OnBnClickedButtonSyncKBars(); CStatic labelDataServerState; CButton checkAutoPullLogs; };