SettingDlg.h
上传用户:zcy791212
上传日期:2013-03-06
资源大小:196k
文件大小:2k
源码类别:

Modem编程

开发平台:

Visual C++

  1. #if !defined(AFX_SETTINGDLG_H__24DC7B5A_BCF1_4673_B2F0_AC3E5CA31B92__INCLUDED_)
  2. #define AFX_SETTINGDLG_H__24DC7B5A_BCF1_4673_B2F0_AC3E5CA31B92__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SettingDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSettingDlg dialog
  10. class CSettingDlg : public CDialog
  11. {
  12. // Construction
  13. protected:
  14. BOOL m_BEnabled;
  15. public:
  16. CSettingDlg(CWnd* pParent = NULL,int tabindex=0,BOOL Enabled=TRUE);   // standard constructor
  17. CTabCtrl m_tab;
  18. int         m_tabindex;
  19. void        ShowItem(void);
  20. // Dialog Data
  21. //{{AFX_DATA(CSettingDlg)
  22. enum { IDD = IDD_SETTINGDLG };
  23. BOOL m_bSaveToLog;
  24. CString m_iLogItemCount;
  25. CString m_iOffLineTime;
  26. CString m_iPollTime;
  27. CString m_iServerPort;
  28. BOOL m_bSysAutoPoll;
  29. BOOL m_bShowHead;
  30. BOOL m_bHexShow;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CSettingDlg)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(CSettingDlg)
  42. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  43. afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
  44. afx_msg void OnCksavetolog();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_SETTINGDLG_H__24DC7B5A_BCF1_4673_B2F0_AC3E5CA31B92__INCLUDED_)