www.pudn.com > GaitRsystem.rar > GaitDataBaseDlg.h
#if !defined(AFX_GAITDATABASEDLG_H__0EB3375A_E778_4082_980D_451D35F90707__INCLUDED_)
#define AFX_GAITDATABASEDLG_H__0EB3375A_E778_4082_980D_451D35F90707__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GaitDataBaseDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// GaitDataBaseDlg dialog
class GaitDataBaseDlg : public CDialog
{
// Construction
public:
GaitDataBaseDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(GaitDataBaseDlg)
enum { IDD = IDD_GAITDATABASE };
CString m_name;
CString m_dir1;
CString m_dir2;
CString m_dir3;
CString m_dir4;
CString m_dir5;
CString m_dir6;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(GaitDataBaseDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(GaitDataBaseDlg)
afx_msg void OnExit();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg void OnButton5();
afx_msg void OnButton6();
afx_msg void OnGenerategaitdatabase();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GAITDATABASEDLG_H__0EB3375A_E778_4082_980D_451D35F90707__INCLUDED_)