Option.h
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:2k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_OPTION_H__54E775E3_FFF2_11D3_8A76_00E04CDD95C8__INCLUDED_)
  2. #define AFX_OPTION_H__54E775E3_FFF2_11D3_8A76_00E04CDD95C8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Option.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // COption dialog
  10. class CMacButton;
  11. class CMacRadioButton;
  12. class COption : public CDialog
  13. {
  14. // Construction
  15. public:
  16. COption(CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(COption)
  19. enum { IDD = IDD_OPTION };
  20. CMacRadioButton m_radio;
  21. CMacButton m_quit;
  22. CMacButton m_config;
  23. CString m_password;
  24. CString m_username;
  25. int m_timeout;
  26. int m_request;
  27. //}}AFX_DATA
  28. CMacRadioButton m_radio2;
  29. CMacRadioButton m_radio3;
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(COption)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // CString pix;
  39. // Generated message map functions
  40. //{{AFX_MSG(COption)
  41. afx_msg void OnOk();
  42. afx_msg void OnCancel();
  43. virtual BOOL OnInitDialog();
  44. afx_msg void OnRadio1();
  45. afx_msg void OnRadio2();
  46. afx_msg void OnRadio3();
  47. afx_msg LRESULT OnSetActive(WPARAM wParam,LPARAM lParam);
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_OPTION_H__54E775E3_FFF2_11D3_8A76_00E04CDD95C8__INCLUDED_)