chenluhua1980
6 天以前 4b7616f61a6a37cc917cdbcb131f91272ab2e6fb
SourceCode/Bond/Servo/CPageGraph2.h
@@ -14,9 +14,15 @@
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;
   CEqsGraphWnd* m_pEqsGraphWnd;
   COLORREF m_crBkgnd;
   HBRUSH m_hbrBkgnd;
@@ -37,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);
};