GetPhoneAge.h 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. #if !defined(AFX_GetPhoneAge_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_GetPhoneAge_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // GetPhoneAge.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // GetPhoneAge form v iew
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class GetPhoneAge : public CDialog
  14. {
  15. CArray<CStringArray, CStringArray>m_List1array;
  16. // Form Data
  17. public:
  18. CStringArray *m_pArray;
  19. CStringArray *m_pArray2;
  20. GetPhoneAge(CWnd* pParent = NULL); // standard constructor
  21. //{{AFX_DATA(GetPhoneAge)
  22. enum { IDD = IDD_DLGGetPhoneAge };
  23. CSpinButtonCtrl m_spin4;
  24. CSpinButtonCtrl m_spin3;
  25. CSpinButtonCtrl m_spin2;
  26. CSpinButtonCtrl m_spin1;
  27. CSortListCtrl2 m_List1;
  28. UINT m_age1;
  29. UINT m_age2;
  30. UINT m_age3;
  31. UINT m_age4;
  32. //}}AFX_DATA
  33. // Attributes
  34. public:
  35. // Operations
  36. public:
  37. void FillGrid();
  38. void FillGrid2();
  39. // Overrides
  40. // ClassWizard generated virtual function overrides
  41. //{{AFX_VIRTUAL(GetPhoneAge)
  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(GetPhoneAge)
  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
  59. DECLARE_MESSAGE_MAP()
  60. };
  61. /////////////////////////////////////////////////////////////////////////////
  62. //{{AFX_INSERT_LOCATION}}
  63. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  64. #endif // !defined(AFX_GetPhoneAge_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)