123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- #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
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
- class GetPhone : public CDialog
- {
- int m_oldmode;
- CArray<CStringArray, CStringArray>m_List1array;
- public:
- CStringArray *m_pArray;
- CStringArray *m_pArray2;
- GetPhone(CWnd* pParent = NULL);
-
- #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;
-
- public:
- public:
- void FillGrid(int mode=0);
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
-
- 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();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|