ClientIPForm.h 2.2 KB

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