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

数学计算

开发平台:

Visual C++

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