mrDarker
2025-10-22 e8a27bb203fe2aff70390a5eca002d7438da9b0f
SourceCode/Bond/BondEq/TopToolbar.h
@@ -18,6 +18,7 @@
public:
   CWnd* GetBtn(UINT nId);
   void SetOperatorBtnText(const char* pszText);
   HMENU GetOperatorMenu();
private:
   void Resize();
@@ -31,6 +32,7 @@
private:
   CBlButton m_btnRun;
   CBlButton m_btnStop;
   CBlButton m_btnAlarm;
   CBlButton m_btnSettings;
   CBlButton m_btnOperator;
@@ -51,4 +53,5 @@
   afx_msg void OnSize(UINT nType, int cx, int cy);
   virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
   afx_msg void OnButtonOperatorMenuClicked(NMHDR* pNMHDR, LRESULT* pResult);
   virtual BOOL PreTranslateMessage(MSG* pMsg);
};