InputMemberno2.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #if !defined(AFX_InputMemberno2_H__314644C4_E94E_4583_A8E0_07AB3FE7848F__INCLUDED_)
  2. #define AFX_InputMemberno2_H__314644C4_E94E_4583_A8E0_07AB3FE7848F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // InputMemberno2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // InputMemberno2 dialog
  10. class InputMemberno2 : public CDialog
  11. {
  12. CString m_input;
  13. CArray<CStringArray, CStringArray>m_List1array;
  14. // Construction
  15. public:
  16. void CheckInput();
  17. InputMemberno2(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(InputMemberno2)
  20. enum { IDD = IDD_DLGInputMemberno2 };
  21. CNumEdit m_editnum;
  22. CString m_memberno;
  23. CString m_point;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(InputMemberno2)
  28. public:
  29. virtual BOOL PreTranslateMessage(MSG* pMsg);
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(InputMemberno2)
  37. virtual void OnOK();
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnChangeEdit1();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_InputMemberno2_H__314644C4_E94E_4583_A8E0_07AB3FE7848F__INCLUDED_)