学生家庭经济情况调查系统Dlg.h
上传用户:hbzqs18
上传日期:2021-03-04
资源大小:46k
文件大小:2k
- // 学生家庭经济情况调查系统Dlg.h : header file
- //
- #if !defined(AFX_DLG_H__420E0006_E422_46D9_9022_CD3A3BF8FD74__INCLUDED_)
- #define AFX_DLG_H__420E0006_E422_46D9_9022_CD3A3BF8FD74__INCLUDED_
- #include "input.h" // Added by ClassView
- #include "search.h" // Added by ClassView
- #include "total.h" // Added by ClassView
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CMyDlg dialog
- struct condition
- {
- CButton m_ok;
- CString m_number;
- CString m_jiguan;
- int m_brings;
- int m_members;
- CString m_valuein;
- };
- class CMyDlg : public CDialog
- {
- // Construction
- public:
- void DoTab(int nSel);
- void SetDlgState(CWnd *pWnd, BOOL bShow);
- total *m_total;
- search *m_search;
- input *m_input;
- CMyDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CMyDlg)
- enum { IDD = IDD_MY_DIALOG };
- CTabCtrl m_tab;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CMyDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnSelchangeTab2(NMHDR* pNMHDR, LRESULT* pResult);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLG_H__420E0006_E422_46D9_9022_CD3A3BF8FD74__INCLUDED_)