chenluhua1980
2 天以前 415ad67bb66ca2d99fb21a8eeb32f942ad2cd7b0
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);
};