annualfee.h 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. #if !defined(AFX_annualfee_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_annualfee_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // annualfee.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // annualfee form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class annualfee : public MyFormView
  14. {
  15. CArray<CStringArray, CStringArray>m_List1array;
  16. protected:
  17. annualfee(); // protected constructor used by dynamic creation
  18. DECLARE_DYNCREATE(annualfee)
  19. // Form Data
  20. public:
  21. //{{AFX_DATA(annualfee)
  22. enum { IDD = IDD_DLGannualfee };
  23. CComboBox m_combo1;
  24. CSortListCtrl3 m_List1;
  25. CStatic m_static1;
  26. CString m_filter;
  27. CString m_bz;
  28. //}}AFX_DATA
  29. // Attributes
  30. public:
  31. // Operations
  32. public:
  33. void GetData();
  34. void HidePrice();
  35. int FindArray(CStringArray *pArray, CString *pStr);
  36. void GetSavePath(CString &path);
  37. void GetNo(CString str, CStringArray &array);
  38. void FillGrid(BOOL bStatus=0);
  39. // Overrides
  40. // ClassWizard generated virtual function overrides
  41. //{{AFX_VIRTUAL(annualfee)
  42. public:
  43. virtual void OnInitialUpdate();
  44. virtual BOOL PreTranslateMessage(MSG* pMsg);
  45. protected:
  46. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  47. //}}AFX_VIRTUAL
  48. // Implementation
  49. protected:
  50. virtual ~annualfee();
  51. #ifdef _DEBUG
  52. virtual void AssertValid() const;
  53. virtual void Dump(CDumpContext& dc) const;
  54. #endif
  55. // Generated message map functions
  56. //{{AFX_MSG(annualfee)
  57. afx_msg void OnBUTclose();
  58. afx_msg void OnButton1();
  59. afx_msg void OnSelchangeCombo1();
  60. afx_msg void OnTimer(UINT nIDEvent);
  61. afx_msg void OnBUTmodify();
  62. afx_msg void OnDblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
  63. afx_msg void OnBUTexport();
  64. afx_msg void OnBUTmodify2();
  65. afx_msg void OnRdblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
  66. afx_msg void OnBUTToPhotoPrint();
  67. afx_msg void OnBUTburncd();
  68. afx_msg void OnButton2();
  69. afx_msg void OnButton3();
  70. afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
  71. afx_msg void OnBUTburncd2();
  72. //}}AFX_MSG
  73. afx_msg void OnCustomdrawList(NMHDR*, LRESULT*);
  74. DECLARE_MESSAGE_MAP()
  75. };
  76. /////////////////////////////////////////////////////////////////////////////
  77. //{{AFX_INSERT_LOCATION}}
  78. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  79. #endif // !defined(AFX_annualfee_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)