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

数学计算

开发平台:

Visual C++

  1. // MatrixCalculatorDlg.h : header file
  2. //
  3. #if !defined(AFX_MATRIXCALCULATORDLG_H__7B713C6A_2298_49AA_9899_3C8C4CC9F085__INCLUDED_)
  4. #define AFX_MATRIXCALCULATORDLG_H__7B713C6A_2298_49AA_9899_3C8C4CC9F085__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMatrixCalculatorDlg dialog
  10. class CMatrixCalculatorDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMatrixCalculatorDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CMatrixCalculatorDlg)
  17. enum { IDD = IDD_MATRIXCALCULATOR_DIALOG };
  18. CString m_strMatrix1;
  19. CString m_strMatrix2;
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CMatrixCalculatorDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29. CString m_strMatrix3;
  30. // Generated message map functions
  31. //{{AFX_MSG(CMatrixCalculatorDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. afx_msg void OnButton1();
  37. afx_msg void OnButton2();
  38. afx_msg void OnButton3();
  39. afx_msg void OnButton4();
  40. afx_msg void OnButton5();
  41. afx_msg void OnButton6();
  42. afx_msg void OnButton7();
  43. afx_msg void OnButton8();
  44. afx_msg void OnButton9();
  45. afx_msg void OnButton10();
  46. afx_msg void OnButton11();
  47. afx_msg void OnButton12();
  48. afx_msg void OnButton13();
  49. afx_msg void OnButton14();
  50. afx_msg void OnButton15();
  51. afx_msg void OnButton16();
  52. afx_msg void OnButton17();
  53. afx_msg void OnButton18();
  54. afx_msg void OnButton19();
  55. afx_msg void OnButton20();
  56. afx_msg void OnButton21();
  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_MATRIXCALCULATORDLG_H__7B713C6A_2298_49AA_9899_3C8C4CC9F085__INCLUDED_)