Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.0 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. RasPerm.h : header file
  5. File History:
  6. JonY Apr-96 created
  7. --*/
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRasPerm dialog
  10. class CRasPerm : public CWizBaseDlg
  11. {
  12. DECLARE_DYNCREATE(CRasPerm)
  13. // Construction
  14. public:
  15. CRasPerm();
  16. ~CRasPerm();
  17. // Dialog Data
  18. //{{AFX_DATA(CRasPerm)
  19. enum { IDD = IDD_RAS_PERM_DIALOG };
  20. CString m_csRasPhoneNumber;
  21. int m_nCallBackRadio;
  22. CString m_csCaption;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generate virtual function overrides
  26. //{{AFX_VIRTUAL(CRasPerm)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. LRESULT OnWizardNext();
  31. LRESULT OnWizardBack();
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CRasPerm)
  36. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  37. afx_msg void OnRadio3();
  38. afx_msg void OnRadio2();
  39. afx_msg void OnCallBackRadio();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };