#if !defined(AFX_ADVANCEDPAGE_H__D360303C_4B6C_41C1_9261_1D16722BC461__INCLUDED_) #define AFX_ADVANCEDPAGE_H__D360303C_4B6C_41C1_9261_1D16722BC461__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // AdvancedPage.h : header file // #include "TooltipPropertyPage.h" #include "afxwin.h" ///////////////////////////////////////////////////////////////////////////// // CAdvancedPage dialog class CAdvancedPage : public CTooltipPropertyPage { DECLARE_DYNCREATE(CAdvancedPage) // Construction public: CAdvancedPage(); ~CAdvancedPage(); DWORD QueryDword(LPCTSTR szKey); CString QueryString(LPCTSTR szKey); // Dialog Data //{{AFX_DATA(CAdvancedPage) enum { IDD = IDD_PAGE6 }; CButton m_btNoReverseDns; CButton m_btLockServerLocal; CButton m_btAllowTrace; CButton m_btCaseSensitive; CButton m_btUnicodeServer; CButton m_btReadOnly; CButton m_btRemoteInit; CButton m_btBugMsgs; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CAdvancedPage) public: virtual BOOL OnApply(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CAdvancedPage) virtual BOOL OnInitDialog(); afx_msg void OnBnClickedNoreversedns(); afx_msg void OnBnClickedAllowtrace(); afx_msg void OnBnClickedCasesensitive(); afx_msg void OnBnClickedLockserverlocal(); afx_msg void OnBnClickedUnicodeserver(); afx_msg void OnBnClickedReadonly(); afx_msg void OnBnClickedRemoteinit(); afx_msg void OnBnClickedBugmsgs(); //}}AFX_MSG DECLARE_MESSAGE_MAP() public: CComboBox m_cbZeroconf; CComboBox m_cbBigMem; CComboBox m_cbBugNums; CEdit m_edBugSynonym; afx_msg void OnCbnSelendokZeroconf(); afx_msg void OnCbnSelendokBigMem(); afx_msg void OnCbnSelendokBugNums(); afx_msg void OnEnChangeBugsynonym(); CButton m_cbAtomicCheckouts; afx_msg void OnBnClickedAtomiccheckouts(); afx_msg void OnCbnSelchangeZeroconf(); afx_msg void OnCbnSelchangeBigMem(); afx_msg void OnCbnSelchangeBugNums(); CButton m_btReplication; CEdit m_edReplicationPort; CStatic m_stReplicationPort; afx_msg void OnBnClickedReplication(); afx_msg void OnEnChangeReplicationport(); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ADVANCEDPAGE_H__D360303C_4B6C_41C1_9261_1D16722BC461__INCLUDED_)