GetPhone.h 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. #if !defined(AFX_GetPhone_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_GetPhone_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // GetPhone.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // GetPhone form v iew
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class GetPhone : public CDialog
  14. {
  15. int m_oldmode;
  16. CArray<CStringArray, CStringArray>m_List1array;
  17. // Form Data
  18. public:
  19. CStringArray *m_pArray;
  20. CStringArray *m_pArray2;
  21. GetPhone(CWnd* pParent = NULL); // standard constructor
  22. //{{AFX_DATA(GetPhone)
  23. #ifdef CHILD_VERSION
  24. enum { IDD = IDD_DLGGetPhone2 };
  25. #else
  26. enum { IDD = IDD_DLGGetPhone };
  27. #endif
  28. CComboBox m_combo3;
  29. CComboBox m_combo2;
  30. CComboBox m_combo1;
  31. CSortListCtrl2 m_List1;
  32. int m_radio1;
  33. //}}AFX_DATA
  34. // Attributes
  35. public:
  36. // Operations
  37. public:
  38. void FillGrid(int mode=0);
  39. // Overrides
  40. // ClassWizard generated virtual function overrides
  41. //{{AFX_VIRTUAL(GetPhone)
  42. protected:
  43. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  44. //}}AFX_VIRTUAL
  45. // Implementation
  46. protected:
  47. #ifdef _DEBUG
  48. virtual void AssertValid() const;
  49. virtual void Dump(CDumpContext& dc) const;
  50. #endif
  51. // Generated message map functions
  52. //{{AFX_MSG(GetPhone)
  53. afx_msg void OnBUTclose();
  54. virtual BOOL OnInitDialog();
  55. afx_msg void OnButton1();
  56. afx_msg void OnButton2();
  57. afx_msg void OnButton3();
  58. afx_msg void OnButton4();
  59. afx_msg void OnRadio1();
  60. afx_msg void OnRadio2();
  61. afx_msg void OnRadio3();
  62. afx_msg void OnCloseupCombo2();
  63. afx_msg void OnCloseupCombo3();
  64. afx_msg void OnCloseupCombo1();
  65. //}}AFX_MSG
  66. DECLARE_MESSAGE_MAP()
  67. };
  68. /////////////////////////////////////////////////////////////////////////////
  69. //{{AFX_INSERT_LOCATION}}
  70. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  71. #endif // !defined(AFX_GetPhone_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)