www.pudn.com > RMS2000_C.rar > CurveDlg.h
// CurveDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCurveDlg dialog
class CCurveDlg : public CDialog
{
// Construction
public:
char m_szDate[32];
CURDATAINFO m_InfoTable;
CCurveDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCurveDlg)
enum { IDD = IDD_PROP_CURVE };
CComboBox m_RtuName;
CSpinButtonCtrl m_YearSpin;
CListBox m_NameList;
CSpinButtonCtrl m_MonthSpin;
CSpinButtonCtrl m_DaySpin;
int m_EditDay;
int m_EditMonth;
int m_EditYear;
CString m_szRtuName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCurveDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCurveDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeRtuName();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};