DlgOption.h
资源名称:ROA3.40.rar [点击查看]
上传用户:tianheyiqi
上传日期:2010-04-16
资源大小:282k
文件大小:2k
源码类别:
外挂编程
开发平台:
Visual C++
- #if !defined(AFX_DLGOPTION_H__853DA2D3_C319_481D_8E87_09DEA30CA515__INCLUDED_)
- #define AFX_DLGOPTION_H__853DA2D3_C319_481D_8E87_09DEA30CA515__INCLUDED_
- #include "ROADefs.h" // Added by ClassView
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgOption.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDlgOption dialog
- class CDlgOption : public CDialog
- {
- // Construction
- public:
- OPTION m_option;
- CDlgOption(BOOL bInRoa, CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDlgOption)
- enum { IDD = IDD_DLG_OPTION };
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgOption)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgOption)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnChkAutopick();
- afx_msg void OnBtnBrowse();
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnBtnAdvanceoption();
- afx_msg void OnRadServerTest();
- afx_msg void OnRadServerOffical();
- afx_msg void OnBtnCancel();
- afx_msg void OnBtnRestore();
- afx_msg void OnChangeEdtReadme();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- BOOL m_bShowAdvanced;
- void ShowAdvancedOption();
- int RestoreFile(LPCTSTR lpszPath, LPCTSTR lpszRestore);
- BOOL m_bInRoa;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGOPTION_H__853DA2D3_C319_481D_8E87_09DEA30CA515__INCLUDED_)