www.pudn.com > JingXiang-Design-Jeff.rar > ForStrongBorder.h
#if !defined(AFX_FORSTRONGBORDER_H__54AE50E0_345D_11D4_A611_FAAD51567B04__INCLUDED_)
#define AFX_FORSTRONGBORDER_H__54AE50E0_345D_11D4_A611_FAAD51567B04__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ForStrongBorder.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// ForStrongBorder dialog
class ForStrongBorder : public CDialog
{
// Construction
public:
BOOL GetExplainText(void);
char Explain_Txt[6][400];
ForStrongBorder(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(ForStrongBorder)
enum { IDD = IDD_FOR_STRONG_BORDER };
CString m_Explain;
int m_StrongMethod;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(ForStrongBorder)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(ForStrongBorder)
virtual BOOL OnInitDialog();
afx_msg void OnForStrongBorderRadio1();
afx_msg void OnRadio2();
afx_msg void OnRadio3();
afx_msg void OnRadio4();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FORSTRONGBORDER_H__54AE50E0_345D_11D4_A611_FAAD51567B04__INCLUDED_)