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.

47 lines
1.5 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation 1996-2001.
  5. //
  6. // File: asgncnfg.h
  7. //
  8. // Contents: definition of CAssignConfiguration
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_ASGNCNFG_H__6D0C4D6E_BF71_11D1_AB7E_00C04FB6C6FA__INCLUDED_)
  12. #define AFX_ASGNCNFG_H__6D0C4D6E_BF71_11D1_AB7E_00C04FB6C6FA__INCLUDED_
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CAssignConfiguration dialog
  18. class CAssignConfiguration : public CFileDialog
  19. {
  20. DECLARE_DYNAMIC(CAssignConfiguration)
  21. public:
  22. CAssignConfiguration(BOOL bOpenFileDialog, // TRUE for FileOpen, FALSE for FileSaveAs
  23. LPCTSTR lpszDefExt = NULL,
  24. LPCTSTR lpszFileName = NULL,
  25. DWORD dwFlags = OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,
  26. LPCTSTR lpszFilter = NULL,
  27. CWnd* pParentWnd = NULL);
  28. BOOL m_bIncremental;
  29. protected:
  30. //{{AFX_MSG(CAssignConfiguration)
  31. afx_msg void OnIncremental();
  32. //}}AFX_MSG
  33. afx_msg BOOL OnHelp(WPARAM wParam, LPARAM lParam);
  34. DECLARE_MESSAGE_MAP()
  35. void DoContextHelp (HWND hWndControl);
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_ASGNCNFG_H__6D0C4D6E_BF71_11D1_AB7E_00C04FB6C6FA__INCLUDED_)