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