SettingDlg.h
资源名称:vc_demo.rar [点击查看]
上传用户:zcy791212
上传日期:2013-03-06
资源大小:196k
文件大小:2k
源码类别:
Modem编程
开发平台:
Visual C++
- #if !defined(AFX_SETTINGDLG_H__24DC7B5A_BCF1_4673_B2F0_AC3E5CA31B92__INCLUDED_)
- #define AFX_SETTINGDLG_H__24DC7B5A_BCF1_4673_B2F0_AC3E5CA31B92__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SettingDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSettingDlg dialog
- class CSettingDlg : public CDialog
- {
- // Construction
- protected:
- BOOL m_BEnabled;
- public:
- CSettingDlg(CWnd* pParent = NULL,int tabindex=0,BOOL Enabled=TRUE); // standard constructor
- CTabCtrl m_tab;
- int m_tabindex;
- void ShowItem(void);
- // Dialog Data
- //{{AFX_DATA(CSettingDlg)
- enum { IDD = IDD_SETTINGDLG };
- BOOL m_bSaveToLog;
- CString m_iLogItemCount;
- CString m_iOffLineTime;
- CString m_iPollTime;
- CString m_iServerPort;
- BOOL m_bSysAutoPoll;
- BOOL m_bShowHead;
- BOOL m_bHexShow;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSettingDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSettingDlg)
- afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
- afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnCksavetolog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SETTINGDLG_H__24DC7B5A_BCF1_4673_B2F0_AC3E5CA31B92__INCLUDED_)