InterpolaterDlg.h
上传用户:weigute
上传日期:2007-03-02
资源大小:1287k
文件大小:2k
源码类别:

数学计算

开发平台:

Visual C++

  1. // InterpolaterDlg.h : header file
  2. //
  3. #if !defined(AFX_INTERPOLATERDLG_H__89057718_661D_4360_A827_1749ED02F7D4__INCLUDED_)
  4. #define AFX_INTERPOLATERDLG_H__89057718_661D_4360_A827_1749ED02F7D4__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CInterpolaterDlg dialog
  10. class CInterpolaterDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CInterpolaterDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CInterpolaterDlg)
  17. enum { IDD = IDD_INTERPOLATER_DIALOG };
  18. CString m_strXi;
  19. CString m_strYi;
  20. int m_nNumNodes;
  21. int m_nNumTargetNodes;
  22. CString m_strTargetXi;
  23. CString m_strStepOrBorderCondition;
  24. //}}AFX_DATA
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CInterpolaterDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. HICON m_hIcon;
  33. CString m_strTargetYi;
  34. // Generated message map functions
  35. //{{AFX_MSG(CInterpolaterDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  38. afx_msg void OnPaint();
  39. afx_msg HCURSOR OnQueryDragIcon();
  40. afx_msg void OnButton1();
  41. afx_msg void OnButton2();
  42. afx_msg void OnButton3();
  43. afx_msg void OnButton4();
  44. afx_msg void OnButton5();
  45. afx_msg void OnButton6();
  46. afx_msg void OnButton7();
  47. afx_msg void OnButton8();
  48. afx_msg void OnButton9();
  49. afx_msg void OnButton10();
  50. afx_msg void OnButton11();
  51. afx_msg void OnButton12();
  52. afx_msg void OnButton13();
  53. afx_msg void OnButton14();
  54. afx_msg void OnButton15();
  55. afx_msg void OnButton16();
  56. afx_msg void OnButton17();
  57. //}}AFX_MSG
  58. DECLARE_MESSAGE_MAP()
  59. };
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  62. #endif // !defined(AFX_INTERPOLATERDLG_H__89057718_661D_4360_A827_1749ED02F7D4__INCLUDED_)