#if !defined(AFX_GetPhoneAge_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
#define AFX_GetPhoneAge_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GetPhoneAge.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// GetPhoneAge form v iew

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class GetPhoneAge : public CDialog
{
	CArray<CStringArray, CStringArray>m_List1array;
// Form Data
public:
	CStringArray *m_pArray;
	CStringArray *m_pArray2;
	GetPhoneAge(CWnd* pParent = NULL);   // standard constructor
	//{{AFX_DATA(GetPhoneAge)
	enum { IDD = IDD_DLGGetPhoneAge };
	CSpinButtonCtrl	m_spin4;
	CSpinButtonCtrl	m_spin3;
	CSpinButtonCtrl	m_spin2;
	CSpinButtonCtrl	m_spin1;
	CSortListCtrl2	m_List1;
	UINT	m_age1;
	UINT	m_age2;
	UINT	m_age3;
	UINT	m_age4;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:
	void FillGrid();
	void FillGrid2();
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(GetPhoneAge)
	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(GetPhoneAge)
	afx_msg void OnBUTclose();
	virtual BOOL OnInitDialog();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_GetPhoneAge_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)