JIHEDlg.h
上传用户:wl_neon
上传日期:2022-08-05
资源大小:244k
文件大小:1k
源码类别:

界面编程

开发平台:

Visual C++

  1. // JIHEDlg.h : header file
  2. //
  3. #if !defined(AFX_JIHEDLG_H__78A22AA9_DCD4_4376_A25F_681A7E21B5F4__INCLUDED_)
  4. #define AFX_JIHEDLG_H__78A22AA9_DCD4_4376_A25F_681A7E21B5F4__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CJIHEDlg dialog
  10. class CJIHEDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CJIHEDlg(CWnd* pParent = NULL); // standard constructor
  15. int CJIHEDlg::panduanCF();
  16. // Dialog Data
  17. //{{AFX_DATA(CJIHEDlg)
  18. enum { IDD = IDD_JIHE_DIALOG };
  19. CString m_1;
  20. CString m_2;
  21. CString m_3;
  22. //}}AFX_DATA
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CJIHEDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. HICON m_hIcon;
  31. // Generated message map functions
  32. //{{AFX_MSG(CJIHEDlg)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  35. afx_msg void OnPaint();
  36. afx_msg HCURSOR OnQueryDragIcon();
  37. afx_msg void Onjiao();
  38. afx_msg void Onbing();
  39. afx_msg void Onbu();
  40. afx_msg void Oncha();
  41. afx_msg void Onduichencha();
  42. afx_msg void Onbaohan();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_JIHEDLG_H__78A22AA9_DCD4_4376_A25F_681A7E21B5F4__INCLUDED_)