From fb8b43dbce8bc310718614384297aeaabb9a3cbb Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 05 Jul 2004 01:53:09 +0000 Subject: initial commit into svn repository git-svn-id: http://svn.klever.net/kin/bigbrother/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8 --- (limited to 'GeneralPage.h') diff --git a/GeneralPage.h b/GeneralPage.h new file mode 100644 index 0000000..e0153ee --- a/dev/null +++ b/GeneralPage.h @@ -0,0 +1,52 @@ +// GeneralPage.h : header file +// + +///////////////////////////////////////////////////////////////////////////// +// CGeneralPage dialog + +class CHostPropertyPages; +class CGeneralPage : public CPropertyPage +{ + DECLARE_DYNCREATE(CGeneralPage) + +// Construction +public: + void SetupControls(); + void UpdateBrother(); + void UpdatePage(); + CHostPropertyPages* m_dad; + CGeneralPage(); + ~CGeneralPage(); + +// Dialog Data + //{{AFX_DATA(CGeneralPage) + enum { IDD = IDD_PROPS_GENERAL }; + CButton m_LogActivityCtl; + CEdit m_HostCtl; + CEdit m_DescCtl; + CString m_Desc; + CString m_Host; + int m_LogActivity; + //}}AFX_DATA + + +// Overrides + // ClassWizard generate virtual function overrides + //{{AFX_VIRTUAL(CGeneralPage) + public: + virtual BOOL OnSetActive(); + virtual BOOL OnKillActive(); + protected: + virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support + //}}AFX_VIRTUAL + +// Implementation +protected: + // Generated message map functions + //{{AFX_MSG(CGeneralPage) + afx_msg void OnChangeHost(); + afx_msg void OnLogActivity(); + //}}AFX_MSG + DECLARE_MESSAGE_MAP() + +}; -- cgit v0.9.0.2