SourceCode/Bond/Servo/ServoDlg.h
@@ -6,6 +6,7 @@
#include "BlButton.h"
#include "PageLog.h"
#include "PageAlarm.h"
#include "PageTransferLog.h"
#include "PageRecipe.h"
#include "TerminalDisplayDlg.h"
#include "CPanelMaster.h"
@@ -16,6 +17,7 @@
#include "TopToolbar.h"
#include "CMyStatusbar.h"
#include "CRobotTaskDlg.h"
#include "CPageGlassList.h"
// CServoDlg 对话框
@@ -33,6 +35,7 @@
   void InitRxWindows();
   void Resize();
   void ShowChildPage(int index);
   void UpdateLoginStatus();
   CString& GetRuntimeFormatText(CString& strText, const char* pszSuffix);
private:
@@ -41,9 +44,11 @@
   CRobotTaskDlg* m_pRobotTaskDlg;
   CPageGraph1* m_pPageGraph1;
   CPageGraph2* m_pPageGraph2;
   CPageGlassList* m_pPageGlassList;
   CPageRecipe* m_pPageRecipe;
   CPageAlarm*    m_pPageAlarm;
   CPageLog*    m_pPageLog;
   CPageTransferLog* m_pPageTransferLog;
// 对话框数据
#ifdef AFX_DESIGN_TIME
@@ -87,6 +92,8 @@
   afx_msg void OnUpdateMenuFileSecsTest(CCmdUI* pCmdUI);
   afx_msg void OnMenuFileExit();
   afx_msg void OnUpdateMenuFileExit(CCmdUI* pCmdUI);
   afx_msg void OnMenuProjectVarialbleList();
   afx_msg void OnUpdateMenuProjectVarialbleList(CCmdUI* pCmdUI);
   afx_msg void OnMenuTestMessageSet();
   afx_msg void OnUpdateMenuTestMessageSet(CCmdUI* pCmdUI);
   afx_msg void OnMenuTestMessageClear();