Option.h
资源名称:(vc).rar [点击查看]
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:2k
源码类别:
Telnet服务器
开发平台:
Visual C++
- #if !defined(AFX_OPTION_H__54E775E3_FFF2_11D3_8A76_00E04CDD95C8__INCLUDED_)
- #define AFX_OPTION_H__54E775E3_FFF2_11D3_8A76_00E04CDD95C8__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Option.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // COption dialog
- class CMacButton;
- class CMacRadioButton;
- class COption : public CDialog
- {
- // Construction
- public:
- COption(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(COption)
- enum { IDD = IDD_OPTION };
- CMacRadioButton m_radio;
- CMacButton m_quit;
- CMacButton m_config;
- CString m_password;
- CString m_username;
- int m_timeout;
- int m_request;
- //}}AFX_DATA
- CMacRadioButton m_radio2;
- CMacRadioButton m_radio3;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(COption)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // CString pix;
- // Generated message map functions
- //{{AFX_MSG(COption)
- afx_msg void OnOk();
- afx_msg void OnCancel();
- virtual BOOL OnInitDialog();
- afx_msg void OnRadio1();
- afx_msg void OnRadio2();
- afx_msg void OnRadio3();
- afx_msg LRESULT OnSetActive(WPARAM wParam,LPARAM lParam);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_OPTION_H__54E775E3_FFF2_11D3_8A76_00E04CDD95C8__INCLUDED_)