12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #if !defined(AFX_InputMemberno2_H__314644C4_E94E_4583_A8E0_07AB3FE7848F__INCLUDED_)
- #define AFX_InputMemberno2_H__314644C4_E94E_4583_A8E0_07AB3FE7848F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // InputMemberno2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // InputMemberno2 dialog
- class InputMemberno2 : public CDialog
- {
- CString m_input;
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- void CheckInput();
- InputMemberno2(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(InputMemberno2)
- enum { IDD = IDD_DLGInputMemberno2 };
- CNumEdit m_editnum;
- CString m_memberno;
- CString m_point;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(InputMemberno2)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(InputMemberno2)
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- afx_msg void OnChangeEdit1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_InputMemberno2_H__314644C4_E94E_4583_A8E0_07AB3FE7848F__INCLUDED_)
|