#if !defined(AFX_GetPhone_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_) #define AFX_GetPhone_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // GetPhone.h : header file // ///////////////////////////////////////////////////////////////////////////// // GetPhone form v iew #ifndef __AFXEXT_H__ #include #endif class GetPhone : public CDialog { int m_oldmode; CArraym_List1array; // Form Data public: CStringArray *m_pArray; CStringArray *m_pArray2; GetPhone(CWnd* pParent = NULL); // standard constructor //{{AFX_DATA(GetPhone) #ifdef CHILD_VERSION enum { IDD = IDD_DLGGetPhone2 }; #else enum { IDD = IDD_DLGGetPhone }; #endif CComboBox m_combo3; CComboBox m_combo2; CComboBox m_combo1; CSortListCtrl2 m_List1; int m_radio1; //}}AFX_DATA // Attributes public: // Operations public: void FillGrid(int mode=0); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(GetPhone) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions //{{AFX_MSG(GetPhone) afx_msg void OnBUTclose(); virtual BOOL OnInitDialog(); afx_msg void OnButton1(); afx_msg void OnButton2(); afx_msg void OnButton3(); afx_msg void OnButton4(); afx_msg void OnRadio1(); afx_msg void OnRadio2(); afx_msg void OnRadio3(); afx_msg void OnCloseupCombo2(); afx_msg void OnCloseupCombo3(); afx_msg void OnCloseupCombo1(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_GetPhone_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)