chenluhua1980
7 天以前 9b2e7cdd1d3bf2e10135c675a6b5b176a57747bf
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);
};