From ebf96874b6a994e3b09b69f272416cb482cf25bb Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期五, 30 五月 2025 18:49:43 +0800 Subject: [PATCH] 1.Fliper(G2) -> Aligner VacuumBake(G1) -> Aligner搬送逻辑和模拟测试; 2.在状态栏增加当前搬送状态显示(按钮,下一步用于实现点击按钮展开搬送任务详情,中断操作等) --- SourceCode/Bond/Servo/CMyStatusbar.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/SourceCode/Bond/Servo/CMyStatusbar.h b/SourceCode/Bond/Servo/CMyStatusbar.h index 3ac6fee..ed1d4e2 100644 --- a/SourceCode/Bond/Servo/CMyStatusbar.h +++ b/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 -- Gitblit v1.9.3