FinanceForm.h 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. #if !defined(AFX_FinanceForm_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_FinanceForm_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // FinanceForm.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // FinanceForm form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "MyFormView.h"
  14. // ¶©µ¥ÊÕ¿îviewÊÓ´°;
  15. class FinanceForm : public MyFormView
  16. {
  17. CFont g_listctrlfont;
  18. CArray<CStringArray, CStringArray>m_List1array;
  19. protected:
  20. FinanceForm(); // protected constructor used by dynamic creation
  21. DECLARE_DYNCREATE(FinanceForm)
  22. // Form Data
  23. public:
  24. //{{AFX_DATA(FinanceForm)
  25. enum { IDD = IDD_DLGFinanceFrom };
  26. CComboBox m_combo1;
  27. CSortListCtrl3 m_List1;
  28. CStatic m_static1;
  29. CString m_filter;
  30. //}}AFX_DATA
  31. // Attributes
  32. public:
  33. // Operations
  34. public:
  35. void GetData();
  36. void FillGrid();
  37. // Overrides
  38. // ClassWizard generated virtual function overrides
  39. //{{AFX_VIRTUAL(FinanceForm)
  40. public:
  41. virtual void OnInitialUpdate();
  42. virtual BOOL PreTranslateMessage(MSG* pMsg);
  43. protected:
  44. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  45. //}}AFX_VIRTUAL
  46. // Implementation
  47. protected:
  48. virtual ~FinanceForm();
  49. #ifdef _DEBUG
  50. virtual void AssertValid() const;
  51. virtual void Dump(CDumpContext& dc) const;
  52. #endif
  53. // Generated message map functions
  54. //{{AFX_MSG(FinanceForm)
  55. afx_msg void OnBUTclose();
  56. afx_msg void OnButton1();
  57. afx_msg void OnSelchangeCombo1();
  58. afx_msg void OnTimer(UINT nIDEvent);
  59. afx_msg void OnBUTprint();
  60. afx_msg void OnBUTmoney();
  61. afx_msg void OnBUTMoney2();
  62. afx_msg void OnBUTmoney3();
  63. afx_msg void OnBUTmoney4();
  64. afx_msg void OnBTNaddsp();
  65. afx_msg void OnBTNaddsp2();
  66. afx_msg void OnDblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
  67. afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
  68. //}}AFX_MSG
  69. afx_msg void OnCustomdrawList(NMHDR*, LRESULT*);
  70. DECLARE_MESSAGE_MAP()
  71. };
  72. /////////////////////////////////////////////////////////////////////////////
  73. //{{AFX_INSERT_LOCATION}}
  74. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  75. #endif // !defined(AFX_FinanceForm_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)