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.3 KiB

  1. // formvw1.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CFormVw1 form view
  5. #ifndef __AFXEXT_H__
  6. #include <afxext.h>
  7. #endif
  8. class CFormVw1 : public CFormView
  9. {
  10. protected:
  11. CFormVw1(); // protected constructor used by dynamic creation
  12. DECLARE_DYNCREATE(CFormVw1)
  13. // Form Data
  14. public:
  15. //{{AFX_DATA(CFormVw1)
  16. enum { IDD = IDD_FORMVIEW1 };
  17. CBitmapButton m_buttonWebSettings;
  18. CBitmapButton m_buttonGopherSettings;
  19. CBitmapButton m_buttonFTPSettings;
  20. CString m_strMachineNameData1;
  21. //}}AFX_DATA
  22. // Attributes
  23. public:
  24. // Operations
  25. public:
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CFormVw1)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. virtual ~CFormVw1();
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. // Generated message map functions
  40. //{{AFX_MSG(CFormVw1)
  41. afx_msg void OnWwwset4();
  42. afx_msg void OnComset1();
  43. afx_msg void OnFtpset1();
  44. afx_msg void OnGophset1();
  45. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. /////////////////////////////////////////////////////////////////////////////