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.

58 lines
1.5 KiB

  1. #if !defined(AFX_DHCPEXIMLISTDLG_H__43CC976B_6C5A_4933_B8C8_44FEAE403B00__INCLUDED_)
  2. #define AFX_DHCPEXIMLISTDLG_H__43CC976B_6C5A_4933_B8C8_44FEAE403B00__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DhcpEximListDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // DhcpEximListDlg dialog
  10. class DhcpEximListDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. DhcpEximListDlg(CWnd* pParent = NULL,
  15. PDHCPEXIM_CONTEXT Ctxt = NULL,
  16. DWORD IDD=IDD_EXIM_LISTVIEW_DIALOG); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(DhcpEximListDlg)
  19. CListCtrl m_List;
  20. CString m_Message;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(DhcpEximListDlg)
  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(DhcpEximListDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnOk();
  34. afx_msg void OnCancel();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. //
  38. // local variables
  39. //
  40. BOOL m_fExport;
  41. LPTSTR m_PathName;
  42. PDHCPEXIM_CONTEXT Ctxt;
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_DHCPEXIMLISTDLG_H__43CC976B_6C5A_4933_B8C8_44FEAE403B00__INCLUDED_)