1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- #if !defined(AFX_MEMBERSET_H__51BD9701_3F5D_4907_AE52_8A850E248E0C__INCLUDED_)
- #define AFX_MEMBERSET_H__51BD9701_3F5D_4907_AE52_8A850E248E0C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MemberSet.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // MemberSet dialog
- class MemberSet : public CDialog
- {
- // Construction
- public:
- MemberSet(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(MemberSet)
- enum { IDD = IDD_DLGMemberSet };
- CNumEdit m_editctrl2;
- CNumEdit m_editctrl;
- CString m_rate;
- CString m_count;
- CString m_cardnum;
- CString m_bluescale1;
- CString m_bluescale2;
- CString m_bluescale3;
- CString m_bluescale4;
- CString m_bluescale5;
- CString m_bluescale6;
- CString m_bluescale7;
- CString m_bluescale8;
- CString m_bluescale9;
- CString m_bluescale10;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(MemberSet)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(MemberSet)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnChangeEDITcardnum();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MEMBERSET_H__51BD9701_3F5D_4907_AE52_8A850E248E0C__INCLUDED_)
|