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.

37 lines
991 B

  1. // CAuthDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CClientAuthoritiesDialog dialog
  5. class CClientAuthoritiesDialog : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CClientAuthoritiesDialog(CWnd* pParent = NULL); // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CClientAuthoritiesDialog)
  12. enum { IDD = IDD_CLIENT_AUTHORITIES };
  13. // NOTE: the ClassWizard will add data members here
  14. //}}AFX_DATA
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CClientAuthoritiesDialog)
  18. protected:
  19. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  20. //}}AFX_VIRTUAL
  21. // Implementation
  22. protected:
  23. // Generated message map functions
  24. //{{AFX_MSG(CClientAuthoritiesDialog)
  25. afx_msg void OnViewCertificate();
  26. afx_msg void OnDelete();
  27. afx_msg void OnAdd();
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };