RDSTerminalDlg.h
上传用户:hbzxgg2
上传日期:2009-03-28
资源大小:291k
文件大小:1k
源码类别:

Windows Mobile

开发平台:

Visual C++

  1. // RDSTerminalDlg.h : header file
  2. //
  3. #pragma once
  4. // CRDSTerminalDlg dialog
  5. class CRDSTerminalDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CRDSTerminalDlg(CWnd* pParent = NULL); // standard constructor
  10. // Dialog Data
  11. enum { IDD = IDD_RDSTERMINAL_DIALOG };
  12. #ifdef WIN32_PLATFORM_WFSP
  13. protected:  // control bar embedded members
  14. CCommandBar m_dlgCommandBar;
  15. #endif // WIN32_PLATFORM_WFSP
  16. protected:
  17. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  18. // Implementation
  19. protected:
  20. HICON m_hIcon;
  21. CBitmap m_bmpMainUI;
  22. // Generated message map functions
  23. virtual BOOL OnInitDialog();
  24. #if defined(_DEVICE_RESOLUTION_AWARE) && !defined(WIN32_PLATFORM_WFSP)
  25. afx_msg void OnSize(UINT /*nType*/, int /*cx*/, int /*cy*/);
  26. #endif
  27. DECLARE_MESSAGE_MAP()
  28. public:
  29. afx_msg void OnBnClickedButtonTest();
  30. public:
  31. afx_msg void OnPaint();
  32. public:
  33. afx_msg void OnFileQuit();
  34. public:
  35. afx_msg void OnFileShowdatacardiogram();
  36. public:
  37. afx_msg void OnSetting();
  38. public:
  39. afx_msg void OnFileConnectbluetoothdevice();
  40. public:
  41. afx_msg void OnFileSendtestdata();
  42. };