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.

45 lines
942 B

  1. // addmime.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CAddMime dialog
  5. class CAddMime : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CAddMime(CWnd* pParent = NULL); // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CAddMime)
  12. enum { IDD = IDD_ADDMIMEMAPDIALOG };
  13. CString m_strFileExtension;
  14. CString m_strGopherType;
  15. CString m_strImageFile;
  16. CString m_strMimeType;
  17. //}}AFX_DATA
  18. LPCTSTR GetFileExtension();
  19. LPCTSTR GetGopherType();
  20. LPCTSTR GetImageFile();
  21. LPCTSTR GetMimeType();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CAddMime)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CAddMime)
  32. virtual void OnOK();
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };