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

63 lines
1.6 KiB
C++

#if !defined(AFX_MODIFYIPCURVEDLG_H__E7FDFD40_157A_45CD_BEA9_B3A8CF4E2B03__INCLUDED_)
#define AFX_MODIFYIPCURVEDLG_H__E7FDFD40_157A_45CD_BEA9_B3A8CF4E2B03__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ModifyIpCurveDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CModifyIpCurveDlg dialog
class CModifyIpCurveDlg : public CDialog
{
// Construction
public:
// CModifyIpCurveDlg(CWnd* pParent = NULL); // standard constructor
CModifyIpCurveDlg(CTestingData *f_td,CWnd* pParent = NULL); // standard constructor
void SetDischargePeriod(int nPeriod){m_nPeriod = nPeriod;}
// Dialog Data
//{{AFX_DATA(CModifyIpCurveDlg)
enum { IDD = IDD_MODIFY_TD_CURVE };
CEdit m_Edit;
CListCtrl m_CurveList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CModifyIpCurveDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CModifyIpCurveDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnDblclkRange(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnKillfocusEdit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CTestingData *m_pTdType;
CStringArray m_szDataArray;
int m_row;
int m_column;
int m_nPeriod;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MODIFYIPCURVEDLG_H__E7FDFD40_157A_45CD_BEA9_B3A8CF4E2B03__INCLUDED_)