LAPTOP-SNT8I5JK\Boounion
2025-05-30 ebf96874b6a994e3b09b69f272416cb482cf25bb
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