Leaked source code of windows server 2003
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.

62 lines
1.2 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name :
  4. athendlg.h
  5. Abstract:
  6. CAthenicationDialog dialog declaration.
  7. Author:
  8. Michael Cheuk (mcheuk)
  9. Project:
  10. Link Checker
  11. Revision History:
  12. --*/
  13. #ifndef _ATHENDLG_H_
  14. #define _ATHENDLG_H_
  15. //---------------------------------------------------------------------------
  16. // Athenication dialog class
  17. //
  18. class CAthenicationDialog : public CDialog
  19. {
  20. // Construction
  21. public:
  22. CAthenicationDialog(CWnd* pParent = NULL); // standard constructor
  23. // Dialog Data
  24. //{{AFX_DATA(CAthenicationDialog)
  25. enum { IDD = IDD_ATHENICATION };
  26. // NOTE: the ClassWizard will add data members here
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CAthenicationDialog)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CAthenicationDialog)
  38. // NOTE: the ClassWizard will add member functions here
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. #endif // _ATHENDLG_H_