Files
coco df489d5640 a
2026-07-03 16:05:30 +08:00

52 lines
1.4 KiB
C++

#if !defined(AFX_DIALEXPDIAGNOSIS_H__31029D39_9677_4DB4_9F5E_7B8EA021AF0F__INCLUDED_)
#define AFX_DIALEXPDIAGNOSIS_H__31029D39_9677_4DB4_9F5E_7B8EA021AF0F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialExpDiagnosis.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDialExpDiagnosis dialog
class CDialExpDiagnosis : public CDialog
{
// Construction
public:
CDialExpDiagnosis(CWnd* pParent = NULL); // standard constructor
void SetOrgFilePath(CString strFilePath){m_strFilePath = strFilePath;}
CString GetFilePath(){return m_strFilePath;}
// Dialog Data
//{{AFX_DATA(CDialExpDiagnosis)
enum { IDD = IDD_DIALOG_EXP_DIAGNOSIS };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialExpDiagnosis)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDialExpDiagnosis)
virtual BOOL OnInitDialog();
afx_msg void OnButtonBrowse();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
CString m_strFilePath;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALEXPDIAGNOSIS_H__31029D39_9677_4DB4_9F5E_7B8EA021AF0F__INCLUDED_)