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.

51 lines
1.3 KiB

  1. #if !defined(AFX_EXTENSIONCHOICE_H__AA4DBA53_5D3E_11D1_8CCE_00C04FD918D0__INCLUDED_)
  2. #define AFX_EXTENSIONCHOICE_H__AA4DBA53_5D3E_11D1_8CCE_00C04FD918D0__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ExtensionChoice.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ExtensionChoice dialog
  10. class ExtensionChoice : public CAppWizStepDlg
  11. {
  12. // Construction
  13. public:
  14. ExtensionChoice(); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(ExtensionChoice)
  17. enum { IDD = IDD_EXTENSION };
  18. CEdit m_edtExt;
  19. CString m_strClassDescription;
  20. CString m_strClassType;
  21. CString m_strFileExt;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(ExtensionChoice)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. BOOL OnDismiss();
  32. // Generated message map functions
  33. //{{AFX_MSG(ExtensionChoice)
  34. // NOTE: the ClassWizard will add member functions here
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_EXTENSIONCHOICE_H__AA4DBA53_5D3E_11D1_8CCE_00C04FD918D0__INCLUDED_)