SourceCode/Bond/Servo/CPageGraph2.h
@@ -16,8 +16,10 @@ private: void InitRxWindows(); void AddEqToGraphWnd(SERVO::CEquipment* pEquipment); void UpdateItemIndicators(SERVO::CEquipment* pEquipment); void SaveEqsGraphData(); void GetItemDataFormIni(const char* pszItemName, int& left, int& top); void ApplyManualRoutes(); private: IObserver* m_pObserver; @@ -41,4 +43,5 @@ afx_msg void OnDestroy(); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnTimer(UINT_PTR nIDEvent); afx_msg LRESULT OnManualRouteMsg(WPARAM wParam, LPARAM lParam); };