#if !defined(AFX_PAGEMISCSETTINGS_H__4F8A6254_D0DE_4D4A_BCCF_30986FDCD219__INCLUDED_) #define AFX_PAGEMISCSETTINGS_H__4F8A6254_D0DE_4D4A_BCCF_30986FDCD219__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PageMiscSettings.h : header file // #define MAX_USER_REGION_LENGTH 16 #define MAX_OSD_STR_LENGTH 100 ///////////////////////////////////////////////////////////////////////////// // CPageMiscSettings dialog #include "ParamDlg.h" class CPageMiscSettings : public CParamDlg { // Construction public: CPageMiscSettings(CWnd* pParent, CMgrNVE* pMgrCM, CConnectionManager *pConnMgr); // standard constructor // Dialog Data //{{AFX_DATA(CPageMiscSettings) enum { IDD = IDD_PG_MISC_SETTINGS }; CComboBox m_cbVideoOut; CString m_strUserRegion; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPageMiscSettings) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: BOOL SaveSetting(); BOOL ResetSetting(); BOOL UpdateSetting(); // Generated message map functions //{{AFX_MSG(CPageMiscSettings) virtual BOOL OnInitDialog(); afx_msg void OnSelchangeCbVideoOut(); afx_msg void OnBtnSetUr(); //}}AFX_MSG afx_msg void OnChkLoop(UINT id); DECLARE_MESSAGE_MAP() private: ICod5 *m_pCod5Api; INet5 *m_pNet5Api; IMessageManager *m_pMsgMgr; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PAGEMISCSETTINGS_H__4F8A6254_D0DE_4D4A_BCCF_30986FDCD219__INCLUDED_)