学生家庭经济情况调查系统Dlg.h
上传用户:hbzqs18
上传日期:2021-03-04
资源大小:46k
文件大小:2k
源码类别:

家庭/个人应用

开发平台:

Visual C++

  1. // 学生家庭经济情况调查系统Dlg.h : header file
  2. //
  3. #if !defined(AFX_DLG_H__420E0006_E422_46D9_9022_CD3A3BF8FD74__INCLUDED_)
  4. #define AFX_DLG_H__420E0006_E422_46D9_9022_CD3A3BF8FD74__INCLUDED_
  5. #include "input.h" // Added by ClassView
  6. #include "search.h" // Added by ClassView
  7. #include "total.h" // Added by ClassView
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMyDlg dialog
  13. struct condition
  14. {
  15.     CButton m_ok;
  16. CString m_number;
  17. CString m_jiguan;
  18. int m_brings;
  19. int m_members;
  20. CString m_valuein;
  21. };
  22. class CMyDlg : public CDialog
  23. {
  24. // Construction
  25. public:
  26. void DoTab(int nSel);
  27. void SetDlgState(CWnd *pWnd, BOOL bShow);
  28. total *m_total;
  29. search *m_search;
  30. input *m_input;
  31. CMyDlg(CWnd* pParent = NULL); // standard constructor
  32. // Dialog Data
  33. //{{AFX_DATA(CMyDlg)
  34. enum { IDD = IDD_MY_DIALOG };
  35. CTabCtrl m_tab;
  36. //}}AFX_DATA
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(CMyDlg)
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. HICON m_hIcon;
  45. // Generated message map functions
  46. //{{AFX_MSG(CMyDlg)
  47. virtual BOOL OnInitDialog();
  48. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  49. afx_msg void OnPaint();
  50. afx_msg HCURSOR OnQueryDragIcon();
  51. afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
  52. afx_msg void OnSelchangeTab2(NMHDR* pNMHDR, LRESULT* pResult);
  53. //}}AFX_MSG
  54. DECLARE_MESSAGE_MAP()
  55. };
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_DLG_H__420E0006_E422_46D9_9022_CD3A3BF8FD74__INCLUDED_)