SourceCode/Bond/Servo/CMyStatusbar.h
@@ -1,4 +1,6 @@ #pragma once #include "BlButton.h" #include "ColorTransfer.h" // CMyStatusbar 对话框 @@ -13,16 +15,19 @@ public: void setBkgnd(COLORREF color); void setBackgroundColor(COLORREF color); void setForegroundColor(COLORREF cr); void setRunTimeText(const char* pszText); void setCurTaskBtnText(const char* pszText); private: void Resize(); private: COLORREF m_crForeground; COLORREF m_crBkgnd; CBrush m_brBkgnd; CBlButton m_btnCurTask; // 对话框数据 #ifdef AFX_DESIGN_TIME