PhoneRecordOut.h 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. #if !defined(AFX_PhoneRecordOut_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_PhoneRecordOut_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PhoneRecordOut.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // PhoneRecordOut form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "MyFormView.h"
  14. class PhoneRecordOut : public MyFormView
  15. {
  16. CString m_area;
  17. CArray<CStringArray, CStringArray>m_List1array;
  18. CArray<CStringArray, CStringArray>m_List2array;
  19. CArray<CStringArray, CStringArray>m_List3array;
  20. CArray<CStringArray, CStringArray>m_List4array;
  21. CArray<CStringArray, CStringArray>m_List5array;
  22. BOOL bLoad1;
  23. BOOL bLoad2;
  24. BOOL bLoad3;
  25. BOOL bLoad4;
  26. BOOL bLoad5;
  27. protected:
  28. PhoneRecordOut(); // protected constructor used by dynamic creation
  29. DECLARE_DYNCREATE(PhoneRecordOut)
  30. // Form Data
  31. public:
  32. //{{AFX_DATA(PhoneRecordOut)
  33. enum { IDD = IDD_DLGPhoneRecordOut };
  34. CSortListCtrl2 m_List5;
  35. CSortListCtrl2 m_List4;
  36. CSortListCtrl2 m_List3;
  37. CSortListCtrl2 m_List2;
  38. CComboBox m_combo1;
  39. CSortListCtrl2 m_List1;
  40. CStatic m_static1;
  41. CString m_filter;
  42. //}}AFX_DATA
  43. // Attributes
  44. public:
  45. // Operations
  46. public:
  47. void FillGrid5();
  48. void FillGrid4();
  49. void FillGrid3();
  50. void FillGrid2();
  51. void FillGrid(int mode=0);
  52. // Overrides
  53. // ClassWizard generated virtual function overrides
  54. //{{AFX_VIRTUAL(PhoneRecordOut)
  55. public:
  56. virtual void OnInitialUpdate();
  57. virtual BOOL PreTranslateMessage(MSG* pMsg);
  58. protected:
  59. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  60. //}}AFX_VIRTUAL
  61. // Implementation
  62. protected:
  63. virtual ~PhoneRecordOut();
  64. #ifdef _DEBUG
  65. virtual void AssertValid() const;
  66. virtual void Dump(CDumpContext& dc) const;
  67. #endif
  68. // Generated message map functions
  69. //{{AFX_MSG(PhoneRecordOut)
  70. afx_msg void OnBUTclose();
  71. afx_msg void OnButton1();
  72. afx_msg void OnSelchangeCombo1();
  73. afx_msg void OnTimer(UINT nIDEvent);
  74. afx_msg void OnButton2();
  75. afx_msg void OnButton3();
  76. afx_msg void OnButton4();
  77. afx_msg void OnButton10();
  78. afx_msg void OnBUTdel2();
  79. afx_msg void OnButton6();
  80. //}}AFX_MSG
  81. DECLARE_MESSAGE_MAP()
  82. };
  83. /////////////////////////////////////////////////////////////////////////////
  84. //{{AFX_INSERT_LOCATION}}
  85. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  86. #endif // !defined(AFX_PhoneRecordOut_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)