chenluhua1980
5 天以前 22f2984276ff75433ebeab877c96b48905826e6c
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_)