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.

64 lines
1.7 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1998
  6. //
  7. // File: dlggen.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #if !defined(AFX_DLGGEN_H__6B91AFFA_9472_11D1_8574_00C04FC31FD3__INCLUDED_)
  11. #define AFX_DLGGEN_H__6B91AFFA_9472_11D1_8574_00C04FC31FD3__INCLUDED_
  12. #if _MSC_VER >= 1000
  13. #pragma once
  14. #endif // _MSC_VER >= 1000
  15. // DlgGen.h : header file
  16. //
  17. #include "helper.h"
  18. #include "qryfrm.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CDlgGeneral dialog
  21. #include "resource.h"
  22. class CDlgGeneral : public CQryDialog
  23. {
  24. // Construction
  25. public:
  26. CDlgGeneral(CWnd* pParent = NULL); // standard constructor
  27. virtual void Init();
  28. // Query handle will call these functions through page proc
  29. virtual HRESULT GetQueryParams(LPDSQUERYPARAMS* ppDsQueryParams);
  30. // Dialog Data
  31. //{{AFX_DATA(CDlgGeneral)
  32. enum { IDD = IDD_QRY_GENERAL };
  33. BOOL m_bRAS;
  34. BOOL m_bLANtoLAN;
  35. BOOL m_bDemandDial;
  36. //}}AFX_DATA
  37. // Overrides
  38. // ClassWizard generated virtual function overrides
  39. //{{AFX_VIRTUAL(CDlgGeneral)
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. protected:
  45. // Generated message map functions
  46. //{{AFX_MSG(CDlgGeneral)
  47. // NOTE: the ClassWizard will add member functions here
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_DLGGEN_H__6B91AFFA_9472_11D1_8574_00C04FC31FD3__INCLUDED_)