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.

35 lines
900 B

  1. // EditRulD.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CEditWildcardRuleDlg dialog
  5. class CEditWildcardRuleDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CEditWildcardRuleDlg(CWnd* pParent = NULL); // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CEditWildcardRuleDlg)
  12. enum { IDD = IDD_WILDCARDS_2 };
  13. // NOTE: the ClassWizard will add data members here
  14. //}}AFX_DATA
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CEditWildcardRuleDlg)
  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(CEditWildcardRuleDlg)
  25. afx_msg void OnSelectIssuer();
  26. //}}AFX_MSG
  27. DECLARE_MESSAGE_MAP()
  28. };