chenluhua1980
2 天以前 b099ab8b7c83dc957bd9777a0bb90c1d8202056b
SourceCode/Bond/Servo/CPageGraph2.h
@@ -19,6 +19,7 @@
   void UpdateItemIndicators(SERVO::CEquipment* pEquipment);
   void SaveEqsGraphData();
   void GetItemDataFormIni(const char* pszItemName, int& left, int& top);
   void ApplyManualRoutes();
private:
   IObserver* m_pObserver;
@@ -42,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);
};