1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #if !defined(AFX_SELMEMBERCARDFUND_H__2CBF81A4_FC05_43C6_9724_0C03C15C946B__INCLUDED_)
- #define AFX_SELMEMBERCARDFUND_H__2CBF81A4_FC05_43C6_9724_0C03C15C946B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SelMemberCardFund.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SelMemberCardFund dialog
- class SelMemberCardFund : public CDialog
- {
- // Construction
- public:
- SelMemberCardFund(CWnd* pParent = NULL); // standard constructor
- int m_mode;
- // Dialog Data
- //{{AFX_DATA(SelMemberCardFund)
- enum { IDD = IDD_DLGSelMemberCardFunc };
- int m_radio1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SelMemberCardFund)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SelMemberCardFund)
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SELMEMBERCARDFUND_H__2CBF81A4_FC05_43C6_9724_0C03C15C946B__INCLUDED_)
|