DinDanFrom.h 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. #if !defined(AFX_DinDanFrom_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_DinDanFrom_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DinDanFrom.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // DinDanFrom form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "MyFormView.h"
  14. class DinDanFrom : public MyFormView
  15. {
  16. int m_nadd;
  17. CArray<CStringArray, CStringArray>m_List1array;
  18. protected:
  19. DinDanFrom(); // protected constructor used by dynamic creation
  20. DECLARE_DYNCREATE(DinDanFrom)
  21. // Form Data
  22. public:
  23. enum { IDD = IDD_DLGDinDanFrom };
  24. CComboBox m_combo1;
  25. CSortListCtrl3 m_List1;
  26. CStatic m_static1;
  27. CString m_filter;
  28. int m_radio1;
  29. public:
  30. void AutoImportPhoto(CString m_id);
  31. void AutoImportPhoto();
  32. void FillGrid2();
  33. void GetData();
  34. void HidePrice();
  35. void GetClientPhone();
  36. void FillGrid();
  37. public:
  38. virtual void OnInitialUpdate();
  39. virtual BOOL PreTranslateMessage(MSG* pMsg);
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  42. protected:
  43. virtual ~DinDanFrom();
  44. #ifdef _DEBUG
  45. virtual void AssertValid() const;
  46. virtual void Dump(CDumpContext& dc) const;
  47. #endif
  48. // Generated message map functions
  49. afx_msg void OnBUTclose();
  50. afx_msg void OnButton1();
  51. afx_msg void OnSelchangeCombo1();
  52. afx_msg void OnTimer(UINT nIDEvent);
  53. afx_msg void OnBUTmodify3();
  54. afx_msg void OnBUTmodify4();
  55. afx_msg void OnBUTmodify();//Ô¤Ô¼µ¥(ÐÞ¸Ä)
  56. afx_msg void OnBUTprint();
  57. afx_msg void OnDblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
  58. afx_msg void OnBUTclient();
  59. afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
  60. afx_msg void OnBUTprint3();
  61. afx_msg void OnCustomdrawList1(NMHDR*, LRESULT*);
  62. afx_msg void OnRadio1();
  63. afx_msg void OnRadio3();
  64. afx_msg void OnBtnsearchfilter();
  65. afx_msg void OnRadio4();
  66. afx_msg void OnRadio6();
  67. afx_msg void OnRadio7();
  68. afx_msg void OnBUTmodify5();
  69. afx_msg void OnBUTmodify6();
  70. afx_msg void OnBUTmodify7();
  71. afx_msg void OnBUTmodify8();
  72. //}}AFX_MSG
  73. DECLARE_MESSAGE_MAP()
  74. public:
  75. afx_msg void OnBnClickedUrgent(); // ¶©µ¥¼Ó¼±;
  76. };
  77. #endif