chenluhua1980
2 天以前 f2ab7e5e25ca285dd3c2807a9ee67c5523174523
SourceCode/Bond/Servo/ServoGraph.h
@@ -189,6 +189,7 @@
   void SetIndicateBoxSlotBarPosition(int id, SlotBarPos pos);
   void SetIndicateBoxSlotColors(int id, const std::vector<COLORREF>& colors);
   void SetSlotBarSize(int size);
   void SetSlotBarSizeByCount(int size8, int sizeOther);
private:
   void DrawImage(HDC hMemDC, IMAGE& item);
@@ -205,6 +206,8 @@
   void* m_pHighItem;
   HWND m_hWndTooltip;
   int m_slotBarSize;
   int m_slotBarSize8;
   int m_slotBarSizeOther;
};
#endif // !defined(AFX_EQUIPMENTGRAPH_H__FBB8916A_DE77_4EA3_9C21_E51E6B06194C__INCLUDED_)