www.pudn.com > GaitRsystem.rar > GaitRsystemDlg.h
// GaitRsystemDlg.h : header file
//
#include "GaitDataBaseDlg.h"
#if !defined(AFX_GAITRSYSTEMDLG_H__6BDDF4E1_121C_451E_A8E3_9AF5D3168FA5__INCLUDED_)
#define AFX_GAITRSYSTEMDLG_H__6BDDF4E1_121C_451E_A8E3_9AF5D3168FA5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CGaitRsystemDlg dialog
class CGaitRsystemDlg : public CDialog
{
// Construction
public:
CGaitRsystemDlg(CWnd* pParent = NULL); // standard constructor
GaitDataBaseDlg m_dlg;
// Dialog Data
//{{AFX_DATA(CGaitRsystemDlg)
enum { IDD = IDD_GAITRSYSTEM_DIALOG };
CString m_databasedir;
CString m_Dir;
int m_PgmNum;
double m_Threshold;
CString m_Result;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGaitRsystemDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CGaitRsystemDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnOpen();
afx_msg void OnGeneratebk();
afx_msg void OnExtractionandtraceing();
afx_msg void OnOpendatabase();
afx_msg void OnDatabase();
afx_msg void OnRecognize();
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_GAITRSYSTEMDLG_H__6BDDF4E1_121C_451E_A8E3_9AF5D3168FA5__INCLUDED_)